From c6711f49e42f349fe66d8bb4a9fa213622054885 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Apr 2025 16:41:15 +0200 Subject: [PATCH] Update 2025-04-13_16:41:14 --- __pycache__/main.cpython-311.pyc | Bin 0 -> 1627 bytes main.py | 22 + static/app.js | 163 + static/button.js | 17 + static/index.html | 28 + static/keypad.js | 42 + static/message.js | 23 + static/style.css | 145 + 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 -> 188996 bytes .../site-packages/_distutils_hack/__init__.py | 222 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 11153 bytes .../__pycache__/override.cpython-311.pyc | Bin 0 -> 310 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 -> 20555 bytes .../__pycache__/test_cases.cpython-311.pyc | Bin 0 -> 15446 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 -> 4742 bytes .../__pycache__/from_thread.cpython-311.pyc | Bin 0 -> 26160 bytes .../__pycache__/lowlevel.cpython-311.pyc | Bin 0 -> 7639 bytes .../__pycache__/pytest_plugin.cpython-311.pyc | Bin 0 -> 15171 bytes .../to_interpreter.cpython-311.pyc | Bin 0 -> 10010 bytes .../__pycache__/to_process.cpython-311.pyc | Bin 0 -> 13658 bytes .../__pycache__/to_thread.cpython-311.pyc | Bin 0 -> 3181 bytes .../site-packages/anyio/_backends/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 188 bytes .../__pycache__/_asyncio.cpython-311.pyc | Bin 0 -> 146187 bytes .../__pycache__/_trio.cpython-311.pyc | Bin 0 -> 77878 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 -> 184 bytes .../_asyncio_selector_thread.cpython-311.pyc | Bin 0 -> 9082 bytes .../__pycache__/_eventloop.cpython-311.pyc | Bin 0 -> 6919 bytes .../__pycache__/_exceptions.cpython-311.pyc | Bin 0 -> 7189 bytes .../_core/__pycache__/_fileio.cpython-311.pyc | Bin 0 -> 42154 bytes .../__pycache__/_resources.cpython-311.pyc | Bin 0 -> 1108 bytes .../__pycache__/_signals.cpython-311.pyc | Bin 0 -> 1353 bytes .../__pycache__/_sockets.cpython-311.pyc | Bin 0 -> 32700 bytes .../__pycache__/_streams.cpython-311.pyc | Bin 0 -> 2649 bytes .../__pycache__/_subprocesses.cpython-311.pyc | Bin 0 -> 9815 bytes .../_synchronization.cpython-311.pyc | Bin 0 -> 35707 bytes .../_core/__pycache__/_tasks.cpython-311.pyc | Bin 0 -> 7694 bytes .../__pycache__/_tempfile.cpython-311.pyc | Bin 0 -> 28589 bytes .../__pycache__/_testing.cpython-311.pyc | Bin 0 -> 3864 bytes .../__pycache__/_typedattr.cpython-311.pyc | Bin 0 -> 4406 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 -> 2885 bytes .../__pycache__/_eventloop.cpython-311.pyc | Bin 0 -> 16439 bytes .../__pycache__/_resources.cpython-311.pyc | Bin 0 -> 1816 bytes .../abc/__pycache__/_sockets.cpython-311.pyc | Bin 0 -> 11207 bytes .../abc/__pycache__/_streams.cpython-311.pyc | Bin 0 -> 9603 bytes .../__pycache__/_subprocesses.cpython-311.pyc | Bin 0 -> 3663 bytes .../abc/__pycache__/_tasks.cpython-311.pyc | Bin 0 -> 4987 bytes .../abc/__pycache__/_testing.cpython-311.pyc | Bin 0 -> 3024 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 -> 186 bytes .../__pycache__/buffered.cpython-311.pyc | Bin 0 -> 6486 bytes .../streams/__pycache__/file.cpython-311.pyc | Bin 0 -> 8127 bytes .../__pycache__/memory.cpython-311.pyc | Bin 0 -> 15964 bytes .../__pycache__/stapled.cpython-311.pyc | Bin 0 -> 8253 bytes .../streams/__pycache__/text.cpython-311.pyc | Bin 0 -> 9008 bytes .../streams/__pycache__/tls.cpython-311.pyc | Bin 0 -> 18408 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 + .../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 -> 3720 bytes .../click/__pycache__/_compat.cpython-311.pyc | Bin 0 -> 28662 bytes .../__pycache__/_termui_impl.cpython-311.pyc | Bin 0 -> 33263 bytes .../__pycache__/_textwrap.cpython-311.pyc | Bin 0 -> 2632 bytes .../__pycache__/_winconsole.cpython-311.pyc | Bin 0 -> 13322 bytes .../click/__pycache__/core.cpython-311.pyc | Bin 0 -> 142551 bytes .../__pycache__/decorators.cpython-311.pyc | Bin 0 -> 26324 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 16340 bytes .../__pycache__/formatting.cpython-311.pyc | Bin 0 -> 15677 bytes .../click/__pycache__/globals.cpython-311.pyc | Bin 0 -> 3342 bytes .../click/__pycache__/parser.cpython-311.pyc | Bin 0 -> 23121 bytes .../shell_completion.cpython-311.pyc | Bin 0 -> 24117 bytes .../click/__pycache__/termui.cpython-311.pyc | Bin 0 -> 34466 bytes .../click/__pycache__/testing.cpython-311.pyc | Bin 0 -> 25957 bytes .../click/__pycache__/types.cpython-311.pyc | Bin 0 -> 53700 bytes .../click/__pycache__/utils.cpython-311.pyc | Bin 0 -> 28028 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 -> 1395 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 263 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 32747 bytes .../__pycache__/applications.cpython-311.pyc | Bin 0 -> 92507 bytes .../__pycache__/background.cpython-311.pyc | Bin 0 -> 2561 bytes .../fastapi/__pycache__/cli.cpython-311.pyc | Bin 0 -> 758 bytes .../__pycache__/concurrency.cpython-311.pyc | Bin 0 -> 1857 bytes .../datastructures.cpython-311.pyc | Bin 0 -> 9386 bytes .../__pycache__/encoders.cpython-311.pyc | Bin 0 -> 12444 bytes .../exception_handlers.cpython-311.pyc | Bin 0 -> 2337 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 8250 bytes .../__pycache__/logger.cpython-311.pyc | Bin 0 -> 278 bytes .../param_functions.cpython-311.pyc | Bin 0 -> 41427 bytes .../__pycache__/params.cpython-311.pyc | Bin 0 -> 29236 bytes .../__pycache__/requests.cpython-311.pyc | Bin 0 -> 297 bytes .../__pycache__/responses.cpython-311.pyc | Bin 0 -> 2749 bytes .../__pycache__/routing.cpython-311.pyc | Bin 0 -> 92502 bytes .../__pycache__/staticfiles.cpython-311.pyc | Bin 0 -> 254 bytes .../__pycache__/templating.cpython-311.pyc | Bin 0 -> 256 bytes .../__pycache__/testclient.cpython-311.pyc | Bin 0 -> 251 bytes .../fastapi/__pycache__/types.cpython-311.pyc | Bin 0 -> 911 bytes .../fastapi/__pycache__/utils.cpython-311.pyc | Bin 0 -> 9390 bytes .../__pycache__/websockets.cpython-311.pyc | Bin 0 -> 361 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 -> 193 bytes .../__pycache__/models.cpython-311.pyc | Bin 0 -> 3377 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 41933 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 -> 260 bytes .../__pycache__/cors.cpython-311.pyc | Bin 0 -> 265 bytes .../__pycache__/gzip.cpython-311.pyc | Bin 0 -> 265 bytes .../__pycache__/httpsredirect.cpython-311.pyc | Bin 0 -> 308 bytes .../__pycache__/trustedhost.cpython-311.pyc | Bin 0 -> 302 bytes .../__pycache__/wsgi.cpython-311.pyc | Bin 0 -> 265 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 -> 188 bytes .../__pycache__/constants.cpython-311.pyc | Bin 0 -> 358 bytes .../openapi/__pycache__/docs.cpython-311.pyc | Bin 0 -> 11436 bytes .../__pycache__/models.cpython-311.pyc | Bin 0 -> 28934 bytes .../openapi/__pycache__/utils.cpython-311.pyc | Bin 0 -> 23294 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 -> 1066 bytes .../__pycache__/api_key.cpython-311.pyc | Bin 0 -> 10298 bytes .../security/__pycache__/base.cpython-311.pyc | Bin 0 -> 588 bytes .../security/__pycache__/http.cpython-311.pyc | Bin 0 -> 15002 bytes .../__pycache__/oauth2.cpython-311.pyc | Bin 0 -> 20298 bytes .../open_id_connect_url.cpython-311.pyc | Bin 0 -> 3539 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 668 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 -> 1309 bytes .../h11/__pycache__/_abnf.cpython-311.pyc | Bin 0 -> 1814 bytes .../__pycache__/_connection.cpython-311.pyc | Bin 0 -> 24300 bytes .../h11/__pycache__/_events.cpython-311.pyc | Bin 0 -> 15188 bytes .../h11/__pycache__/_headers.cpython-311.pyc | Bin 0 -> 9105 bytes .../h11/__pycache__/_readers.cpython-311.pyc | Bin 0 -> 10782 bytes .../_receivebuffer.cpython-311.pyc | Bin 0 -> 5141 bytes .../h11/__pycache__/_state.cpython-311.pyc | Bin 0 -> 9777 bytes .../h11/__pycache__/_util.cpython-311.pyc | Bin 0 -> 5362 bytes .../h11/__pycache__/_version.cpython-311.pyc | Bin 0 -> 199 bytes .../h11/__pycache__/_writers.cpython-311.pyc | Bin 0 -> 7299 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 -> 182 bytes .../tests/__pycache__/helpers.cpython-311.pyc | Bin 0 -> 5102 bytes .../test_against_stdlib_http.cpython-311.pyc | Bin 0 -> 8266 bytes .../test_connection.cpython-311.pyc | Bin 0 -> 68018 bytes .../__pycache__/test_events.cpython-311.pyc | Bin 0 -> 6818 bytes .../__pycache__/test_headers.cpython-311.pyc | Bin 0 -> 9595 bytes .../__pycache__/test_helpers.cpython-311.pyc | Bin 0 -> 1518 bytes .../tests/__pycache__/test_io.cpython-311.pyc | Bin 0 -> 25531 bytes .../test_receivebuffer.cpython-311.pyc | Bin 0 -> 4597 bytes .../__pycache__/test_state.cpython-311.pyc | Bin 0 -> 15199 bytes .../__pycache__/test_util.cpython-311.pyc | Bin 0 -> 7805 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 -> 1084 bytes .../idna/__pycache__/codec.cpython-311.pyc | Bin 0 -> 5766 bytes .../idna/__pycache__/compat.cpython-311.pyc | Bin 0 -> 1006 bytes .../idna/__pycache__/core.cpython-311.pyc | Bin 0 -> 19253 bytes .../idna/__pycache__/idnadata.cpython-311.pyc | Bin 0 -> 101525 bytes .../__pycache__/intranges.cpython-311.pyc | Bin 0 -> 2964 bytes .../__pycache__/package_data.cpython-311.pyc | Bin 0 -> 200 bytes .../__pycache__/uts46data.cpython-311.pyc | Bin 0 -> 163155 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 -> 765 bytes .../pip/__pycache__/__main__.cpython-311.pyc | Bin 0 -> 1074 bytes .../__pip-runner__.cpython-311.pyc | Bin 0 -> 2502 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 948 bytes .../__pycache__/build_env.cpython-311.pyc | Bin 0 -> 16068 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 14693 bytes .../__pycache__/configuration.cpython-311.pyc | Bin 0 -> 19224 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 38353 bytes .../__pycache__/main.cpython-311.pyc | Bin 0 -> 748 bytes .../__pycache__/pyproject.cpython-311.pyc | Bin 0 -> 5516 bytes .../self_outdated_check.cpython-311.pyc | Bin 0 -> 11318 bytes .../__pycache__/wheel_builder.cpython-311.pyc | Bin 0 -> 15988 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 -> 283 bytes .../autocompletion.cpython-311.pyc | Bin 0 -> 10073 bytes .../__pycache__/base_command.cpython-311.pyc | Bin 0 -> 11071 bytes .../__pycache__/cmdoptions.cpython-311.pyc | Bin 0 -> 32970 bytes .../command_context.cpython-311.pyc | Bin 0 -> 2105 bytes .../cli/__pycache__/main.cpython-311.pyc | Bin 0 -> 2360 bytes .../__pycache__/main_parser.cpython-311.pyc | Bin 0 -> 5519 bytes .../cli/__pycache__/parser.cpython-311.pyc | Bin 0 -> 17020 bytes .../__pycache__/progress_bars.cpython-311.pyc | Bin 0 -> 3167 bytes .../__pycache__/req_command.cpython-311.pyc | Bin 0 -> 20132 bytes .../cli/__pycache__/spinners.cpython-311.pyc | Bin 0 -> 8832 bytes .../__pycache__/status_codes.cpython-311.pyc | Bin 0 -> 371 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 -> 4451 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 10550 bytes .../__pycache__/check.cpython-311.pyc | Bin 0 -> 2301 bytes .../__pycache__/completion.cpython-311.pyc | Bin 0 -> 5463 bytes .../__pycache__/configuration.cpython-311.pyc | Bin 0 -> 14892 bytes .../__pycache__/debug.cpython-311.pyc | Bin 0 -> 12000 bytes .../__pycache__/download.cpython-311.pyc | Bin 0 -> 7807 bytes .../__pycache__/freeze.cpython-311.pyc | Bin 0 -> 4152 bytes .../commands/__pycache__/hash.cpython-311.pyc | Bin 0 -> 3353 bytes .../commands/__pycache__/help.cpython-311.pyc | Bin 0 -> 1965 bytes .../__pycache__/index.cpython-311.pyc | Bin 0 -> 7788 bytes .../__pycache__/inspect.cpython-311.pyc | Bin 0 -> 4441 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 35370 bytes .../commands/__pycache__/list.cpython-311.pyc | Bin 0 -> 17502 bytes .../__pycache__/search.cpython-311.pyc | Bin 0 -> 8947 bytes .../commands/__pycache__/show.cpython-311.pyc | Bin 0 -> 11290 bytes .../__pycache__/uninstall.cpython-311.pyc | Bin 0 -> 5141 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 9947 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 -> 1033 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 2405 bytes .../__pycache__/installed.cpython-311.pyc | Bin 0 -> 1542 bytes .../__pycache__/sdist.cpython-311.pyc | Bin 0 -> 8944 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 2136 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 -> 237 bytes .../__pycache__/collector.cpython-311.pyc | Bin 0 -> 24543 bytes .../package_finder.cpython-311.pyc | Bin 0 -> 44215 bytes .../index/__pycache__/sources.cpython-311.pyc | Bin 0 -> 11019 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 -> 18175 bytes .../__pycache__/_distutils.cpython-311.pyc | Bin 0 -> 7584 bytes .../__pycache__/_sysconfig.cpython-311.pyc | Bin 0 -> 8879 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 4000 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 -> 6408 bytes .../__pycache__/_json.cpython-311.pyc | Bin 0 -> 3562 bytes .../metadata/__pycache__/base.cpython-311.pyc | Bin 0 -> 38007 bytes .../__pycache__/pkg_resources.cpython-311.pyc | Bin 0 -> 16855 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 -> 354 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 3561 bytes .../__pycache__/_dists.cpython-311.pyc | Bin 0 -> 14577 bytes .../__pycache__/_envs.cpython-311.pyc | Bin 0 -> 12415 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 -> 271 bytes .../__pycache__/candidate.cpython-311.pyc | Bin 0 -> 2090 bytes .../__pycache__/direct_url.cpython-311.pyc | Bin 0 -> 12253 bytes .../format_control.cpython-311.pyc | Bin 0 -> 4654 bytes .../models/__pycache__/index.cpython-311.pyc | Bin 0 -> 1896 bytes .../installation_report.cpython-311.pyc | Bin 0 -> 2610 bytes .../models/__pycache__/link.cpython-311.pyc | Bin 0 -> 26442 bytes .../models/__pycache__/scheme.cpython-311.pyc | Bin 0 -> 1262 bytes .../__pycache__/search_scope.cpython-311.pyc | Bin 0 -> 5825 bytes .../selection_prefs.cpython-311.pyc | Bin 0 -> 1993 bytes .../__pycache__/target_python.cpython-311.pyc | Bin 0 -> 4755 bytes .../models/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 6418 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 -> 259 bytes .../network/__pycache__/auth.cpython-311.pyc | Bin 0 -> 19063 bytes .../network/__pycache__/cache.cpython-311.pyc | Bin 0 -> 5182 bytes .../__pycache__/download.cpython-311.pyc | Bin 0 -> 9574 bytes .../__pycache__/lazy_wheel.cpython-311.pyc | Bin 0 -> 13020 bytes .../__pycache__/session.cpython-311.pyc | Bin 0 -> 21287 bytes .../network/__pycache__/utils.cpython-311.pyc | Bin 0 -> 2408 bytes .../__pycache__/xmlrpc.cpython-311.pyc | Bin 0 -> 3187 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 -> 197 bytes .../__pycache__/check.cpython-311.pyc | Bin 0 -> 6630 bytes .../__pycache__/freeze.cpython-311.pyc | Bin 0 -> 11593 bytes .../__pycache__/prepare.cpython-311.pyc | Bin 0 -> 26377 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 203 bytes .../__pycache__/build_tracker.cpython-311.pyc | Bin 0 -> 8126 bytes .../__pycache__/metadata.cpython-311.pyc | Bin 0 -> 2274 bytes .../metadata_editable.cpython-311.pyc | Bin 0 -> 2310 bytes .../metadata_legacy.cpython-311.pyc | Bin 0 -> 3710 bytes .../build/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 1940 bytes .../wheel_editable.cpython-311.pyc | Bin 0 -> 2384 bytes .../__pycache__/wheel_legacy.cpython-311.pyc | Bin 0 -> 4491 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 -> 271 bytes .../editable_legacy.cpython-311.pyc | Bin 0 -> 2267 bytes .../__pycache__/legacy.cpython-311.pyc | Bin 0 -> 6107 bytes .../install/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 39993 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 -> 4443 bytes .../__pycache__/constructors.cpython-311.pyc | Bin 0 -> 20702 bytes .../req/__pycache__/req_file.cpython-311.pyc | Bin 0 -> 22431 bytes .../__pycache__/req_install.cpython-311.pyc | Bin 0 -> 40343 bytes .../req/__pycache__/req_set.cpython-311.pyc | Bin 0 -> 5999 bytes .../__pycache__/req_uninstall.cpython-311.pyc | Bin 0 -> 36997 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 -> 197 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 1368 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 204 bytes .../__pycache__/resolver.cpython-311.pyc | Bin 0 -> 23790 bytes .../_internal/resolution/legacy/resolver.py | 600 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 208 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 9621 bytes .../__pycache__/candidates.cpython-311.pyc | Bin 0 -> 28831 bytes .../__pycache__/factory.cpython-311.pyc | Bin 0 -> 31975 bytes .../found_candidates.cpython-311.pyc | Bin 0 -> 6756 bytes .../__pycache__/provider.cpython-311.pyc | Bin 0 -> 11050 bytes .../__pycache__/reporter.cpython-311.pyc | Bin 0 -> 4653 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 11118 bytes .../__pycache__/resolver.cpython-311.pyc | Bin 0 -> 12305 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 -> 192 bytes .../utils/__pycache__/_log.cpython-311.pyc | Bin 0 -> 2013 bytes .../utils/__pycache__/appdirs.cpython-311.pyc | Bin 0 -> 2551 bytes .../utils/__pycache__/compat.cpython-311.pyc | Bin 0 -> 2259 bytes .../compatibility_tags.cpython-311.pyc | Bin 0 -> 6751 bytes .../__pycache__/datetime.cpython-311.pyc | Bin 0 -> 709 bytes .../__pycache__/deprecation.cpython-311.pyc | Bin 0 -> 7082 bytes .../direct_url_helpers.cpython-311.pyc | Bin 0 -> 3715 bytes .../distutils_args.cpython-311.pyc | Bin 0 -> 1459 bytes .../__pycache__/egg_link.cpython-311.pyc | Bin 0 -> 3230 bytes .../__pycache__/encoding.cpython-311.pyc | Bin 0 -> 2315 bytes .../__pycache__/entrypoints.cpython-311.pyc | Bin 0 -> 4237 bytes .../__pycache__/filesystem.cpython-311.pyc | Bin 0 -> 8222 bytes .../__pycache__/filetypes.cpython-311.pyc | Bin 0 -> 1308 bytes .../utils/__pycache__/glibc.cpython-311.pyc | Bin 0 -> 2551 bytes .../utils/__pycache__/hashes.cpython-311.pyc | Bin 0 -> 8329 bytes .../inject_securetransport.cpython-311.pyc | Bin 0 -> 1326 bytes .../utils/__pycache__/logging.cpython-311.pyc | Bin 0 -> 15451 bytes .../utils/__pycache__/misc.cpython-311.pyc | Bin 0 -> 37693 bytes .../utils/__pycache__/models.cpython-311.pyc | Bin 0 -> 2932 bytes .../__pycache__/packaging.cpython-311.pyc | Bin 0 -> 2799 bytes .../setuptools_build.cpython-311.pyc | Bin 0 -> 6096 bytes .../__pycache__/subprocess.cpython-311.pyc | Bin 0 -> 9886 bytes .../__pycache__/temp_dir.cpython-311.pyc | Bin 0 -> 11413 bytes .../__pycache__/unpacking.cpython-311.pyc | Bin 0 -> 12888 bytes .../utils/__pycache__/urls.cpython-311.pyc | Bin 0 -> 2685 bytes .../__pycache__/virtualenv.cpython-311.pyc | Bin 0 -> 4932 bytes .../utils/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 7102 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 -> 627 bytes .../vcs/__pycache__/bazaar.cpython-311.pyc | Bin 0 -> 5852 bytes .../vcs/__pycache__/git.cpython-311.pyc | Bin 0 -> 21516 bytes .../vcs/__pycache__/mercurial.cpython-311.pyc | Bin 0 -> 8698 bytes .../__pycache__/subversion.cpython-311.pyc | Bin 0 -> 14595 bytes .../versioncontrol.cpython-311.pyc | Bin 0 -> 31864 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 -> 5605 bytes .../_vendor/__pycache__/six.cpython-311.pyc | Bin 0 -> 46407 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 97437 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 834 bytes .../__pycache__/_cmd.cpython-311.pyc | Bin 0 -> 2689 bytes .../__pycache__/adapter.cpython-311.pyc | Bin 0 -> 5496 bytes .../__pycache__/cache.cpython-311.pyc | Bin 0 -> 3770 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 1127 bytes .../__pycache__/controller.cpython-311.pyc | Bin 0 -> 16442 bytes .../__pycache__/filewrapper.cpython-311.pyc | Bin 0 -> 4229 bytes .../__pycache__/heuristics.cpython-311.pyc | Bin 0 -> 6674 bytes .../__pycache__/serialize.cpython-311.pyc | Bin 0 -> 8389 bytes .../__pycache__/wrapper.cpython-311.pyc | Bin 0 -> 955 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 -> 409 bytes .../__pycache__/file_cache.cpython-311.pyc | Bin 0 -> 8392 bytes .../__pycache__/redis_cache.cpython-311.pyc | Bin 0 -> 2489 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 -> 334 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 735 bytes .../certifi/__pycache__/core.cpython-311.pyc | Bin 0 -> 3977 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 -> 5066 bytes .../__pycache__/big5freq.cpython-311.pyc | Bin 0 -> 27196 bytes .../__pycache__/big5prober.cpython-311.pyc | Bin 0 -> 1671 bytes .../chardistribution.cpython-311.pyc | Bin 0 -> 11263 bytes .../charsetgroupprober.cpython-311.pyc | Bin 0 -> 4293 bytes .../__pycache__/charsetprober.cpython-311.pyc | Bin 0 -> 5539 bytes .../codingstatemachine.cpython-311.pyc | Bin 0 -> 3990 bytes .../codingstatemachinedict.cpython-311.pyc | Bin 0 -> 946 bytes .../__pycache__/cp949prober.cpython-311.pyc | Bin 0 -> 1680 bytes .../chardet/__pycache__/enums.cpython-311.pyc | Bin 0 -> 3381 bytes .../__pycache__/escprober.cpython-311.pyc | Bin 0 -> 4897 bytes .../chardet/__pycache__/escsm.cpython-311.pyc | Bin 0 -> 12636 bytes .../__pycache__/eucjpprober.cpython-311.pyc | Bin 0 -> 4723 bytes .../__pycache__/euckrfreq.cpython-311.pyc | Bin 0 -> 12079 bytes .../__pycache__/euckrprober.cpython-311.pyc | Bin 0 -> 1672 bytes .../__pycache__/euctwfreq.cpython-311.pyc | Bin 0 -> 27201 bytes .../__pycache__/euctwprober.cpython-311.pyc | Bin 0 -> 1672 bytes .../__pycache__/gb2312freq.cpython-311.pyc | Bin 0 -> 19123 bytes .../__pycache__/gb2312prober.cpython-311.pyc | Bin 0 -> 1687 bytes .../__pycache__/hebrewprober.cpython-311.pyc | Bin 0 -> 5676 bytes .../__pycache__/jisfreq.cpython-311.pyc | Bin 0 -> 22152 bytes .../__pycache__/johabfreq.cpython-311.pyc | Bin 0 -> 84656 bytes .../__pycache__/johabprober.cpython-311.pyc | Bin 0 -> 1678 bytes .../__pycache__/jpcntx.cpython-311.pyc | Bin 0 -> 40160 bytes .../langbulgarianmodel.cpython-311.pyc | Bin 0 -> 85830 bytes .../langgreekmodel.cpython-311.pyc | Bin 0 -> 79252 bytes .../langhebrewmodel.cpython-311.pyc | Bin 0 -> 80014 bytes .../langhungarianmodel.cpython-311.pyc | Bin 0 -> 85784 bytes .../langrussianmodel.cpython-311.pyc | Bin 0 -> 108731 bytes .../__pycache__/langthaimodel.cpython-311.pyc | Bin 0 -> 80192 bytes .../langturkishmodel.cpython-311.pyc | Bin 0 -> 80031 bytes .../__pycache__/latin1prober.cpython-311.pyc | Bin 0 -> 7327 bytes .../macromanprober.cpython-311.pyc | Bin 0 -> 7494 bytes .../mbcharsetprober.cpython-311.pyc | Bin 0 -> 4115 bytes .../mbcsgroupprober.cpython-311.pyc | Bin 0 -> 1985 bytes .../__pycache__/mbcssm.cpython-311.pyc | Bin 0 -> 31725 bytes .../__pycache__/resultdict.cpython-311.pyc | Bin 0 -> 764 bytes .../sbcharsetprober.cpython-311.pyc | Bin 0 -> 6390 bytes .../sbcsgroupprober.cpython-311.pyc | Bin 0 -> 2935 bytes .../__pycache__/sjisprober.cpython-311.pyc | Bin 0 -> 4828 bytes .../universaldetector.cpython-311.pyc | Bin 0 -> 12456 bytes .../__pycache__/utf1632prober.cpython-311.pyc | Bin 0 -> 10576 bytes .../__pycache__/utf8prober.cpython-311.pyc | Bin 0 -> 3463 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 499 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 -> 196 bytes .../__pycache__/chardetect.cpython-311.pyc | Bin 0 -> 4335 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 -> 201 bytes .../__pycache__/languages.cpython-311.pyc | Bin 0 -> 10801 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 -> 568 bytes .../colorama/__pycache__/ansi.cpython-311.pyc | Bin 0 -> 4566 bytes .../__pycache__/ansitowin32.cpython-311.pyc | Bin 0 -> 16212 bytes .../__pycache__/initialise.cpython-311.pyc | Bin 0 -> 3929 bytes .../__pycache__/win32.cpython-311.pyc | Bin 0 -> 7917 bytes .../__pycache__/winterm.cpython-311.pyc | Bin 0 -> 9143 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 -> 199 bytes .../__pycache__/ansi_test.cpython-311.pyc | Bin 0 -> 5844 bytes .../ansitowin32_test.cpython-311.pyc | Bin 0 -> 21511 bytes .../initialise_test.cpython-311.pyc | Bin 0 -> 14138 bytes .../__pycache__/isatty_test.cpython-311.pyc | Bin 0 -> 6703 bytes .../tests/__pycache__/utils.cpython-311.pyc | Bin 0 -> 2878 bytes .../__pycache__/winterm_test.cpython-311.pyc | Bin 0 -> 7231 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 -> 1437 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 52303 bytes .../__pycache__/database.cpython-311.pyc | Bin 0 -> 72091 bytes .../distlib/__pycache__/index.cpython-311.pyc | Bin 0 -> 26680 bytes .../__pycache__/locators.cpython-311.pyc | Bin 0 -> 65856 bytes .../__pycache__/manifest.cpython-311.pyc | Bin 0 -> 17023 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 8159 bytes .../__pycache__/metadata.cpython-311.pyc | Bin 0 -> 47107 bytes .../__pycache__/resources.cpython-311.pyc | Bin 0 -> 18986 bytes .../__pycache__/scripts.cpython-311.pyc | Bin 0 -> 21262 bytes .../distlib/__pycache__/util.cpython-311.pyc | Bin 0 -> 97441 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 34568 bytes .../distlib/__pycache__/wheel.cpython-311.pyc | Bin 0 -> 60372 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 -> 1190 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 324 bytes .../distro/__pycache__/distro.cpython-311.pyc | Bin 0 -> 57723 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 1091 bytes .../idna/__pycache__/codec.cpython-311.pyc | Bin 0 -> 5382 bytes .../idna/__pycache__/compat.cpython-311.pyc | Bin 0 -> 1008 bytes .../idna/__pycache__/core.cpython-311.pyc | Bin 0 -> 19443 bytes .../idna/__pycache__/idnadata.cpython-311.pyc | Bin 0 -> 38967 bytes .../__pycache__/intranges.cpython-311.pyc | Bin 0 -> 2976 bytes .../__pycache__/package_data.cpython-311.pyc | Bin 0 -> 211 bytes .../__pycache__/uts46data.cpython-311.pyc | Bin 0 -> 163191 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 -> 2070 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 2371 bytes .../msgpack/__pycache__/ext.cpython-311.pyc | Bin 0 -> 9157 bytes .../__pycache__/fallback.cpython-311.pyc | Bin 0 -> 47184 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 -> 635 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 556 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13222 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 7990 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3678 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16518 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7633 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34356 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21341 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6676 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21868 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 -> 158224 bytes .../__pycache__/py31compat.cpython-311.pyc | Bin 0 -> 977 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 -> 12923 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 2120 bytes .../__pycache__/android.cpython-311.pyc | Bin 0 -> 6350 bytes .../__pycache__/api.cpython-311.pyc | Bin 0 -> 7177 bytes .../__pycache__/macos.cpython-311.pyc | Bin 0 -> 4587 bytes .../__pycache__/unix.cpython-311.pyc | Bin 0 -> 11019 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 306 bytes .../__pycache__/windows.cpython-311.pyc | Bin 0 -> 9955 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 -> 3838 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 774 bytes .../__pycache__/cmdline.cpython-311.pyc | Bin 0 -> 30285 bytes .../__pycache__/console.cpython-311.pyc | Bin 0 -> 3037 bytes .../__pycache__/filter.cpython-311.pyc | Bin 0 -> 3498 bytes .../__pycache__/formatter.cpython-311.pyc | Bin 0 -> 3864 bytes .../__pycache__/lexer.cpython-311.pyc | Bin 0 -> 40392 bytes .../__pycache__/modeline.cpython-311.pyc | Bin 0 -> 1717 bytes .../__pycache__/plugin.cpython-311.pyc | Bin 0 -> 3730 bytes .../__pycache__/regexopt.cpython-311.pyc | Bin 0 -> 5024 bytes .../__pycache__/scanner.cpython-311.pyc | Bin 0 -> 4879 bytes .../__pycache__/sphinxext.cpython-311.pyc | Bin 0 -> 8310 bytes .../__pycache__/style.cpython-311.pyc | Bin 0 -> 7418 bytes .../__pycache__/token.cpython-311.pyc | Bin 0 -> 7458 bytes .../__pycache__/unistring.cpython-311.pyc | Bin 0 -> 33792 bytes .../pygments/__pycache__/util.cpython-311.pyc | Bin 0 -> 14585 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 -> 40098 bytes .../pip/_vendor/pygments/formatter.py | 94 + .../_vendor/pygments/formatters/__init__.py | 143 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6864 bytes .../__pycache__/_mapping.cpython-311.pyc | Bin 0 -> 4146 bytes .../__pycache__/bbcode.cpython-311.pyc | Bin 0 -> 4472 bytes .../__pycache__/groff.cpython-311.pyc | Bin 0 -> 7805 bytes .../__pycache__/html.cpython-311.pyc | Bin 0 -> 42590 bytes .../__pycache__/img.cpython-311.pyc | Bin 0 -> 28562 bytes .../__pycache__/irc.cpython-311.pyc | Bin 0 -> 7665 bytes .../__pycache__/latex.cpython-311.pyc | Bin 0 -> 21798 bytes .../__pycache__/other.cpython-311.pyc | Bin 0 -> 7626 bytes .../__pycache__/pangomarkup.cpython-311.pyc | Bin 0 -> 3170 bytes .../__pycache__/rtf.cpython-311.pyc | Bin 0 -> 6837 bytes .../__pycache__/svg.cpython-311.pyc | Bin 0 -> 9657 bytes .../__pycache__/terminal.cpython-311.pyc | Bin 0 -> 6036 bytes .../__pycache__/terminal256.cpython-311.pyc | Bin 0 -> 16402 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 -> 15141 bytes .../__pycache__/_mapping.cpython-311.pyc | Bin 0 -> 62772 bytes .../lexers/__pycache__/python.cpython-311.pyc | Bin 0 -> 43973 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 -> 4451 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 -> 8341 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8455 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14777 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277663 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12919 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53620 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36303 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19499 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15357 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14256 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 -> 28022 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 -> 699 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 397 bytes .../__pycache__/_impl.cpython-311.pyc | Bin 0 -> 16663 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 -> 1159 bytes .../__pycache__/_in_process.cpython-311.pyc | Bin 0 -> 16481 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 6443 bytes .../__pycache__/__version__.cpython-311.pyc | Bin 0 -> 580 bytes .../_internal_utils.cpython-311.pyc | Bin 0 -> 2077 bytes .../__pycache__/adapters.cpython-311.pyc | Bin 0 -> 24880 bytes .../requests/__pycache__/api.cpython-311.pyc | Bin 0 -> 7425 bytes .../requests/__pycache__/auth.cpython-311.pyc | Bin 0 -> 14624 bytes .../__pycache__/certs.cpython-311.pyc | Bin 0 -> 976 bytes .../__pycache__/compat.cpython-311.pyc | Bin 0 -> 1802 bytes .../__pycache__/cookies.cpython-311.pyc | Bin 0 -> 27104 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 8519 bytes .../requests/__pycache__/help.cpython-311.pyc | Bin 0 -> 4514 bytes .../__pycache__/hooks.cpython-311.pyc | Bin 0 -> 1244 bytes .../__pycache__/models.cpython-311.pyc | Bin 0 -> 38775 bytes .../__pycache__/packages.cpython-311.pyc | Bin 0 -> 824 bytes .../__pycache__/sessions.cpython-311.pyc | Bin 0 -> 29613 bytes .../__pycache__/status_codes.cpython-311.pyc | Bin 0 -> 6231 bytes .../__pycache__/structures.cpython-311.pyc | Bin 0 -> 6216 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 40130 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 -> 747 bytes .../__pycache__/providers.cpython-311.pyc | Bin 0 -> 7066 bytes .../__pycache__/reporters.cpython-311.pyc | Bin 0 -> 2796 bytes .../__pycache__/resolvers.cpython-311.pyc | Bin 0 -> 25242 bytes .../__pycache__/structs.cpython-311.pyc | Bin 0 -> 11324 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 202 bytes .../collections_abc.cpython-311.pyc | Bin 0 -> 477 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 -> 7490 bytes .../rich/__pycache__/__main__.cpython-311.pyc | Bin 0 -> 11568 bytes .../__pycache__/_cell_widths.cpython-311.pyc | Bin 0 -> 7829 bytes .../__pycache__/_emoji_codes.cpython-311.pyc | Bin 0 -> 208516 bytes .../_emoji_replace.cpython-311.pyc | Bin 0 -> 1928 bytes .../_export_format.cpython-311.pyc | Bin 0 -> 2333 bytes .../__pycache__/_extension.cpython-311.pyc | Bin 0 -> 629 bytes .../rich/__pycache__/_inspect.cpython-311.pyc | Bin 0 -> 14181 bytes .../__pycache__/_log_render.cpython-311.pyc | Bin 0 -> 4763 bytes .../rich/__pycache__/_loop.cpython-311.pyc | Bin 0 -> 2109 bytes .../__pycache__/_null_file.cpython-311.pyc | Bin 0 -> 4674 bytes .../__pycache__/_palettes.cpython-311.pyc | Bin 0 -> 5245 bytes .../rich/__pycache__/_pick.cpython-311.pyc | Bin 0 -> 790 bytes .../rich/__pycache__/_ratio.cpython-311.pyc | Bin 0 -> 7928 bytes .../__pycache__/_spinners.cpython-311.pyc | Bin 0 -> 13678 bytes .../rich/__pycache__/_stack.cpython-311.pyc | Bin 0 -> 1124 bytes .../rich/__pycache__/_timer.cpython-311.pyc | Bin 0 -> 977 bytes .../_win32_console.cpython-311.pyc | Bin 0 -> 30165 bytes .../rich/__pycache__/_windows.cpython-311.pyc | Bin 0 -> 2824 bytes .../_windows_renderer.cpython-311.pyc | Bin 0 -> 4015 bytes .../rich/__pycache__/_wrap.cpython-311.pyc | Bin 0 -> 2780 bytes .../rich/__pycache__/abc.cpython-311.pyc | Bin 0 -> 1921 bytes .../rich/__pycache__/align.cpython-311.pyc | Bin 0 -> 13470 bytes .../rich/__pycache__/ansi.cpython-311.pyc | Bin 0 -> 10446 bytes .../rich/__pycache__/bar.cpython-311.pyc | Bin 0 -> 4543 bytes .../rich/__pycache__/box.cpython-311.pyc | Bin 0 -> 12985 bytes .../rich/__pycache__/cells.cpython-311.pyc | Bin 0 -> 6435 bytes .../rich/__pycache__/color.cpython-311.pyc | Bin 0 -> 27566 bytes .../__pycache__/color_triplet.cpython-311.pyc | Bin 0 -> 1869 bytes .../rich/__pycache__/columns.cpython-311.pyc | Bin 0 -> 10640 bytes .../rich/__pycache__/console.cpython-311.pyc | Bin 0 -> 123156 bytes .../__pycache__/constrain.cpython-311.pyc | Bin 0 -> 2461 bytes .../__pycache__/containers.cpython-311.pyc | Bin 0 -> 10802 bytes .../rich/__pycache__/control.cpython-311.pyc | Bin 0 -> 11893 bytes .../default_styles.cpython-311.pyc | Bin 0 -> 12493 bytes .../rich/__pycache__/diagnose.cpython-311.pyc | Bin 0 -> 1816 bytes .../rich/__pycache__/emoji.cpython-311.pyc | Bin 0 -> 4794 bytes .../rich/__pycache__/errors.cpython-311.pyc | Bin 0 -> 2325 bytes .../__pycache__/file_proxy.cpython-311.pyc | Bin 0 -> 3773 bytes .../rich/__pycache__/filesize.cpython-311.pyc | Bin 0 -> 3297 bytes .../__pycache__/highlighter.cpython-311.pyc | Bin 0 -> 10984 bytes .../rich/__pycache__/json.cpython-311.pyc | Bin 0 -> 6677 bytes .../rich/__pycache__/jupyter.cpython-311.pyc | Bin 0 -> 6400 bytes .../rich/__pycache__/layout.cpython-311.pyc | Bin 0 -> 23307 bytes .../rich/__pycache__/live.cpython-311.pyc | Bin 0 -> 21128 bytes .../__pycache__/live_render.cpython-311.pyc | Bin 0 -> 5141 bytes .../rich/__pycache__/logging.cpython-311.pyc | Bin 0 -> 14512 bytes .../rich/__pycache__/markup.cpython-311.pyc | Bin 0 -> 10434 bytes .../rich/__pycache__/measure.cpython-311.pyc | Bin 0 -> 7267 bytes .../rich/__pycache__/padding.cpython-311.pyc | Bin 0 -> 7483 bytes .../rich/__pycache__/pager.cpython-311.pyc | Bin 0 -> 2241 bytes .../rich/__pycache__/palette.cpython-311.pyc | Bin 0 -> 5974 bytes .../rich/__pycache__/panel.cpython-311.pyc | Bin 0 -> 12730 bytes .../rich/__pycache__/pretty.cpython-311.pyc | Bin 0 -> 44823 bytes .../rich/__pycache__/progress.cpython-311.pyc | Bin 0 -> 82702 bytes .../__pycache__/progress_bar.cpython-311.pyc | Bin 0 -> 11008 bytes .../rich/__pycache__/prompt.cpython-311.pyc | Bin 0 -> 16374 bytes .../rich/__pycache__/protocol.cpython-311.pyc | Bin 0 -> 2092 bytes .../rich/__pycache__/region.cpython-311.pyc | Bin 0 -> 655 bytes .../rich/__pycache__/repr.cpython-311.pyc | Bin 0 -> 7654 bytes .../rich/__pycache__/rule.cpython-311.pyc | Bin 0 -> 7693 bytes .../rich/__pycache__/scope.cpython-311.pyc | Bin 0 -> 4347 bytes .../rich/__pycache__/screen.cpython-311.pyc | Bin 0 -> 2770 bytes .../rich/__pycache__/segment.cpython-311.pyc | Bin 0 -> 31537 bytes .../rich/__pycache__/spinner.cpython-311.pyc | Bin 0 -> 6886 bytes .../rich/__pycache__/status.cpython-311.pyc | Bin 0 -> 6754 bytes .../rich/__pycache__/style.cpython-311.pyc | Bin 0 -> 34327 bytes .../rich/__pycache__/styled.cpython-311.pyc | Bin 0 -> 2435 bytes .../rich/__pycache__/syntax.cpython-311.pyc | Bin 0 -> 42529 bytes .../rich/__pycache__/table.cpython-311.pyc | Bin 0 -> 48796 bytes .../terminal_theme.cpython-311.pyc | Bin 0 -> 3701 bytes .../rich/__pycache__/text.cpython-311.pyc | Bin 0 -> 65212 bytes .../rich/__pycache__/theme.cpython-311.pyc | Bin 0 -> 7139 bytes .../rich/__pycache__/themes.cpython-311.pyc | Bin 0 -> 351 bytes .../__pycache__/traceback.cpython-311.pyc | Bin 0 -> 31665 bytes .../rich/__pycache__/tree.cpython-311.pyc | Bin 0 -> 12522 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 -> 27789 bytes .../__pycache__/_asyncio.cpython-311.pyc | Bin 0 -> 4796 bytes .../__pycache__/_utils.cpython-311.pyc | Bin 0 -> 2061 bytes .../__pycache__/after.cpython-311.pyc | Bin 0 -> 1688 bytes .../__pycache__/before.cpython-311.pyc | Bin 0 -> 1522 bytes .../__pycache__/before_sleep.cpython-311.pyc | Bin 0 -> 2099 bytes .../tenacity/__pycache__/nap.cpython-311.pyc | Bin 0 -> 1561 bytes .../__pycache__/retry.cpython-311.pyc | Bin 0 -> 15035 bytes .../tenacity/__pycache__/stop.cpython-311.pyc | Bin 0 -> 5889 bytes .../__pycache__/tornadoweb.cpython-311.pyc | Bin 0 -> 2907 bytes .../tenacity/__pycache__/wait.cpython-311.pyc | Bin 0 -> 13361 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 -> 406 bytes .../tomli/__pycache__/_parser.cpython-311.pyc | Bin 0 -> 30845 bytes .../tomli/__pycache__/_re.cpython-311.pyc | Bin 0 -> 4485 bytes .../tomli/__pycache__/_types.cpython-311.pyc | Bin 0 -> 398 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 -> 3704 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 18292 bytes .../__pycache__/_version.cpython-311.pyc | Bin 0 -> 214 bytes .../__pycache__/connection.cpython-311.pyc | Bin 0 -> 21888 bytes .../connectionpool.cpython-311.pyc | Bin 0 -> 37631 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 16118 bytes .../__pycache__/fields.cpython-311.pyc | Bin 0 -> 11411 bytes .../__pycache__/filepost.cpython-311.pyc | Bin 0 -> 4492 bytes .../__pycache__/poolmanager.cpython-311.pyc | Bin 0 -> 21815 bytes .../__pycache__/request.cpython-311.pyc | Bin 0 -> 6655 bytes .../__pycache__/response.cpython-311.pyc | Bin 0 -> 36538 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 -> 200 bytes .../_appengine_environ.cpython-311.pyc | Bin 0 -> 1939 bytes .../__pycache__/appengine.cpython-311.pyc | Bin 0 -> 12146 bytes .../__pycache__/ntlmpool.cpython-311.pyc | Bin 0 -> 6223 bytes .../__pycache__/pyopenssl.cpython-311.pyc | Bin 0 -> 25732 bytes .../securetransport.cpython-311.pyc | Bin 0 -> 36839 bytes .../contrib/__pycache__/socks.cpython-311.pyc | Bin 0 -> 8084 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 217 bytes .../__pycache__/bindings.cpython-311.pyc | Bin 0 -> 16964 bytes .../__pycache__/low_level.cpython-311.pyc | Bin 0 -> 15601 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 -> 201 bytes .../packages/__pycache__/six.cpython-311.pyc | Bin 0 -> 46443 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 211 bytes .../__pycache__/makefile.cpython-311.pyc | Bin 0 -> 1958 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 -> 1403 bytes .../__pycache__/connection.cpython-311.pyc | Bin 0 -> 5130 bytes .../util/__pycache__/proxy.cpython-311.pyc | Bin 0 -> 1712 bytes .../util/__pycache__/queue.cpython-311.pyc | Bin 0 -> 1495 bytes .../util/__pycache__/request.cpython-311.pyc | Bin 0 -> 4615 bytes .../util/__pycache__/response.cpython-311.pyc | Bin 0 -> 3484 bytes .../util/__pycache__/retry.cpython-311.pyc | Bin 0 -> 22752 bytes .../util/__pycache__/ssl_.cpython-311.pyc | Bin 0 -> 16815 bytes .../ssl_match_hostname.cpython-311.pyc | Bin 0 -> 5794 bytes .../__pycache__/ssltransport.cpython-311.pyc | Bin 0 -> 11623 bytes .../util/__pycache__/timeout.cpython-311.pyc | Bin 0 -> 11031 bytes .../util/__pycache__/url.cpython-311.pyc | Bin 0 -> 17555 bytes .../util/__pycache__/wait.cpython-311.pyc | Bin 0 -> 4997 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 -> 12877 bytes .../__pycache__/labels.cpython-311.pyc | Bin 0 -> 7277 bytes .../__pycache__/mklabels.cpython-311.pyc | Bin 0 -> 3205 bytes .../__pycache__/tests.cpython-311.pyc | Bin 0 -> 11183 bytes .../x_user_defined.cpython-311.pyc | Bin 0 -> 3557 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 -> 156108 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 194 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 97411 bytes .../_vendor/__pycache__/zipp.cpython-311.pyc | Bin 0 -> 15987 bytes .../_vendor/importlib_resources/__init__.py | 36 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 828 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 10745 bytes .../__pycache__/_common.cpython-311.pyc | Bin 0 -> 4272 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 5557 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1390 bytes .../__pycache__/_legacy.cpython-311.pyc | Bin 0 -> 6488 bytes .../__pycache__/abc.cpython-311.pyc | Bin 0 -> 7489 bytes .../__pycache__/readers.cpython-311.pyc | Bin 0 -> 8363 bytes .../__pycache__/simple.cpython-311.pyc | Bin 0 -> 6385 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 -> 201 bytes .../__pycache__/context.cpython-311.pyc | Bin 0 -> 10976 bytes .../__pycache__/functools.cpython-311.pyc | Bin 0 -> 20287 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 -> 26604 bytes .../_vendor/more_itertools/__init__.py | 6 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 373 bytes .../__pycache__/more.cpython-311.pyc | Bin 0 -> 169495 bytes .../__pycache__/recipes.cpython-311.pyc | Bin 0 -> 33515 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 -> 645 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 566 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13232 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 8000 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3688 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16537 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7652 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34366 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21351 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6686 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21878 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 -> 12826 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 2118 bytes .../__pycache__/android.cpython-311.pyc | Bin 0 -> 6360 bytes .../__pycache__/api.cpython-311.pyc | Bin 0 -> 7187 bytes .../__pycache__/macos.cpython-311.pyc | Bin 0 -> 4597 bytes .../__pycache__/unix.cpython-311.pyc | Bin 0 -> 11029 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 316 bytes .../__pycache__/windows.cpython-311.pyc | Bin 0 -> 9965 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 -> 8339 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8465 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14787 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277639 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12929 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53630 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36313 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19509 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15367 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14266 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 -> 28002 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 -> 4317 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 -> 13387 bytes .../__pycache__/_migration.cpython-311.pyc | Bin 0 -> 11360 bytes .../alias_generators.cpython-311.pyc | Bin 0 -> 3517 bytes .../__pycache__/aliases.cpython-311.pyc | Bin 0 -> 7205 bytes .../annotated_handlers.cpython-311.pyc | Bin 0 -> 5841 bytes .../class_validators.cpython-311.pyc | Bin 0 -> 390 bytes .../__pycache__/color.cpython-311.pyc | Bin 0 -> 32478 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 7996 bytes .../__pycache__/dataclasses.cpython-311.pyc | Bin 0 -> 14996 bytes .../datetime_parse.cpython-311.pyc | Bin 0 -> 390 bytes .../__pycache__/decorator.cpython-311.pyc | Bin 0 -> 380 bytes .../__pycache__/env_settings.cpython-311.pyc | Bin 0 -> 386 bytes .../error_wrappers.cpython-311.pyc | Bin 0 -> 390 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 8855 bytes .../__pycache__/fields.cpython-311.pyc | Bin 0 -> 64416 bytes .../functional_serializers.cpython-311.pyc | Bin 0 -> 18721 bytes .../functional_validators.cpython-311.pyc | Bin 0 -> 34317 bytes .../__pycache__/generics.cpython-311.pyc | Bin 0 -> 378 bytes .../pydantic/__pycache__/json.cpython-311.pyc | Bin 0 -> 370 bytes .../__pycache__/json_schema.cpython-311.pyc | Bin 0 -> 127685 bytes .../pydantic/__pycache__/main.cpython-311.pyc | Bin 0 -> 79119 bytes .../pydantic/__pycache__/mypy.cpython-311.pyc | Bin 0 -> 65905 bytes .../__pycache__/networks.cpython-311.pyc | Bin 0 -> 53624 bytes .../__pycache__/parse.cpython-311.pyc | Bin 0 -> 372 bytes .../__pycache__/root_model.cpython-311.pyc | Bin 0 -> 8588 bytes .../__pycache__/schema.cpython-311.pyc | Bin 0 -> 374 bytes .../__pycache__/tools.cpython-311.pyc | Bin 0 -> 372 bytes .../__pycache__/type_adapter.cpython-311.pyc | Bin 0 -> 32295 bytes .../__pycache__/types.cpython-311.pyc | Bin 0 -> 103759 bytes .../__pycache__/typing.cpython-311.pyc | Bin 0 -> 370 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 372 bytes .../validate_call_decorator.cpython-311.pyc | Bin 0 -> 6036 bytes .../__pycache__/validators.cpython-311.pyc | Bin 0 -> 382 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 4585 bytes .../__pycache__/warnings.cpython-311.pyc | Bin 0 -> 6665 bytes .../pydantic/_internal/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 191 bytes .../__pycache__/_config.cpython-311.pyc | Bin 0 -> 17827 bytes .../_core_metadata.cpython-311.pyc | Bin 0 -> 5058 bytes .../__pycache__/_core_utils.cpython-311.pyc | Bin 0 -> 8966 bytes .../__pycache__/_dataclasses.cpython-311.pyc | Bin 0 -> 10376 bytes .../__pycache__/_decorators.cpython-311.pyc | Bin 0 -> 40333 bytes .../_decorators_v1.cpython-311.pyc | Bin 0 -> 9913 bytes .../_discriminated_union.cpython-311.pyc | Bin 0 -> 23290 bytes .../_docs_extraction.cpython-311.pyc | Bin 0 -> 5670 bytes .../__pycache__/_fields.cpython-311.pyc | Bin 0 -> 19821 bytes .../__pycache__/_forward_ref.cpython-311.pyc | Bin 0 -> 1465 bytes .../_generate_schema.cpython-311.pyc | Bin 0 -> 146122 bytes .../__pycache__/_generics.cpython-311.pyc | Bin 0 -> 27025 bytes .../__pycache__/_git.cpython-311.pyc | Bin 0 -> 1725 bytes .../__pycache__/_import_utils.cpython-311.pyc | Bin 0 -> 962 bytes .../_internal_dataclass.cpython-311.pyc | Bin 0 -> 338 bytes .../_known_annotated_metadata.cpython-311.pyc | Bin 0 -> 15782 bytes .../__pycache__/_mock_val_ser.cpython-311.pyc | Bin 0 -> 12338 bytes .../_model_construction.cpython-311.pyc | Bin 0 -> 38242 bytes .../_namespace_utils.cpython-311.pyc | Bin 0 -> 13468 bytes .../__pycache__/_repr.cpython-311.pyc | Bin 0 -> 8760 bytes .../_schema_gather.cpython-311.pyc | Bin 0 -> 9043 bytes .../_schema_generation_shared.cpython-311.pyc | Bin 0 -> 6766 bytes .../__pycache__/_serializers.cpython-311.pyc | Bin 0 -> 2102 bytes .../__pycache__/_signature.cpython-311.pyc | Bin 0 -> 7388 bytes .../__pycache__/_typing_extra.cpython-311.pyc | Bin 0 -> 28819 bytes .../__pycache__/_utils.cpython-311.pyc | Bin 0 -> 21996 bytes .../_validate_call.cpython-311.pyc | Bin 0 -> 7200 bytes .../__pycache__/_validators.cpython-311.pyc | Bin 0 -> 25747 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 -> 192 bytes .../class_validators.cpython-311.pyc | Bin 0 -> 12844 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 4858 bytes .../copy_internals.cpython-311.pyc | Bin 0 -> 9608 bytes .../__pycache__/decorator.cpython-311.pyc | Bin 0 -> 15626 bytes .../__pycache__/json.cpython-311.pyc | Bin 0 -> 6816 bytes .../__pycache__/parse.cpython-311.pyc | Bin 0 -> 3660 bytes .../__pycache__/tools.cpython-311.pyc | Bin 0 -> 3889 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 -> 595 bytes .../arguments_schema.cpython-311.pyc | Bin 0 -> 2558 bytes .../__pycache__/pipeline.cpython-311.pyc | Bin 0 -> 38873 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 -> 9090 bytes .../__pycache__/_loader.cpython-311.pyc | Bin 0 -> 2542 bytes .../_schema_validator.cpython-311.pyc | Bin 0 -> 7647 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 -> 2442 bytes .../_hypothesis_plugin.cpython-311.pyc | Bin 0 -> 20243 bytes .../annotated_types.cpython-311.pyc | Bin 0 -> 4689 bytes .../class_validators.cpython-311.pyc | Bin 0 -> 22802 bytes .../v1/__pycache__/color.cpython-311.pyc | Bin 0 -> 28221 bytes .../v1/__pycache__/config.cpython-311.pyc | Bin 0 -> 10049 bytes .../__pycache__/dataclasses.cpython-311.pyc | Bin 0 -> 25820 bytes .../datetime_parse.cpython-311.pyc | Bin 0 -> 11980 bytes .../v1/__pycache__/decorator.cpython-311.pyc | Bin 0 -> 15683 bytes .../__pycache__/env_settings.cpython-311.pyc | Bin 0 -> 20034 bytes .../error_wrappers.cpython-311.pyc | Bin 0 -> 10051 bytes .../v1/__pycache__/errors.cpython-311.pyc | Bin 0 -> 36543 bytes .../v1/__pycache__/fields.cpython-311.pyc | Bin 0 -> 62984 bytes .../v1/__pycache__/generics.cpython-311.pyc | Bin 0 -> 19722 bytes .../v1/__pycache__/json.cpython-311.pyc | Bin 0 -> 5691 bytes .../v1/__pycache__/main.cpython-311.pyc | Bin 0 -> 54953 bytes .../v1/__pycache__/mypy.cpython-311.pyc | Bin 0 -> 50499 bytes .../v1/__pycache__/networks.cpython-311.pyc | Bin 0 -> 34182 bytes .../v1/__pycache__/parse.cpython-311.pyc | Bin 0 -> 3039 bytes .../v1/__pycache__/schema.cpython-311.pyc | Bin 0 -> 54638 bytes .../v1/__pycache__/tools.cpython-311.pyc | Bin 0 -> 4466 bytes .../v1/__pycache__/types.cpython-311.pyc | Bin 0 -> 55098 bytes .../v1/__pycache__/typing.cpython-311.pyc | Bin 0 -> 25276 bytes .../v1/__pycache__/utils.cpython-311.pyc | Bin 0 -> 40735 bytes .../v1/__pycache__/validators.cpython-311.pyc | Bin 0 -> 34977 bytes .../v1/__pycache__/version.cpython-311.pyc | Bin 0 -> 2201 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 -> 3764 bytes .../__pycache__/core_schema.cpython-311.pyc | Bin 0 -> 156549 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 -> 13922 bytes .../_deprecation_warning.cpython-311.pyc | Bin 0 -> 638 bytes .../__pycache__/_entry_points.cpython-311.pyc | Bin 0 -> 5195 bytes .../__pycache__/_imp.cpython-311.pyc | Bin 0 -> 3651 bytes .../__pycache__/_importlib.cpython-311.pyc | Bin 0 -> 1951 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1150 bytes .../__pycache__/_path.cpython-311.pyc | Bin 0 -> 1471 bytes .../__pycache__/_reqs.cpython-311.pyc | Bin 0 -> 1132 bytes .../__pycache__/archive_util.cpython-311.pyc | Bin 0 -> 10160 bytes .../__pycache__/build_meta.cpython-311.pyc | Bin 0 -> 28143 bytes .../__pycache__/dep_util.cpython-311.pyc | Bin 0 -> 1286 bytes .../__pycache__/depends.cpython-311.pyc | Bin 0 -> 7971 bytes .../__pycache__/discovery.cpython-311.pyc | Bin 0 -> 31124 bytes .../__pycache__/dist.cpython-311.pyc | Bin 0 -> 63791 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 2947 bytes .../__pycache__/extension.cpython-311.pyc | Bin 0 -> 6803 bytes .../__pycache__/glob.cpython-311.pyc | Bin 0 -> 6560 bytes .../__pycache__/installer.cpython-311.pyc | Bin 0 -> 5610 bytes .../__pycache__/launch.cpython-311.pyc | Bin 0 -> 1526 bytes .../__pycache__/logging.cpython-311.pyc | Bin 0 -> 2093 bytes .../__pycache__/monkey.cpython-311.pyc | Bin 0 -> 7003 bytes .../__pycache__/msvc.cpython-311.pyc | Bin 0 -> 64176 bytes .../__pycache__/namespaces.cpython-311.pyc | Bin 0 -> 5658 bytes .../__pycache__/package_index.cpython-311.pyc | Bin 0 -> 61931 bytes .../__pycache__/py34compat.cpython-311.pyc | Bin 0 -> 713 bytes .../__pycache__/sandbox.cpython-311.pyc | Bin 0 -> 27329 bytes .../__pycache__/unicode_utils.cpython-311.pyc | Bin 0 -> 1815 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 433 bytes .../__pycache__/wheel.cpython-311.pyc | Bin 0 -> 15489 bytes .../windows_support.cpython-311.pyc | Bin 0 -> 1430 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 14 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 557 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 8527 bytes .../__pycache__/_functools.cpython-311.pyc | Bin 0 -> 859 bytes .../__pycache__/_log.cpython-311.pyc | Bin 0 -> 276 bytes .../__pycache__/_macos_compat.cpython-311.pyc | Bin 0 -> 568 bytes .../__pycache__/_msvccompiler.cpython-311.pyc | Bin 0 -> 25070 bytes .../__pycache__/archive_util.cpython-311.pyc | Bin 0 -> 10618 bytes .../__pycache__/bcppcompiler.cpython-311.pyc | Bin 0 -> 13444 bytes .../__pycache__/ccompiler.cpython-311.pyc | Bin 0 -> 46313 bytes .../__pycache__/cmd.cpython-311.pyc | Bin 0 -> 18837 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 6038 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 9928 bytes .../cygwinccompiler.cpython-311.pyc | Bin 0 -> 13622 bytes .../__pycache__/debug.cpython-311.pyc | Bin 0 -> 320 bytes .../__pycache__/dep_util.cpython-311.pyc | Bin 0 -> 3982 bytes .../__pycache__/dir_util.cpython-311.pyc | Bin 0 -> 10363 bytes .../__pycache__/dist.cpython-311.pyc | Bin 0 -> 55486 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 6793 bytes .../__pycache__/extension.cpython-311.pyc | Bin 0 -> 10174 bytes .../__pycache__/fancy_getopt.cpython-311.pyc | Bin 0 -> 17233 bytes .../__pycache__/file_util.cpython-311.pyc | Bin 0 -> 10667 bytes .../__pycache__/filelist.cpython-311.pyc | Bin 0 -> 17607 bytes .../__pycache__/log.cpython-311.pyc | Bin 0 -> 2691 bytes .../__pycache__/msvc9compiler.cpython-311.pyc | Bin 0 -> 33556 bytes .../__pycache__/msvccompiler.cpython-311.pyc | Bin 0 -> 26968 bytes .../__pycache__/py38compat.cpython-311.pyc | Bin 0 -> 620 bytes .../__pycache__/py39compat.cpython-311.pyc | Bin 0 -> 988 bytes .../__pycache__/spawn.cpython-311.pyc | Bin 0 -> 4432 bytes .../__pycache__/sysconfig.cpython-311.pyc | Bin 0 -> 22069 bytes .../__pycache__/text_file.cpython-311.pyc | Bin 0 -> 11269 bytes .../__pycache__/unixccompiler.cpython-311.pyc | Bin 0 -> 16492 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 20843 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 11345 bytes .../versionpredicate.cpython-311.pyc | Bin 0 -> 7622 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 -> 540 bytes .../_framework_compat.cpython-311.pyc | Bin 0 -> 2781 bytes .../command/__pycache__/bdist.cpython-311.pyc | Bin 0 -> 5999 bytes .../__pycache__/bdist_dumb.cpython-311.pyc | Bin 0 -> 5719 bytes .../__pycache__/bdist_rpm.cpython-311.pyc | Bin 0 -> 23253 bytes .../command/__pycache__/build.cpython-311.pyc | Bin 0 -> 6054 bytes .../__pycache__/build_clib.cpython-311.pyc | Bin 0 -> 7762 bytes .../__pycache__/build_ext.cpython-311.pyc | Bin 0 -> 30272 bytes .../__pycache__/build_py.cpython-311.pyc | Bin 0 -> 17598 bytes .../__pycache__/build_scripts.cpython-311.pyc | Bin 0 -> 7852 bytes .../command/__pycache__/check.cpython-311.pyc | Bin 0 -> 7508 bytes .../command/__pycache__/clean.cpython-311.pyc | Bin 0 -> 3184 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 16221 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 29373 bytes .../__pycache__/install_data.cpython-311.pyc | Bin 0 -> 3761 bytes .../install_egg_info.cpython-311.pyc | Bin 0 -> 5216 bytes .../install_headers.cpython-311.pyc | Bin 0 -> 2349 bytes .../__pycache__/install_lib.cpython-311.pyc | Bin 0 -> 8670 bytes .../install_scripts.cpython-311.pyc | Bin 0 -> 3156 bytes .../__pycache__/py37compat.cpython-311.pyc | Bin 0 -> 1537 bytes .../__pycache__/register.cpython-311.pyc | Bin 0 -> 15555 bytes .../command/__pycache__/sdist.cpython-311.pyc | Bin 0 -> 23767 bytes .../__pycache__/upload.cpython-311.pyc | Bin 0 -> 10421 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 -> 191 bytes .../__pycache__/ordered_set.cpython-311.pyc | Bin 0 -> 21777 bytes .../typing_extensions.cpython-311.pyc | Bin 0 -> 107608 bytes .../_vendor/__pycache__/zipp.cpython-311.pyc | Bin 0 -> 15984 bytes .../_vendor/importlib_metadata/__init__.py | 1047 ++ .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 58230 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 3843 bytes .../__pycache__/_collections.cpython-311.pyc | Bin 0 -> 2190 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 2712 bytes .../__pycache__/_functools.cpython-311.pyc | Bin 0 -> 3630 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 2593 bytes .../__pycache__/_meta.cpython-311.pyc | Bin 0 -> 2997 bytes .../__pycache__/_text.cpython-311.pyc | Bin 0 -> 4388 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 -> 825 bytes .../__pycache__/_adapters.cpython-311.pyc | Bin 0 -> 10742 bytes .../__pycache__/_common.cpython-311.pyc | Bin 0 -> 4269 bytes .../__pycache__/_compat.cpython-311.pyc | Bin 0 -> 5554 bytes .../__pycache__/_itertools.cpython-311.pyc | Bin 0 -> 1387 bytes .../__pycache__/_legacy.cpython-311.pyc | Bin 0 -> 6485 bytes .../__pycache__/abc.cpython-311.pyc | Bin 0 -> 7486 bytes .../__pycache__/readers.cpython-311.pyc | Bin 0 -> 8360 bytes .../__pycache__/simple.cpython-311.pyc | Bin 0 -> 6382 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 -> 198 bytes .../__pycache__/context.cpython-311.pyc | Bin 0 -> 10973 bytes .../__pycache__/functools.cpython-311.pyc | Bin 0 -> 20278 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 -> 26592 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 291 bytes .../__pycache__/more.cpython-311.pyc | Bin 0 -> 149178 bytes .../__pycache__/recipes.cpython-311.pyc | Bin 0 -> 23760 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 -> 642 bytes .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 563 bytes .../__pycache__/_manylinux.cpython-311.pyc | Bin 0 -> 13229 bytes .../__pycache__/_musllinux.cpython-311.pyc | Bin 0 -> 7997 bytes .../__pycache__/_structures.cpython-311.pyc | Bin 0 -> 3685 bytes .../__pycache__/markers.cpython-311.pyc | Bin 0 -> 16531 bytes .../__pycache__/requirements.cpython-311.pyc | Bin 0 -> 7646 bytes .../__pycache__/specifiers.cpython-311.pyc | Bin 0 -> 34363 bytes .../__pycache__/tags.cpython-311.pyc | Bin 0 -> 21348 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 6683 bytes .../__pycache__/version.cpython-311.pyc | Bin 0 -> 21875 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 -> 8336 bytes .../__pycache__/actions.cpython-311.pyc | Bin 0 -> 8462 bytes .../__pycache__/common.cpython-311.pyc | Bin 0 -> 14784 bytes .../__pycache__/core.cpython-311.pyc | Bin 0 -> 277636 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 12926 bytes .../__pycache__/helpers.cpython-311.pyc | Bin 0 -> 53627 bytes .../__pycache__/results.cpython-311.pyc | Bin 0 -> 36310 bytes .../__pycache__/testing.cpython-311.pyc | Bin 0 -> 19506 bytes .../__pycache__/unicode.cpython-311.pyc | Bin 0 -> 15364 bytes .../__pycache__/util.cpython-311.pyc | Bin 0 -> 14263 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 -> 27999 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 -> 413 bytes .../tomli/__pycache__/_parser.cpython-311.pyc | Bin 0 -> 30852 bytes .../tomli/__pycache__/_re.cpython-311.pyc | Bin 0 -> 4492 bytes .../tomli/__pycache__/_types.cpython-311.pyc | Bin 0 -> 405 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 -> 632 bytes .../command/__pycache__/alias.cpython-311.pyc | Bin 0 -> 3899 bytes .../__pycache__/bdist_egg.cpython-311.pyc | Bin 0 -> 25581 bytes .../__pycache__/bdist_rpm.cpython-311.pyc | Bin 0 -> 2187 bytes .../command/__pycache__/build.cpython-311.pyc | Bin 0 -> 6987 bytes .../__pycache__/build_clib.cpython-311.pyc | Bin 0 -> 4162 bytes .../__pycache__/build_ext.cpython-311.pyc | Bin 0 -> 22007 bytes .../__pycache__/build_py.cpython-311.pyc | Bin 0 -> 23173 bytes .../__pycache__/develop.cpython-311.pyc | Bin 0 -> 10915 bytes .../__pycache__/dist_info.cpython-311.pyc | Bin 0 -> 7977 bytes .../__pycache__/easy_install.cpython-311.pyc | Bin 0 -> 121497 bytes .../editable_wheel.cpython-311.pyc | Bin 0 -> 51410 bytes .../__pycache__/egg_info.cpython-311.pyc | Bin 0 -> 40835 bytes .../__pycache__/install.cpython-311.pyc | Bin 0 -> 6812 bytes .../install_egg_info.cpython-311.pyc | Bin 0 -> 5338 bytes .../__pycache__/install_lib.cpython-311.pyc | Bin 0 -> 8409 bytes .../install_scripts.cpython-311.pyc | Bin 0 -> 4276 bytes .../__pycache__/py36compat.cpython-311.pyc | Bin 0 -> 8033 bytes .../__pycache__/register.cpython-311.pyc | Bin 0 -> 1123 bytes .../__pycache__/rotate.cpython-311.pyc | Bin 0 -> 4183 bytes .../__pycache__/saveopts.cpython-311.pyc | Bin 0 -> 1363 bytes .../command/__pycache__/sdist.cpython-311.pyc | Bin 0 -> 13435 bytes .../__pycache__/setopt.cpython-311.pyc | Bin 0 -> 7675 bytes .../command/__pycache__/test.cpython-311.pyc | Bin 0 -> 14616 bytes .../__pycache__/upload.cpython-311.pyc | Bin 0 -> 1087 bytes .../__pycache__/upload_docs.cpython-311.pyc | Bin 0 -> 11938 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 -> 2027 bytes .../_apply_pyprojecttoml.cpython-311.pyc | Bin 0 -> 22836 bytes .../config/__pycache__/expand.cpython-311.pyc | Bin 0 -> 28241 bytes .../__pycache__/pyprojecttoml.cpython-311.pyc | Bin 0 -> 27872 bytes .../__pycache__/setupcfg.cpython-311.pyc | Bin 0 -> 33281 bytes .../setuptools/config/_apply_pyprojecttoml.py | 384 + .../config/_validate_pyproject/__init__.py | 34 + .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 2315 bytes .../error_reporting.cpython-311.pyc | Bin 0 -> 20206 bytes .../extra_validations.cpython-311.pyc | Bin 0 -> 1864 bytes .../fastjsonschema_exceptions.cpython-311.pyc | Bin 0 -> 3239 bytes ...fastjsonschema_validations.cpython-311.pyc | Bin 0 -> 192637 bytes .../__pycache__/formats.cpython-311.pyc | Bin 0 -> 14354 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 -> 4391 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 -> 534 bytes .../sniffio/__pycache__/_impl.cpython-311.pyc | Bin 0 -> 3398 bytes .../__pycache__/_version.cpython-311.pyc | Bin 0 -> 202 bytes .../python3.11/site-packages/sniffio/_impl.py | 95 + .../site-packages/sniffio/_tests/__init__.py | 0 .../__pycache__/__init__.cpython-311.pyc | Bin 0 -> 187 bytes .../__pycache__/test_sniffio.cpython-311.pyc | Bin 0 -> 5059 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 -> 203 bytes .../_exception_handler.cpython-311.pyc | Bin 0 -> 3607 bytes .../__pycache__/_utils.cpython-311.pyc | Bin 0 -> 5867 bytes .../__pycache__/applications.cpython-311.pyc | Bin 0 -> 13847 bytes .../authentication.cpython-311.pyc | Bin 0 -> 9207 bytes .../__pycache__/background.cpython-311.pyc | Bin 0 -> 2946 bytes .../__pycache__/concurrency.cpython-311.pyc | Bin 0 -> 3697 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 8264 bytes .../__pycache__/convertors.cpython-311.pyc | Bin 0 -> 5775 bytes .../datastructures.cpython-311.pyc | Bin 0 -> 45710 bytes .../__pycache__/endpoints.cpython-311.pyc | Bin 0 -> 8701 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 2606 bytes .../__pycache__/formparsers.cpython-311.pyc | Bin 0 -> 15049 bytes .../__pycache__/requests.cpython-311.pyc | Bin 0 -> 17812 bytes .../__pycache__/responses.cpython-311.pyc | Bin 0 -> 32595 bytes .../__pycache__/routing.cpython-311.pyc | Bin 0 -> 48476 bytes .../__pycache__/schemas.cpython-311.pyc | Bin 0 -> 8044 bytes .../__pycache__/staticfiles.cpython-311.pyc | Bin 0 -> 12667 bytes .../__pycache__/status.cpython-311.pyc | Bin 0 -> 3652 bytes .../__pycache__/templating.cpython-311.pyc | Bin 0 -> 11096 bytes .../__pycache__/testclient.cpython-311.pyc | Bin 0 -> 35825 bytes .../__pycache__/types.cpython-311.pyc | Bin 0 -> 1678 bytes .../__pycache__/websockets.cpython-311.pyc | Bin 0 -> 12958 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 -> 3077 bytes .../authentication.cpython-311.pyc | Bin 0 -> 3247 bytes .../__pycache__/base.cpython-311.pyc | Bin 0 -> 12722 bytes .../__pycache__/cors.cpython-311.pyc | Bin 0 -> 8448 bytes .../__pycache__/errors.cpython-311.pyc | Bin 0 -> 10657 bytes .../__pycache__/exceptions.cpython-311.pyc | Bin 0 -> 4467 bytes .../__pycache__/gzip.cpython-311.pyc | Bin 0 -> 9353 bytes .../__pycache__/httpsredirect.cpython-311.pyc | Bin 0 -> 1946 bytes .../__pycache__/sessions.cpython-311.pyc | Bin 0 -> 5029 bytes .../__pycache__/trustedhost.cpython-311.pyc | Bin 0 -> 3537 bytes .../__pycache__/wsgi.cpython-311.pyc | Bin 0 -> 9690 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 -> 190 bytes .../__pycache__/introspection.cpython-311.pyc | Bin 0 -> 18285 bytes .../typing_objects.cpython-311.pyc | Bin 0 -> 16748 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 -> 417 bytes .../__pycache__/__main__.cpython-311.pyc | Bin 0 -> 306 bytes .../__pycache__/_subprocess.cpython-311.pyc | Bin 0 -> 3094 bytes .../__pycache__/_types.cpython-311.pyc | Bin 0 -> 13634 bytes .../__pycache__/config.cpython-311.pyc | Bin 0 -> 26122 bytes .../__pycache__/importer.cpython-311.pyc | Bin 0 -> 2022 bytes .../__pycache__/logging.cpython-311.pyc | Bin 0 -> 8595 bytes .../uvicorn/__pycache__/main.cpython-311.pyc | Bin 0 -> 20423 bytes .../__pycache__/server.cpython-311.pyc | Bin 0 -> 16930 bytes .../__pycache__/workers.cpython-311.pyc | Bin 0 -> 6801 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 -> 189 bytes .../lifespan/__pycache__/off.cpython-311.pyc | Bin 0 -> 1144 bytes .../lifespan/__pycache__/on.cpython-311.pyc | Bin 0 -> 8375 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 -> 186 bytes .../loops/__pycache__/asyncio.cpython-311.pyc | Bin 0 -> 805 bytes .../loops/__pycache__/auto.cpython-311.pyc | Bin 0 -> 776 bytes .../loops/__pycache__/uvloop.cpython-311.pyc | Bin 0 -> 579 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 -> 191 bytes .../__pycache__/asgi2.cpython-311.pyc | Bin 0 -> 1208 bytes .../message_logger.cpython-311.pyc | Bin 0 -> 4894 bytes .../__pycache__/proxy_headers.cpython-311.pyc | Bin 0 -> 6681 bytes .../__pycache__/wsgi.cpython-311.pyc | Bin 0 -> 10900 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 -> 190 bytes .../__pycache__/utils.cpython-311.pyc | Bin 0 -> 3555 bytes .../uvicorn/protocols/http/__init__.py | 0 .../http/__pycache__/__init__.cpython-311.pyc | Bin 0 -> 195 bytes .../http/__pycache__/auto.cpython-311.pyc | Bin 0 -> 694 bytes .../__pycache__/flow_control.cpython-311.pyc | Bin 0 -> 3291 bytes .../http/__pycache__/h11_impl.cpython-311.pyc | Bin 0 -> 27810 bytes .../httptools_impl.cpython-311.pyc | Bin 0 -> 30344 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 -> 201 bytes .../__pycache__/auto.cpython-311.pyc | Bin 0 -> 913 bytes .../websockets_impl.cpython-311.pyc | Bin 0 -> 22384 bytes .../__pycache__/wsproto_impl.cpython-311.pyc | Bin 0 -> 22391 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 -> 880 bytes .../__pycache__/basereload.cpython-311.pyc | Bin 0 -> 7357 bytes .../__pycache__/multiprocess.cpython-311.pyc | Bin 0 -> 14643 bytes .../__pycache__/statreload.cpython-311.pyc | Bin 0 -> 3266 bytes .../watchfilesreload.cpython-311.pyc | Bin 0 -> 5543 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 + 2229 files changed, 406880 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/index.html create mode 100644 static/keypad.js create mode 100644 static/message.js create mode 100644 static/style.css 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/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..5c816f190201a52700ecc28089e016407f26d9b4 GIT binary patch literal 1627 zcmZ`2O-~y~^v!;FS&R*aQb=hMNDqyP#HtEaa;PdbLMT;IRFzypBBAZ>;Hb}Gj;8h?ILUityNonmD$1gySP$7iMAu71Xl_KFh*aS>)!1?D!c z!_U6_9La&3cfPp&73Jl?=M?$uVrYhrHSf5TuWJTRxHyyUsMl?WQ7a7CLu3@+^yo1$ zkj%4_7|WJxa&C2}DSG)GuEQFlTR^a%;c3MIJKKAUkKqw~3-vAwbUT6G%2*Q40)D+c zAg~A@z(>H9sT|8Ax3syl|STCg4F&y8fYcmf*&n-%^5|pVQD~y^p-iNGk zk-+5fIb+piMzvZs{EFw9q4mJA3h~M1SK~gTM4#l%Hzomzw&e z77%s3Zte{Z{j~bS>i26uuC-*8B;pQwEv()M)RDc7IyyRfo46z6Vo;vFb5;ILxu*R= zu4(JTMu~>YE?uRr@lCQliq&Mdx=SnuK55c05^0lcVoSDMk{p6%Qx@VOui}PI*>xye zW~N`F2O_|Mc*HMptXKhwv}$Y+$yh%7R*_Hv|LK13C) z=M7%@+H=BXZUu}Qv0|H{*^{YwY)PgfU?67IeQn)FuQZOb!Ruw zeGWU1+7V$PP$$9BEhoxOM#>}`NBKf=FxFP^?U-eUiGsz26K)wm&(dcYr zbhbG<`}_5p-hjC#%tbJ_Pn0KP8)HvLw(r-*8f3ajrdyIkaB>m7mO;95D(M4B6}FLn zzCkWD$pv9p+`cMIiyb7KF1EF;#A$qEJnDb1K_;4HLO4xr-x2mx9VDFIZ)-c^q*VU` DtPpLK literal 0 HcmV?d00001 diff --git a/main.py b/main.py new file mode 100644 index 0000000..132fd76 --- /dev/null +++ b/main.py @@ -0,0 +1,22 @@ +from fastapi import FastAPI +from fastapi.responses import HTMLResponse +from fastapi.staticfiles import StaticFiles + +app = FastAPI() + +app.mount("/static", StaticFiles(directory="static"), name="static") + +@app.get("/", response_class=HTMLResponse) +async def root(): + with open("static/index.html") as f: + return f.read() + +@app.get("/get_level/{level}") +async def get_level(level: int): + # For now, return a static range; adjust based on your game logic + return {"multiplier_range": [1, 10]} + +@app.post("/submit_score/") +async def submit_score(data: dict): + # For now, just return success; add database logic if needed + return {"status": "success"} diff --git a/static/app.js b/static/app.js new file mode 100644 index 0000000..9e41729 --- /dev/null +++ b/static/app.js @@ -0,0 +1,163 @@ +let currentLevel = 1; +let score = 0; +let activeField = null; +const maxScorePerLevel = 10; + +function saveProgress(level, score) { + localStorage.setItem("nummatch_level", level); + localStorage.setItem("nummatch_score", score); + updateStatus(); +} + +function loadProgress() { + const level = parseInt(localStorage.getItem("nummatch_level")) || 1; + const score = parseInt(localStorage.getItem("nummatch_score")) || 0; + return { level, score }; +} + +function updateStatus() { + document.getElementById("level-info").textContent = `Level: ${currentLevel} – Punkte: ${score}`; +} + +function generateTarget(min, max) { + const a = Math.floor(Math.random() * (max - min + 1)) + min; + const b = Math.floor(Math.random() * (max - min + 1)) + min; + return a * b; +} + +async function getLevelData(levelNumber) { + try { + const response = await fetch(`/get_level/${levelNumber}`); + if (response.ok) { + return await response.json(); + } else { + console.error(`Failed to fetch level data: ${response.status}`); + return { multiplier_range: [1, 10] }; + } + } catch (error) { + console.error("Error fetching level data:", error); + return { multiplier_range: [1, 10] }; + } +} + +async function startGame(levelNumber) { + const level = await getLevelData(levelNumber); + const [min, max] = level.multiplier_range; + document.getElementById("target").textContent = generateTarget(min, max); + + const leftInput = document.getElementById("left"); + const rightInput = document.getElementById("right"); + const feedback = document.getElementById("feedback"); + + leftInput.textContent = ""; + rightInput.textContent = ""; + leftInput.dataset.value = ""; + rightInput.dataset.value = ""; + leftInput.classList.remove("ok", "fail"); + rightInput.classList.remove("ok", "fail"); + + feedback.textContent = ""; + feedback.classList.remove("feedback-ok", "feedback-fail"); + + activeField = leftInput; + activeField.classList.add("active"); + rightInput.classList.remove("active"); + leftInput.focus(); + + updateStatus(); +} + +function checkAnswer() { + const leftInput = document.getElementById("left"); + const rightInput = document.getElementById("right"); + const [left, right] = getValues("left", "right"); + const target = parseInt(document.getElementById("target").textContent); + const feedback = document.getElementById("feedback"); + + feedback.classList.remove("feedback-ok", "feedback-fail"); + leftInput.classList.remove("ok", "fail"); + rightInput.classList.remove("ok", "fail"); + + if (left * right === target) { + score++; + feedback.textContent = "✅ Richtig!"; + feedback.classList.add("feedback-ok"); + leftInput.classList.add("ok"); + rightInput.classList.add("ok"); + + submitScore(score, currentLevel); + + if (score >= maxScorePerLevel) { + currentLevel++; + score = 0; + } + + saveProgress(currentLevel, score); + setTimeout(() => { + feedback.textContent = ""; + feedback.classList.remove("feedback-ok"); + startGame(currentLevel); + }, 2000); + } else { + feedback.textContent = "❌ Versuch’s nochmal."; + feedback.classList.add("feedback-fail"); + leftInput.classList.add("fail"); + rightInput.classList.add("fail"); + + setTimeout(() => { + feedback.textContent = ""; + feedback.classList.remove("feedback-fail"); + saveProgress(currentLevel, score); + startGame(currentLevel); + }, 2000); + } +} + +async function submitScore(score, level) { + try { + await fetch("/submit_score/", { + method: "POST", + headers: { "Content-Type": "application/json" }, + body: JSON.stringify({ + player_name: "Anonymous", + score: score, + level_number: level, + date: new Date().toISOString().split("T")[0], + }), + }); + } catch (error) { + console.error("Error submitting score:", error); + } +} + +window.addEventListener("load", () => { + const checkBtn = document.getElementById("check-btn"); + if (checkBtn) { + checkBtn.addEventListener("click", checkAnswer); + } else { + console.error("Check button not found!"); + } + + const leftInput = document.getElementById("left"); + leftInput.classList.add("active"); + activeField = leftInput; + leftInput.focus(); + createNumBlock("numpad-container"); + setupNumInputs("left", "right"); + insertButton("game-container-buttons", "restart-btn", "🔁 Neustart", () => { + localStorage.removeItem("nummatch_level"); + localStorage.removeItem("nummatch_score"); + score = 0; + currentLevel = 1; + activeField = document.getElementById("left"); + activeField.classList.add("active"); + activeField.focus(); + saveProgress(currentLevel, score); + startGame(currentLevel); + }); + const progress = loadProgress(); + currentLevel = progress.level; + score = progress.score; + + startGame(currentLevel); +}); diff --git a/static/button.js b/static/button.js new file mode 100644 index 0000000..eb6dcde --- /dev/null +++ b/static/button.js @@ -0,0 +1,17 @@ +// button.js +// Modularer Button-Helper für dynamische UI-Erweiterung + +function createButton(id, label, onClick) { + const btn = document.createElement("button"); + btn.id = id; + btn.textContent = label; + btn.addEventListener("click", onClick); + return btn; +} + +function insertButton(containerId, id, label, onClick) { + const container = document.getElementById(containerId); + if (!container) return; + const btn = createButton(id, label, onClick); + container.appendChild(btn); +} diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..a725b42 --- /dev/null +++ b/static/index.html @@ -0,0 +1,28 @@ + + + + Nummatch + + + +
+
+
+
+
×
+ +
=
+
+
+
+
+
+
+ +
+
+ + + + + diff --git a/static/keypad.js b/static/keypad.js new file mode 100644 index 0000000..c81e579 --- /dev/null +++ b/static/keypad.js @@ -0,0 +1,42 @@ +function createNumBlock(containerId) { + const container = document.getElementById(containerId); + if (!container) return; + + const grid = document.createElement("div"); + grid.className = "num-grid"; + + [1, 2, 3, 4, 5, 6, 7, 8, 9, 0].forEach(n => { + const btn = document.createElement("button"); + btn.textContent = n; + btn.className = "num-key"; + btn.addEventListener("click", () => { + if (activeField) { + activeField.textContent = n; + activeField.dataset.value = n; + } + }); + grid.appendChild(btn); + }); + + container.appendChild(grid); +} + +function setupNumInputs(leftId, rightId) { + const left = document.getElementById(leftId); + const right = document.getElementById(rightId); + + [left, right].forEach(el => { + el.addEventListener("click", () => { + activeField = el; + left.classList.remove("active"); + right.classList.remove("active"); + el.classList.add("active"); + }); + }); +} + +function getValues(leftId, rightId) { + const left = document.getElementById(leftId).dataset.value; + const right = document.getElementById(rightId).dataset.value; + return [parseInt(left), parseInt(right)]; +} diff --git a/static/message.js b/static/message.js new file mode 100644 index 0000000..fa303f5 --- /dev/null +++ b/static/message.js @@ -0,0 +1,23 @@ +// Einfache Feedback-Verwaltung + +let feedbackTimer; + +export function showFeedback(message, success = true) { + const feedback = document.getElementById("feedback"); + feedback.textContent = message; + feedback.classList.remove("feedback-ok", "feedback-fail"); + feedback.classList.add(success ? "feedback-ok" : "feedback-fail"); + + clearTimeout(feedbackTimer); + feedbackTimer = setTimeout(() => { + feedback.textContent = ""; + feedback.classList.remove("feedback-ok", "feedback-fail"); + }, 2000); +} + +export function clearFeedback() { + const feedback = document.getElementById("feedback"); + feedback.textContent = ""; + feedback.classList.remove("feedback-ok", "feedback-fail"); +} + diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..d7f87d6 --- /dev/null +++ b/static/style.css @@ -0,0 +1,145 @@ +#game-container { + max-width: 960px; + text-align: center; +} + +.restart-container { + margin-bottom: 1rem; +} + +.task-row { + display: flex; + justify-content: center; + align-items: center; + gap: 1rem; +} + +.num-slot { + display: flex; + align-items: center; + justify-content: center; + width: 3rem; + height: 3rem; + font-size: 1.5rem; + text-align: center; + border: 2px solid #ccc; + border-radius: 6px; + cursor: pointer; + user-select: none; +} + +.num-slot.active { + border-color: #88b; + background-color: #eef; +} + +.num-slot.ok { + border-color: green; + background-color: #e0ffe0; +} + +.num-slot.fail { + border-color: red; + background-color: #ffe0e0; +} + +.num-grid { + display: grid; + grid-template-columns: repeat(3, 3rem); + gap: 0.5rem; + justify-content: center; +} + +.num-key { + padding: 1rem; + font-size: 1.2rem; + cursor: pointer; + border: 1px solid #999; + border-radius: 4px; + background-color: #f9f9f9; +} + +.num-key:hover { + background-color: #eef; +} + +.operator, +.equals { + font-size: 1.5rem; +} + +.result-block { + font-size: 2rem; + padding: 0.5rem 1rem; + border: 2px solid #ccc; + border-radius: 8px; + min-width: 3rem; +} + +button { + padding: 0.5rem 1rem; + font-size: 1rem; + cursor: pointer; +} + +button:hover { + background-color: #eef; +} + +#feedback { + margin-top: 1rem; + font-size: 1.2rem; + font-weight: bold; + color: #444; + min-height: 1.5em; + transition: color 0.3s ease, transform 0.15s ease; +} + +.feedback-ok { + color: green; + transform: scale(1.03); +} + +.feedback-fail { + color: red; + transform: scale(1.03); +} + +#level-info { + font-size: 1.5rem; + margin-top: 1rem; + margin-bottom: 1rem; + font-weight: bold; + color: #225; +} + +canvas { + max-width: 960px; + margin: 1rem auto; + display: block; +} + +table { + width: 80%; + margin: 0 auto; + border-collapse: collapse; +} + +th, +td { + padding: 0.8rem; + text-align: left; + border: 1px solid #ccc; +} + +th { + background-color: #f1f1f1; +} + +#restart-btn { + margin-top: 1rem; +} + +#check-btn { + margin-bottom: 1rem; +} 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..6073965 --- /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/nummatch/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..cadc1fb --- /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/nummatch/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..6fd1083 --- /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/nummatch/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..b638cfa --- /dev/null +++ b/venv/bin/fastapi @@ -0,0 +1,8 @@ +#!/var/www/nummatch/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..e13d75b --- /dev/null +++ b/venv/bin/pip @@ -0,0 +1,8 @@ +#!/var/www/nummatch/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..e13d75b --- /dev/null +++ b/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/var/www/nummatch/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..e13d75b --- /dev/null +++ b/venv/bin/pip3.11 @@ -0,0 +1,8 @@ +#!/var/www/nummatch/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..d77e5f9 --- /dev/null +++ b/venv/bin/uvicorn @@ -0,0 +1,8 @@ +#!/var/www/nummatch/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..225c8f9a642b40b96d2c0db357a30b416e15fe8f GIT binary patch literal 188996 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 B00;m8 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..b56ac4e7662836333e21fe7b7d03ded5d54a19b3 GIT binary patch literal 310 zcmZ3^%ge<81guH#(sh9JV-N=hn4yf%4nW3q1}277h7^Wnj0_B`ffxc7z*#U65WNhD zSHlGu8B!R788n%0@yDlR7MGNkWabpdXCx+P`vJwc;^Q-O3-XIf;^S{|r{u@ym!%dJ zWu~OAWcUm+;FrICSz?iXd3m{hUTJP_Vo7p_epzZ>nSM@Yl72yDNk)F2v7Vu!esN|= zs%`<$%*6E6Vtq7w^kIhT6;%G>u*uC&Da}c>E8+l}4|0C729Wr`%*e=igMq7o>jJmT dMF!a`46@f5G%qn|US!a|!k~QthKksLiUCC3PT2qe 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..5e8971820cfcf7d9d6babb73dd4e04c385cec88e GIT binary patch literal 20555 zcmd^HYit`=cAnuwB1P(9Nq$Ii?D0dkXv>u2XJX4rZ27TDWZ9{mX3cC$jyOYUY?7m$ z8CsU=w#*`JwZ-m2yGRigyNe1%Hg#J6NP!g1j|IBeU;R;FsRe(i1Eere6z%>gWXLUo z6b1U7duRBj?X8pcM@Qu0%)R&A$GPX8d(OFM^ylsEZ33>~)W1#t=W#*!Cwg$NR_A7; zHy{Y_3yPqKX(7gc#hA#RJuwe{J!x;o7xRgf=S}-FEwL7M?@PC406^z*1Vv zDOGr_6?g&QZH{fuY>91g@B-*dDWwW8=-_pE1a+&r?L$!z{t{n)#riZM){pOV*$%Yc zmiA=&Vtp80NC|6VtY2wozt1ThvF%D{?0MADsdUxUvBM)=5|mBv3QD)y^Pv~@kIIW(JjZ|Tsc?zu2puk2ss&=XEYDZqh-D#_%#5wQ%#5 zr>OfZ>kY#I)={-7)??^!u3QK3$DX3q^JNUD)h1YvY4t+64zzmlDO$Z$#&B9~g7uhI zzZMjNwC}!*9dA4~o_RI)Dt0IFny^PuU)w7f5s~Jqk?ej2ynMErM{9U_Tsfy6Q^wTs zlutSTt}piL4Oa7ZG7^Q?LC{Fw*zBxIxSD7RXZ?lsfKLnh8?&vYiW8`PTTF*a;wC)6x{>IsrkYOK-SKi#Jg!?as$sVns+BXc$&&to>PaJ`$=;wwNgKT;d?ZeOgn2ihxC#bI zRFe=S>5D7Fw`F5^Zf*ZKTg~1cPHR)cv-8%Bo;@0U;e}xn)H*aPgF&WM zb69pcB5q;E&Ea^Qh!l@UXXovfczhbS3!BP)jq;=mXmNuy<-D*K2rYUyaEleuVh7^! ztPBo}+imf9Mptrax(~uF;Iw+2aUW0b&Y0>@l%9yc2#nDeE- zb&u!|FTK7l;AdqM|FPIlQ^0GcO24#8R2l6n=MaNrb7-8TcAhYS#!D!~M(xfb$vHN>TfGYE{+%@_ejc}n`S z=rdu}(q{r(^epsw4ZW+SPr8aTCoIs1lCIE@o{m13sb~#-7YlQ5pf3NfhSvp`E+sTm%bJ#) zO{#;@Xmm)b)S4m*X>LYKtCD5NOxMUxODRoFE0VJrL-{bHtU5-4$w)2#+2CGiE!bIu z@i^1W;_+Hy(dgI^r*LEL1gP9beg43@Kp-q^>dBAOAEzau*)1tUUr@7EH1#5bu8kc4 zWtzSL-8cq~NA)Wn+RYu>K8M?dpI@>Dr>!%0B8*O&YI34M*^!_T=2R(@Gc9RKm8K09 z%AP^lS?P{L_Hj!hY9c#ls){tHSu-HeyhM5mugG+iW<047aGwN=4eQQ+KPV2Sw$jE840Fkpa9*d79izdcJ(Zu0NXQdHP~e17#>qp?9O<+ zV%F-Xfe2v`NaMRP08pNWys+-8n22CcelkD#4!-$GJ{g4f43n@O=nKENqz+E2zwRVp zC8(sbNtXT$6LRLOnGv(WrBVw>^kz* zuxq+0yE0{}5p{_S27&L=O_{osR7KsADY}fDKdcbTTqwgF^($Ty>HJE0$SnO34;7B; z7L;mL168H`FkXXdo4G@2iG`F_HLL{i^(etq%c77Hm9}@ovGxXdA;Mb}?ufCDYl8b5 z2^;-rQr_VcgtL(K@EDLt)>DxG+$A9CQ#aKliQlw#3&MS#3Pj(?l9lT028kL^14MmR zf(Jm-=kRMv@N1OzZ6?HLWJ*MuoTbXxesC6>JDR2KB8fc~`>&Qo6(sZBJzp|s^c=Qg zY&)r38e6@3XV$>NC2xwer%2eUGH94rl&IX=6Z=hxTk+Vjrsk#EUPA{Ww@W-e7)dw- z8`HB%pr~bCLMEq>>2^eiieP98HneZ*0dQpRVqcA(X@3+N|DD(x+_h>b0eK$KUHNE)l3>1 zb99}e&9*^NXh=0EDXBy#a+gG;L!;6-2uHK<7H5{XtGhzo(NfsN)2Zk*6f@2d)T#P% zRCb;zTu@LPj7U`vDr>74z|&THzC7k~{j7nrX($(_N(xNvj1xm8Tz6Rl44BsExJsIJ z=gnc6tFmE2nQ=M9P?P#}R$HJ-F>d1K99ueAA7xFoN}FPRnSx2~s#RRS(sP!BiY4PP z$ss9G@*2K{UZLwnBtM2p_LQ4nvdwW0K z`m^4jK2QFT-ZFUTMfSU2X9d<<;0|6MTscwfKhV&h(jtWW)`d3zzO~*hi$NG&!Gw5k z4-8=Ze%ix-e}>BG`3W#A2KOz`tlTc{h@z?BzNY~_Xqh!%2HgB0QdH@4UL?@9@c}@s zkxi}()vrQdt2}yCTNUpJN+UOb++ba<&&h2=Zm2HT@8pJ&3yrR(<`$OQs&=TIRr+B7 zdR~{}!3qx=wcD!1bPpKg>|sjJWfjxedL(#Crr`|Xd{wsn zrUFouAVU_(qKB9C=zyDUq1A5{V)DRrzn4J!9h=Mmvc_nkB=>lAK{1ooryQ zB_9nmIh=j5z1PGkg)}G6OHdPOFXp{C#JX0g9CFQM(x7QFrU_^SD0qfD`%3~8DKve1 z@ZI zl+y&WB<|nYX3;j{TSD9#L{nk|%zy-jXYCAIh;fN#DF@UQrT><)E)=VT$YO=byE&AdlA!u^--vR=KR*)JWFyaktZGj}cG^FbZ6tJH~Fz4rdf# zHX})5=G)_9_!K>k5;#qO79<0Ij~nwZ09@%xzf~@$J^SjLhZ0zM2H0WG-F5P`)GZ`|UU75%&PVO@$ z^8qKuhHNm0EeZpjo5FB8GZ9Sg>*NfH&H1w0#s#Gvsvs;a>X$+LiqpwBJu+U8(H)&^ zaE7npVTm#b{4>5Lt&3_NZY3>&K)2Anb?LWPUMp-JE^azp@X=?LLELa|qH3zRiPRRl zHeLZ}#7zht!7f`Z=4$wh@3}q*JioCE)hxWlW|s#x43<6K8K{$)T&7|xOsm;xYlahB zjZQ}~)I0>MzN(PC0yRDot`B7ua_E0%5=9M`+8&Z}!%X&&aXw_5fE6u(}cjKj7j77(Pph1nfhT6_%FKoLjp|fQc@KG+^uqhblh4FbM-iI zS?goDEZ}H%%oj&8?nxMB9Zd}=T(fIYLu$C34i8`}bhmbeI5%MILH8EkXFP@woC>P4 z)2&3J%yAOvR>7uqRAhCq2px&*P#Ne}kUn}wvq!S%+w=;EaDZNSIqTYrS?dVNa~Z~2fR82@v!*t>w6MMk~CPhIQf7Xzco~M!l<^S>2zajGwFo8tm(YG{Q56LJD9q&ZMpYH zJ6F3S#qLNU?0iV!dAShU_gQzNTwaV+m;ETiSUl3vP?EF$lF%{!fB;k36uM*c6{Nez z>ng;6j0;<741`rJjVg}EA_wxXE(IG%q)5RRS@lKMj+{V&z;fTp(R&{Jz3`F$zJKLZ zu`gQe8ZP)w;IryGvF`Kx50q39+^-8w0AJeF!K$TQ+B_)Grgmv_RfLvx%2!@=Sd5N| zhDGNy_5x8xptaxzybW3lXULrf*YP)V8obSt%+4w4gtBTAA7rZtrTIb{lCm<4tBC6& zuW;1SF(;u9Nu@>z2Ohfwch!+%z|l)h@l}^dxEODtPgH)8>?2t7EG`hb0r_Fm5!W$Z zd8+HS>NdfIg0*mns~}VG@~{J3C(e(&sW@&&fS=-w;D(-qaE47rUeZ~FRicmPteVtP zT9TdDvNgm{Y-uU+h)c(Ggo_DEiOkR8%cB@1G7w%gXC)&T4x^zv#=+fZQwBl}htE!F z%1t@Dn@V7@x)vsGhRaEUO7a zn$OHydWLkeSsmShhgq9;4xA@#kF@}+x|!Z&dog^&2Np6YxS`<|PYlMmte+Oui+HMD zRBg1y6WAsMI~J2mCzeO<^%gn~6$8GC>v8)T0)S_74_0JaZN ztClaxDIWobgaYt2}ooUlab*?w{kdY;mUHUA5p2| z?1cOd3SvPhw&Rpkc8#-hkRgf2I=DZxpH>>Hm9ZO`SXG*r9yVEdcU)C!x!V~UxD%{E z3n#6nz+4oDqDtrv9UD#L*Rx7_Bq~h@Ihzxy6RXXk0sEuow_W;VeT|4F3NF4)frjkxoe?GnO@Lo*Eve zlqh086!acOg&EcKVKqCX_~b1TPH)rX^O=H|7b1HGA`z#4#A!}!iF=X(GJ+B~2+wSq->b+(U^CO@hR5@lxC_po>y%8w<=AaIc6#{h1sY9Lox+5IaWBnwe*!0%AZ@xG+Gl6`RyIDo@oQ9#T+C!IQA^u}#6$&C*^( ziv*ENPKekL;}je`(*BUeB4-Pd%w<;NEJd%g6S-6x5oA*uV=hdWY)ol5em3SMCuUzl zdya6#wkt7T0An(zZ!quSlD|y{!LpQ6=U90a5$$NQjLJslSoh90S#i+KPeK!kag#;W z3_?fe+_dgXa*Wxmx$`1~q6>8ny(-TaiN`qd|6q*=dj zlHtZKj6kR!!5#5;L}TY;dM{!O{>na9jn4PumdA{S%t`06=&9GZ9ddjH#lz5f1#PA|5lT2A(2#j!{Gx~)%_=OnxLX1Y*?bc~*6c#l0_s||Y z3T1`uwsL^5?PqV^-~}lr0qH2)-gGXf5i?dKAy9xee#HFxsJubDx816lvYFI0_Uec8 zHi;di_iRkWPN`Kv*{Fb&Uc^3hmlh;k2s|xDJ3U@y$4>uQsC((ydoL~Dymw$Vbi5ck z{%QX&Lt}-|*xHu<_p-$;hYCHT_n+08=bY+aFZ8_r zF)F9uPtX5!yf`w+9|(qDcU$WHN%DhRtGkXAcO6*`9W92A(pl`QV!4~+g`RQhX7TVv z+&Q1{_*(at_oCzt={$?iz4Q0Si$kOQfneY)vw9{YZ4HeuT1x!5`yAaV1ehlEXLMKN z#wLA*DJ|!SzHi|vU-7r@>n2T#z@QN7SsGh9zPxwobg>QRF!WjV?WB{FbK)}2s_FOf zkQ-~%WD?)f<#X=p^e+`*+t9uIRi5n@MPz5b9=ts1MV^nn$kyt-qv3^u%2*i@=(xqZ za$GK!q!`+w6+&OX6O*Eav~qJ zbvK?o(Z73n3~cG&y>g!YGzEO}s0F-3cg-?L3?S~q&zz}vfo_tUvn<(T9H#CJ160j4 zQJt=hr!mV}9Sh%+cC$^6P8qJVU65WubZlhksj#yKBSY?M573C9Ai&~a7NUhW_#8`q z4hB1Sn?R{elGlSP2~=&#^r6bw`4Kc~n5s}e9Nm{2D^%8QuPQTX`~btLoeMU20zaa; zIDnhVxmfpkgJBXmVVq!Wd#(`Z$7eOrzZN)I2=MS5PQLq8HG5wV)s(Ih_ew~r-PNmi z9ys&Fg}*70?<`_3t9nlak@@Qiju}V8h800dJZM`YjH9Cw0mxph4$`Dlipo^flr*Ca zl5DSZB*2o!OAVN%-86laTe1dW&Fqf6&0;569Ha!pqSRZgG9n>6puu|rF8?6OxnxWAi4C(w#xK~4PhU82Wb1a=eHLtrm~B?1EkXsPp!;~ws4 zCueqwvCny8MwYSPd15NF-Rf9b#vmcDu)J~eEYkq~f}R4J$zO6dB2Yv??@ta>l|A~3?==N&bEj`Fl-%zwd@t$RgLToXch z_O~Xq<=Nkw5YDr|HDOnw`m-iHSE&B13EwO{+vkC|rReQhO8wHiz2M!x<~vhp@_FDp zQfTz4t>9R}*ZA|mN9PUoAE$!pUwWS}c%R1>v~+AaKpRkgVy&Yqe`zh;k-w0?@W8jb zQ2lw(xsAdvcA`jo?~<~3C4XVPr9b4!x30e^bZ*Iqpc?tZ`Adsq?@YWqkr&syJR$^K zJy_cIkWwF&v)bwlF~tAll7mm(&-#+BBI5Px!9z-WRLP;y|({u7-!Q#k6N_|A2To;uaYF?Klk|om^E`=YmoJS0nt7N4w61S~; zeBy2d>DGaVl=g@Kp@rV<<0U(UaL?k&rBf@{3ZckqC{heX@_`58%}X;Y!Ij{>J@*f; zN+*iaiNcl>#qh~|kg$AE9ox4&sYIxE>1)f{vUbmVKeW2zSaHX(LhrF++wpwsTBti8 za4TwFjF$*QwOX88`rUhPe0=6-hYClp6c1f3biTgY`FgSQ^?Y~@_}^H0Y2~GR*YCf* zy61Fp&*{SE)5Xw8KCmWSUhCMp9A42@w2!^`JO9b$)x+nChtI9<8!PS`D{LDpcAU?L z)`SadflW(8Y`}Z(A6S)+7p3Ec?&HP4iM)SJIA3n#+P!NZ_kPm8b zXNsXwYU|1xNOE`O#>$O**8PRmfm6kSQ-!UkitVTKZIs*9w>)$&crWoBzHQ>ZHTQUtpElOO&(~VJ*M%*#Kwa>_-;uvj@bATE zNdZ_^`2*y$|3!)es|66{{ui+w_+JDsv>-H*Aq_MRI3!J=e44M2ghB`;gocn1AOR<-W0r)o>#F1gTH1x2qmq^H)JQ(*R)?yqM5T7`&FWQ`8>zaUR(DyX(}^lu>C}Jj zes5;{F~$bmX0Q9^=jS)?rxwX?oFd!BEL zeT#3aeXDPqeVfm0H~Y5Rx6>3)U(1h?Xx@ zr;h5TxZJlX&d6_jsHdn8;iDw`OPq<%<6i=y)a24}?Awfe7e^0J6?rS9wy%Pb7|t2u zB_qj09v?56NY3%zkW(^};$*ji6b9g2pAJpp8)-t4)Gl0}N64U7n@{?7p6;g*a#0Nvx zF{rV+0)q9bGscV~boT}yyjml7lUTLh6YxuUx13%N=OAN((pHZ@>9(&TS28*revsSY zkXVPq7vLtmq`bx9xH;kUsx7$=2NxJ~I0PfGC7B(L1o|M<5`TO|J%^n7w!ik4Q>eXt z`*y8=!sl~_#>Q)J@%~%2Ue9Rljk}@ofWM)}W~&W)LVWcN=h$_pn-A8eNKs3KR2Z(g zaaSk=ymDrSLa-aMsibRFr!yE=DUunf{KBcTQ)mC|?9=?>>3#3+K}-pN$do+Yv3t7n z-PaIf1rX&N3PMQ?vy>z7p$WmSF)1Op4?fSiQi?iF(O}jP4fkpa>0%{{3NcCL+(h|W zyq=>U!q^Yv<6XLh8*n;KuMLF@)O$3YnVLKSC{#k}sWIzNGjKUsQQMM`Cq1>$)>F5(LWOlI4(UZA~8j)qY3D6_Vorfs{n4SXSaWC}e^TYl=utb8CI z(-8N`(MJ{tIjtM(1>BCTsAY=v1hw^Iy^!0P6}3$M9jB&=rynxbUs^lQXn6bn{+-Fr zaf_^L=N()@R+^7vP4TLDJ-42ncXEYUQOjiKI5mwfzq_5&SV4n1O?#R-J#{8bU2oRR zgjwk#lb!Q670-H3mld_RhEwdEpthc!b2vj*)H2yQPEBKt?{4QbBQ==+lr&Rcv`l`LM2{<4EPe?4$PeRtNe#u9x!qY=JCkoEC^DRJ(XtN3JzPmv6yumv zyg6R4@q&%KgtVu`@?vRbZr9+>dY)K=A$7-;I@8cv?YOgx{Y)Mar^2y|)^$8^FIT3e zzrk)blRqTrG3(OX$L-IGo+UP8rg%eq-wD>u{1o&Gci@Fk+aBZMg;FbvVFlTe?3j3p z)9eK|C9#|04t_vGUj6~i8QnBjGzl+oTzaS>cSg?S*158KGR%(4O=;?nz-1;sDTwKK z-JMkh_v#DwlS-hMc^1x=Ua}36B+cL{o01u9P{mcdb?{yD0qxRrRp1}B#9O$!xZh+q z7iGs~!c*4O)gOV+Bn@gJEWr`W)vjYb8(05=y@iE&C9}6QaE)2fI}r1E?Yxpa$0Y9w zGU&jxE>AF%a7{BhH|>F$g)@5OxrJjnnk%1S+}X`A<>~p&;N1x;ZOGxcZk*zpe@VM^ zp~?h}hfw@5e#;rhY3OwbdS%CTRUCz8_U2l?w{8z}N3ybad}oxhM(&Dn$WfWs$c^?Z zZhCExP+bf&MO}-VY4PYoSj9e!uVn6&oy`V2i;bmd$wrFJ^0-zyt?pm66zTc;AtYNX zdB~QqYp5wv=2{nD({iZ2TVwg`){TuV-=?LfiLm(26IL$yX&|E%m0B!Z+hV(R)?Fh< z8sFD?$DfQ2GwsWF$E?U5TkO!vpR7ghIM=C_EKRiL#Bf2>$JfwMyhKs)set0TxD)c; z;^YS#&jQJK_rz#qz}wB8lJWLriI@B?Bc}{_x4X%%`SmQZ!ml{%W93fE-1cq)FRcHu zl)O@FR%dIh2Y2S}b>?)Cq)&bdIJ*hD$=cr=!yiiWrzESMgVmrb)(5<^N;dL@o8Ems=a8*t>-aUerho_^rFP=_7#ISpTNoowRyK3VpI>r>B6MMFKV zl`LhC@66KsgN8;z!VEqFn%{U`NS3`~ec3hC;}Q}onwBKKva)+Z_TRfA;xjB>h)Aj3=R~j)H>H zne0Iqrw5GfNq4cK>Sl6AtDgl2}IEqdXC5tBrVRK!% zqhlOTct0Umj7s#FqPK2&jLeGAMal+2#&rzJLI-40j*PBZ##cehJwXoABoln3OR&@i zUP&cxWyfhFzME1fb6o>iUMFqGAp_3Hwh8ddy6lw8Qch^n^R;DC!$WAJPSsY^+5C`^pj5dj?vE80G)GGVw|?o`pI0tWR+1( z7@*h3zqHlWO%Rb+e=+?R6J%q5dmN5M-Qor7>M#CsYK%lxED_`EfX{PsmghZ~C^&i& zqMOrQCoLrO^?iz4k$YJ|k7$X$6C_BiLMi0m8e6?i-zev7o7^RzWvXfQ2F9G;U>g*a zhChdH!EKODQIY;={@)HooquPaqU2*fAdieX;k&BG$-YGb%l)hFf1fP;)${iBoD;kX z=hunQglAo!f|J-&xCB`eyTTQ?&&cUdNoNw@Q`A!ba{k9dDwmVS4lA6S8s&vCXpASl zT6$gwg~Z`9j^^QL*)?JfIVILBI5?++gL65Y9@u2QJ&>ZXGj}^Df}wz~TL?_t;JGt= z$O(t(oPrh5Xrw2E8{qT21+ukApsvMj%+aX}sq#o7PwTqAHArP==mMnLGgYvH0LsKE zskt}-=o(KCp_Eua0XJYx_UBxr-Y*OlZYz~f%OuMq8Ba17 z$;L@0`?GvDjs%{xE0eoih1S13RKvo1*=3<*-s8IQl0_e*-n1hV2ojq?tVk%e(3n7CPhy5(Dwa&Wf!n;$3CAoY)6k6@YB9Gb*yV9UGZZ?4V;+yJXJ9IL z(gUM-iGf3snLdJi@q3|k_TB6}RO z#}T8#mvYCQ3%Ys3+}Qi-GMp>M0OCfgNRW9`hIE5|9ScB@tG3~<>AIi zexySzYsO{GqU8{_96|+$u(9P!Q~v$^)AY1WH0{BrJ+pVhOxPL87fTy(X#+AgrfVOK zl!>KHxU>lwo4?Lw@^bz_LAFXUhNSEpmdZ0H7}!4-3in57v8*1K)r*z}Y-vCR4VVzv z`VM!${c?!<$>nLcE!{L-}j{w|fBLvsxeT4!33u{<-OEg)$c`=N@X(TgH`0<$L& zqe4aloldt zLwN5Yw6Wi2ZLRRjk;|KnHjwJYMO$(-rHi)YXv{3twuBE}5BH;zTCt=Sm(-%-T5PV1 zR4uV0dm6K+5u<|Qh-Auv?vZ*_(kzxVFhKqA#J2A(6d+*$aqKA>q1t;b7z@ zvK|(#hq3iADn5+ON1|tzkBaO?%w9x{3Q7KZ`f*F7E4nw@FIKkW%JxrAEf1oBL3H7w z*fos1hLL4Nw2WZO2r3xCM*Buu*r+|TmXciB7o}0j5wYY5E;)jVk6`oB=*Y53WY1&v zJYrNx$h=0s9P{-O9pix1xzA|@CuZ82$9Z`35+p?Kls9_jgcA!f{cJUI2+}Dun zI`ZETT{n>ZrpOAI6%eDs8YO77``z&-v;fvk77bOy{4pxBW0)O7j0%|*F&ueIWKUxD zBw|!hFoPZz8m7l*N*)(1z7(M&wnvsl3o35H=H_Vsk}Yb1Yuj?cvJ>^6Uj}!uBga+5 zyU=wn8uAf14@BnG)E7U3)P?aT>q)z zGXpx;zZ^t^S5@eCitH$6M-iiff^p|;aISOu&P?g!vc&^r8}g`Xu}Ya}(BWRxm+C)q z5XH6*r^AeBsm7LSR8WnLHBXA7``3q=x1ibPK-iP^{s7DZc z1l%K_Q^BwGIXES_-k{x&{kr9o9yB0dY4MkEB)dt{rHuBWI8XJ&STSgWE_b1d~tkjSEfp` zo6QXmAgfKZ+OXAzif!0jA2}5T_dJ8yGl)?^nOlW>Z_ajNvvsa1T#m{bP}4~TM7A5V z-H1_vcwSQ119P>g;dKSltc1e7$=QAPeloXnE*Exf3W#hgW?K=Xf`U-(7B(SkJ!-t5 zK+3w82z)Q9YzGiaj^UDHsQ4H*cPt$y*RqFPDa!#FC*1qdEJX0$xvsh9$6br3o^T(H ze^U5QMN1}B`FdK$-2t7t$9>mt^%kVJJY_1;8u%*qe?;Z)iI9IqSx^jCb8_ju ltJK=;og-h9+CL 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..f4e66174daa03ee48092445c73c913eae8aae747 GIT binary patch literal 4742 zcma);%TFBH6^C#0YF^E=jSV(_g8|#LF;5$ec|U9n9va(|JDHSU0-xDhzTQ^YCYCf-Ec1l-J< ziJO62cnfh0a4T;mZUt`RZNzQB?Yy119XQR?#A*AC)4@B4&j6q0XNfz2&+&7_XMsC; zC-FJE%Q?@_6L;DdoNnGt++|;MF7Zpm=YcQt%fuIeukb6x-N0A*RpN`l*Z4K!OTgFp zb>hpwJ-mnb3UDv)CB6!LgWn*&2HeN{h_3_p^M2wU-~m2B+zWh@-z2^Pe2d>A?z3+@ zgM5&<-_AI9_#NT_;2}OleAB+`4D(^)TfifHg!ne_C?6#r1RmpK#2MgmK2CfGc!Ez5 z4*}of_lWNT-{<#_z8bPykM_88+?O!5%?*8O1uR81^W=dGp(t zKK?eJsAI^a_*!u7cX69P4t&MU^(^b(_z7M8i9&ga+w+C_sk?PS*p_3#cI2NvF3UE`CPo-`WIf_Hs@^5*oUTdv;L85ELk=lVAWGS*h8n66Rx&X zbk-e8Jr@^RbpzLlhh&JIylo#r^E5U0tzB2QH7N{XmCn!bTvr%yKL(y}V_eL;)=Ma# zH(&#S&`NH&oxGXTd{~zVpt`5L8v1Fb9_YJLcRn<1FExZ&G~4n6;nL~1mfXsq@tnAX zQ-(^%eX#nYu^J$XbkmfUyW_#qu;}WJC>2wOx)s32byMG_b4-(?xRYP?A4)4IwJ#3v zkt1HFBOFg2Y2Nnl@fiL1#vAFtb0-ni0FkVHC^paQIo+^=qqSn_z=}IRab+=;{J=6W z5$fhW*R(LTpwNC&P})>49zdo+eKUblSG87*r6&AVYEp4LFXwfMky)1&j-K0t6vL@b z3QDK;t=a5jExR?l^(?EcF0XHFE-paphIz{3tO1*cVtl=U?(b{6(#vCrb;U1&*x7*- zgE-VoxE9-Tu}l4qZrPf?Q_Rkk<3Y9Oo;cdp;Y!Ud;p9B2%cD|Gq_a8CgQw$Df7^*; z!Gf3%;GSTL)QPv$y&gg(fFVtbUX%}|ZD^fz_D!rTB1A4>?G|ilwHRsiq{W-UtwPgQ z7({~`cP)2ULm%E@2ZbCye&o@%F~0>Kd58KKz&mtcnZ*oIYqFGf%>lk0njSwMg?deM zJTq?#O)Ic(YIOI=@&?!YHLTdl2YCq<65snm3#76XgBm=aZeV*}PF90k;%_{eM5#ro zL&0B!vH_&f8h3hWh#WodvJop&C`~BMC@mA{I|}wZcX)7UDC5IF+1v1J?(4h4&rps9O0v5xWzr7OA%lmw(!+D^tTtPMckc8X9LL zWQs*>CR8nAo1to_?V>zEl{|yA`@B>uzlYI~DRx?7WkRM{q!yv}v{NnLY54=T7Ba;? z?^Hh>`M8F)q+bW$E`7W7rr*@_6s#|WFdga>N(Wc!t-ELdU-ekAk*$%*BN)%IdJkxe&)6R6@%9(03 zJDq<2Irm=N3xKrjY^UAJ%OB^S_v1hR`Op9V=lpJMZH<7(efoc#IebtM{xf}OkApkJ z2fHkSa8r;3NsJ2#aZ(h?ZHZeZE%>#@tqI$tEn%OuCmfRw7G{e(6Rt@YbKB$YM9pMP z!ZYbfcqhHg&k?Up)J@hUe3L%*?Tpta8YUZ<+ZAt2_$U2|z+@oNG}*-b-0|kby2*9S zT@!Cfv`)4r+9ul)?UU_^j>(S1`pNYO^GM!!XQFGei@9s#!Ni8i4TO|};eGt`XL5x3Hc8DNta}$d`ab^EkZlMVl3L2* zZJEZMW5WhPu!Vy8*a8;1HqixY`ty*#+>Ur0O{P3^lhXF&(9>na84!mnc z82;6;-7KsRVf|&bcp_TI!ZspolR4~NBz|AZLYUkW^|}RVhqO}~zG^QE8rL1^3u&IF=5djz?A3Lq2()qhYDwJ`+t(#iVF5jhM9)s6q5}IC6gC z(uHWqUa*cOFBP1u#<57jNxmS9!mr^3=NY5bAAW-59S8O2kn3n-_7 zat>2#rYOf~QYx$?uShr?VU z;&?H60f`E(iK(we(-*_>f^A|dlA1sk?nvrlSdN90XyaE>%9wmcnJCz%XOfXeBicB= z@(NG?iWcGI$$_9g-mhqxo;+Ewg^~VIeR=ePLyltXlM#LLpq4cGoPr=e_%R$e1-FpK zulAhNV_vqH{Pjt8*_!O^5z;DAqjbH343d*}Yk3GDaONo}S*}=Sg;%ZL5N5@B%MzRZ zrP$mxFU*Vc)(@=aX$I7{&1GtWc&Jx`;b0_%K}pAw(I9me&4b{yoJt^MHYJ~r%0WKN zLp3bX=!LKxPOzw>RTCRyQ74WDFQk+hWgA9m@|l?gkVFYirzqoS5V*sp7*ED~ca(*2 zcMyX-6Ah-OdF+b1@>)IGGjTSCOtl68U4yA){8I3AG$_w#4N3+vGmgDrZrAvGz}$2S zs2+02?dZBfQ)EV#QOUA-P^)>f$c4JGbXty`o=Ha!$#P0Ac)vE2Ove)HR})HA(^F?o z@jiUdCWlahyoHLXHBB>l1bzxpN*bC+M~8vT!?Uxq!^xRMBAkw#9meFkI2@0i9=>oX zeKwWcJ~T2ijE;>C(u@GbQHI0GOR?0jp}e6BmkL(YL>@)Ho2Y;oz=BY0cGv^=TY7UX zql>lo>pODwn-}ei_J{X9twq6V50t?Dy0*Oc$fs6|ujVrW;1i#}Xt%fnMJu8`eE6_f zBY0a^JVVQ#p*!ij6CXBZJVRN}k(}p9#&+a^3#DCYX%~L0eV6r7|C+N7Jr`Det zrw{EN&q(?sF3@UMP;X@#&>$io=Fad|7CIydBPaLd~X>>#ic zpb#KjXG?|w_2k_M((zf|LlIqCMEPlaK1C7!FX7|hvS;v)bobzg_KasR>p7hB9M0Gd z%X?8|1poSD;dR%w>nm!CcNso8-cmn|*ai zb>J)P(t4=@zYeKW^5fSjbxCdbbxG|Yy1_!n)P5|L=VQq;Rk(#YFJ~&S21QaQ3$;_A zKT&yVnsFL)el_rPDisgT2gg&%=*fZ?OK~i%Mv*&E)q;n6F*FNV$H&L#o=?-d`AQl* zz$^R1O7zgHk>~{?#wXQ$27)GU-Pgoa=w;Ta1%L;LC8tvb7pGy7#G?%ww^OBYYNH$% zQgRwgcAeG_Ut!-7br9H4(5i@U@j*8nH)#bErdR-hc?-Vu^;8m02=9sG#6PK&Hj*ef zr+6X6GAYscw0s!psxDBhO}tEK{+%7fOtBDw(dpSn|1kh z>+$1V#NPvi2r_Zxk35D!s-R`BQ`7zkO?XZaIjf*IM-a^XsQhaMSu-+hug&Ih_Mvg;gkHFR*hM1WV%8a%U__@G`pJkP}#*%4gnUW>iGs z3hHv%@-54(s4*;V0r}|dUZO>!;#s{tqF|x)dVieL*(CU~JtJlIeZkZR)_Lm*q327c zj95e=V)+KpjWb;Gb0{F>VN*^%2)BG30F3lhn9tfNc|Y?|z&OiMWhS03)S6~lp_YQc zN%Of_uo0&ZG)4wArKjXWRDw+&r)=zu11eY%o!C#xu8gjFOUy%2X*(zboMZF{zDXRd8$CQ$w^9s&nY+mQ2i zu6RSs-q4-Ctaoe9yEVh!hreDTLVw;^x;x?E%TO5?`m#*Nv=P_8kQ@m6^ev17-r9k-v#wQs*Wk=uDR(|#<| zRQ@g=&ih*zpMO}ieu3DF&l~@g9`xDOZDS3>y@r~xz1Dl}?PI&F_jcLI{dCvxgYUN)1Rg-{qMwsmHs7#0qf-3&Q>N zJwJN+_REX5oU1M05xjkTrQ?a^jwgN=$nAMH+wokk<2edy&HMa0--Z?6re)uztZ#G9 zw>jh5EPn-A6xJ*gMPenR#qm+w>Puu{<68CRd9XS9C}5i9>ZgDsDidF!;*v`89ht4<{mU4MWKln;AK^xTX*BGFhKeU`ou$`JA5*aDG5 zJkCgD!3v63!V{IY$zh5bArJ*9BWo_|+Q(X>d9-g)7DSIh%Dh5X=+2hAuVp&-6Na?s zUEVjnE3VdMSL?0bT-)Yc+fdduoO2ClT*C}|f-Am_%f5|SUnu7bWn3YKJ>#h7VXEB` z0>nkg#{fbWw$#gCHMsl9?cxn0y2@K6k&BupPZJ;pfv0j8(7I$e5uKW%g(H!YX5!@b zPECDtCLC8od{_}m(kXRakYAu&*t|PMu5$qI39P=1w~@!lm%s%6l{)|nhQGY6E5qKb ztt)Tq%dj_V>&x4kGwjXUn!)0@+lzL=?g!bnx0k@D?9*klcNPUR@HW}oih>yoS?ybB zD`^BZF8k)9unORfpsEv2=#Pr6;)5W(N?f{BBU!;;TS>kuxv$#6liR>)*A`m!`N}!W zl5nZu;2bq0YZ2q@AUDbp9|Tw#X2z3PO->L+aF{#`AOS7UvJ9Y5YL&HQ!!y^tY87;r z@;W7~1y~RaoFvCP`5W*rI8vw2MI&j3HU%4T{iZ5Yx3DVH?jFQIAWY!TlBl_izw;Gr zUa4UgnWR%Pp^Vlts)Mm*1t%l^QE6_&>aA0we2>z00-$kx>UAx;%q|H|yWvP97=+n}c%1|}sGt$6S$D~jF8iQEfFOSwqK$Am7>`282WfazCb=J%b|_317fDIcAOs>1(Xrj*Svi$V%^)&K zkC|{}hz+`ld(x-pe%8;cb5GSV-`sX>GF#+Ut6BgS@!M8`u660do!-R9FGW}tGDmB5pq*l zy?w@QVOn3HtMHIS9oS=(Bb)od$RVbQ5~)u`EPbn2q8Bc?9k##~+JN?mBVE|jg?lB?U2 zaaDQ2;VgPs6ALblCeJf4F%T2>~T|e9S;jV1cv$>{cGro$~ z^=u`Y(KN-s_<%aqyofLO(iEybykn!Gc?96oS%{K1KHSWuJ_i_K< zYkjZ%gZ5?5j*MpqBIN6jL6PCFgCfIU2cEXJ4uSyhP6SpC3w0X9^r@Mj#4)g>sl;IZRQ~3t-5) z%Q~z|oSz~yg(UYJu|H8MN6&IyPqwZvSJ#(ut@^V5Ib5j6phF7`nN}hU+M7I6u#vFS z#FXkC_k9$_iG*Yp;(qS_)J!};I7K-KT-WD9Y0p|+npvKnx}JA`ct{ikrrLlYICvs< zhVv#-s3=J?9ZaW!%GsH8P)f}vRedK#NbQgvs)fXM$h^ z*gz^^a3pX*F;aFy1*jLRje6xUo-&lF>RHQsd^C9K)Py_}J#~sI%R_^hfUIKrxCCjL zRR$3EFjVu1tQStrK|*k6lmdEOjH7ZE(-`_#s7je~8w1O=suXz~njbcM7cic3i~y0_ zf>*7X!j$|D{-y04823+@pzVnk;hyuCBPo#gpCG_UZkvVv&20I`t^o`8imPMU)sb~| z=3Jc_S7+XXy{PEk&P0eEId5piyLH*SHS67$^KQ#%Z_$bZ%yrE6&nCZ zZ*-j`Q`kOQ$8{;?HUTFKj`Oq3T%b;hMbfXpA_PVS$xA2MuI5p_s=LuMix{{z!GZQO zI`d<6*BincZgt8y7Tt@&v;{i{?`6B21lL#-W5T@kC*t?T%MK%dIPWlvZsde<*)UIr zox*kZylshwrs6Tjl$)-(m-H!TjBJhvRY4PSv>9V)?s>bpW|+zj<2ruXDM2|P31*WX z@T*U zuC~W(KjP{9v6chC4>D zig*S63gwLJTP`vbqu-K}Mgpb~Q_zDL*WH@xCgdD1h|}`lMxLdOxruEiMDP;I-?oUAz3|Wr);jH!THn8}{bw1NZA&-}1ceDcY?EMKCMYZWXwM zhNheDAG&Y#-5$u+Z_L$i%xG`Xjr1&&QhY`M!4^|9%7!iEm1)l>uO~pG#hP4b2usqG z1X&Yn0kw?@h2$%UQRrYQEzS>4rQ|8FfU)UI>K;xewpo6O;?=~ISQ4TjunPtEAx+N} zs^KED5XIXTejY9$+nEb94FH<`bp2O%=+^8#^GWuGG#e4@F|t?8G({tH5aMUs>FI& ztQXn_Z#arALZEHM-?QxR$@=?p{ywamwVU(x%`5dAmg_ex^=Iotx%yD1K7@Q)h5A6w zhwietx0OKN+xUa$uRnk7g*RVVd;uRT-r;5Mu&&pGY7g&yUk9q;ZY}|+;;NV1yIkM9 zbV4upR}LZ2c`New_hkKpIsYKluQ^}eghjpJU?U2>_@vsH% zk4N0(9)0@YQ`SG;V~5WlKV^r{&#hLte_mrdRENDO3GtZ>Gor67C>F>kfQE<UOWSS|HtCjV8~LP(RmlSm2?4S z&JL0WF}xjh)3NLTx`$0TPBlK)F3~XYkExcoD(0$tMC@)2hQnO&KM;(iiKwup8|a%d z?xD@}BYCOH)Mr?)1ixmmqaCIBNQ9!QM2aR33rC@nxkr zWfmR1DC&Vai@ZWd*DXGa9=|5??|r#~ajHd-{~^+{9x#=s&!Kq)Kkk+S7W7zWwZ}YP zF59pzG0Z+K7HkY*Gmm|?W#0BKc8~AtJ4o6OvU&C2P3tpR!(b|~bwx!kj;b3WE20IP zop>-zrwMJ1)fOShJfRI!aGHar6x)pi*>(eKax8L|yx3Z$?NfrMY3{Jo7$m46^rnX< z314wA^Z3$aDAhFkC@SiWV;#D|yq?YHFXN>J{M0F;BL?A;n)t7F+2xHYUvSm6R$;T+ z(D<_B0vgfcR77tj>o6LfNQ#)HbW{l{GmzjZ%JfV;erbRR3y}+!amBK%jx!Cfp5y5M zOX9^40AN%mBc@TbDyg1T7~+_q3>{{M#HAB1C4x6J6vT-jh0bS4QdAlp4Q?OWS_;M% z_&R0>SI++~Tu{T8_zRuTunnd{vxQZLtKlDq-0UD~`3%xw(cX$Z)QYQp+0~wPtv}ThdNSjB5_{-H7o!@Fx@n~& zj`EeEp`q$$dmeRgIbL~}aG_mwy3>YQzTpI;;#_o2i%cp<6a>|-e9V+)Eh==~X;j-> zE0arIwy#0I9P^Iqd;#bd>iRzZ`2)HotRkHQrIQ@<_84i~92L~gam`s>er9gpG##dM zh2QuRRFMhD$?{cIhrppQkvu;gMCT)LDoHW!LW~+HI-SG?@(OYIv*AmyC(v{%L*dhr zp$W{;BXr_yh^=u|#Op-B_-UiRjs%h6F>P%&@o7H5mK-RB=o}qsb!Va>+S#$aUliH^ zB3Y(j1M#ML3+{;)2bR*XQ!^#xeHoQDg`k5dXRLTH>Qs^P)ObzZQ=?LR7Cr{8;uEt( zl0JuGae30?h$x@MEO|$~DL|O0O&8Oz8Pk>TVJ7MG${5icPi{tjRe1|@Jm>_m?LnRf zE~S*KIj$T+p0-kG$@O^Y%V`3Yoc5G*DOWCE7FR8=stp;I!)S`raB_s+t3O1598YGZzeZ^(MM5Z^!GQ@1eNC;SHG~%(k!civ%gQ{58%_2~? za|5e#yCu1-9{VhYSNQ|vM1om=-->_pvVU{dKaleekbG~nLT2S^7|jRzR|12}fx&EG zI2RbsXm7r$eWj^yxv4MPv@zEN!!m~&cgJ#I$K97!b{<;Zc__Q{NN(qmY~W}va5SU6 z|Fx|@-|`$()$PqtRkt_aH~@Rhrj08Bmhwb4uqPMTlhNLy9~EP@V=G|6W9S?Rep#=X zCj%q|r6rv#+GMgSk!f*fn;n?3R$JkJM&bXA023zvQ@9it08Mf{njE&Yov4t*mV&-Y z9Zk#wI=VPi<3;~Mqr@z@ zIUjNBm~L=rW*`PXY|o55|EKB9i!WteU(dO|o^gF0Y(%E9ccpR5a^se4<6y3FFykA{ zxCVK@S|SN%2K=Z)JLz=5bl#gEa?;rcv`wH13%t}0Gntfj(1};sw0{Tvq7%xm%i#;U zl^ij3bh`UlWEZ>kAb^}bRNXZFR5C>vGwi_WKO7L_F zeDA4KrNb)V<0?aa7#GL(ByH8VekNSga1Rm>${#Sb&!;#N))eSVj~ zG=V_^WWE&=4}%1Jk3PSz2e2$^xS-&NvDB&V7`M*rDnWZzC1~Th4PQKryPcp2K z{~iHGzMIL#)R#%bVzaNK>T>X@6@FJ==DuDQZlNFz=;7qy^4Xt73o2kYrK=HII*M+)y$g!N z3ZQ30L3Lj&dNa$o-QG|XRs;J*7AIsMDq<^M9lRv^?7OJ)RRN5RJs9V-c1wJNyr+l?)RvT9_#UZjUh( z&scD+5DG3CxKZx9jT@>yqi|&uVqu@CNhPDN;#M2np8*!Syel+&P_p4?{DsywbPid= zu}(^}ipHZtTXH`$;e)e@0$THDbXU!(}(lDeC1YF5qFIY+|$1cXNZQFsf!2MY{+9$Iv*EOo7p* zg~?>r6(4x{sQ^r#b#=IU!0)@0x zJNC>AuZriK+Lt8G)shZnO7}tDdfbSmy7d{^JXNzkQ}?*?I%E$X;?MCTX8{ULd|#tc z47D5OKcxu&hQKKT&lAWHD6{Bg!E-_LsAvQVCrj9TnVPyo{NlerdTdQ=8{VA6Av$-E z0a*9H`R$Ca|9+N3ghDVEZR7A%gn zk8QQy+iDxz;k>t71pFL^mRQz^jym|z(eWWZNPkQUopW&WryL~}%d-Nrm)FHIl6aow zr-cA*N@12cj4{wg_d(veTd6l9=w+J(~SvX8glh z|8UMfOc@UIH)|WtclIE(DbqQe?HtZ^mWMub=tFzHw(-`%qSZ1cI&iKS5abGQ;aTFz z9VI}AjvYmp+YWMP2F(q2jLj;5^SP`~enB0>=<%PBi}mrphU-zUey`svW^`vV=K+4x zj!C9Nl&6Ol!WvKn7;KAgINoroM%(U12b4qBtKREQ3Fh02;-UlUBAiNw5x2!C{dpIe zypMnWTz421J@YX7{=i{g9xvnmlE)J%*+HjDOv@+HT%neMz3Tmljs2pwKs^#T~hiA$P)O^?~WLm5jQRJGH!f zzI5KR7>;Ur&+7G7ugSAM&P_9Dvx^u2^tYimw0c(>b!+tx)r3i)!&t%-s!;%)1Th?j z0=ujl^6{&`h;t|9f8`zkG3nF@9kO8}y8jQkVv_h8#BSOaKod?fnc^k7%CgEHr<|pZ zoDJg)jiz~~oauQ{!JT$hH(aEqN~UIE?(of-m>iYV?lBmom&S{;3J`9I5B?*3-x2v# zU41g{5MIY&IPKilW#O7wUFQSwEynwO{PTzDS#>5s^QB+&q%)p>prxEG@TTeVI`~qp ze7@KdKWg-?JQ+dk05@s3@(sWQ3YJMigzbe>UFexmk4rLDJxLAlPi0rsPFqXWc@uke-B8ud+XX@X_i?CuV41AzjY?-?az7pGv5AuW9v%e;Bw<& zwsAPuIGpiTdFf&xL*`f%+*`3=82#2R`b&l~{$Z_R7+-K}>sUK31F9M8bKct|0!C=) zwZ{$zI~4Ih;dsXejiYr*3p4$iaYYW}E>UYKLWv2zX1fLr-3OxijI4$&Wp{~=0*kHH z8BB9|N;~3FT`QhSY-cA&gl_?VPw-PDsvE30T*h-GOf!hRD_ehQ>4hlwxA7yl5Ev!! zB7r|3@Dc#{RZ{bn5^!mB0e+lQUBJVw{{4iNWgD-#ZI6M;WoiBsp)|1y59v&41HaHR z>)D#~0Og$Sp`yi6J9NLk?d`gJp!1IN!!EEb4UNFT2HIma(Ct=6@Q{qw!IxTUA)wO$ zjsx6$?T4?ub@^?a^bi|{@-Vy)Y+4R%y5r9V26KVIOtlyMX9F@>1pqm5n-xl+Uk_E3 zYRl9LH`i?y?$(U$u>N6aY}k5l*be6esDXp)=nD=h98IK>hsWg)(e99&Tlo0k#&H)~ z!MNcg8=AB5<)Y@D6mC10iY3AG>LV%>ZAH%fcH(Ako>n?0%1nzDet(WkS+Sv{^%W)r zc%I?9L;2rP7=b^b;dqrO3?B8MMz7V5u~-e@S{bzc@xZSFLjM3M5El;Lul3^u$K7iEKV(Nbq`&TqhlC7t<(bvM`laQ$0dZ+9&^iWaxK zDc{(l9VmFn&NrB^IqSncW!<>dOuy00D%7?XYpk_RI9_qn^FzT^4e0 z5Xs$bC3l~Az;FF%WBUQC?PCkMKepB!sCRx`YazE!BzL`)+*3+yIkimg6iG#g-nrOSUl=O*P%FKo~+?85R@@|2k7v+ zW~pp4;Z(0JKAR%pER?OV3I)ZYqti^FsaoloFC-2^NXoK39c2eR)Qh)OF6S7xhc@P@ z^& zQr}tBg)R$V=Le`lmstB~>Z@Yhp>#^UJ%mKL>@wL?oK56+&|*nw$B^>tXLpc`5h5SI z7eK9d6!)gfPasgiz^K>H$^V5S6ZlJ_DWnyHyrRX9>yP`l<@%4(1o(2-9@`sNY#Wws z8?v^ZoUJFLz04%yiq|LnpnbDdzDK2h1c3GL7x_$aPyG_-g2=7Eff3#7(1DqDl*ANumD^la{!rS zd@}eQK@JdTBG3!~VKy!skFtfoP|w^$rQ7G(WjyRw7=8_Rvl>BD>Br_6V)DCXylNm# zDuo|m?4%N`)GJ-&sv!$Nb>#_?hgUUoWjEK#J@Ary$-jZu8h6d5aZn0&unIT+@241> z2rwSyX>yGb_$C3SK_!lXuUdp*W#X7eu6_Jkx2NR)g;2st`-xDq z!2a^WXlC^{FZ5;1FBF=h1!~SO0BQs=lo2*nzImZ5V}A3(U}p8VGCnvZs>rVk>IJbg zBdj;RdEuqZ>Tg~^i%f4`cp_8n&6~4D5mg4m>d0CBH)fZuof&Iq-nJ#P%KM3JSEkzg ziKlUK_l?o4r!(j2TyW)`bqlkL7ncGVXMfh&pL6yv*z%rri~DZXWIa7OPtSs@=x$XS6g|^3%JU+{*xom6|Ey;b5Sq> YidcWOvuGjTv!Y+@rJkt@n4Itb0M8r&j{pDw literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/__pycache__/lowlevel.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/__pycache__/lowlevel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2290e2df8073ab51e6545fd0a8b45808b6bcfe2 GIT binary patch literal 7639 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 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..1b7224c31cbcf71b179922dcc749207b2f591b18 GIT binary patch literal 15171 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 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..e47be11194ab7a20121b9ff40f4a94dcb5f040a1 GIT binary patch literal 13658 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 z%0A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 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..3dec32ec02f6d8db01fdd8b73cad530f6bf553ec GIT binary patch literal 3181 zcmaJ@-ESLJ7QgcmXX0@_oKi}vlHP4YsriVhb_G(P?XsXsh^3$sKysOSnlJ{6(zNAM@ORis)YAw^oPL|%}q!b_ew=gy34r-kwLnKO6p zJ)ggG?tC*nT_kW#HGW$Ebc&Gw;X{6zDWg5y1?CpP;;q1LmTD!9aQ*spuF9L*oIqYqfy5$6nW@b* zXKS+>5tf>ndo-gHUhwSO8X>&dW!`CYXltl$<=O)f6OGXW`{|!k6PiOyv}2X zMP1=K4d!lg;lbqWTdc)gKkok3Z~8Hp6@A};<@+}7(UVdpYqi}9cvARCz~arsT6M1Q zc#8#z^+6cDDc7UbOBEw2vj!7hC>$6r6D|)DJH0E@lF1;|k(g_3;U1jHZN7Rnm3uW8 zcJ10rG*@vgF&QX0m^-{i&Vh-E*$BfxmVrI6k)_-8awxc*$C;-OIhVam3X;cdDcn3A z=y3u5{~$zr_)lQoB^m%|TmNEVTmQQj=j-5&r^hY@6HKw(;G>Z2<6{48(+d3Gn@!@iDn&d}TuF3+z5@FH*QLZZzKD zbluF8|Es%C<@>tih?jE<(w3hgMolvZe~j3i#}1 zRiQR#?+{HZv=v6+L?~E5AH@kB!ni(h+hJ_4(0YAUwmHNr4rvDcQFqSEBT=l^FR>uXbfqp2h2^G0HKJr7`OzD-fl$fzfORW8DT!!A;Gi zDS>7QnQn#<4YV|MF2bY;NYT)!v!FkOMhI@D(DnElYX|XAIHU!HdzCaUDP93-P+(XU zSS%o$#kA}5z>AdbF;FYrd|0zt9bW$Y%T>rgeI&x?>vWTMAtw;utdP;AI#h%oF2|vh z6*73>U{9|jVn&h@`Otvro1**9`}9xC=ayf2T}9>b41pqFL@_jlee7&-CKRI>x_rR5 zcu>(*n^oH%+`!1)64lNP>M$Zc_a;iPEFtgKAPBd{Wsh0R(Clt+P! zuw7zJ(1T0WEhej-PNyo`%_fW8jVkoFt!m&ms;zFk5sE)9pF3BD!sRdHImFg^R8{e) zK8i=Hn^?IW@(&>UDO7R;$dB;bA%jmLn@Kqp>hRBEE^tAl%#^dZ0ui2u=sDzuVLPziXog-p;1^^S zULb6u=Yb9kP1E}1RBwFjk>ZZ}^~q9ieDulj-uUQ~h2HqsBh}vc=o8u-AA3e&*EsTZ z=bo|HGZy>ii@o0%d*-XXCyhOO{^o06ucT?;vHJG0n{WKPc-KC?YoFe+1|@QGsekfx a|I7;m`-}#4_*>+PW@&%c2ITjs3goXOh>J=9 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..441d08fff5437acfa8ad643156f3b6b86186d41b GIT binary patch literal 188 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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..3df0d53d184710a4343dfd16f0b1472925adbaf6 GIT binary patch literal 77878 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 (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..1b04c7f0cee69a0c694421d48b723f2c4a8162cd GIT binary patch literal 184 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 D%E>8! 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..b36564bcaec0029f020ac4d4ac9e038963563e70 GIT binary patch literal 6919 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 U%1+3YHTkiqGDMrVEs;R_H@>Eh3jhEB 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..c6a2dc7732a7a7355a7f65b0b66fddb98228dd27 GIT binary patch literal 42154 zcmdsg4Rl+_b>_n_0TKjA0^pw{3KA)alqKrdmPP&lQI>2|vPj7`ZH0pPK#>wi&;wAE z7|K>-rKVDDLZ`}FN$iHFu^lN^wo3C;wVUla>7TpJrhxjgX0cI@(`|a{J#7zt6nA~t z-OYY?<~`s&Jb;vJCr`K`s+IDczT}b!v0Wa zsDDxCqW;C5i~H+4>n+lNE7EYr(zzJ_A^b1uthY*gCAsv1Bzq(CBUO<=jm8D(Rl6j; zhJSH%E{RmTrR<-)PF^pEE;wGr0=BCoPI-+ER~usCUmQ6&HS)LC;;l8WqC{WA zzc@OZkc;o+a_x7d$(S4XXl<98THdAzO_p>?cwiuw2q*et1M#*dN4j)J{OmyYzC?tD z6ET){?FvVu;p5Rr+Qq}Ncl>F4fD7-osSa1^($gW*K) zLw%#$Kwb0bnSXz&#njewe3yYb_|?NI|14glpDQ&B+Sx|*1myoG+nee zG7w>X-Dy|sbc97?Vfk&Ml(I|2x)QxC5|;5pAbltjj}0-7O!31pc_1dJtkdtEEZIY{S zS0ZngtMSYuZ;@+pEtR**3vl(~T8FDIQYLSMq~@kwj_~dBVsp5>LvFx(^n9nh%=Ekh z;kzKKx#?BNyXAZEUWL3zZk3yXnLiRZ8PpikW0CjDYYQ$W%O{pK;yezJWw6=co4eFiD^KjNj|uO|YSX?r`RLJQ6vjMomPbQT4Vb zIu!2}IPQo>LopD-GL(ivrrgKCZE$H2wJjopQWhIJ(Q9UZd}wem#u9PP3qz@O#|9Fp zK%xHdK==fbM>!;7-LYtBxVNvn7o``Aqfj)?4-Lquy=RHzytu;&o+64$EuWB<9xoX) zBH?H}7Rq2_zy#caszO<}sO3UJCZu7wFVPzc4~P2_p%`j>7vi#2nshB? zO?c3qK?gtRo+Dm{8x)Ro5?66Rk6A{lJD>|l7Y(Ae=oJ=gK&-14j%b`x2?-R7)W{>{ zS@hJPhY%}X0&rfMc1mS|@iSvSj?s)DWuMygYBFU&luMBnQgjFjJP5pBKu2R#n#3>j zVQhGwg_M2Vc0_u?_M7%|mQf3Hj#?g-@Y{ke6gq$H()bcl4rsGUvvDyOWstUWB_u>q zQ0VUJLcNMG6oEfWVJ!e~tsnpl<}V4yuRwkc_FyaULARle_0ZZdEMI1=fNL1Ox0O z9a`<&hG2c|WIGWs;>|LFB0ouyRson;PDtVhz$@2GmaR`5Kbwfe zkER{``jKbIXk# zso+*6xHaiBovy7y#ns|1+m z+PnYtxTs@U4gCbVb4TwubJmX3O!>18gqm`HDkt}rEjQ{#?tw#4n%NzH((<-w-W!&=6kOWDyHhjOysrn#!xKh!++}HK6_h#}dTC7;XUC5tfow~Z z4IQR8sIM=?gZiWXF;zfHGswLU`QQz{zTzB3Ci!s~B^-1j+V;pB-9ktjGZ^Hs2jY@> zWJ2zv5FDb8-386h5Y73u#ikpFQ^8$Ia97f2I$gUsW7=klp>x0l(;)LBpgrxng_N32ry0&xjG4$-|iANG?CyX|*J$6&4Ksy|`;d(PW zK)RbT0fyz)SCL-U?s{iEVlu=u*~EC2T7T995GTZ7HQ)m#My;a0Ureujl47j^$ZaXF zm0mx6<8&(6ssvk;KGW%H<(x1K4Jk8D`7f<&WG9=GsaHfpXFZ)1X^iO1I|M3C1@BXW z_a%L%({^hj0;ZTG&>4Y-igjXgh%r0U8rFIfd-)rhuI1d+52E5Ra?g)9Bpr z9(C||-&3T!J@0esshFQ1rcnNVmN5RlU4%ZG_brYswOXt*^PDqDrG}@@Ua0Ijo_Vw#cOaA3O1kG&lNq0DeCBa$$Ua7fuCA_haaUJApGm;Ir>pC!p>R}v zQqu3cH`cW&%42(0EXcp&q0=s-=v&lgv+m`cI5E zBcwFb)>u64YTvWx!LIf_9b9!Vs#lEUPV~S?#Drp5Kz9VlS{5(0l4VKzo3<`+xTYln zTP==x(~=Q5EskXrrUy>R>7BM(9o5s42HvqD?80Lr)a7(kPD@5mW^vq4>F5E{-a=s} zfCpRYfeGNjCVHR;2-{3ydXO&xgl(gEdO(y++4m>;snUSoZ#hb*>|2uj%!F>4wi`3% zcxb$UVanluZx@aIWOr6?v5x0W%$Z7lWSS*UR8iw}>n+a+2h)+;< zD=4$00;>HOp;JgBbh`kwW43V+uLxIN>@*^?GX%~O7$HEtN_LLG(*(`~#3@}g$NW%@ zn3-t-b^#ARL$P$-;eb>1)9z&CyCug1=2QQlPtgM-6=Y^KGFs|}D zcxy4E8?j-!;iv(R5~RW#e}zsLN>&H+02{{X4%+@q5jAKrj=+iDsm>w z=b~u3Ee@^A=VmYsL%)v?^+gkyifQS=v{%b9Dy?H`LM>vZr3JHqV(uo-e4>~GYeSPs zc3f`MN!uwAULBg;cPcqzB8E7lN{`m3Bcb7?cojEsYLi4q?%f8dtVZ!Iy5;hW$rHOT zH%&fv<@EL8*Nfh$e8*-jbN);MfKDkc49@R-*C}~|6NfHt8Hci}7S)(K2s7C^g@QIR z8=1vJh@3kMV=6hz$n(799>wei@iKA-wzup=9m*&Vf3-5eEPuG4mo_g4!@Db^nDbXB zc6knWUSdraQ9u@6Kzbv)nGE*ybR#H^llk(tK;If@ohg&1!UE(GO2(R_DAcp;Mo-^a*Q% zbc1@p+z*BN8YxwNVAj#r)`4lq^6+uYrpE@laCV0=sEVS?q^mRonCoQ|cqd)ao`?-{ zTY_K&CSKX|cz_-z^*^W~IFmSy`C9ZtP+hW50Z!;4+E$}q3T6S z_3~SuvWbRED<=at0@F5YP4PPt04h&SF)EM0Fc>R>DZ}F*+jgs>;Yvf&)BIDPe`4>& zbK~cduK8Rx+O#eo$KAnV$e9ficnToxBfK(xG3e!eo*uOmXd*!Kkc^rO4!)0@IGM+_ zZWmqOvM)*UGi6^gZ7*^xn3f6vkt9!zurbK19RWBjw||5?qrAf7#0n|3MI5r7%k9gu z8*=NEUm>rP&LUhrxVms9e-pR-s_etHSpJG!j%$g0MGoTXk*~t%gnUe{a-S0~t~L1W z!~^e(MeJw{E%0ka?lN15vf1fAi^Z+_&9=v99=~yPOmDjy! zk*~`eE;u_IGr#V~uciUJ{B?OFa&0o?+M?#V6uAGsyvda2a`+K#!Qa*wZSptd-AL&k zUC1}(R)nmOza{TQ$}8n>%Mak%EdPPL57$+QxgYr4kRL*<)xi2|^24Sa*2sS-w;}dg zJUxKxI{A;}L%6O7m)dc?SN@OkVO;Oy?;kO}zX9(*is$#^`WUVoaeW-u7F;`V-Gu8C zxNgSvNnE!W=s&8`Z^zS*;ptXfyKvox>oHun;~K_w2d>9)-6?-Z?#6YO{GVhQ*WL0T z%Mo1n$p2YBfom(g_Fk92E1!Z-)85Dfnm?cXJ^4@MgvsA;Up5Bb`&0SP<#%Z<)`uNp}h3DP=?Q-EdGo98z_s1Aq`)ZKY=$N z2G^g(wN3sj`IERF!1XtAJt%)){;%>F(t8BuaSWhqW9VL=y}Dmu6~ewSJ+_c?=C1RCwq(`jtb+(WyxcCCGgPeapNFz}ZXmQ*u)u zViBIh3iL-4AvhC}ds?g?x%a_#AL3p{)LYe3jm0@e-p4-QQE1lMC_RA5vHQl9z)Mt^M>mWpCzsh4e0#gSg1FAIs)gYe)My|MRdr?=_(xU zOPmE`!sJJ$I?V}UI6`WnWjyBcV$>ZQJbNtEsLO0X$B^|XmrxY+FyV8xJU>~K2)vqz zun(A04~zA84Y9t$39XwOB~@mcdxoOXF7B>%SILnRRBplb4fK3);`-uUC)J`WjL_OU zr%xk|B=6XHPi zSQJ`TsJ%ipwHHRF*<%dP{+y39%}_kTW{q|Nj<18W#^{CDv8FOP8w*g? z3k5oBLa2G%xwT7OVCXBf0%)Hp*keuyxLgDftL>amTf}qmhI4 zoU!KQ4U5o>#T@AjM$tQ&BMz!I)b4ELv;Mg_NCv(+)F zu~rhwm3RW*eV>1PE=Q9D}<~^MV3cdZNhZXP2ZxFuU_%h zCtboz%)nVPgmKR9$BmJ*Sz-7hETr&;&js>Py4y3bTF^*4R>Dc=&swKQmC-q+^j5VH%I2(cRZG+4&zUf<>@--;FhNP>3Bb;{dMNr(=f;~gX z>qR6ZS~PiP)H9=&gf6CW*$OKfwPe>748Zt)&We>InfQ~Wzf1@Gi-7QJ_!oy( zzIfjNEp+RSWEEE0+0_+!s;ld&>Rj{tdoT{1#-SmYfD^tEk#n+g0HFBoSR1FIC*?dqP z<*1X!zkZB>Yg-O>!!7|ELJKh%xGJ_E+x4*)EfHYMUc!W-*&1ly0!^zdoVzGoNQ<~8oadW!q z`NxQC55iQk$Dc{M>OP$OooF+AW6XrX-w+0(Nfa@T6AlK}hmx+45C^ZemjR#HH%fyY z332It05?YIl`R)&y(kqHKeFxrZpql?%&m+~);5F4Q6}rOv4ijr7?qCt&sp>i%(*l8 zV*TcLAT#V?e}QB$7PB_5PFn``b$Z6V`2>8i&J41xBMUWgBsZMq%~%eP8T+lxnFzh0 zC*FvZ#B6*ruo35E`R6(=FM9sbOOJ}*ddPW*KD2{ZDlvSaO&}H9Ps`lgiTj@go)3r~vvlD!z?L*G99@WVDMIb{QC!w`_9DLimo_vWhY7 z6quQC|1se%WJ<)KqK}iS1fkA#p%Pd!%aDsCh0D^NYZkr)+Jp)D5v%o!EIb29n57VA zX3zV`GVP4R{m(q~VLzc<1^sFa%2(0yopJNEdl=&xYtZ{a!6hZ-Wo=-G%QQ`7AwAtEMK+0P15u>HDV)yUFvo@PhcY( zb-NqvK>@vld5^RWnHq*OF*+?v`d>( zMZ09{j>g$L2sKFBZ3L+0qs9F#;zkJJ(5wEcmx^BWyji{SX7$P|-KpxeO7+^5f1ToA zm-MXTNVq?T{gS6%1 z`vt<6oZex!^H&j*1-2>w8pXdR=~=@OMRNawIB%0h+t6_%eskHm^AZnMz@T*SV?iB>>EU?3j~45kRJTP?)WrBq@ef#fApNHrEm3eOPng59T>x9wHU7pVYQP(i0IE{{8+Ws zPQ-;AYOyo|ZV_>!Q}}ob7tazTs}=~Q_htNyV{1Ll&AUtr%$q6;Tq?fgn+mO(s=H@u z@w#cZBj9~U0{9t$vEA=_q(JpceM;Tx>w)X1Q*~RFx~<9T+%x6hrub35+qkTyi-n1= z3nlvNQxL2;w-nqNx10h+QHnQmih_BF%ef_i4Fxq@btcVkP{b$m6o*pQaEIkFlB(OO z)a^`G=bkD5F2%nq=@CnAGi89xvX$Yp_+hRL*|A`5ONpTzRVMXFWW*hwqM2}1rA$@P zRfxN&4q`0hWYqNLa9yn$aT)>6DbAs)9PlIZaLG&uj#laotR z!6qfxG}d|xEwhm9Z`OWu;pUWsAspnXB zYz;1DIF{wt-6##gB}ZNcxih{&S`$KIYT#0UxFn`dGLhe)NYsB2ta{g#t@q!oRo3iz z9l~}GC)&y5Mjz#kAV zcH&Li`^oOEnevpq>6w4iGyn48l&4mknZLgwfi5fu{*MC&*)Dnqy zXdaSMdssY;9};_aA&NQ-^HqM1T{?4pVbZrF<=dh7c3{kS%YSp}zGO_r}h8e3|88-C7Wh1o1uX0^eCe#DwlV;DLN%czh) z15)g50KHJM1;in~*Jv}M{Vnll6XIxEi}u|5TG2I+(s+L=xKRmiOv038Jjd))zKXH< z#QKY8$Im8RV#Sq#FH|O6z7FALHoibkGP0KC3tzp1@a$%-dX9kh-$t_f#cD!bJB7QO zsk69{C>E9&5#z@QxD5-UCKTF6V;Gxne4`^7Jd_F^Qi6w)KGW$sB=j;8$Q&8H97T|s z*t^lovlDI<5{(V{HFI&+ug}Df#l#Qc5s{7c69jTSq*WCEt%`X{MZ;vr%bm)SmN(>N zMSH5EU8x}Ln{(1qJz8y4MhlJH!sUbel+bu`M(lbg7D2_BYBbK2I(SC42>+VqhD>C5 zTWCmWWW_nFzKc+3;@GA(>g0*TS0iZy&3cfYw!!3U9IP!RHi`C~Uik-NP(3ii*vDHj ze)2Q1PsJ{uNO_kk-lb!!`;`s;vB=eMJkmOSFl$relk8=FD}?5^t<%%g0l!g2aQQT3gCj zqH~BGg(`cZ1^HkaQJ1&H9O|*Rxc;ezh7YJ2?WYtyJ1gKe$tzo`-A=396`q6yaTBny#^` ztygMSeC^R|Pbw?7rfRn-wcC<`+;hw=8mo;LpB{fY=~`gs4;30$KkIRGC#IBF5$`qp zi$fC=)%H_@?ww`>HdVa!M30yx)1lsCVgF?5J#5qMZCYJ9C3mpu*H}-v57b#I$=iV8aWUx54DWN$T8!AwKbh9~BhJUbf7-|IK_>2iAf^+?j(<0oaSt+X%|+b*Ib zqinTk6;$z>k(#QCY8ERs_gvY1ZNIW&XR2nGQnM=wYgW#w8MpMMmg%?j&Oz;5V?X^^ znGXQK$3mlJG4j#vIKZe2!UuV2$S+?_!n?V-+`z62aqQ59#U|?Pk@ho4{CF_S53ZVT zdA#F$#}8cYc(L=w`VT`pBa;ugja4o7axS5a+}*Opu0^XQ5x!RwVT0IyG}X_I0ubwZ zOcd-V3WUil6KMez6LnDZEhzTJ#*lS$@*u{n*bMQo5!laokA`MA?rL)| zCZfrcPaTwIV}%M+y(Rg`;bibgDtJT*9!dI4r|U@mcEv`U!v7r@sVXSkX-8H;$(B<* zkk#l_)g&o6(_!ol4lF4!QIp@$VZCNE`bz879tJctd#xV1CZM(OfzoYMZymL2o79h& z-p7Y8P4+hS&v?6oT>@+>!uJTy#?u~ksWFyxqOIfel|||b7Tw5(HrZ%WU8x(X+HgA( zF(6}VBi}}?SrjW^>Z!PhADKZ-nIBGjlgn=U;NIUfZIepN$M?VKsk`Z^OL;vUP^y|8Of+DH z!PtK74@k^gnXFxblTV#|cad{Pv(=ywNVD_hG-8Td?<7UGxU86DZC9gMTw`p%v|)kX zRmycT);Bbc9z1tbT{Fz9b~w8mPYZ9;pY96DorvQCz$oR zX4aB*@D-m1`#WLE9tX~GLJ~SbwZA`+rINpNFO~6TM9HWGUp34bqLkNMUw@h76*Lg6eT z0yt_h)9VM31E5uTbsX6)XHsxEp z;If}HiTx&#v6aAc00w@z5WpqqG;ZFn1ko0FuL8f^z1+_nn z=o1^673rpU@|1|!UyiJNoI3^h(?V!gY&@x#lM8x8>mw|x$#Qx4d?4cFk1)6 z;t(K$fE?x~L> z`Z?QiV{~&Y*w4WS{6;N(mQUv_MWLN7+jtI`RCylBi9u*3veD?K?AbT)$VfLuQHN`~ zsq$W;d>JBRzd|Rx1CrIvm+dbWE7i@{9m(pwH--Ulru+{m{s)qt2RN}A;_x1y;s$}1 z+aE$Fj**wYX?maKM?FTUtKBw#l@am#QvMB!e?!tEzFK5JnA%ZZ7pXa#O+DwgC!k+S zDe$9k2M$Au5-k??CpDEKtH)FQj)vU6konBjDN(GvfO982*eNPW(S;=m=CdNii>#x^ zE#B4t+Tv^XTu*#+BvrLjsoIG}mO1B`lf0l?FOH6nCSCJ*$<8bg^Gnos=KEO9vCfk7 z@l}vw=HmySPtp$w4PFi)wotcOKM7oz>&CU2+0ht%Ess_%m?oJRtz}UA)FR4h;`m`u zuJ)-*g0sykX`SuXly{Tj-IR3YIZcI;@gyNZ%1G`1N8B#L8g<&{!_4kMVz;mat8vb~ z4}Pz^ekA4HtavvkU3pFuzp=t30SEPjf$!A);!^%;+~kq+0;AMiM{LZTQ!Ahz`p%n9 zvatieY-WnwP9Dq-*q8Pxuu3&N=)FzBTfRL?jysvwNYGotte_% zmt(q^?`6Pel?`<#W4Rv(1M<|JJKoBmkjFux7UE8=`vuzpm$ofX#>hfKLh`EB6k1%R zHo{um&k!eN#K|@ZCtqnul`KPy*UYB}%+U%Mt+t-0vL+5MAH5KH#(EJIRM9JIGsF@PL3?Gk#6)D^1@}7>Smbe!s z_co+DlTk~f#B6P0TR8CoF}f8IGCB#qhQrr=*vTa2+phSw8+{G$$g?KxSN+>z6i2PV z*N9{6Z2oagftKJGCe5>b07$O^oCW=7(#6>gsx(&L0RPxIFxII1o*`BXpSA2eUnGW; zl~XVrmf_i*Xhe7Cz8lWu_V$#wL-BSbT?J3BL*D*2^3BigBgoe*&ROHIK?#u9@MHGx zCh6H`vadS$HeDK@xY3Fm;0z*3i}lntf=7RaSad(KR%KGJMqz!cPI-4K-knKT!BbVG z{e5w4x^jZ7l1MRgWV(MepcUM38$M?|7eD4|MBtW9b}RLOTQ*kQj9TKBPmpsqT(mUj zY%y@jwJfEbV&k%Oc`NqpYl|gXF#{@dZ*5J3K1-rTBxxG-lf*$`rWP+>Ar=lGhF~Fi zX;=L>vo7dBk?&H4NUp5&AA2N@GT3%eY+G-GQfs7nm6}_hUL;% zOE=m6$g;_X4~WGE@hzRsxIG~S*_cJ9uAmd zHwSXlS%F<@@%>PAFY!|5_UKWA;h9=X8%>&h4>!-bMIp!Y~ zp7{`8&oFx1eaa0%p|sT_>-{@wFDw-29HWl&{2R=pjwd1b=bYz?&bjpc)?B0GXwj&v z$CjBIYiV+}u@Lf{SuOaG8B!MJhqeq-LzS*1_FEEL) zmHm69m@cKS2MC{8?0kp*G)=-$H&{B)yToZP_BHC_Uj)E61co9bi>N^PPN&&j3XDTGfhrV2a%>!EH95p2ke#eex>l4-1x>}ms{0(`u`vR?J*739X$Qxi(H0nK zI~urn8k>V)b+w?EEca+_#j#zC1t##C+UQbVUniglnUf`~%EBVm2u@)uTp zcGYC#l?SfJQWdRAMeEqEX{)oe`BvRBT6|WQs@tyAZBJI`o)ZpQaj|78P&?83Rzp*& zY|(^$LcYA`R%Pww_0ONYbaJxciX&OMGFg^Ar%RDASE77#0)zJCRf~j(96^l+I8-Xo zDUJ_eb+NET(gxi8gI#PDQZ{J4&kAs@y#hT zx`_vRy4mNc*oBXjF8cTL6#Vj=f#p~3O9j>{fwd{$I>omx=@N5YX})|s9y!5xX*bw3 zscXWGumRlUNC0Nc)v{uLfu|aZe2Fpgm(=z+T`CY$lOL%NdX6Mn%kr-YU7CjzMf7Ac zy9)qx3Rd$Pih(ruvs$HlKOMNj*43=+WmeJ(tyrSl`&1+JC9vL57PN?2D+>mX46z&G zO(JeJa8^5Ty7`Z-uj5PTdz9dwq|bD^_Hdokt!rVk%P}8Aa?eT6S)Q{#XM4`Bw&?aT z%b0b{HfA4_dK|oEcj#NRtUAI3ATWIm|KiY({4o#U5bZ15j;Gyf6n-Ifz?;n9!OiC! zFGv?1b9EeK%SG!&+eLfs$9(RU&cP8Qzh1nUW7O_OcY*$l#b$x<)k|wIeLZXy%ll}# zp9O!^tHe^jv}G7w?aX8ipJPTqcD|Cv9k7(w;lijabK>$QPt4?=r$e;bKKj&GS9XWn zkwziTyu4}3C);@E#JojvKwSg0-c#klOSLa7{OrQ1GXLe?E2nP^!>grY5j?0Xu$CHN zTC$ZceXHC*RaNuCna`e?v_Jp!rKhKh5Xhfo!8;W3X9Tig`R>sE=L^n;#mj-(WN?So z_Fb!ehqLIrZVMozZZiZvQysL0<@p%)WiXL5>=+%w@~3{8nNOgp!@n%^en>1iPAs8A zZT`#bZqRZU0ISZ$teP(syk804pY)kd*ZsUQ!2#k+$c;@B2oYEW0P^_#J-Yin^pMkT z=Tlx{KTRI(8H%Qc{t-npg-&KddFM$@{x1=#W%Waf@daJL-_gCD?-ru_U@Cvz$#-=S zq5n$ny+@1s-KJ*(DW0C+5<+M1(#|^hrXcklcTwhWu-SvcbmhJ}p1P?i_E9jBw zJvGLcDEUbOJcf$p84B2*3DxI!m{PW}$8c$FZF1?5{1L_HOr(*#j*0wrJ2u;EZt{ru z)fAPxMDR?wV#<2J@Vj#qh2MqfZZ|-agVM+(QbXZ)mB?Y9NY<^St*uSNh_mjl5_^sk zvmynjP?kCPhX^}fjhv#^Oj1CPkuxg0c`-%l5r2z^T3S(ldg@Ksr?kf zfH-wOb&{&GfI6|}(4XWDrCybebTtL8g}JT@(OcUA(DI>tibadYOZW~XjlXy-=hJYE zAvxMAIv$NB;@E`pi})=*0{jZyeTBf+2+;1z?CS)+P2f8O{+Ph)1inY$&j`FhAWq<~ z2>gIRlEB{(;C1Q8bjR7n`SADjlk@2x>FyeVebnHgWm8M8s&JP^RKiM~Mia!=-K-Y3XY|kZPRHi-!>{ zj%Bfl0znf*nAmE91;dTv4VB9a(**P4l@EW5gJj$Uk^iGSJO?_999XJh1Qiy?YDz*6 z@V-v_&{L?L0%hTn_FE26b#pv~EDOM5(n&6SYQdtZy2aC_CG<7hJfOA!J)mGJo036 zR|C_6nef4Ckzugf(PpOTt_H3JGvk941OqY)} zXy}plb;qJnICEfbFWwwJ-p%Y3$w7e3q^yVlO?;pqxMj0Y5-m;x@UojqtF#+ zd>H|}!Th4dG9@ie8qc>R_j&#|C3(;DzbUEsJpaR7oy7{R@Bx8WvLMq%`g2NJkTjlC zQdQD;PFvlS@h=usN|u_WRINX!q=iZ2`IfB=+R4&pnX-qH#`7)vqscos-`e|d(*E%I zHh_tb0Zc}(cTGEcEEY5c`Qb$A<>ATGFFx}QfBrLltV1@*T8wtKvSw;t9krWia069S ztJY4JyDjsGV>*C#(^`B1-BJpzrWc*mK%@OMzl#o@+oA)ycWb8SOXY#7U==2-r)m~V z)z(b~s;5@1n=TL18+pKL7olMUm6EmOe9c%SX$hn(0mXtIez64&w;4=4Jh@Z}G`&NQ venxP`QF{s$F2EIA2Y>_t|pP+&79}Y^djY=UHnn#Xx zs0uhZ8zPMHn8YDx@=#TUm^CAt%zr{9PlQhop?A)lCCsPMyw4jnD~c{EOhB`Opm8Et zX3TL$eU;E#1#s37!be}hd4wA-dP&qI>8iUd21-@KXr&Gcj64J6#dZILhni zt${Ev^rvWBe`A0ISUtOtw|APWqVwn`nnKb@wP*SQND5x&Z^x4(+wg>{WN2`KR@Q3vYlpgjxGj3hpf;UCM%GZ;rQ-X4>y>wTjl(@W$|Zd9(bs z+$xW4@eTg1Jn_9eaZtQqw@t{(Q*-l275S^oS?p5p`1trzEC=KWjQP%;vGje*m>C(^ zzmCDqIYzEte%r+$P=xw7oq??6c}of0ed>8ahft=IMZfz~crlU7GXEO644=>uFp#(c y=A?MP&VwYP55yQ8)s>eEVA?vyxP@*U^zR>N;-G)G`j3FN3qu$*xWtH2sQw>VbrD+t 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..73855401af663c4669384d2728efb26f5824b44f GIT binary patch literal 1353 zcmZ`(L2DC16rN4eq)m*aAU&waqbCFHE~TD=Effz@#d@evh{$HLJI#*n&MY&N#DIzi zFJ8R%A1LC*pAtc#jcMA?|1)wnUG(0 zF&m}aan2v0b4)@KIx$I{j^kLr6qk~6r=0oaxRNY%7BasQSCd+&hWsa1Kt-j)~8OMX{FDMPwjQTM}rqkgwvYNLsS(*rd7qvK#2?Y-zlHYJ^i%E{_I&` zkG??ShmUvv-l?(gkC>2_QB{hWClsDMnN zNJ$|F8iHI@NOD!-NUFbLc=0h{6!9Q}F=uh8v$U2;{vL=y(ql^Ja9tNhR0*WhZo?rL zp&V%lCDVYP8uTDdC9*Flf>W=z&mThPqFkW*+U%tY<(n@nyl-B`-hrD5pj8T}$-x4_vdsYR@u={2kb zF^kFT!xp<*!b5Ef3N9XcL#n*dXyl>j2{l3FA&8+D^PZQEO(eyZySeFU{B9d5HUhSb z_K*~po*ziXydu4J)3It|%FNim0DS|^TXMEWuH5<2xcRMd>${y>Uk@jZ?MY?(9FNI< ztCFF~dP>=As)44}nAUy&Xn-BYd|%l99mhE#Ym@o;le8xD^Mq_n Y=I05yKAE3?-#V+VI6G(LKPH3s2X4KNZvX%Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_sockets.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_sockets.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0cfdf8e796dc447f935c5d5be7c83a6007400ae GIT binary patch literal 32700 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_streams.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_streams.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d3376195256adbd9d9646520d3578790776b6b5 GIT binary patch literal 2649 zcmb7GO>7%Q6rT0Z#(zniKpUF=Fe*`rt9G|l3kM5TZCapJAZbZbgsW<^*&W;4>`#~- zCnO3|Kt1%xtsFqAI255$i6cjjT#%f~NYRQ)NQgr($W_XvC*IrLIB}pw9osMS^Jd=n z-hA&(zU}SJ5op=DziNdZLjJ(PR?9>kY4Z+rZWEK3l1&_`B1za!*ojI4{wD3Dld7b` zxs;uD1j;e|6mAgqe1Ag%ty=G#HlyZ-7SdxOg?z*1Ph2^>a1dMy8mlxPookKUZq;vOC z0`-!?zW15q@#V?68_WNHZLks6KElw7DYU1#yc>pryr6%`NwYUnPVV>Av9GpTLOvv5PX+Hj5X>~jEI zi`=_D8=ELE=v;TGqkp2!HL6v{HQ!ocW$HGZImW414ek20&TNxfE)@VNQlt%6ST>!V z^&zUGrP*14s&nCoK+wZE+cV}Zw-zCb?4T1GI#H$`9Jr(}qX|dns2Cm|1;D3EmZ*ml z+^W?DtudEz%ZLI{^?1h$7!}bxo-k^9%%?z_I*vS-o^zKkP14h)D4+;SQK-olI5Xgm z%yOBYR!(#dqjbh+;L`H~_>tG($Pnb>^-)Dp&~?l81=CF>@|82u;BFZ%S2PxEhAxg` zl;X=gM!`CAG#`4 zcj5UoDPG#vTiu00?0NQD6-!yq#L64H?vpwVUts<+U^t{0B(voTR>N%LkP4!%SZ*~W z!^+{^dm;6K+_>9iH6Z>XTM<|#I^3W-uQeRz3R>5F&|~fnwqpXv389=&Lax6U(>pxp zc)d`DbC7<FcU89=>}}3H&XFm>;DtB~p}Kzv z#T*irBQZEWV;o;B4$l}VrGlhk`@9z?@cM!@rabdg(8qj!I<7A2TwPjPQlV%80;8@j zGIvq6tvPjJS=2rElydT<>O+iLd&w4jyP8oL(QCX${Ua z3o{$};V-W|$RBFv4}~k|)(6L0gJaFY*hc>4W}ZGQ6x#`DU_$z{cz9#~fp#|C+xM7& zc!Hvh;_p5(FnV8Z71ba5*NbOc#k0544~s|cG}ep9TgBtQsuzFW6Pxe9+{|3w1eBzd zh-yqpj>6dob74$5<^mr;F^GEUAOkMy4%4(Cr)iF7Hf-z{H0|StZpSMSE7LPHjpMWU z9pSIy{(~qm4MTzF`WHZ~bv|vmKb>h46eHx!nAA=d(^sT6`F|N1z_Uwz2&>wFG7GRc zRv?b47|8IpAdyly$l(77F!Ce9^~Fz%61}(~yCR--XcwfzN*duG!BaavJy~hyuwC+#34gmG$g! yD?7X`N@y~ 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..09bc37eb799050ef4ba4b9721c72967c13214700 GIT binary patch literal 9815 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 QoCAL$2p~>AE9A`Zzto||-2eap 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..01203d582d0beb2f8e404e24c289a105992ae98b GIT binary patch literal 35707 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_tasks.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/_core/__pycache__/_tasks.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1efa2e9240bf7455add190ef4115bcbfe72a0fa0 GIT binary patch literal 7694 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 A2><{9 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..a2dd2c6080f8d76d2a06916147533f59dca41d54 GIT binary patch literal 28589 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 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..5922cd2e058313360cd828925f756953241c4a37 GIT binary patch literal 3864 zcma(UU2hx5agRKH>w~f+ecwFrWaAfjl`eoFCDLKK6k!7??PqK!6}X@=~yH@}j5C?2;6ZvVkt| zW@q1IPD7F&1XtSuvf!Ty*U)GiQ4?Hv^x;eEc16HPkIr z1V3qtaqOBM7^YbDEMw8MZrC2P)XoZa1ks+p1>;R(lZwVjCC0Q$oW&|S+be}iuzf5K zLM7RLHU@o)9bn_or`Zc^0{RS_1Yutc)9;(&#=N)WoAa=JmO^{au5nw~ULdIHQ7OnW z_dUNZXaK~etfV^W+%h?Jyns6FBn_5rTKAlrbsL7j>MS`nr~Z=sfLwh%HIoB{(Pi6B zuL$I3Gt^lEDOMFb>=>-pY}&WNg&Hc@bT5M>SNb*)0jHi>wUubh78Z9TX}?hPh+4ha z$M`qPcU{|(W-FPCR_Tn-{d(YdHnjj#>mjD*{Ke})+`p(?tC$EA2JRom92RDJ0*AVs z)Nuhm3qu~ zivt3$_Vh1+Y?7cm5B=@Ldg40zoox3YRAAh5^?T%ge4QA`FWb5XqfU4cvL1s`Z=ZFf zO!g>s7^S)+M!?r%3)@<$m=5#k-d3GUCqUN-vxZUiS>3e_BOEe}n|0GgEg1$Mf)%8i zq=uwcIBKGp40U0PvOc5-19KGo{<-%iuWWm6esUSFcvhz*;Wfvb|en*I6vr zR)b~VJ6f8ZEej{GU#mgHnb&Ml2B&lUvH^y&%SK=e@PKQj+G?0K499ZZhEAzF zwHNjjX8>%FUq(ot-qBn8r@k0%OrD14>qE^~Pbu_{{%N+g?*MeE*2^X6Mq2a`beY!M zXRx~izo)Pa2@^g<77vrk&B7$NgF5#@ebM(_t7j*mM5{;}R{#MU_iPGw(tJpNfE<1L~=wJ40z6*_->fL?9~1vPpfH5# z3%iYjd&xuN>EUA5Fe|JXGGSt%z9*fVUcLH0uiICzV(Q0x1#<)iHB*yX=yI+rFI8HD zn-PL?1{ltou0ReMEh~<&JC_u$diEjVgGb#D%NZShqkqx0mwHb5Jd)Q@6&b0Dc9!HP z@6_c<7m8_>jmF@UN>_Uj!%WV{5ukhU2>?Z11_h@$@e+ap&c+mu{9Sye50^Aqj@$G7 z2o3-UQ-;BO3oH!A7Oo$FvH3K9eFed<5zHbuhTtdyj2Rh-Ds(Y^@igM^05*ERb}XGp zw+Vs?GInZXzO4@>-qqS<7o5@)2iqhHhP1>qglz;QwZtERe-}(95|eH69H69?IR+JF z!P{$?Q=~in9*}6PKY*D>J;E>1@piQ+4Y;DVc1gNo#|_c-I@eUB?olcDBzPl+hAfnn zKX$5}ejZgSfi+RXd>?`V8^}2XzlB#|ew25|(DYXBU^92{Nv`}jSKi9aHgmHLeO9Vt zd&G4_aJlQKS0YNm`&cUF13;omVOjuRx-EMAFHxDhT9hVwbI92B`W0qUlnYBCUiUnR zOsO^jHKGjTu3l`odjsnFeyv+c?r5~TfDCyDs#2;hKA{xJQAx!($HGFYG?cY+XFCJA z#GrytA}s>+5^)58QgFVJr{5NiZWWF<3&)=n<{lU3whHsj!u(e5Tr+pBp`Vk=4t1=@ zA}U5zeTe1MB|y#-Z9vUYrTss?_aUUhzs4_-&G^UopG2j_<9~v`3s6%Bj!R9~RjI9` zQ7E7({+mD@FZrAbziJ1|SfDI)d@bCI-wj|?S}_(~AO1?PLG7G|BX9(NfLELV@FV;- z$Pd{Ux3bgC?DUiDvB%kCTiFxM?1_f{+(+sPH<#%QEJs%klTh%(!FUp9(C)x3JqR60g_X<>GLEFJ<&mOMww-=c6_{^v^a4x= z;$HyTaZS@&q|k^y-;viF&w5&9s`0GnJ5p>!pLTLagQT__{1@kb-udu>mePLHCQ&ev U(#}Js+yy6M+8b^193U<5Klpu%$p8QV 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..cac20cdda6eb2320ea3e460c8e7e153fd82925f5 GIT binary patch literal 4406 zcmb7HO>7&-6`ox#e?|RLmh7akHe}%S{L{ccMMJ~bEO$rd#>-u1 zcBwzefnW$NUFhIT;1+EFpWFn#gqfW@p~MdGp@9@4fv)e}9HROPBw7`>$z2{)P|Trig*G`DYkBBqlK>n^dKeB;i=L z%EakW9`Ivu}l%*~c<)z)!T&Fkk71m4O{ABj(^Wk{|vC z8S_%mr#p`8>%QeWUS1ATr*+%b%Qg*?m-SlBa&G69Aa=@G2$I(qYV_wi3*s}DquW8s zou$lnb@LlM0Z7_|4CX1{XI8oH(@U;l)4n>Fe4VI-}QZKS(g@*O|i- z@UnrrbQ_)_Mu@bz7X}ZBAKHhIs1@K8(&F1!xfoSf>yGtNovLp6Lu&Yk)VfDa)pymZ z&hDr_YNqO4)w}|zn-H9zlTF4%@!2V|N2y>Iyb z$<>p~KVu{C95DbK9-Fi|3G`QB0!m7fNlLOQm11VRL1rXVS;>}^2AP*iaWF$77>?Th z8ub@{nNgu#tJf$qY~AzJ8JF!eglf394dz1U7c%^X(-msm@l?N}`zi$wFQ~P8*|vwRfEgTpk;MQv}Kt*P+HXR}%C)oK)KU2Mj)uqK;mI@UqBb zSbx&71|fGPKO7UXM51AGhTJOLm6zm4VF-ZOu$gj{+Z$h!m!w&V<@{vGM9kQd{5#oH zK8;1W?@6mg9{{1-qSx?IygR@Bf0PG70sIud5)5iu&qAK21(LRy!Pww2qb}}KEl;gl zo(GYqT0S@;YEE$MUtVr!)=2 z*|0r^whU4z$I+`aNNXB*rKWiZb#QZ*Sq=tF1+qBt()B95BzO-ndiQ~BEt98Hhd(o# z$IpCOUYokGK6Rnd_jLE`zd8Ne)bCSmqNGPSX`FB6UjI5b^;K@_k++sRxSl)MCb9mJ zFH&FjHIH0`{&Z|#YxL5i-ObTUqCbnt<0H=rkT#KrN4EZzBI$wq$<^f7sW-k#y|I>> zSWitfyPbztUgkHDje}-jyp*QldBN}*O{=|)}c4sB2X{Kvv8b5o`-?5BA zZ5zxdu?ajVUge(%3yr~$A;C!Y&H(`nbpP7262~(G$)@6yZSsE*u0NM-fY7j^f1pX5 zvp}QhKov*~%8C-beWf@}n8RlBrTHYxk3jm^$)BVtng*1~nFA~F9kP-~z5Q^-b zwX-|r+G4`A8~_)`p!rU2z>~3IFfF7{#iRBN4+E8lK`_J(*~@s|;+wC&B88odZ-PV* z@pYNB$H>q~Bh7DqkPa=wvao7whxQ$wMtJ>Px+0X5*A_?>T4 z>wEYT=7eR^I(FiV386{S6jcku4E|z7+&y&(E@7vfF%V9>?G?JQqp&Eni}kc)$6?mP zSJAMjBRdA<+co??zLNq18eYB8ym~{x1m1Wy1SFygVg(O~U&G)bNkiWJ5JsXcNr>5^ z-Hka1Cy2kz#FK>WmB^Cpql`|g!xoW@DMd4-Dc^$}Y{>6}JLbrI?0qsP$z&-O#SjR} znEt2jLCGC+AawU3wPWue)g2gF4mIg>?%6n^5;kUSS2eEkWucT@a;6 zI&>n#+7}qY@Z1zZwP$_TTc7=4ebT#?G#fo&C$1=Foc^<9imMQy_MeRXQ92pB(k(0wiZdbFaF`P12D0Z99D~FxhB}82v5q*? zUFV_8*D-#@I*#%gHi;AakxU^$qzqD!RUkF^3*68Qfs?}qLr`ERkswA3Sm2=Y7Cs_D zao#GB3>rgWJDX^s>PeU}RW; z2MK=xzgGG8Btrlf=0NKNeHxuNXpMj7@H;46f?&=eQy2}u(0H}QO|`>@FH%1g)#8uY zJHUq!@BJG{J0?j|i+r~k?HlB9^Hse?jx_&U-yp}D(Y}!$YK%YFy_SA$J^k8pqLs}x z&ONxemQ~lY>Td4_Y(dkd3?C2-iw 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..33a9cff5775e01e96bf888e1bd23de3e982ac262 GIT binary patch literal 2885 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

11EqwT9PW4hUg3A&lX z0(Gz5*xF7A8N3B)NL4F6=68z{ZRmV$GerVc|n~kt*s>vO!-5|R^bF^hbB!rnWbwXf@NB%JWOJF zNo8^9rId?5=vDaRF(W!px9wcd)jUqXS`Qb1gp1|=X- zQK8Luq}1!2ZI`1US2`*kHn?G&zgp z8%Ul)f}45>N9N4NM;1r2oXso`KU@Q4Ons4Mk%)X(;BneUdxj zG7dRcXYkPF@)^87D6cr@a0lI`tFU>Khgr*nwLuXiHeV?1_VwN>ax6nNp04C)b;GnG zutje1s1Q~P)B|j{#4ZXfukoLKJCn~2D5YvpT;I^y1NS+s{{%qt}di98_ootm~H(&>mow9)puz0I%wf>+@nl_EMVqUaf?PR^OAs1NckEI^Z5Q8*NC1x& zMW_V^i~SNab`6WMblxyZ0n&FCkm|UsLfjL zc5hffACFdD=J?-Dz^_8BR3*u47`lj!3{1d|&s&t|ve=1=S=;BWq_4piei6&t4+I(^ z&D%Mxgxx^YS26&pIgq&ffqYf#T%W1CXs_~q3_$V+Kzyq_YlBzbvVEP!VS2mIW?Tm; z02^Mj*T{AEoIgt2Li(Z3kH<3kqad5)ClFIwH9Om?*y-PKAxGI+PJ2eYZKRfWS6{#J zDNNPnod4tY44`&=7ev4$iiRe`6I4Wt$5o&eg_+6J@vKFH)6O(CXV3!HR9plsx3X|$ zS+LyB!oG`Mvy)uK)F^g@hw8UtDS31Kxb9`b3F5AIu2J3M> zFsFD@ZVc$wcFzpoh=U!AAlp$^EuL0F<14Lz#8tGy9=N{%FqOT3;3BsLINzwvt&?)l zr#V&x4hffA+*@?e5g_I&i~a;oEODsTKE(0c6MJ&`C8YbNycFI+%;HHjUOx<+5c<*% zBU2Z!S!nD&UiIW}Yu7tZ*agU1^*U+C{Pn_{`@!(a6WIYs^&Sj%JLd(mGA$KV@IvUJ zyt9NX?eyDCd#9x~SVX2~paLoktHEG*Fi8@kmIrI!+Z?CmJJ&zQ?Q5GbOoB}U9k1;o zI6D)+!j^d*mk#R9GA5uia|&#rlahamt_8_rGjdKdNFRi%xLLh`TS2+Aj*xL@D6qc} zOrG`$aXIZ8sWHfV5XN)0Xjacm8`cIZGrU`oMP`h^Y+jXq+{aFp9G{^CAVcd9x(s0L(Od_Ft2oTCN61q>OW2}Z`4oLvn zgGip>MwN#f-0jMQ?>Xei;shpFWHFDglSpujhb$ne$fB{P{BVbZpnR&4fzoRs?UrwW z{Fx-7OXII$S!a>Ja@t-b)6i3H9K8cWm*JE}JVv~L zgo^GQhR!3Q@Es6>LU2_@zURj7VzDn_M2j1n!Pq!;hUkKTx#qMi>YvllMTAefd0xjn zG4f-Kpe3PSOemAIe)O`d(<_|x*G&IoEQIEN3)7ofOaByOX-oeML$4zFb0j}S@)t;c zhJ?!DZ8t>A`Ac}sgy`8Iu=5K{M8|@911tlDy@N2G;EYWE1__PD<~Z6+b&V&#!bF@{ z7~&s2h(1sFpE1k_#~>Py%%Ihn&7yOW&06tnR@32X28NT_>|;eqwNn!GVhQ`T0>QNr z*@xs_B=;dXgyaa4hmrgil5r%*kUWG$L^6hC8c80Bii993B6%FimymoJ$ybm(iR7C| zzJ=sFNPd9iWh8i|fxL-i4U(TA`8krmM)G$^{vOFcASolcjO5oy-bL~+NbW>}t_$58 zA~$0Q$zJ$3{sXp-*u5;Ii_zA_X!}w)9ZfEA4*4L$#X3&^Hh#689$(@yemjIIl1HRN zf=G-{I>;y@9TG%he6xcLMUREx5Y?qYFinX$=opskkRTM}TLHNgZi@CTaSlNkwuQ!a z+Uam)+!STRlfHQg(`j2B=4ms6HF;WawRhXg+uy!}*`nNCk z^e(RHglDNOjXhUQf+Zlrwv|_Js%a5|IlOg#D)L@^AFf(9|Id8ZZINpw*))igAO0i_ zW_*cG{h9sf9ZVPD9xr$Y1eO?VYKQZK1;dKKMQ6fe9Qp=UOHNl+ytfIzdmO|hJbWRr zbmd4Rk|qSjVb>ggxd_*&NgN}>xjA=tcJ=Jy$ zbs$*-#7e>v*MQpLxD@XGti||s7~jTn!&wUad=CKz`=MM@7B}4txR**cBCazF7sr)B zdgO}t`12)tTZo=#(_0Hfz%p?e0FDyF(sd-k6^GUAM8R?jnMGI3N_b8H>46?NUTiDb zAltAs^g)?7h#oLOmznHDGJphqWh<36ic|KPm159iGAqVbk@Qvv6p1S|tP`C(y2>Iq zVCZ?w9%ZK@H)6OYoAvxU6}l9=Jm3f|H{QYg!OxNpAvFa5MkjPV+z1PW7P;PX)pM0g zoT7h=T>KRMTjcu7wVp-p-g3QXk=s@FKZ{&f+5aqZ>&yOUk-Mq9^0O3f2!&xf{=`U{ z;~TC-+Mk}k9O*7cx)=GK%O)HE zhs*VzMSe%w|19#Evj17+2g?2joxvE+#-AqX;G+Fyew+7M=`*)J zJ$xzAeI?O-s&O&Vb>@!q@k@!mD~UdM-Pm)X??Ul4y?p24a_`|Q8;_i7E^|lNbBQ~$ a6uT=Lg6XO@J^wIE`GBT>xB`k=&i?@{zv^iK 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..7fd856f2523905ac4e726fbf324e6e182923f974 GIT binary patch literal 1816 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_streams.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_streams.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27b8ba37b016442a9325c12389c23bb84f993621 GIT binary patch literal 9603 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_subprocesses.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_subprocesses.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b974e8468caf4a46784cc2b1221e56d7165897c5 GIT binary patch literal 3663 zcmcIn&2JM&6rZ)%-ybv|6iQV(qN2hrtVLVY%Bo61MQH>L5upP4zqXirGJluH#9PMrGQu6MJJfw-!=UO&&g`OUnKdGF2m*IKPi z;3;+g-dHFS@+WrUCl@u8{Vp^f5=NL}6Gv$)3br$L#>uv`VLNN9POhDUw#ssL-YK*T zVLNXZol?8xl-p&6WXKX>g>Ax$yznSX$P@TRPrJfOYot+rhTVn|R1DYke8aaqS31!bm&Aly;V@Y>}zk>LY+WN#?Y3z(3CNQ~Z3$FHG?Z zz<-;Sr}#x)3MEtyj~tR$4sj<~?Fd{Y#GPcvj=)tz+&gUU2wZK9n?C|qXA7`{r-H(& z@Jue{=+YIJ8n`Q)!gIa8q+47_*ih=N)0Sx)Qnos>-|ax1$Al!Tr8)gRJHH zChl(hVEbo6lzoiX>qNnTR6t~AbgxXu&mF_^Y2WoNoBEraj@PFAf#plBoWNRA)ZeP3g zU8h5RFRf5Yu%=PTIi$DOYS9)Z{dA~ker#4Jk-Q>~feXZ2K%$)z^XRft0v*l8K2BK2 z0TFsGa>Ls6wa(iuz0ATb}6iE8Gn zDy2r3Cn_i1G$e)dn+~~8lSE_VA~JvoN*3;Ns0gS|x`4dKxN@Wcmg>=bY~um1HEHVc z${_L9OK{c2#s;5+i{?df5GX(7yZ_p@x99gp>GY*%&thrVHtM+&;mJX6;N z-X6sQk`qWyA$bo-Q0xh~)(C$n-bdaUBxjMFL-G-l@WjG88deff!4?uc`{e^Dq0za7 zbXUE+qh5ZRTiDCwa@9Q&ljm8IU);VIaqH0D%M@`uCdoK57H1kS;QW{*^N}%6^7UO* zLCIa%BQY66@Tb0gcTYurK1QmzSWFHhkzb9GO73d~7mev*a5$2ztK_bP=$KBUVI+lK z3ehp0M#m$l!IBalZsAs}G^!W{>wUPGLKFx%(@2non_RToQK}9_( zBvQa%D2m4 g&g8pGKHquOyO+PFC}{fYe|~YEN24#^01Ex}56?7y;Q#;t 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..4a7a98ae4b56be4a31ac5d5aedae401e7bbac728 GIT binary patch literal 4987 zcmds5OK%&=5uPE36kmGFkM%?DtT(YGYst0cI0@k-wiU%|7*Q50ImlAbjz=>sY1Z># zdWL!!IS7b>EOPSAKJ3|vv3uB`LI*k!a}tot`Vz?So^;ArJ><}$WW(oB!(vZWb$4~u zSJmD6XMcY|!6(1`-_=}6QT{_OoliDysIRZ7itlEEmt>pIC`rU!rfIClwGUJ_X=Zxx(l?(y1jRY@s)&?-KIz2D*+e`+Tr zw`BEyH}EV43BGN~Nk~Sl!5;k&Qp#<`8hWHy!+e0B{Gg+*JWHcDzU|(pq}~YhM!ELg zSda9ym6}&3j=d!12{kGjp67=~X!~9;H<60^Zr+;t0}qX8z*r7KVVI%I!!_T6D1URq zutQ_n;ZbhJa2#r3g#HC+@nyq&u&`C<6B#hR_-t06`E+*X?wz^YQTnF073Dq?e(0ON z6ZMhSp9~S@{B$@rH=vM3dm+6oJeI%dk=^XeG-B{_%8oiRLb@cXUYVZJqBA+V1!HO<@K0i*vrmm!hoT zVMBP4Mz3Z92uw$9Sf;)vj1#oymFMc*a}aR~oPgwP|8@myt88p+RJ?}k8lkyXS?At* z#j%$w^({opn=W6zTnX%ue@xCZR(Vh{ye-?W7|Uiw4`E_Zu5U$sL1>7OTMtLNHkRAG z6Et5R$hOkDeD(X$*JvtH2HtLPaSUxU!7E;lFkGAiUoep8DQUgyDU%P8T7ixJLQ=*uDEo`U%+$%x4qb8_Y40t|nzC7*?& zjQTblzOBd=PiV2ad+30S1_ZYlsxLFwY{!ZR zl+#u*NQm0nGte6aGe&s1%uw-pwaWhJ#m3qG6bl;lx-UYu;tR%6FhranE7$;hVe^35 z0YhC4Y>NxnfDBmX3D_qm`DPu~x!em4XL7R4?s!NT5!z78S6F{ZF^Xsg}OimV#5f?)(tp3xw z1WAmwy<||=_N=me6Qh7(RC+U%bJ&qIO0h^=X?W)TRA=j4T#UE2#m@e;v^2$%Ep`#R z=F(E68Q8h@hk7-|Wtt}&m!@tJNJ=u5WBQ_oCVPo2h{kEK6T|1J{4;~R9)}xF2-gs4 zSsYgh)`!a?t)hxfrVn{&dz=x64iL$>?E*@+S6SW1Mg%FPf>>=3MkoUSQ-GK%ai_a< zbMF}Bxhf;ti80wWC2>lf>kWYkfKPzO#tFa=D6p7L#^2)0jn!2Es9W3tf8=FA23Z!j zkOtG`Pm)>Vvi-bWc(1^P($(TBS^+>w)ik566-+5O1H7`*Z3&N#rAt z{j*8n%jNQ+NDDge9*W=JDSjlmi*VvR5XZ3f&KMHz>7WLbhqi+pVS(KG0_iis4GS>~ zg8!GmwzqdyjSp3E<&;}@XUhiG?%yZW=!h83Wt|hw#fkg(lfYMnVH1o#C$G7DRtR5I zncdyl*^2Gi!5UPk8UXnczyz(11@!y&i4wK<0igILV%~$djKtf+!5*mn9-0y&KPW$7 zL#988w?pU3za538ht*jRMO5Y?xroW6r%E4Efh8;oZ= z@)M?||KSgx$mJ#sTO_SFti8_i4eD@{h_rZyT4c7EB_hWs#7z{$C1Okw`4}YX({;-? zajG1I@!dP6t_!*~i(e6;Lz?(45xRBto-@e;K}6mYcF>679Mip2F_YU zo)_BL-OT7-K{(u NDpvaO9l8>l{{#4*BQXE~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_testing.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/abc/__pycache__/_testing.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d891a9d440cf016436df70fc19422cb40c45f2ca GIT binary patch literal 3024 zcmd5;&2Jk;6rc6y`XdP?rXOibhJqRltxbglC?KS?s;VByfkq&0WLD$diDSASW@eql zQ4dCnP>3L#hXw+ z@s_lceRzCCI59Mv02G>$wU_Md0f52t_C>pLkb4X>o=nyn1<+rz&rIoypucR_rt~`K z-?Yz9=}YznfMPi;Z*UoW+4mr@eNm=x-S#ZjlYNH;TvA2_*t%Ya@*VC4)bagZgWlfZ zVn8i`fV#})G}s0RI@|EumDF#4%dLR!cEQ@0XynSTWG;Wvi&BOK!Gpf=tODvkjm z?W6#MN8|yyM-H|1L!>Mxxw9p40v+FN?l95Z-Q8_^eb;4ywcUh0?lhflyV)B6ao&fG z8#kJ=8}RErX5D8UE}P67bp0l4TTK(<1KK)`-XJWQCPc@DY3|pa1Jami&%g^MtndGvloF>E#(jcYVrDx2m8 zsJua|6&CLAGSQLadAn-`n^0kqVO&k>2IjV`xHjN5Q<-3Ekh2+v38JzG!+_kS3~sDX z+DQtO#v5#uClgnDOfWYwsGYB3awZyzu^@A&S46vBrT6(@*B3U082T=xi==@c6~Qbo zPyoU9b5~KCui{oAA5{~fgD!V$tSwv*8PeyGiraKc_^wi)ifiIz zB6@&IL~ad=*Hj(=7&C@sfB6NXXHB>SE>!6af%YL$jGyLs()2cgT1DeE3gop!6&Amo z!u>xcfu#8Rzp{n|MGVF~`CI>;IuSkM>J%jvL_A^Q>?tN<{d=%Vyo*8=TPc7>6;;|w zy3%H`5S3aEThA--@bhdQ@Qsstn69D8hN1#W&7L@n>+RL5C*>ktIuVrhIMc5oEYq2; zBdq8o)y5L#Cn-STs22;UnFmqVqyBgv6{<-t;RrjWz(R;-UWQS{`w4i1MOvO#vYuKrWuw^)AjAXgX5}ce%EJCY$=+i?OUcP-atS2 zeI=Grte|)w#Rn+x08r_pI)MsRi3;fDZy=)LMmfr4^ZJOOC~NuJh@?e<6l$YPKEE^~ ziFlR;-N84Jc3#;l`Ra%yVq!jsg$5umDS;CkyFP{;ab5l5ekPhlRO#qxI$qpYTB$K=XU`hH5PL-lt|R*q)f$K>wO%kE>cd^GER kny(JOez@^{>!3Bvj0zuVfabLL>0_mRhNgdJ*cHP60>?ZcW&i*H 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..a3ba8e8d9a14521f2c34dfe3f8d42ddf952cf1a5 GIT binary patch literal 186 zcmZ3^%ge<81e{6l(n0iN5CH>>P{wCAAY(d13PUi1CZpdM*}NpgmMS!!OHeokhRenDkPMt+{Lo}rW zN{Rz?v>MLyo0;$N`@We!`+Us^l4s_tYj;}_`X{MWlglbFPaZ(w9ukqrC@9Uu8HSV{ ziX+X&*)$jDXq{D@X;<8pZi+Y2I;XhPp123fPSK?_r(5DJX>Z({_Qic^f80;oo0LF0 z7!RgfX4I&|bYBn@MVL_}v*}e~ZcffzgGP@iXhKpERMm8*WJwWW9{YS| z@kL@EdQB2USSAD{&o7c{Qj+JT%DC2DO&4K#hxA_3J`)r;tHL~a1ciG@LUBe! zamVW*i#RJfBu-?{Ko9WFDRPqQq4NRk{Zq1kn&M5O3&u3ayh?cs-6Ee;B^bxgPzpA zUKS-@&CborswO7|O%f?hYc|N5PYQFwjI79-43p&yugyw)DvQ&6HbrQ`ij^hCtciZ$ zh3T)Xp0HNG2%_ZVjI5afQA!CpMN6cFq?W~triV}vFcucgri8V#r~`)xk*3O6lbgwA z73fYNto{&W>9wQ^zf4 zNaEPsBJKsEd469-7_&Cg4x`jlko^n(ZlRL@fZ^}o^bc?Nhl~CZ!#|?C_xMU3hgP^d z-WB+J0&|h+q-s>hSQgshpLsF@g?mV=VI(lvuGQlYFpJ4Yu7JK!f_yTEv6Ru2#i|-v zCmaKL4**%*L9#x`EFR*1D4H&7(DxnQ8bO4h61};FzHy=8!PP5w-zo+oMj)cQBRB#b z-}P1S>rFtFqkI+C-hA`zqdc^{{dV1v$)V_x3E_G@+BxuLkozUrKUIgIbVI{JLeMlU z&*Z=o8xMn{Kq^17zZe?{P-YN=x`nm_ZEzGLFsZvI>1hD18Dx6W!i@xFugS_8Eotj2 zOmf2i2SjLpg|qCo2Hd38jD8<9{aw3`hqWe{T}ib)B3fcTbcCy2s9xmDj@@I=q9w;= zqOhiuu}cg_`~B%vfUT*RQqS%XRDQJ%4}OUv_BV)T?R9QNPX- zbDg>ue6;qwg_<)~XCgTL5;&gydB(tqMy|r%foFIas6?A7zF-n;SSCV@#cY;UIiqSq zCMi+v!vWITRKZ=7RiupR0)3J)BES_-CO<<)IFqxv%ykts8-eSfHipNclJDPNEh|LH zy6S%*tH4W3;Le#cVmw1z2L^TT;I>r{czU)%;kCo}j~4RlosaHA&S$oS$8{w(X-YAC8 z8R2t!+pf=huIxsK`i!p8&937cUB`=ECylO?dZ_VRiERZAtRDYu{!V`F<&D6g9vIvv zTiFZ_Yy<}ivGwTs$ohzJ_;@jR!U&$wgC|NI-PS&hj$zp9c1QQBms*|a%2?=Vn+ouQ zs6vCGdB9A57)s_ruwXV0(Q%#PC>{otq9ve;M7G}Cmf79CXOU)`6Q~)7K8uIi}T-$tVV<72C?bD7KZJ)OcX^Q)cTHGnjNeU)?=Vc)V- z3s&oJQs?^)kzID)bS^Lp=mz@+S|A{1^KKt=6J~qX7(ws7Un5OE(}y z0cS-5o@)?%W_TeDF{?%bAIqVoa5hc5EtfskY!jHC6R?oxEnS(WV;~Ngk?_uB2)`ic zwW2Mu=Cl>nSc5J44gG>l;uS=40# z(j=5k50=sb#DGp&Td4`K9Y-(myF0udUxZu8e5HR*NiMi&KZ$&dUxZu8vFL!t+rl3UEkPFw$*-k zeLxS6ehaD0LKpdUAz$mAS2n$U8{WQxv*;Z%yhFNosN4tVR*C=qd-L;M=LgZ_!RGU4 z*vI4U^C#KIC!J7+%U$)JmLz_nnustc%ngC$t$3mi;u?JMGAlC68~|ahN!G$@QFk+cZQ9?=zGGHbCzUrQZXDO_{xb&|L?FZVH6%o9-PT)QAOE(hocjOI(r2 z5gv(5gFLueJ``%)Ms*F~R8u{F09gMUbqcS7$ZcGtz}f&QJYcGR&O2_VB6cOz_q>5G+9$l z=K#SQQF~U<_yt)}Y=ErbD+Y8146{iR)S3nen|`MP*t_07-m%B-1O5CkJj1|_lS)n` zH*w;K>=Q<7X8+%g!KP{xCEF)XgbKlKohGN;@j<(eWV<1oAQ2=vg(b`dS(~+<5NwiU zp&f6>=jMpG$VsabfXAoo0=!DtGpOIWa_LKAq|ufg?_+W)IU`zE$rk9dd=QCkcifN3 z0$Ixkc`P4vn)K7i*l%w-p~`v5bY)X1Rnkl+P?c`LGZ%fZ;>g1nJ_)l_677@i(`4ON zeO3QNbvl3K>E4MByiCZE2*mPD-*ls{p0ziA-+RAz#b0VYu;MB^LY|>*;(#_ogBzj2 zg8W%~F?7lZor0)35L#nC%CF>0o!$4ng{uXraMkEMy6U73OYi?t;rL%B*B3u|?%{LA zfzwdeLuZKhdi~?2yGwd-fZUebR;TWsDF%2Wz!xAw9@PV*TkS{IJ;nA3qkTdTPLy4& zZ>-eQZ}dF7*>h^6=Txz0+US|qI~u=LZk79iF6tXMY7hURZSBhaw~FBrBRsPHt77;^ zj|7PK|JGVOc)>V$VdY}U8??O`SM&}VUUJtcM}Z$|C$Q~td*AsJ=<$i>3qJO9dpSX=^fVC~hjv3+DtrvAJW_?92RtkkzV{5r}Ne@jGLsLd*iu6xeUy++C za}H;B8P#WQ1>NIDZLG9iNr dmEq>f0MGZ%b^h4bwCmqA2f;cH?m3C_<9|ivDjxs< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/file.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/file.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c56cd9a3be8ee7e6ea207578f05ed341bd0c8cb4 GIT binary patch literal 8127 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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..bbe86bb8296bde999e1b35c4da45647ca8111cfc GIT binary patch literal 8253 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 Q3#9l8L2ZJrK1^5t3lE8YX#fBK literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/text.cpython-311.pyc b/venv/lib/python3.11/site-packages/anyio/streams/__pycache__/text.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f467f835acdaff26b9d1ef88797e8d3bcf42be6c GIT binary patch literal 9008 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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/click-8.1.8.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/LICENSE.txt b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/LICENSE.txt new file mode 100644 index 0000000..d12a849 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/LICENSE.txt @@ -0,0 +1,28 @@ +Copyright 2014 Pallets + +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/click-8.1.8.dist-info/METADATA b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/METADATA new file mode 100644 index 0000000..366d1a7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/click-8.1.8.dist-info/METADATA @@ -0,0 +1,74 @@ +Metadata-Version: 2.3 +Name: click +Version: 8.1.8 +Summary: Composable command line interface toolkit +Maintainer-email: Pallets +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..4764e3592c402f158de28f8d29ea0b72f37aa7e0 GIT binary patch literal 3720 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/_termui_impl.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/_termui_impl.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f2654297664418ee2c6c98302aa3622014b697fd GIT binary patch literal 33263 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 Q&T_a>eYkDvFt+Re2NAPAy#N3J 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..6b941c4dcf85c22d5f1a735a84131c7900624ef2 GIT binary patch literal 2632 zcmaJ@TW=dh6rR0$ZEtSQrF9!qH)%plOH3{W)K*lbr4WG$&D&C50zrnB3V47MdbnYl_&mzjaI_ir$`8izM!oF66y<_SzqF$m)Y4fXXaey z%-L^_eZQr}hoE_9{+gQ*5c-`?>J8>@+xq~9ZG;hKl4!a*GSe)~*(A5bPxB07(fbH< z8wm3%TBzHh9S)&~@K)QjfSGG3B0Q$k$p~Y&##5T1t{6)(EjFi;cumh8+^B%ty9Z<& zsc4$P2=-)DZh@~WszR{NLM$(oaH@Zo5kTq(FMce-d1TxF2^``x5=*C5Vz&`>StYuPmH2!{ThwhSo*_yy zp{cgVRxTU3%MZBEIi2-a

g(Wh5df@5=xXmljK~%f z8dfzU-V7WH;eL4c9s&6faJ-EGpuksKj%|i(jx*5;voAH7wHAcptWsA8TaY)v*N`_> zya1I?(KZ9H1kX)&;8|&CQ8@L#R3nR4xX)3Ri7=B9)^1H`2_q3pD%Atp9eQR)SFdN_ zu(hQKPXZ7mIR?ZIq>>oc514e*wP(z9njVTXa)cVn02UIfxm-KijE!aqz0dmBK>mbh z9qoorTA?>e(y>bTlofunB!w!HT#}Ak((%G_SsJLa?%FGs^h$BCEDe<;$~rvnJztSK z^6$}Sw{JXu#gb1{2F}s3ujKZB9S-%MJtR0+l51V}LmZFzOCtJ3Y`@gQ**r!30SM5F z=2o!^FxzMj<=6w2j43ug3@9|(%c{Z^^yTOm0J9vI;{iYoz(MunFtbRr3ill(jd}wT zw&<=mHmEVCa2J{UUGyD$xboZ@!)&p+9yd(QL%MEtA~cMrj4vYEUKJ{ZN@9je%SYEZbZHuRuWp0~bv?tz8r%b&&Y0AXHLXa&_%U zGe(*OgJ7g*fUKiROIx1(BiL6Qzkl)ji{<`ttAD&4JZlBdI!N?JTyk?Fe|f8`(jBzA zhw@i<+X7o3Z)Wq^N-$&vqg&#x+Up);1q6Co9_m(V2XKLc5BJPz9~jO_-G-RmiG_l`RP%p4JQ zcHJ2)bly4bc<5Y0fo{i3IUj28bo`W)k+0Qhp&U9$P9d?&VSU2+B8XskF!JNMpRjfM zygS<`PdHHA_{vpvj{1dAk#i6X52}O9KaW(;MUMmslIS&}KODAbtfmv%92o|I?W_Gw zf}b8YL)8q7foMM~Po)dhT)#u!0s*~TdK?IpYlf+ywsrTZpg^hKD`=o}ush;uCgh-J S$<~k+7<@tne?Ld+2Jt^kCTbi2 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..e08728b011ac16ed2fd64563e48cc93030fbd44e GIT binary patch literal 13322 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 z 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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..26798485112c9bafe545977558221c8027765dba GIT binary patch literal 16340 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/formatting.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/formatting.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c911caea400fc326d58a1dff1c4e7b3fb879c07d GIT binary patch literal 15677 zcmbt*d2Ab3nr9U+6)%aBDO;yiI;>c+Eg!NSU$NuZl8?C66I-2ht2<58tdd2WB9$u2 zveneIrr}0YTJ2g1JZpBhgJBPPGs?t`@eVSJEHJa^*}(w)CutNAf*1qBE*co`AGvah@oY(&M_5Za)5dJ4Uln!t4=EZ*z z1>u449YGNkF(QnMxLP8XDeJgZq%>>9Hf0;Ppn8?M6L?Z2s|YJvqd;3 zDBJD|O3TL4ldMG>zE10Bx@!RUaPuMfqd zarJh5Di{r3S2d*6U036j@(j}};8}{R+EgH-Mse@drz7EbAT}M(dq%!}`ONUyz`GaD zj-AijwAiekcW7#SMvD%HsA%bsaAU>)MH8c!urMzsgtNkXZ_QicRrwN@kMZish~l zFViRL5Yvvz+sfU?xc#*JXs+q3@Upj<3+t#x9Wsp>^>+yW7c#(Gf{1mN5Z-gL@et=N z3Clae15p%~U5Wq<;^-$pleY}+%Zs=3;vJoe%d-6SxxKf7+TPjO*}c)3si|N*G`aVd z8ojkQ627)~`c8Z@79ASgzkjbDj;nj7gQ1(C0DW&L5)R$mI}y`RARdlhADq7Pwe!Sv zHLBj8)=tjJQ)*D3(bPaZcrBt1o`}Rk!H9lxu$*HHD%bk~{u#doA>%uY^Mm-x`>F1g zM*dU{Um&M2P?vYAXrrnH<7(bI6}+9df($hp?YuocGaXU$4n3yDRV8mnYp3)9yG9e0 zcg%*B_@thjx-Pc`Ue0DLawWOVPvggOF^*M zPm3HTtxsFJ)4e~he^_4-L?UV0QaHWBb0p+4=d< zf8O)io^0D2M%x?7k(Hsvw~}uatW@Y<9D=9V^N((&C;lSx=aFAUe;v(s9WuHOVJxz~ z!v>)Hu;D(Ou^rZE1oKXGBM^$sMB|}qdMBFh#s9^5fD&b3t#lAoC}Ki<*_xUISD(Ys z%%N4n_jusG>&W`9^)_ny$V-gZom_mT67ZRqd7e>soMnQV$U|lnxp| zS|2a|2Zr@$o}YPtR{sE^2%<}v66YbV62is|#=MN@1&ffdgK=2Ec&v|XAKSnJ@aM<8 zBVp5<6OJ_1wC+d`U$I2ch@sthxU~5R--bv2PE*` zyp)i1FWOaSeg{ztyvvP?-i1RZb|#tIG4D)B--N-T9_P#O5ScA`7d`1J23%=*qNY}` zu^(>K=Ig?|Yq1{vTKoY^HinQn@!Z!Ek5Ey5|tqmkxo3zA{u448T zq_y*7#wrTYoiD-ojb^+SqhhC@Sty|%cdxKt&~3Ap+t%+1v!W<`4?V(oEh)}4Q_w1H z=64B~88d`~JNVaV(rI~8jZCYWJTVgu#lx|v9G?uvi$)GsG%m-05d2z~fi5WPkQEVCE-yPdHo=1U6`mePnUz5Dswc-ZnVGB@K7)+UqeqcAiNEPv*Gxpj5LOk zAtJ0YX-+|Kr08|(n|$@^53XIkDu*V)cS6*Wok+R8@5t4w19CiuE-2v;MvILeLlTY2 zno46nO(^uq*i1x0gQlm|D01^rz6SAnv)KA$)WRt?rpH)~G*diVu`n84#HcERtd3$C z#y)u=$ky=G%oI8WxhX@;mr94QnpI-pwrsr7-dDCiav`iqcy72_dYE>L}A zmLrPgCR0VU!;6-5Sy8XfzbHch2LzcYf*o%EZdew3t4)>i?_OzifRx^!WY9 z+GFjr*Rli0je+Bt<`Y@Z>xSp`3_I6MWe%mu;{RGMcuMN;6tFMkNI91bL zLsH&G)#Rm^7QRk)YTlyVf;|wN)ecgDLj(>3=;S-7<_mAU@kUXlEzgfOj69u`*$Pts z>MKl1;ecR&C1dNaKG)n0_f9RH%DOuYcgMonTzzZuW=`_vw(ZEZ?aH;w1*g5i@mv7- zlEA{bf=BRlkw)B;YuI`(v6M)i%{Fu!4c!^3du?FX!s*<$)`c@UZ{xy9!B%I7De{Lw zlhD}wpy9)YtgqYfbr%Guy_12YEl0MD0Wp<*SWnQ*zJQ1WTn=mW5v2Mmh<|*@OD4(!h~9N{AzdB zyVvmUEeJLz@&Pb1w|WP2zNQDx51px3zG&O?q;1ctl5HC@+J>^egNE;5hMjArEPuB9 z7rWE(Y};<5ZFknU$MEgR`1TZ>C6o;Bb3*=QxtdCaHFucUniTf<6-`sqz2i&ASG2`b z%cnB7Hl29qKkPg0ANJY*(Pta>JO6Q;2)K^NBAf8y7vPEy1eH0%#$k?)TZ;}KS+S{b zgQ@l#4$4S}YO8Qx#j)v|I>kC6DH5DQb#U-V3O(Bt7hE|`rJK33T)2Ah>~;!Dk5Z33 z4fy*^7^SMZIL1a`^uPsG!ng$(yujqgwI1%MQuUZn*%eZ2K(zx@W;*6dIv zRjPJ2Rn^vtez)PzYi&oZP3jhxakFokQ+wV)2=hLmVX zYPd!JF-5lhG4QXp|3@869OiEH`j`R zL5BAv#?XL=#;6iK##I|dy`@G-$42v@ea>o-@}zBqH90mLl_!GH&>cB86Q7=mLuX(p zPRB`W)uEk{(hk(K!8_;>mDH&PF?esLV%i>tr-A*w{SGy2)`SoJD-+- z9-dS4b#O(^Oht7*ruCs2O#_vbq_+cF&;&fk_PkA3BNH5HKOwzHfP6W%?l>uc!tf&p z=C+#F<6tRWqe8aX(zlxdwl7 z{%K45M`zNGFXSUn{Up1CQ<`e%uG=;FgBT0Y@am$mSSs$Sr#VSAJ})6DLHo9!h}^@FL6H{&)Gh z49YXna44pzMN5b;R9YQmo->}ohj?&wz@lA2T}+9>{TSW91EA9?C^dskp)9z^F)S2%CRP`e7fKb4qsqF|){r6Pj z2LwplV4lys4Nj2jd0SAsj<^bUMTDvtkU-0p%}5{S9y4NHXsUMoDmCGhUm_s)5iv5@ zX4UicOW`BSFTwQKdxTo>j%bM;)%l1a&D#_9YL-_UR8j2YSiZ?vpLSHSzAP_!>)<8b z#J6ekE?VGcwIv*n9A+PD?W&62-V9r9JDHESdMu0m1sSjlggyrhhp6^hPj>$b&uU3$c&N+B8vthp$Pd+1k6O6NBQ|?8=Gol5A zpu_-YL`-;*dZ2xmz%T(4kOOs`;}Un%t`Z0WR4;sCP zapmXd{_<_o1HC1TfipZ)=$s8&?leQW1(BFLb^NH-CVdKznwqwNT82Mdew&P;9 z`K_8Jq+Wge&hKs&tQM*t;7bC}tv0G300tZYlm+iS*OF@mGN8qfS~8`R3-r24HK@SZ zXp-o}uNWu2gd37=XK5e*ez{#PnX-VY`t+0b0eYC&$K`G;y>)dEq%CG+p2=ze#42-*B`8c`V;4on{UqzkK=O2HjJ80QD=Y&Wl9!w#tXFg_kxKSqvE%eiVtax=Uz zA8NFE9ib>JdWDj%WuTXo+^x2&3kB<%-p`oxD%qq zo8hg4_WKe%rOg$!wMP$aim|38OfTKIPpG?kY)blMZC!D)ABqR^Lucnl!p57 zcIKscc{>?Kr!FBW&PT3~K|`OGIT3aSIMcLaX5H~IQYu@Y=3NPwc4f2vCS28228+Y7 z!OXf8x8kXe5Mc+v&UyD{I2qNf8=E5SxLF-Fx;f(K11sY4#Z57;n-$~^Djx7oZ!iiX zDT^x>aArO-uHkONKjB`SjLjliPUbH67?Lswc8V}0wq->X9*Zuy5sR)z3gMRdZBb38 zT{p+%U|FH2I5&KI2ny2{DFi3W;aqKsF>Lu(Ffs#gWi6s2v*K!f$*smcZWOkM7S7df z?)llUc#*|%6xh3U4IyuoWpPLy@$>ksT8xfzRMp~x`d@n>9vfprLcXR-jm&X1w{!S5 z{HSD0P?veDcz0_if$gQM=u}K^VB+W*ErziHkxL@tpQ8g_3LU}6!?<`4lJd^6JJag0 zro}Yv+jwR>oGJ<#i)1lVfQP1rDa#3f0S}j6qy}i@ywY?6Z2);E>pr$}Me=rb3-=rA zsy0clJv@}9u!vgT&Ld{0@kXchRy|1EdXTszR3f#$vr_sKDr*M=Ul9JK1Dml{&MwX^ z&n0b78@H$8*~UJju`lU(iqPV%#pBDzQ{7M8?HPCb)28-J$4Iv6oY8bH<2mvqPiET*^2Qv%m7kBl!>{GQWNu3pNxmPG#7+wgEm~1B$IG z#^C8}&*^OYn_1r(!*?d*JM;V2j?~!0@zsHB=g{L|w)3^mo3gDZjMfv$i%;A8((kN} z|86YPemUEI*=WCvV47e4!oTZ@e^=JO$MEk-4zD%%3(y|AORZDWryowHPSG#x+hzE6 zWqiBVI=a){>7I1Y!wb+P8?VrgLco=?Fs~k5{P1GBC)4$I`p)Bn#?VOil@UDf^LPI8 zZPtI;@L$fb^SPDba8MA?Ja!nw!Y)h)n;35Q*vMixDXgTJ^y2^Gp8-ny2-CP>7nA=l z8X}ck9&q&*$92fn-Fq&mUk~5M_3bT93z35$r-@Rb5I@@xd z#^f;l)?g#Owe;5Fx0b(^WWTSHXR8wsTV<^4??v0`cH!^ax1Qc_HTjaur1u}utbZNp znFwV=BHWZvzESQfLfLAce*Z_=hF+tgHzV~j z_6FPWJaUYVYDaKEeckkg>-)H}R|741#GGgi1_F6kATSkEW+HU&2?X9p@V5A-E)Y;+ zAtYO&%H_p)Uivmu+JX`7J3y7ULRaA0KxLl8R0mtDY}HOvKIsbElpIp?_Aye-w0X)z zgPoTyAfywFL%&#{w4V^TOMtx0+_^wDhIXz5CUB!4V&Z%OgFwH6#c7vltA|u*6S{kH z-8*tS1`5tbdw)RySZnJn*y#aVu^X4?QoYMRF4WPpB>0=}A4`SqpW>Naf~&sZE)`>C zIq0|8dsAmWuuCnFEcQc`Rt+{va|vg~^J2l;Z-=A@$oaRihg??=zwSTqS=;Al zKI>vnYff*$UdqbybMQx^#eOP%g(^I?I>s)wK(f;A7c+3x+gnq5LBJ&)XO~*gFSNAf z+B*u)SM3m&0BiLP%QsSu54WYaq(kWzqxDszepkUxuO09x6zb?s61KMTB76i(g&778 zzAFk2f5GChx6wG_l0Nq;??;v}sfag|Zy!%6zwa~!|IZ)_rC?htba}Tr%ds_vR zb5p9%V(&}!(m?cW3OGd(G3D!u28f9lJMe}v0SDIE1MEYe$NoJ8n&|_bGxJuHkD|to zQmS_GA#P+-ti|1d7R3e(;y3Vi)p#xv)`@kN{_zhYh5 zR(h(wVh0UA-+B4RI0?%HypjXXpc@F!VQVODYc9nu_~;cww8ZWp$7vrR<9t)_oiUAI zDyC!G#WVsX(^?p@52i9;69%*P_}5Y90%YtVe6h1^^aXg#nJXK?=$&F*ArRIBIyR|H z4q%V*?4*jl%cOyDOM=^g#U?OQkanmB`Ce60Y*;fOW!Mg6>;yq5CW^fy+|n!djK?ov zM9%VExl|cfOGcPc^|iQn%tSk++L6EEMH2vdf~)tFl5pVL4;W{I-PM3xI?WUhgM2NW zz}AjyO7P^|b{a?esEq96sxOL)?{}k+PS)Fkkm^pIe%QCb86|zLa#OuCXW1>A+C|ht z66ZxfKuN!N&x6m-@QGq&mr?Np7%z`dv+bUvysZ|k9wm8$sguRPjYj>P>)NETr4OX` zP;05?;^$BP{*1pr6OxV^7kt=5AcMvh;fL^;}PX#?!SXx$ZfaoPRpBa_fWR_m8KonWnz1w8M~gWZ1c8 zbNuYwPtL8>uhcJ`%i6jO8|vuFVbA2zrK7z6=>xcC{rv`@yWep4XLcUXxQ}OS$N7NR zv_9%|cL|IPwB{Z0JG4_?TS8*qRn*_{DH{{48m)Sbgk`=Cw)WI?u=w?u0}g6@5X1+V zT(H`|Bd|z08v=n~G#ZODrA&w1=h7M9wQ2u>GA$Ee&VhS$*Gpw=*J7~crPl;zL(@|F2(L9eQkCJ!148G+H3N@#6FDzkTJmy}#9e zyVE%K7E7rGew#RybGesaU3vTdyQwSb-qd%E=6=KVO2JBR4!*{&Yj(%o@fGoYUCNre zl9I3|)v)&z?8t%GoC!1uP5xY4N3OFgC+{e@M?|r`AP~&Cyag-Wthwt8c9!lCnp+BW z>{b$5+6zv0>k`_w7Ylj>hqK^isSF3lRD_o;nni?o+!#J*>0egAyPo%mZzM8)B d5F1wUuo`@H{c-5?gO9_;;2SJuQ^08V{{g7&-6`tiTDT<;@NtR^CanwoU)}Z5(mYgO9(LYDFTE;1p+PYXpK@E3?uPdSMi%vF1OUPI_EqKIlXTG8Mgvttc? zMb{A1ZW<9gPbrT0N`mUtutyrnm86DZi0Su$<>QDAt&GA~N~>I=$LTapZO4!Bj1BS3 z&;(1}`V(91#(GXP)n*Oo`ko2ipefG;B!I@}shsWU?Q+^mVIo9EMngAl>aUFf6l|BN(<%%!&@w3bM7UB7JyPbEM zjRp~BJ>OzZD{otsytgjuu5&RrKcDwO>32M0-Xb;T=S|x(Z{=&YTLBw#-g2iLCYc#qX#Z;I;l-ygM7giClgoJXF-epFWh$4!R6-S*fLSDYsrYx3 zXJBDSu=I#>z+Yf+7mXq@;GUcPG1WvrDG|CUzfg_Fo(J+?3{n!Fuw6&5Ad!q_2#J1r zB2YmH%z0pA;@}FyO`lOrd`xhgtYhJ(Ff?MC%s(O{j1qP$ zH<>ALmAeg0ob`5{aTbXLsRTD%&al<+Am)|`rP+{y4iQ$1fdXY&q1trJ!m3AnKZ^e< zrp$CX5iXD9NhV>r4z_$H$m3RnaLZnoR#%%guDTr8ne8#|W4~$EG4OqrG;Qgm zo(q5nlyPGD43n=CQebNk!D~%NSPgcCbC<8?6rX~YC;x%A@$#}v4`~`0L?D)s0mI2y z%8mq@2n>_>B1n`Ko&|AV0CWV$E(yV{N>ha5gH+L>Y)z>O(u0b#F$Gb9#(a6{Fg|kk zr(x0G0kVY-=ZyGO?X%3po!0NHKh1t{`hKPR^88+Ap_^IgBp1H;EPd(^Z*|7b9-oQLtRRfgCt5%?7Zeni*BDe zi$0vZG_60Fx|GrXk%_}F&`q&6gh~=?6e`&;xQhhPs6EG|-9FYtd-6@S8X88T-9B0k z@@=AFtkIwZ1D@y`=iY@3XYx`ztQ{p(bcG{uQL)PLS&&%D8hi%cL9$$?mMO~RAO%_5 z%dH?mJdZgvtMM0sDJ&=|QbAf?r3eT(hTZd$BL`#)eQu<--+64zJu>Eg-@YH)GhXc) zuRb;w9vKUtUfeU@=o)Wyq8_3;eAaK$Gs=H&!r=e&-|$ZZctsZ9*v7Z6v4-0Mx5z6f zTo2o<#Q=*WBFd%EA*HOYe4!i@=$`9^1xl8k@X%wh)<5$rusjcse;P=5=C>ak(~pel zJ!7_O%yy!#P8h^Z*LL|(qR2z4gZ>x>chM$#Keh=qe6Wbo*e6HI3KSmg{gF-Wc`98G zk7;cDxhR3sA$AX8W!#}`t0P8e5h9OURg20bT(wCJ@Vi*;p++B^B-TsJ6=(e(aKQ`! zUIH+q=dlaE<828yip6%_Tav+3j#a=Sof~CcRLs;yX<5~MfC2dr!OsAJv3!M@HUJ92 z3}C-&w-|UHJXr3Xgnt{DUx&w+K>(OYq2zdHZRS~PU_rV>RdNgWm$6+xT6?M)Cm2(-=V0`(;yI0DKKfSVewOIN|Fd6ce;a`tAvU>PIOfUdZ zD7~SI@D@Ura@!?Txg{_vu4@O$cRX2AiLI^~mwBfSe$+0 zQ~RjYiTb~F6ich6{${a*in|7o`@i~R<3YBYzYOEB_qmIQi5YF;5CPdW)a%p9zn*$f z?9MN#*->&KrhN}keu$)E+6lQfNK)fcDv;gD4^G{`3^hZ|9{l`oD-VtC4}PX*|C6Zv F_%ETeFcqEcuy4iPugxQIbkDXJpZ)NM%U* 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/termui.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/termui.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d06e31de4d7639ae37da623ff08e968d1085bfa GIT binary patch literal 34466 zcmd^odvIGZHEAHK?)KGa4$g7 zRKP5~adzolZI-($$86V{vgz8@#@-pFNgB7^bk^H{@=qIJ2b*BfD%CXOBx>3WcD$MK zxYL>bzVF<7aW6<})pq+=LGa+<-h0mZ&Ue1^o$qxH{&{tEm4ugn^6#gACm~6HMPH29 zE`p7T}6H;gxMK7f4Vcq8Y7 z@ur#P@n+6fBi}OKB1=*C)mEb;ng>wS#J9|B9p5TT4!XC^xTn^>FH6z~_!qD7w&?cp z9e84=aV6S5El1m@99xYGQdCjvPT^ZjQtQ=*@5*YU+Jv-OZ9&?qZb731dm&Bj?Tk02ZXAu7@8#Oe8qm6>KEUx9;OI8sD1WM7Wr!XHl3_q{4z>0eP)57#xUPWH`edUG8q4@t z`trD~mzASx?ajvJ&+Awn0i1+2I|f?RCxE4WmY#oYgPwO;;CT{tSnE6*?EzZ&gTU$fQWzS?Julcn6|SpGHCa8#X`Qq&MIeMtSf8pcdI z3<~%Lk4HC=8AP(C#has^QaNj+rQDcp^clMQ48g(YDHiE4_mkN zJo+oIamrSsl?J9ay>n&LJF!jgT;24}wN3BDH@!2n>78B7OWLQlsR@kK0CNq&+moP# zqverPzp2jJYO#!*1>=?Uc+8|3_toP@zWjVSr+x{L5O>?0S~aw9Sp&c!YSa{xkN~N{f>_j+`is8C@Xfmm#k*T_z3QtGRYg$snw`MJxO2)58 zCnCvsQkzhtQ{lNdJ?1%gB^irEkqbtWiR)15NeA~ zEvi0fr<@z*qKO9zG#m`v0c`$h-r2 zT$SR|qMVV}@O}L&BiW@}(1~MIbKpS?5YfqOIF;&gXv8iwnsF(*rzoGF>$@J-`sU~7 z`x0|AGvRdPO5gQp;(A{^HrY43kiL>k^!FY<+?N7&56)uLfd5oqBp!=g>q|$qnYmc+ z>_V~ON(_rj!aB&>Nz_jZT51Q9C8^+QSQ@3j`+22)p(^9E5Cy*hR3mqBWu!$< z#{I_A8JBh;ZNYEGohAh6ulJGv!2GTaWIVvPW6iu`JV&2tZ~0rATGL+{_f@x%x7TMM zneRbUy6wDCEfHkSH(E0etvTbtRaY93nlPmM*g03+kp}GjNWi4-8UQu zl+WcJWMBDQeyzt_tiqH_q|)I;B&r2aVbOIp8A}wMGvV2y6O5tgHPBZ(F_qLX=mwg5 zyxM6L(1>AaXDNA%k|9clDIxMn5dswP(gu+)R!>aM#p0?y{Ms|Pc7h)K29hPIR43Im zER7VrfvmT6^%*2T9RJAmCsVnD=ko{8<7>fJlWjP;l7465I}7hMzIW+P*M|pkyN>5~ z9nZC%$hV%rP4Uk8PA+>2-kPj;+iC_$p=n#T{tI~DPTrZ$?L3y>c}#pqiU(_&vVol| zQ%LCT+NlwXwoNh`FeaAk$h;%j2t=|H$W@aR(iUQya@Yr2Yfbx6k^ahH(pKE}W~4Ha zTmo_OG%dOk;hAWUM;k%Oq9c|pdM;cX4yU48EnVr#A z6=+>_r_Grs0jU{J#+#8d{*3E=4AuwcfGq|xPOUTJRNZruR%@Nds>eRt7M->lof(gP zAQzn^5jmtxRVGkTGMEW!a>A35-*9H+#b83d*~Cw}Gr@`{s}ol{B`XK%lC;+rYu<8b z?P;2}`pX8V*Ivh4z7KtN$Yd#TWYf}qd+9Y3Ge%qVnW_1(%KqF&t-K6=wOI2TH8+1t ze9p`B((BHbrFl8yOgS>umkj(=@Ug|(OfV=V9husov{;v^#j|z5mwdA|6U@|J<7uXG z`AvIKf$@!?yZL85!SF8dspnYgNGV}u4%0~iw^Nv=dlhBuN-U+|9adPzNyMVymkP-z zMCMBRN;s`V!ig$kbdymkuPW)JB1nB*g-Se(<*>JkAHOh#;#@>i!X$d7_&c|(OfD#? zXhMx8rj>94(4d$$H=9;cvFSuOegIF#Qe2A(%6u#y2PjyYl~@{uR7DHNQc=J#7=1l5 z7-H!zq#z%iCD?T+24_iDQ)p2gU0tF9w6K6;*BE zlsVBLHB9)Saf66Q;H0&=DD{p;41f{C(qW}0xLYO=$P`O0Y zSnmWVfCXYPL4X2C`-Bi00}N4EImh=!Z52Z(zK)=#=?(-hs?Se<0e!<3C&aDUCf05Q^ylpa&8vvu!DNe2;aOmF%p7nV7Se)N;jZ6 zz_9cTDjhoK>+Mybv=Y@ZT?`H?CwdQ=m4`wb%ySGAm_3t{65$D{&)Q9^JZ`CSNRS@} z5CckTi{5e6YEH3DD>}BWqPavYl2kzrbF;JHhs>)ZGiq=2^{9fS>7`ggP0pt_t#Dvn zg+y8*BF1zj3jI1!6>B#}JTi2qN2f#hw+JJMTD&1;p>5+18~yeRu6o5UooIZ<%k z3j#4(`M_*Rb-d;H(D^=|{lI*l{5Bc6^2tk*T~LsesP!Xzjnzrt_au z@nj?%Po3$t+wh`4f^xH9_`ha$VFH<5zO4S?|_+&AZmR?s#*}hw{ybma9Ig-d6AhmuFUAy>tBTGe7S7xzkbO`GtgJX{6+n zd~GGk<$g{s1a_`L z+W7L5g<60rSGTNg;ScJaAB9R)Qm}qyUtlX=L6zC{95#oMr+fvJsaDED{ zt+hhCUNc)YTBlDtFJ7}~^yR1Q&n$WqU04-p66>!tF=YM4t3sVDrD=xgFMD}aF7x}0 zSM^_)G}s0feTl>PR>j}E__hzaydPHrx^_x>y)V&j#Z{VC1O25|==s1-b>$j#^N;-! z?0$6_U#ezv_`V`%d@vBzgcpF^=X6cBl7TAS3oyt+8~f5+G)3B9k1iLmHufk=C>X3= z2ZcQL|4IclfFubyoVsR{ZcVk5mIAvxj;BfOoF_TaR6HR=vO3ud#nU3(jV2RNtPUue zSa5XZlJ!Ef1V658yF8i7DiNO1WqYBbDPbiMordY_I*G5Tc?iHZ)X0mZg(xARQB#rh_$`viRk~Usda$T4 zg&ReOc0EOs3=<-k!PkVfd8K{Xz3jg0 z&F&pun_HXv=NCb`o{ zY@($TSFtMJ57ezZlMN_%7wVgrhnI&7)eS4xvemorF4VV(D^1yIW$p5v$=`it?G^Ni zE`AcMd%Hf{*psW@m#^P<*O?6tN>~W}c?P=#7HYe0ob2+v8Cdz(>X~}lo!*C(7E|z6iwly>cEu$}G$C!Qj zTy!L!vo2m4TaEUTnkyqs%P4W&x>Q<)giU(!OQ2l`A+Y=b{>5w2p~`P!p?$nUxL93YEO><+(!2HBcyT5QwdYp^SYg{^~(9%K}N zCIi!CER1CY%E|SZmQ2h*&rwqFV8*6m5$1%mu=#1Ea*kG8N zsao5D$M6l33YgZCaiBz)%0;(zdq+wc8ohJ@&mby+&2+FFv%$V>AuWSo2nyi);kh)d zCg~^}@I|ZZj2iu*j892Nds>p&J^b1}%sZ1};Qo-UhK&j;c4Xv4jdhlS9&8l%qV$d| zOE>qc@a+9S9)-hw1Z}ahi50@pd#LD$#&y>_Gv?3zrwE0w&uV9G>>`8T1Sn*J(a~$_ z{pKT0Xe>qMhrh+&l9X+}fcK9ZZa=lA{jfi`y)VDLFWYizWpZWmk1l=G@cS?Q;Y;EX zYsx-8jd%w1W;eI=xm?v#qmf0W=!LNo^a!V4EM<!mMPH5EB-J%P@0$MRRffNA(6EPSSwMDw&ryJ=c1|Gcf3T)IpZfy=XwCi+NjumT| zshSOQsT8RKJm6v}tFfa=`vz|R5B#V890^vmol}noPU4bzaRQ1DyW97rJZi_vU02Cw)}3@d;Ra$W_t#6^(XW7Cv(A5 z`QRy-VmwmIQ!eH!vTK_oNi%mEGNwVXY_inxgFPjwPm&J*m$fiURY3J}5;` zJertJUxA20Wr{wwPDayVJ&s~Fsztzq^y{<9RIvs{XD0YD8up?emhCv~nF!~pVvB{y z2hlFZ7b6S57urMH6RGGd;&5UrnsbpoyjV9ktK#;=Oe`@0*T-z?Mh(;$BRuGp7hj8z zgWGtKp2kaM2pNueam1w=c@gp9R;ym7+CJqLt6?v!h1VCJN9eh3_Wt_d{jGvW(UA#c zs^QUezK@nZFk1uLc7>mBu4LO04JImL+~lGXRLz`<{AM%Z1hZztFKGA#nLk25;R0#c zXJL6(QpuSplqfJm#QeaZPUxg>Ve(CI{}temTxP-(#+B&ibz4PjxHVu25q}Pe0fnFo z?5C7&h9|6%s|Dh5ROPDXW_wWiOWd}ok32BCr%t#S%kCZB6$dR4@M&;OlI4x7u>wmP z8$lyHcp)0!5UlSaW{f=^V#VqK_F%UomnDK0h++&3!G;-`BXU6_Gno6lR**A|3d|(6 zC_o-wFf>0MN-GFl5!XzvM7RMAV2xFToiJDk=r%3B8VD~O*VjSPDrwoV4yG~S)G=#I zj6B_?sF&f!4I)4rhJ~`SD7#zYAS87`5!I_y8~bxW8Vg)cc}$pGD(euwAY<4~XO0*E z5DwblYQpMu3i44IgH(yQr-*6C?HZ2J%AQAGkEK(>eM1WFd_0z5Pthzqm7pTCMk`jR zYg2?#_$uMWgp7g?Mh$oKXfh4wb z;9jMZ>2SO}9J*TuOC**h6eT)@cm?WG;!&(cP}hN1lo0+|xJ78K7>-85)BxO8WX%v5 zeXh)Wlt>&dG9@{A6}2k!$;95YqQ+8SXJUlRe)IgIP9zaa$x{OmB$X+&4Cx4zYd&fA zf?dQ6#bh)MHyH_YV19&(IJ~+52n;5y!>d#0C`A?k^)xAF;D6F5E6w;y>M*@va1&vy zPzHXkcwE2@3`4M5AQw7Aa9(%m&5<*Ca8O(%1hI$FfE{$x&HMzjH$_x5$c5=SdeLan zZD_LVZ_)!Qn7_gDCa7kvtw*#rWS1x*@sSC~;IBZ6E&xYW2%w-s8gNXsIqH*6$|h|X z05hehufT&ieT5Me5;Wi46N2X)QHwTrv>MYe$~uO)WybS{a}Sf1XjoKd)D@0UXa$>m z6og4mMm5F{h)awt@&5!S1IzO?UNjL24-dt-;N+(xSLPDeQoT&}6O#*AfHofmewKzo z6tWK!jRX*cxX2V1X;j+HX^(9z=^;SZtK&=5(<_=4<3-&MmGNmJ6fP(+^>~3ya;OQW z9eXtNF0(ui@W3Xly7z#EfwYA!BJe8`IhD4j&) zD*2q5T0v>F$RPzVR@3OwqsTvsPCddA2~h2doyMi0GXrurBXl z&cNDCt1b{JVn}G91@g?E5#^aLjJOv4(i|qHJ=jN-5xS|EX~e<_fh=QGv|1JyOb%hT zATpMb6?{_{N{Dh`fM%Kzm4aem*ahuiVcZC20U2TquEY?CHA7M5#GOTk`aYl3t_e(7 zQMGYA6wf6KvVaaVP{0U8pjkj*5}VSn^la8e0oX<@uOAWv9mE1Q>Lg27RwR>1NETVK zkn);K`h-oV=UE_zjI#tZNxYcpBH)aO!P>H|w4spec9kyFQ%J0!Xz7r%@QO) ziLkm~N^QiPP_J2uVb0KNDmx5lzOdE?vLY-cdRZ2*!2<})ilBmobYH^(1nYn;Q0Nwk z+^ik&f&dATWNm$6--g5Txi!~{*ayxwv81Jy(0P5=p5mNo&}!3D8PB_U9wT_ z=5wvAz&}EBiDcrSy-Bm<_U4$0ZaTlgX-q?bXcdbyCZ=WhsH4CfD1^-kyn0iINlw|U zO(CY4OcOE$$CZ*M911ZTf_Ok;09C}_?Q62F3!xC2vOI6?3=8=XJz(J|Ke0Jf^c;!y zA`q8aF;-IDL?UniTM0%QP6O~Bp(D&7NF>J5cT@vS7ijme)F{z(q*pBCdQEI%5!G;3 zCkETF3mH)-Ca6D$Aj-mhiAlF%P^@5ckmk6;3If&DIubaD9_KXxhYa~$fn8?7ywa3a zZbEu_nj{loz~(TJu%~O8HU_bYW!Qx5S85zChkrA0iD;AqU#Hmeyusj7I374JhzoLl ze2yLtCl-Xp2g0My*=RO#()l z(J=lY;2N4z3QNTGGOLSV(_I{k7;FJ7XoJ&|BO*xjwM4>~yfk zQC<|Hw!teEsNtA`2orrh8kr;V7t1y7m$lwQy+_M>I-}>8xqdeg`iV6QUChdv511&O z)uPv9$vFrT2{<1fsg-BQIw}U3tjic)bcBXS*C+G=3oBz|FZW^;fHkOt*gC-OYIB@H z3J42DL9jPygOJ=nC$NNxTGqj`L3FCcm7}X*<>3eWG5OuPy2@j;N%&_-xQ48CDC=88 z8@m3SF2`##BG^*0u34iCM|5u#I~KG$Sa5r4wH175-=^fdlu)>$_BJKIL&-aotWxri zDEY^fyi3V5Gwqb z0TmmGZ=ejeojR~j(fK{sZ6}BUfEq89Cj!%7)(C=iyB@b@q*p#e9S@uaWRbN@ZMBV(WXbWxtHbTigr_ag`$i%D7( z(|#Y1e@tUZECgfeL0Ij|?%Rzy?~c5e$MQg-p=ss%xA$jj>AkjFd{XM${|UBa?!LYI zy{6S2Iq%-QcW+5@xCaUit#5hZNIbk8Hp}*BYx~!BArbF8ayc6|vsqvNCxM!8W>(MV zYdh9n%+>DC1rFo`2ePgMf?ga`(?!SRGZ+x5_>9JLq;l{??lYEEA|^=Kjbd^&H?NdfE(SqyHG_$=l2}99d=SvU6$xjhxXJX zL*-E2_UZP20hi;Kz~y{n$L6@gZdZruL9DNLV+b;?hn9AswC^FM-48A8Mrl7vS8dX^ z=b@!NC>=oQ;3lQL4=wFQ>1vd&*`&1Zp{0E&U5nCno0RrHw6q_k>ruL4lhRcWEnS7u zjVRr;N$E}IMP-PXEM)@Pw#_KR8Zm9Bd7P})yhb5w>t2<+m%)fz!n?4~<5GHoY<7CA z6Wee&dMBk{hy6nsY=r1Q#(!bAf&FgS@LBP}BP=ygF{uaPPSAa6DXSAf_zy^D=oVS-clX{W>HHGqrKA>DckMl(OiiEO3kfos*xOUK z$ZuA5Xl(5K=-7peqf~Md=(u*8c8fkj$xCp;0gdQF3Pp8J&V>aCbSBB8K=3TQ@jxBL zUkTv5j~qREKskJb{!jD(s_D~*4<83ajQUGrpBnJUWfXE~q;y~7J|L41Ux8-PEsW*B zd{~**!V3Zw^aR`hp%B+a-xyPt@8T2|dj$y?-^nmtu7ggAu@uq|WwBhL-dnzcpwcK{ zfhx{MeLH04p)WZ5#8OzlY=>LFSP8y<+31DYO|xnn-1^n^;OjRkdZAy{J7d<(^h=!+ z(}1LIF*ZCQ$bO)Yov@8sM0zonm@)8giy|}F@W~Df44mn!g~3iA;e*hVhM@UlB2nz3 zZVqAL3BEz)l|u&P*K zE-aximFOHsH}Fx6if$$>o4ARe3L7~|vKSgzq-@rrscGKD0A1B^!GZ6wPBw|1>&zHn zLq@~Xkm$gc8O635CLg7SNlb*zYk;h|85F|3Lq0Rz8KaP7ipU>hjP>3_QhoF)@UW=C zwCI@wO$0@+$*>A*nLg|lo*Yvke)Ja2A~w_+;`F1}W0bH}BV_SMuS7g=tAZDdN3Ve& z$AV$2Lti-_y%ubBAf;g)?g{@QN{g1&ZVUAZnxtS8lblH92cz1s5;$fk3;>*ni5Huk zsA`>JY?{g=18ug$#R)z$pak>J)&MinL5rCd3m9KJNY*_=#$a2R5#<1}WOFBtkbu^U zG`i5F?^TV2HP~i}PIS4&gqZp+Ub-Y>x;J6pAe(OzMrBdiIvYpXP-r#g4#9MiIHR;#vYeMZMRf z4=CQ6&7}`okb6MZng?WZd9a0&qm+=*=mB(W=|L+cWOjN$29gIPqd#b)gbXPUb|BGa zk@Wb=0p~>zpUk4N-JMGYzL986;=@@< zz*H4%Sy6AF%LSBtKq0f()_b)LD+6yW++0|8-Nz1`$M1Xnv?2Ly$>H>$Ed=Yn_4L=D z&TcvWGv(0ThMY2xR|fD+ymP@5`QV8xzp;zB74`YgmXmu8ZQ1SpcV0k(cdlU|-!Sk| zS2lR2giS_gY3na6J5?Jrc9I*r`$A4RkylP+x11Dj5$l}|p2GY8w7DRkgBJW&;Ol{G z)1kGd?Dm7JL#sn~j^LYk=X{6rzQbAH;exkn>C4!%C7$hDYs_vxz|VGMoBG5%=R1`5 z9m@I+6})v>?{@Ryqib8U+mF!0cOBWLqvDCJN7h=h+xr-d7qU%&n%+5If8K}v&HdO~mGy2hA3nU+oZa5b4-aRX4vTlr zcO>sSlJy-C2fUdN_ph~Pw;$q%C$mlc;+^viwCU->lM6xG3V>b`?|8eF6{dH*72_& z2MM0Oc{=OblA;;-dwYiJrH|`(4)r-dKDu{!hxC&jJBLp?BNn?Uo8)QAeySj;G>+NT zZ79)lxCVt^U|*5G?}eratwt8{P?^H+U#vMg>s6G?DG?sYhbF=3%_{>;+;nIV)(ory z96UhISu@%J9`vfpu3`X4kru|`^e+QMR1N(12SMA4a_}qfwp|0E$eC% z_D`?AhOy0_?DS-(h!6`kUc^M{q>4|MkkC<)Z}e1Hz%3SZt2MmR0-mb2nI)wuIVNS? z-MMCt>_ZDT8!rFht{qI7+N- z`UUP47U={=9NtbwJ%!UiU>Jf0g+fwD^_xnP-If2%CeGRGXfo;8_6{Pp0My6(Dmu?0*EPOD8i5BWrp2W6X zNIoKP#JI(wvKRy?aQZ1rMtCtnJ4oJBW1y&cxPBF^!*K$hyUjz!u@iLA$$S{wE>MoI zLcpZ$C%XF>)+rnmhr5tQp^9VBxV+v1KiaE8vs0r8bcx{*nsu}CS0(DfP{-S1w6bh& z95AJaU>iLZ-Jt%)NYi3~%N~9!mmty^g)5CcvE)`0XX21w2JV>=eBhX1YPRU74~W9y z1(qAw)dp|R>rL{lDjTEsEYQk{gx|yK0A}+r|oP!R1f%Eo+v?+U!hFyk}#8S-kCnxMf?bb ze=3uhJoF4~7T7t2eX)qCL`bJGlNJztKLa~4MJ|gf&=7~slBNNG_>@Jepj>AU3|nSM ztzaVbfY>(*j$?Mj* z%u2*$iO@lMLRiQ}=>*rsVL@RE`NJxS1sj#2iZZ8Rq|l+!di*_}3CE!xBbbp7KcGc| zD+*cZPplmwlL!SH! zW-k4tGT5@f;bIY8B~z(`6zPXin!$J>LRRe0(f1+oBEZ1g1(LEJ%Hq&-7cX7- zBGs(7LS05sK?IQnutkK+OQ7K2G$y)8pzwa9a=1b$^ePO)6oP2%gqjI!*HDSh!8R3U z2uU_Wfxy}zkY()3VfxjP30OfR0PJzgwmGwp++)GB%(P-VvknOO3I*?$w~&{~5l!f; zr#YRN4sB3cNrKHKa2b$`gb(TCp`c?{5TP07_zQiCi%x6=r2v=lIYV2s2-SL&uGk%- z8z2Q~+CVW$QP?}puM9nWC|2}wcs{VlGLjxIw_&J0-~k>&#Ee7CLwL%u_(L5PUI;M_ zmDB7LNxJVQIuzL|2SG;GXkLAy|w56V?Om z9wmQC$$v&dOY~Ri%YQ*qbWzW+h#}?uCongVkiJnt?Y>#c5mi$ZsbWwyn*y}IqWhFA z(t1o10M_FXS#s~ry1K0I`~KSHmX+&k{dZse)0eaUmva7>^8S~WhVPTQ+FGcs|JMB1 z=U38iE#6$r`nKP9dA|0{SDsnfl5=g#yS8Or+X{i&hh9?lAI zqG97j;y8W(bRQDS;_Kwa*D1vJ%JT}bJi5Y?t5S52has_FVQJ3TG<*4lXOwPUn8d=5 zrAUO1>a@(`c|8{8Glocn0)RAhw3wBtiKJI!l@YU+)>)3Zq!sA^);F$5P`Lm@%p&s{ zYL|C?V(o;(6Yd9^R26ep-?+j{83Ncrlh}fyJ6ZM4VKpd&i8^$xlq_+F$aDzuBOHr4 z3T1@UQ=O%5?n@PQckea4DMG)Ph4>pyr!Y-u!)A*8DtjwksYcPhnT0-_keP@l!%!mn zXhy(|DF$4)QXeLnGWK*%3wjw;XxuErW*`AWLN?IW0nbv84!%S%jjRNatuo)HI16VdJ23Apzk>!%i2Hk;Gz0 zQ!NyFU7bEi%QnUWWb{ldG52~oOpZ(2fEEa{EeQ6bus{pMNFa5IQ;Y>fg0GfU17n)w z(?T9tT~o$35NY-^kusk2mC&J0$(4XjRyvT-@sx!C)OBGV%wdCUya^xAuqKse?Ib0DN zXx9>$1%4HrbA*}#&kIA^OH4y_rG~|R78cnEZKem9#5E%{1Y(p}*BRM@9)vin%Mm!h zT|X4JTqRY&mH`DnbU{%f*s7+hsF9c!nVS*6fk7&Zx$5iHvHz9#Ve^h-14_XM83yc6 zon!V(J9>D>AI;YFMXcgGSQdZ_uwibWqGzVx`PP zK~&-dcC!>q`~b<^6E+DqAvxfZI2A!m$}wHCg#^my0T`5WxssZ&OCg!Oro<8QD1scq z@q@5VVJEs(6WG|6!H6$EN}u*5EowdD#7U1Zdd?C5uYs7*xA|2NER!GZoBIdCK523i=2^)w=lZgTSP%Pi*~ z4oE(D5%4oDy;=MFeq+~>`62Z#Ey_V@ijaQX0C{WtrU zo)Wy#MJ9GzK(#3WhETiRcyA4--YlkG+iEo++e&~tikF>riYWYyv{Y*iiB>COQ5Pjd zpGsPTHENZ@wlgx~^-;6+^lY5sY93%#d8#U+VOtRmOJlFU(sf2olK8|_$ht2}372sW z_PSQ(57(QButPw_e<#6MZ-a4zr{^W3?jBFL8{@@O6qar*>NqGZoy18QLYyVpm#z^9 zfGWjOuzsK^SP_{=Ny`yx5KUEFB*h704hhJ{%!l0}Mz$lJdl|-pN&Y>Jj#=Ug9X#uF z5KvS%ff#ZYSRgT5ZH}aMapXjq-_p#+1A1Yuh?%V+CJA3YiHZ+3hjPL7+{Ln&$Kv|N zesJqH9wE%?{D(+d9K&K5I~Z3a%IFd&b(z4iS|Lof6AE=aXCRiW^ERaR_I8923`y+C z;CA+(Lok}0ro9+w_gDHO2%|T)KMXW+BBwZJ)6Y9Jw0{cPrc*Ux2Go8Rc}=B+IUh4R z^Q29%m!H$EmylTbA)Su~`p|xX>pv&fLiS@goD{K(qbC>Go)2v2T^#R?{ILJS!Ccp| zeAh9)z}q_Rdjm_Ed$o1h`o3K4p?vM3Wmn1Ncau&^{^))8f^{oRtGm}OWrIDrU{5~S zgA94N>+b~{-@0(~!ZQAB=VR7WIg!8#zWg}(tm}o(I#@^dwo#pzmY;p=*_+QU^B+Az z=ePT}eYQNX(Ifl->PQ_z_dfPE4R4V?-d;1bU;22TO!@uwLuZ{IpK?(Cj7<5nPUL^G zrFrmJe z??@xBp*TFASZ&db?T&bY35(7cD^`!a{M`A8b5EW>_wH9kqqUwD$E5LM%+p5uXY}AHN(Pa9?mLBmzqxqy zjE3I{hZKNG^*@1Vkf1CVq?#rDuORuC_^%+T-UUg?+TZu3wygbK zklM5McR|{bwZ98eN7nu>Nc*z(cR|{kwZAv2d3#o}y$e!n*8VQo!2`7Sovt@2L`B|L zux};Aw!-_a>ZPGKFDysi7=3eeNygdyeFIskapn12<7FPg{`{?%R$smY87#ZwV7|FGU)5I%hzEjFeZ#G))x+-&qGa^W z^B-Pbi|5<=^K}EIYVkyk)YMw475O^CNxjH7NL4kZMv-r#>pJ8ulE?ez&jQ}D7opLN5Z1!rJRr8@l#HW5aogd3)g|6 zsVdddHLA^${Dv&Gcb42cWK1q3h1M;%=2yS;?u|R0?|%8N{D)N^9r@@>Kf3X!oj>|= z_T*^((8cWYW7+nxeCy?s6OTh6ub3KU*i&HJ0i*+aT39 zl^QvVQEn+UbGAjQZ78*Jc8i4Rw3V~l3~KvgzG`QwjjwGN@G|Ol@RglX>o&dLisWf2 z?c%G90)YrUopl9d?2WW1JEimTh+J}3$p=dkk^%V1jth%qr!*v=mkWh0WeCzmX|C;=L?;YozOLsf(ROgjrA33vaC-aS`^1jn0 zH<$HD{;EfK*vk+51SZGwRohB_zEUNj*=;M2=lxqt0ltEtC8@u8W3?+^3%0~pYNXma zkWf>;W@o9EuhdE48&9pI^TF+a~np#RJ~t@FpY#pod99dcH+YQ^2DTPJYsx?Ze3W7 zto5&6!LQxq{oN%m-SZK9^i!^iCRTuQ4A<4w#+yme20-(^Ildy_^5xxIOSSX}HET&; zmAA?LB?-xjlRs7=!{ggs{Gtv%ehhRQ4_I<%q{By-e9OBS_;D-{o;%L90DcT7Uv)4m zL3|jzir<`)_N;u!LXDyX)p%aj0XfO68*iJPeL076) W`)}a^e7Q5mA0Mgwv1!8M;r{{@(|T+G literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/click/__pycache__/testing.cpython-311.pyc b/venv/lib/python3.11/site-packages/click/__pycache__/testing.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..155283e22aa25177ff635f7cd65e625b52f01f0e GIT binary patch literal 25957 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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..db6e7a0d4e8cb0a91ac36dd2b4c3965942d072f4 GIT binary patch literal 53700 zcmeIb3vgT4nI?GgBtU=!NCJG5f+&&_Wr=#)7OD5!loi_6!;a~sNQeL>$RxpBfO=45 zOlMpZIIZr`9%amQ2Y~ytM~i=bDsbxE9uTmYG*IObI-l!-19#F`CsQhKd7pzlyJGv{2ynJ{FWsBB|WHD zh2nYe&uo(PmK2d9mT_rF+$}>Eezp!-`EDDs<8B>yOgM%d7K&pVcTPBmD%fv_-!|W09iv^R;R* z<$5kb-B19jd&h$l^+WX>y9)k>p$7I>k2g*<4K-OLt8`R~_+FDD{`ahs^a1|GHPp-@ zH3+GVHou1&e}I1_tcAns5Edv2Yvr&Y!s<)H+BmEMVT~nW?HtyGu;!AmRUFoWu-1~W z5QnuPti2>`HHWQ2SSY%>s16+*wi;m_C1GngYz@LXqaD#T@7Ym%{42HZ|n#cEiEKjeuUAVK*&Nw2W{+%r z%|7%Pf3*!?Z7=z11BX41uqUD|MJ=;2(jR#eY4)mV8q;r5UrLc3j}T{bw0X=K>3hvF zw8<((+up<1A808IZN|IyqIX;HZcWjm;pFgGY&<%Nw|M0`9-g^;1kdD8gvX+z z;qh_!D-OmdmAu_r67O5`)d%AfQ{yOMd~zTeofy?x3m&)f@L&q_^erhW5!4y7o(3cu zvPG;z_Ne2$Q~e-Xq4!nP6|wC?K*T=eHpQtl#c@!as0Xo~9J^x3Yl`hSU!|q)(ZAGv z_|nB+QZChcTs-;Ir!lJ@f6N-G#7OnKQME{G#AA#Xp}e*HB31fVk!n+j&k#cS>N&Y0 zevG`Dh&NIdp%5*#sG;=xwP6sf=*YRij(dg}62H2kkH0#8Jz zSwQof5sF=fmSMnsJFxcrp?ijZa>P%7}jLTBPN6#e;bcisao7kD@WHdB^oI+=!p+q#<%c;;;2Qjme4r+=*Cz9dGQEm^dZ7#-==RzYRgYn7e z$cRWnjwYw&Nlt;%4pctzzBjUFo7oRmA&p=>(g(b4EsQv3c~7>zAQwX#tKN8{W%T1}`A^p+V&YAqH% zGmfDWSBC<6jf)kEjd3TBjEp8Pp>=2=jEwL=8X3`21vs9jzDBzs|Dx6!MZ3pGN2le` z#dFa~H3O>n6o%MTQcEQ^IW?^`-I2UEmKes!n~Eo5fZ+r^^Nz3_OJ2^~sp|*xf#~Fg z3t@S9JeEifC#J?@STf|iQ}o;@trqGVuqioZ~ix)RdP6H4oN6&4#fT6c(Ja%T&6obNTy<4_yqG7smDm?mf z_-r(>X_Ojg6J?(0ow}U&8k=XPo=Z<9H#OT1%5?(Hy!7*cRNuVV`Nq(-p=@y7o#58n z!L2uUW`cXO!Mz_@vcUtX%3N^OonX)HV9)ZVOt3#2?7y`o8{D0${JB%|)-7ybtj~Bt zSx=}S+1%~9x`u0gsY9tl_v+ff*pnc+PD<}v2;-|zz~K9KIfSp}PI9`) z>4uY_T+#j^c{M!Lg@m9D56{%7YOOB=K<rL z(Fjn+k_6HEQ$v6%D@zAwFR6_ulUB`8C+LLNe6l_Y0^dYuffpGWiuRGxYMd(=WF zpP8Zoj@G&ynuwh}mkbG*7y?EuhfPo-d?r3k3-m-RkuZV+t`XtR51pJ_4U=t%w5xqYw=Zf8ri@-qb@UJ;n?^{h*7k#mINl)s2syEzkr?*gUZk){bE9L2K|gPioA5}Mqoe$ zU6i=|g@~(-ebE(|-_tZV@B}YGbOV;86^N3GsrYkm=u74XEXfWHE;0jFBomH|$`jG4 z_P&gYMM4+|oGF){6E)>$=pj7=F%60BUNgouQB0mAKoYU4#^m@U z6Ab{gF@cg&vom@JygM11p3>TY36R7DW^rir-1Owj2|#9W0f-|2=!>R{5~v2z0xlDy zilAUX9jK_HVZbOOQVk*e9s~sSvmgpK0CSCDj88kpE%&z4)V6QNK&7*IoRUbK} zp_eFyRd6tf{8CNbf@|T-9p9?kzEw;1Y^X2e>(Bc7)2@Cov?|nPpfcGz7#AySc^rfA zfFgX|GHaW)-msXlif>r3R&ReQIu67Sodoif8-+lJ0y&8CLq%c{1-`3518qQ=2(*Ky zL63rr^l5J?+&q`^c1n4sT5l41{szS(5*_GUwd8AAd~(@#^YL_bU#7Y*Tius-^@-|N zqGtpvDJs_>x~b|#3*1>COIYCk9Ir(?Vb1U%j_Zq7KhwbdBVT8nvo~=L>k3m&f>{L& z-N?5Z3B}Kx2eqD1&=(yk*NY|E2mmKek=@v);A`*ivZv#-y+kgTwgvq;9 zR5Wit1i~*GMvy~iLo${`e)CJ(q$V6PoJL#SMIAFHChn^Y1TtmLq zK8LFyk<%e{KQ@1SVfD53i>I=+9clY|{4)0SxwiKC!>KJ- z`xi#9?oHd<@ypoT3r@*XJwGr%@ah0yS>Nuoy>W5%_4P~7y)$&v_Res&`SG-U7k(N0 zu7bVJv12iOeQfFE^6DF1OGDZA%>@bXik;2U`rceuPr+T`*jA9>-1GUbP8S^X=#>05 zS7#O<%lf(t74*U-Rr{_EExNN+9pZyZsnT;bSn#MHa|*(#wK%?HS!yXrbiY~iVe_qn zAFdKlWn8Dj;ax^#+-}wUxcQ@lKSo?U6g$=Rj$kfWf9-U^M!q$j@ANOfoL$o|9`_&k zS@XvO+5OM+<2`pJ%H}}4f@F3!yBs^0P8KBGmY=&Zbjx;Qm>-IrX1#IxsaE~>Y68?W z{l!hwU)(hP1vE`PHH`R>zZOod&rzGJYc1I5-nCiW_w4686}dj`4`tn}3l4aru1 zv=F__Tw6lK1QGr7(kIocGu3Od)oaqOHQW+|JrxW!VXpR*R!^AwlD|Q+Mv$Bxm(&U*_s_(9|<7 zyrApBJviSq^-a{KGtuBDHU?j3EygFK3?zbHgbczCKD!gWYCEs7>7uTcz8SNoq%ljx z@tSwY9dR0CMJn*bGHl8=;?jBfkS-WQ43ZztRVyiY{vMRYlael3hP)U{-h9=O>B&)T z7y&K8Bafv)6Yj1JrVYrNaQE|Eb#i8y{TZm>U$cx2});P$~CoJZ%f&)x^sa>x~1^Py=s~UGzEAXdFONQL^FUv6zEz*n3MpVCj-!?eom`;vu+>x)4qf_G`%6gpKo%u?}(HIuW zN0DmYdwMbksd1EF<(-izJus>vQ^%NbEkQH~%^j)`&i|ZZe-{pD9;eIQLk!2hH~SV( zXX@5u>(->bYd*W{Ybr=icaOob+N%2QHnuDt{%+;<$_2-QT@fI8f8)AL-*=JZ5t7^VI@U4M`=;G<6gBkC-tan}7@GDdyPee=* zdi9M!gY;JA{%yAJ`?gwtXo2TPq5VO}Pin33{v==_f3TVSTPd)osu;u{Kq5f?fW{L! zE+50A{AF?m$e}hBQ{^f0F&bB;%#KkaM24{heHB5x1nm>kS$Vg?)uPj&5hu41(2HHa&@-t$%2IUw+`{G*m2qLNiiOVcVK?6;8c1XJqn6LJ_CwF zj|LP6j|z$dUqSjpN6c5M+$jFFOIw*P;FTF?0F<}u>rn(agsv+Pu^ZM2hbhEq2&pip zfOW!!b)o_*jtiKG8-91B66=L0A2>aUwR#i`v#3yyAQ=Q?B*YkA3B(B8#5ku3&@!B% z$xq9PvQRvn_0(D}?_OmxeT0-$QUwUH%7rqm1x48k4*g)>b9(UE6VDtxeDdVsL!tyH zC^3p1;^9W313(2C%Tim}GN{3SMBmXOkJZW7nwsOT9DKjBct+3yCeySKlR+E!Vlqrn zKoO~Oj^2^;hxkv-z)?p#vhvi-A1c^w8p=&R!+4}e!+6A_G9KZh@ojV}EsnOuHH0R$ zt>}mWN`?6~9H73FED_gG8aak?{sKc&TLKr*|7L7q)?!@Z%uA8{UmKUY_mHQKxX;II%e%Jb3XF!hvexf$#Yjpo?;;` zTjmuO;%0R*U8$}se5Wtq00T+FPL!({VE~XAMo^C{Ul{{GU8rH?9cM0sjVjZulW9E4 zXW)Q=a5<3=LUKggLZ7DeoLhkYZSZh5~Wr6?vOj${UKt zmkNLW43QK677loKke}8sMBhH0@vO;uFqx{{O?PWMGqv5>+V0fBg0-@0x4J@~%ry37 z8+-J1+*P$3J==f>S3ja?VEaY!&BL6lDeH3WyJbCKGz~IrcfLJEbIMZ0%1uFRcbLs;X{5GU6 z3GgdV;&m}RouYT-{3(4?7M|8Pnw9mPdqrXv)x$fSwM%Bqh2!CTs&hR2uTmgXiM0(P(%Ns1g!bj`E|B zz9|f4Rd@tmG6@gQMMqyIk=a=YDZ#Z4hsI);@C-2y^Om9h2C{A{E+_GlB^rs|(0)jc z5CGu|)KtXF&^c(W5PuqJg6{}sa6)0>z8IelCC;%zO?(oP^(j_iQ@HWqJ5NL1jZzau zMd~cnA(4zsh_jIMt{acN994C1;&P&g1-YsaCowHg$pjqFLSmnQ8kw3mHGz0TVO&zk zHAs9seldKRBtE2WpwtB_da<)HA^xXAqQXj=l)APQ5&1OZJIKY+cq4y{mkAQf0VQl`2TR18Yu}KvXI(96 z{xO^}fnZ9L{vQzV`IRw8r1M(KfMH_Q7$&wsy?T&a4518y5Y#Fyzl3*6&F2N>N9{RN zr_|iY8Tp)|?trr*XJply>$BjD^kiJEx$gDZ?!J^eUE7gytugXRx{v~EFPZpXT0_YQ zCf%MT+)J;O<<_Kcr}K^E8a!!@60yEa!$p#v5lAM#Cq?XU+o0v-V84_6Jr#qWTW0ev zRY@{$xstcceQtT_bIVtI?0Nh7cx;l}GVdZ86cptmdEXSN>ar>utFEadiYl1*C?lEl z-OVG5DE^sRrF{*WL=qOE1kptpT=h+FoqO}#V)FWIrhY@VenZLwj)J%5>K-g{?sbdN zZ2PvGGq>CKr`z}E>eeoL(sgT>Of}PNY+AF{5_SqniOu*5tUaGUU9%zM+nDujyyM$` z+qeDJ3;*&ffAE!$JO6A$X7>x(-7lnl+cUl|XMJBzyS~f~C{S6#VoO!-2$kUWT#r`% zrj6jyoIPTB4g9_H2ol#JshFI2-S+CP*KN8g#;cFNZY$s3#i;t6J!JzI+xnVo)=|DE z%z2gOZS1MU)>-?KT`i~aZcYVtvY}4DY>xI>#{~(>vLK>#)B+RHUY@U*tkO%8Bvz_& z8QauMB$`LuoD&>N1EHsWFGr3lFdt~+->lHEq@h*nmvqNEMTvzC8iz3K#g##{?>peJJO z-7L?-Yn%h0SMDP9UJ`Zhndwlbg2KV+-8Bwz{CHwduO25zQ=%D(%uDH}L*lpm{9^Y~ zxArKYht>*+OVERhc>o?-)wrN7U%}X)gW@yBFy5D5#bbEZib}OAm4dQqpd2QHb?Xfz zm9HWMCmIFF(_uVC#d1Db}LKRn|OMZ%7X-#61x!@D;oGT?bW*T7lFqXzO=Lh z%BVGgJN|XI{p*(7GX5vC{wHrW7Hp=drR}42BT3Pe)@fE-2gEzxmR{zW#%-^)xphNm zruhovyQ}3nQp+MG6a|jY_0DvZgehpS2I_lJrB131jb#Dwy#l~r!;8FwHKrJ6lNTul zEdY7jM0hH1C!V1Y4A79w+pu#?{w??*1r6a=%zW@FV~9(euQrXSg!~)$f{9x+=7`py zJ$O4)ZJtQjSt=!-hC}0~T54=dd2>8@ZYDpR#k|Qh9m+NxN>$(URHybXCbFxZOs_ha zYiYmJvh8-uwws4DE&bV+{?u`>8H{6&N8i0oyYFl|cze^q%%;QHO@|8(M7d96^HXwC zgOI2D16f}O6aw7Uxt6teS~lNq*_>(Fnr+!?Oz{!Y@is2*Nqc(m%hj!3+K{c=l=g1A zSKs_r?9JG_ws#LLciz~L2|bw&J(;QBk*(j6^5k6JZ@a(czUvL-{2Oxq?RWik3x}>9 z&-hno{j2X+*sD-VIRC*V`GVgXTYP-E<<`rou}t-`Z1u66ww{@RedH^r&q?RQ{7U5Y2{s5ZPUM{%23(-nd#q4;?Rk#h$H*Mc^QZ=x( zS(>nX%L$$%jaub0is`Tf(U*Lg7q~e)!nChsA0q)aAOZH$1%9#vfY_;~W4xO|&9`iv zioJX)DJKidv1k|PfaS{>Zb2K7q5>4zbOMm|qrp9dt~VQHxKZDklN@J43 z?f=(Q#t7+_{cuXw`E7Xl;0T=WSe}+F7~ojzTX=sG-j!ajTg}7#pEt}}o|oRTSfs11 zI)Q7+S8}^2sNLTeOGVx?%EMDxD8w51xqBCFFS;}(@0nSrKsU2$ngLr-V;-Riu^nam z?60K1!mLQwAH#3)xtle=-}>Ph*>d>ymct*Rjh@SHc@BZpMij~TD{Uj1>x^o3!$YXnSsEu*a~7-gIw)TAn0Ui_ zwc3OuD!9TA@GS!;Qx$%Ht|~uFH|p7FMds|1lnt^ zPfta@zP#Qmmr4E}mF_4xI$Pp*@u)81RCA$NK|nU|0Ss5Lz(l@+H+w}RqISfY#=<=k z3hfiT4C;}YVA-lYLDe7x<1<>s>m@gopGg5&`+ZX1^!6Gf34YJx%X-=ilHGmMlH-vt zhWFBAxM%8*W$TZnj;4;@Yg%)sspoc6k60>F$8v@~rno0E^(V6RClFI@J+#*{wt8*L z__k&7&b3Xno8?qbuvoCUA0_6!Z$i5HG(B?L9U>obt%T7382LKLA%25U;CzaFgwODD zCm$ytwU8VoXABN6iAvjDp_k zuCvpD4SK9WNj`)4fgTOw2Rtg`2lxt-**R{pI5r9S!zRka=s1Ip?X2KPcT#YqJ1IEg zPAO^%j(9FeU+D0l;2s%8k7$=l;6B)jE-EXAWaAxkj{>?FGEYE;2Onh`wb( zX_UzXYojM2>k-?CXy?yE8lL4+nj8cw3@pe2%?dFRWH4eASu~7oM52fr(900EK>JM1 z8i~hb2(OeXaG!Evzzj}c69)F#k?sz5a-&R07#p@#v5SJ{iZ2uWq5Y+TDIQ?v*5M*h zrMMU<59fwe&UA^fg=m*m0T|>>Tq%>#rR=vOBWt@}+}Jg-u`9Bc+Su@Xs_Uu#t}pd> zouq&-`Z#2WEQXAX=_C#2E0ijm82*G9Q}BaUIK(fVvYiES^nH^Yhk0by!5-U;OD*C| zjq1}1r@zvQ0M7A`kglo*OMWAlj2Ft88g)i!0-h)#1*;Jm6yG|4a(fQ|zJ0sFA)!wS ze*zdcBB}|ory6msz5>s$Oy0vAp9e(^Z3eLpRdXeYPEf0?QKmCa6<&|eu(p@ib~Va$ z4BD<;lohFxm^#&t7hHY8_##?&39m{oP_f8aTxJ{=?b9t{?OOT1$85Pv39Jg#7!B((vbr2sy9b2r|tYsuDiE}dRJlBwI4 zt=pFNZWDU37B{I=C=Qfo7q%~Khf<5Xku+DmNI+<=cG=#sblFzWc-AB%7m%x2()3Vu zFAz5;NqRzXg0Dl;SKEpGv1IHOHIVr3MMgR1pse*OBo3oi3pnjpS3#s`=mqUVlj2vB zDy3Y;yv;po9iq9;O1{KTBb$ECR=fRjg-$xl5d zrtK~A@hoPl?>as1B!}o+`E7Dm=HGHq-mQ#uNMJq6!oosU>H=j=6vQ8MZvEO!P(GWX z!G9ZZbv3dtXFT0mPd5$qrd(ZP>Nt3y*T#v^Tg^`DNUpKEQm8yeczEa(YFWCJ3s24<73vTi ztX=9~!CFgnDLLz)BS>_qgNQabOqXuC(SLLF#@=jbC%-Fps(*1Mbqgq7CN?(`J&LDd z$7y#o($+%^B}XICqqu!kgZ+6=W%q+B##6E54QiAr`3#gPJsK!eJSvnad_+MSonDKh zSrDesnS=k~j_6Tp)=~UxmrLVdjeDrz*9bD5P}6--GUE+Byl+a2 z35|N&c{MM{gZ21OvonU6HR=s{DH`?eh#MqbC6>j(>4`H@S<_NJ0P$JAY8d8$@K)>$ zGDwFAkE8Q5eQl1R(!SdgK*=b?^zd zOi=jN`zCSAKT;fuvY)GFF9^&FN!n5DCe~s-Y9TvEQJtbQY4j`I*5Ki7sTQ|f8gv0cbK_Npo zmg29WcdN=QsEihb9I4h{k(PNxpz)qpP=g7>6fu@DA>J@YK4hKJ_D$r zM+2z9qXH`6D@ZFi0t!%ZOi-W-FX(!(0p&BYn8>E0_=`019HyS;E9x-JVLRq<`4C6c z38oCxXz}lgSjN2A3**4P7}~w5!Gox2_hlJn+Db5Jc@|l~G?XS{WExSf z8oo8=;(eliW@^<$9g*5d9V|_voY*}q)M2aOcY~o+4~9~;;%^`Z7BiRpfJ9AszcSEI zgkdF>pwQqE2(M$4B*DIvcfmJIc2VIAUlKkC_AO3K2_U3FNHnTOF(1dn!!;gZfWxp& zbQW0iFo7?=pnW3^YrUZfMBaDEe}r)PkIDHHay};KPvNMl{40egsFXCn)frBU{7h4E z#WgB>nMV0zh=b|vmjVr-sa?6cdcHM=aI4BGw_r1#DpUC5k!d2eHJJR*kkUU0sl9?_ zKtNc%@eGn#Bjkl&>nixEY<$5AiUY_!{>4R`FEK2zll6bViyoIwyyup@Hnr!;lMJZPxOyi8p zM`oS!YG4Ki5>!o-_JHeSFaqUfycZF~v|7&b$G4YAl)Y3T^unn(RatVX_0caW|%X^!G_s?dvaGec{`~-x|hl z`nXk-t*Kj_P6jn-;DU*j*P!A>+iec z-*?-;FW20l07z!2ai&~LX_F?t0G|FathOR>{2RQQX($=;V&dJS5l_$-+#J8;>qx80?$r3|MXN8ZF^X+rz&$lY znuldnop~!;Bi2bv#5QM%*k>)@GqE4PClOZ~u{DMyf2*xs_|}1MorZ6z>`vu4P!qxZWQlOGf?hHUxj(8lQqrB{{GjQ`9YY5Md@%+AU_l_czo( z{}rOnOHiMY+O0i4A4S394fQNLm^!`9ES0yOh|e)%zfINpY?H&(bAmjDJ(aCrh>$bSLnb4y76 zOWe^(gq+K*=)cyVt?N$v2Jl-B-09hUyJvT%XK%J=FJ62U6anPA2Dm-ncMJ|5IdY_@ zrkF!`0NF4xoOg_k$HPha5WUbjgGcG{7&#r}@QO@OfGa3;SEBSd1}8z2XP;Oce?~9K z`2khtAHgwl2AxtzcW!l8uBn}V^(}=euLF!bIQOcmVa&^st!ghg=$%to_u>~7^ui_8 zH5A}XiqCDeuY+VA661QTf)#^BAA%-H|AKeu! z1?rVi{A-swHy%(I>x@NVpliqh_Mj7lHB5AY86b>uc?Tww8appv0riXMS*Y(d;(HTa zNCSdrE=^&L=bg6=44!%j&pT*L9h9n=70|NN`QCxlG*@O2WE;=7y~se`M@~ICN62Ar z7!P2Ya3aGs5o}WzTHyqt%i({E0-k`WMH!n(u-7!y585=0 z4Wn#O9!)u-qbp$r!^T!sVO}{JVKjyD8EmrEx0^C9oETA5WPmx0i~#8!;r*=ehWYRU zD1)#WOWqbsY8MLj!Y4XFxnhd82Qy9-7W;-ZOr@8Q5l)gBDTZ{_XVNsm;WF6k3k$|r zEV-O~{6bEO#ehY22_bBNl&vIsmUy zi=bzUjnQN-7HvuPN`Z_iS?QK3N6%3Q6&v2)PsaE;A5#O6iBE1>wFRK20xSDqGeAv< zaJiW(Wg>}Alyy|>f2FZX_*f}BoF*?%u>d?+9Bm*LNm>iSd|z(V5nD`{8rO4DyYWu(u+L-fcC2A4pee)lPW z90z6gB0T!^D_FfGIU=W3^0tuV$mwXw1+m+Q?yF#zp6>m7_zWUU~m0F$~os0Bv z!1pPYnj9QQRtorP3Gg)uz}FxEUjxCsvW{q3O3T!;Rd_+yg9SK79<_SDlgg>aX-PGZ zDj8G?ji)^UFs>8=TTS5cLcJ0Hm9RVLW&W_|wJI2Y@ItOtMdt!h7z{el=}GpXO6CK5 zfXdb8E4ifwaP3AT=)lzsTe-*nf9ML(#K8Pl4P8yA4d~`4Vq>8wc2GoR29i2>PC#Em zCL;oIKM;7s2lyA)H^AZ*$B97D$Sm*A*B>N?8F3ku1y*l#qFJd`L)_j8 z(kB^0I!qbl-6Tw7i-79B047}jm?99TP8U}Q<{8zW7C4P{#zKiYeHLosh&}>I2}B3A z049RF`t^#d6)I1>Zn19Z(yetLcY$R@TyQIK!QlV_hU1c|2sv{DF~-_K_ob+~->q#) zw?37r9mv)Wq`d>AHAPr+u`7UCnMK#cNuqw_zNBSUUvG^XXvN}UGPgb`e~$RrSnEA8 zjl+E=MDwkd+P3_6o;^fT*FZE6=ZuHr!dH!C{#I%sHF%cfe;?x5pl2%c|v&^k~t343Skr)IfCLux-clresI@T;@TwL zT6R*zX$E@bjTy{ZU=#r5)q!I<$p$Mty9UXol62(M9s=lj%NE}2leb(3Lk@D|%h3ev zL4xP1hHuVW#`2cQymd03x5dZCz*Zrhy(HYD4)+~G}?OBcA-MWTF#~VAZ z?M!>y@A(4XzVfXrug_hbyW{J)?d!<+IFHSH7l1!B z&lvu+GyEwhnFcy!*LnYD8Kta{ze|)x$yEevEU+7CFAtSUVO)vT$X%>GMiZ{&GMY;% zM#PqA%#~b#Nkv9^%E6=}jWOuu6LgwsUlF)afAq>^BmtZ5c z4sga&$A$z+yQ~%k{$XIhQ~HT>zx9CE_EV1q?jwLA8K;szOq;j4w4qdJ^a@%^uBFe{ zAoucMC_usFkO{34FvNCoeVPs$`3zu)9t~g!j|v!qk4|(jIvtM;hNv(mFr<|ZIwV+t|scLdv@8f*gx z)ZVJ0_U4OJAtp(S`NCn+?(;S3QyH~4A5_z7VZE^i-&JG3r8s2SkFSU?#}`UmhiA>a zkugPGL2t~a`=R1ys7EAd2&p%PG#Emt++UOj9iEJ1m|;`1ArgoLBXoE&eb=Ctwanqk zjm$u40t2NjZ>NL6!;b;<9g2cFfvv@m;k0DM9wgb6gpEg{BSN+_RT z#7W@@vlz@LL_!zi^2^9dJ$;bM42~}t=#b75ZHp)mEgWyy438_^^^uW{iX}%yI!`+c zlc*Ne3LZKcvgANDoED^7Z#?>VF`!)xjq4S~n)Hyl? znwStM3BIPCwUigvhAbaPV1g5J2Aqq?2W6qD;pLQoB;yEs3?A)(NFH_Nniab#MFsfG zM>;;PH^dursWEAEit`e=CWshAnGM4Odq25^IPr?ipo-xGL(8y{ij!cJxDd0@DdA8B z(U19J!=ofcLB$~c$B-tr3NZn2z%cJ$rFP)zq5&pgj}?ibYv=%CJ^)%No@h9|d#SC$ z7vfM>8ATIlx*}YBk-8}GWHidh+VS^Cv^k)RCbcF|x|&dC9tM@z!b)bY=sYqWP#EoJ zaY{LDv=;4@h|++Yd4abA=T;=%GDqJG83Td>US#Tby zB8S0P5hhtfWF(C>YY1GRdGJ%32IEcu7)}LNTBiYr&~gN7=wxy3WQq)ELG2oklsCId zrP&BmlZw&R2^=wqTB73#6lrHUm*XiKk8?GOd_+@13Z+drA>PTmC@(rMOdR%Qkq7fm zA=NvQx6=g9yVO~icS4*BgSW7ggn5v6iZlhWP6)Dk5%y=p|AXUjh**a{u^J`;fizfN z{U!8}L1+>ZF0UddM9yk*I^d{!$SZ}H*F&y4f)>!2eeVz!^B9T?=LNPjX<2FCF~`S_w+QKRKvQbtk-X*N zDQMZy_ygx9L1yc5V(&R_#rLf`Kg6hKldl0{5+A=19i~Y%OzRd-TA~qH^8WX!We=hT z-~~W8sxR#cfva(?FYRr;>#4fhw*d3@Em=>?V&b-^Bkk#64o9xa4~uI9>8dvTmn%Px?$SvQ{5g4d656C$pb5~G#D()6yzhP}Q zu+#{q=w{B~*WeHQ8u|{u$^ezH^$D1vu4oU1aNDcRv$iEes>*1=ZPs9_-CRo;Wz&X) zaVQxNrqGqPO>ezw`Z{7fTcpg4fl4B7<@)>Al5I*l=PFRw=b)~=Zl(Gf)wO4x=QRaw zbKT8P7HM+rBc`X3Eanu#ucFMR);3*&^S-;xXJb!+vP#iNFm>RdXh z10_rQO6-d{*VkP_5=Fj?7WE(vOmw-6Ru&5{FrQo2&e+!WhkAn8Di})))7m*qW=;eH z)(+$ZP>Yr$>T3fu<#mddsC*Ss62tLHC^dkV$k*`=N3H=K9go3|8cdbstpm>p^)?#4 zGEuL2?D?VS(1)8&oXb}{bCM-pf<;1G1lTA5FV8*YRmlaA8XuEgR0^-aij_iGqI_-- zb7;viaA~~^niTc%j|d=r8{b0?=7m6IF_`hJ%6jPRD}`6`iNEHWGu`mytzgE#H|yU^ z43l>EGZx;U*K@nBXSpj=w>ew4Id$kB35;A-o9+hNAlrv>XWvrfor#;LK78rpz@N1g zY}Wc(NYmFblnbgEuG1B@5%&rX9K&_f!&`pG+w*#cKCYa z-7W7te*NX;t(k`2Y(sC_-}^~>PtG4)NM5_V)cMXvXot6abn0g>A^BCXnh6KVud06i znbiK&ERNam*QH*`(P3V;nm#S7ch4<&>+p5v(20FfZxsMJ{%Ihj~@ScO~yNz^$w=X{lF3WjAVw- z(D5OBZ1eH~_o1!QPq*&hi`&n(Rvv!B_Oo4^4sWsj(G~~%Uu1xCJqD3(d~yyJD6l=o zK5L8EZWP%~I7=Ip9AV--Y3CWMRHfJ&2LFQ%~kA$OXN|bcZljN4SnKR(F_uPmyzo92No( zknb2dv_LSJ%{v%Zl(!>Up$1GO$3tw^HB&@#{t?ypkKi$gi&1rJ3ki(L>1XQzxedKH zj^21iJwN#5^-XE}PW&?Vod8I|#$4yRT*rFS8g6JMWnUcG1?OIM4Jit@K~Wf6bJs7P zytb(TJ>fQdQd4`aa&g-=A88A>6(A<}Up>DV$X2(L(r_D;hHHW%9aU*qq{zt%r}Y;% zK~Uicrq>=NVRG+%> z9COTXOy?Z)8$RebkP2UoUTrCO_!Xc9!9RohyrtUF$CmHtPL}WJPL}U*Cl;_~`3}!y zMeqw8A%5b{?W6(F2xq1VdvHkDb95SvnwOHj1JA(0+0`H-(C^x1hmSGb1Mn1KxY&Yd z##*P$B4-c-=5Rnp+aQ^p4oC71VtGY@Ijlm$EbT~8zRK#l8Gf0Z|41WoH3C3Bd2qnf zVt2-~I!i*&UGKiIeER0mOxLb#7oAou$V|l4t~$l{;Oj`Jl(B6*QBcQ_hoGl+Uc-8$ zhO=tHaJ3TX(3#q*FVYUZH!pT!d%@(!9&G$q;@^XRFaE2LqRM2K;ICFo2)~9)>R7Mt zgMmKpSZ%}y=C(iLM{JFq9j!EeTZXw^L(FZhe5=IqL%avO9$#vui5S_?ji!($Lpl7B z0Ce)2!GI26r+O1JpWI8`dWhV3Ts^}Y2mI@b8EU;W8QX$6o%o4*6#|b(LBR;7vtICoZy#x!e zuti5T;@IHz34Q7~7`(*BWBw>dW6mV8#np{!+7b_b8t2an*hz(FM(jr%?L>te894=Y z1>Jt1l9#$qOiPEeVNNx1p24b|mXV*V)||Ar6VzN}?=SIkY-);Z>lqLPs=;vl0HapX$TmesMT=tVRbSx~n)#$Y-p@Q}-uD(}_8+|z<)pEI_9kv#QSk_1 zlzgnd{GyMem!hN7C7;uAP3rqENA!m{blI$??-=r9RnZrq&|iXX?#Np^=LD-^I55nWGU!75uz^<}T6cydC92IU zo?NkHPjBdSLdZ6F5YfR|{Ucu&dmJbZ6M&e!aU3}|iSxL4Rub2qtI5;ARCa1vJ`bor zbTB>%-ZDl%YRab1=`#w~W{*gOrYcPvt?VNsgJ>k0D=$Z*Q=w-sC(p$v*FyRvj?U65 zoj@<3a?n7fN)Y2d8P^g~2s$dc3Wq4~@z@#Ww>?~Ib&Hmak;ANyGjzRy%gm9>v8s3U zZq^gx*+?gyQ8SE;XbrX7RIG=U>j`6WhRqK8crllYdX#a`Bd5Uf7H}@_)*wXQrOy7m zOPzvrwv(9Nd9QJ@GwfHHdHd=nQh~kvACXup13^ z%)0S}wMSeyWJVg+nPT9E4(n_&FjR&$#u%7nD22G>Har0z5m%z#XppX0ffQ+Ibt2Y@ z@k>reOSLGSA{F4`bWC{`Yo8S5i36hK-N+~J)&R4-7tcK&`6zDkQ{<58b@^#>j*;^W zImgNQ5;;Un$-hYs5h$?M6C!`n*Zd(Tp?^r*=s7XoUQDA&T!MK*6w6H2vzSwwWMK`u zJn=T(Gl|vE#*xfzrkwH^pby=&{}qRQIout@)?m-w zw)Vvf-+l4=i>X6b2U7UURn=VmDk-FNVD~&C!*jQ>Y4Ne|R$s4H<9vb_-QRUzcdIW1 zDoqIVC@QF3G+cPd{sBDyIRqLQUi#pE6n?MeJq-U3v?-tqK%6W0E{zEA&x(X1D-H%8 zKrf*|64W#y)doWc9%gE|?~Q_zeboOH8zkq$1trAg-s#wvy zf)vf+fRuv+Lj=XmzfSqjHAEQ zAd_{|X($UB&6w#Tt785wgA_dt4cJIhNg7%&m!@Gn&RCZQKpr72X=xih#VMHUg)%AT zc{Yln!r((j0)lVB{0-MwA`*q70;IeMfP@tXT=L@qinj$H%8$V@Nrh@h<54I(4D;fF zwFRmNGYve1N&}A5K)Qmo07!7^pPwZ|zt?>8@U87X?#uKX&h{K8QIW6i>gBhwqkR>A zcN?0nU0HfO)6kP`=t=u~ay7wgO>aljHEZxI4rFF(x_$G_&fo9(QO~WznXL!1TMuL! z4rUt;ru_$@eyf@{?xG5rZR44wM?_`vSXz(8hZZ`r&#I4$cqN|D65@*6pjZvHZnDd| zU`w1sn6?zjyI~(y8n?|kjZz>3L~xcr$fo#k@A7Jn@1X#?LbzEfK}Uz1^3)g3BC|Gg z6_dXK>4ia30qF$@bJRl{y9t<+Sm9i_qSQvMFY=;V-rSE-N)#ztB$qVmTWwjoqZAq? z{wQX4l56y@i|0f!N4UIHWl}#@+|cKV3r4HA=e5?FtvIi8GbD2l$X`X9X|glDR4_7R zkd;M>j#U5kXa%&orfOGIbB(L;_pW*I_JUuF{zuITq2f!PHO(MRp>Nin)MgW8sf2X! zWrn$lN9+Hh%@e;i{jaf%9WZykF^vUUSNZy-#)A9TvlSi< z@`IOHIoM-;KnvqWc`cy}v<}X!xk7BfIoQ)C78ks9oTA3EU;>s*u(F(mPF;fnewh!z zlo3p?-tq}@xJFI&!e(0eM2NGaQo|3ArBctmGu;nKODC0kd)fry#^^N>TtZd^=7dc6 zm3*3W!t-|UbCU9t6u{W}3*_60RuiP%Z;_80ChthblH*aCMdlSJhX+ocID9l; zk$_P(!qY9F!zfWV z`L@G>8IlC^s^lSxZUrxuAf7@hDx!cMyqWPT$R2ZrUL*|f+i-y4d8O*Ql=U7=6!oTS zk1d^gXBf9zwYRRM`;Mh5?)mEPOMBh5!1l7f5a__F-M|TJR?%r&3)Py)bNAW z@3$_W$*kUzUA^Vb>b~2n`!cI{W>@db1b1bFyC7S)d#Y;hBJK-|C*FAJ+Di-81?y*b z>tGSuT?OMYszcV`u0W1m^JK1N)t#2Dw_CQ}+?r{5BHQvrI-vYuAM!2to9?@TV7h*1 zCa^0T*mWmx@OI!}u5I=87k_8?w}&%rz1g3Fw^%;w(lA2n+>wj-C#Xr@xgi& zKiCY}JB;p<8D2QBpxccB?mgLV@yb||Co+L2 zvwe07$&R)j5&x ziFaOHmjA`p51-6*?aX$;a1YwRn6si8aVK!-cHq!MD}0!&+v&gGlI zKeYb1BC~d1cJ02BI`7E@_GSZn?*xwA4jg%CosT|Zo$vU%Z~MBJcSC&W;P^6WSfUR zQiVzc_x_8})ey!Ci8U$jfdeH`OltI>dHcUgBJ?3 z_6AvJRgAM0n#*W!uth!JQ_GPXlWE^msp-`8N8KrVPEqQxr~Qv-{Euh-kEeZ4q+L%i z3$Vw1qo#HWeJ?L6r;|9{k3n;lXd9;jyLQVXsu;4q5#U?7eO+*yv809dswn z4%|(e9e6Har|}m!f*nmAJc@y!T`Jkg5)`B2gD~b}RD6J6V-LcwNkQOOQ;{?pO(Jvc z`jhU9*dli9pmUJX9@t2;>ngrcuQ4U#*UG7fPADp1{~f;a!eU*;Yj!icX~@T6euTl& zT2WXHR4okUgwlmwXPHDihVoG>ztynTpduBzCRE3YVNDBJKTDSXCN z;9AmqTISSzI3?`$S+Ue1aRP?2P3;I8v3Ls)s);hl(Xsv!K0(>d0)|o!z)wdnuMli%cAB(B1S2`%Sshk~ULq z&h<|y2V#g|UkB&#u>*-_HVkGr3_`ZI!f^)F%-qyd@ccta;JC942xv*S!GtX#BrNf; znY+x6_hq^axT-~G@0(#6&Ysr0j8!<%Xw*}T9+(=9yQ*6>no)vQuDkw>8k5ikbXVI! z@w>TYaT4dDOlI19v+cdwYq6GacNq^wq!%k~cd9Kd#J{EtcOXOH80E!yT#Q@xA6Fvh zOxwY1+rgB3VQt3MY}o8nG6A@2Pas)AAuPdHdcoc)G4fGhaTRx&ne9azAo!$2Y-0Ee zd?5c798<F3Dec=O&T|wg0|7n{U#6um3%9N>Ti2KN?NWX&MZr>QU8F$0LjMoe!zoq{)%(HR z?rJkx#d&o+zKY9C-2WMmC^OXel9&HyDm3krnU_BC)h=wm*8ln|S6@lH+C?K!lRf%o ztzOjOo7QjI9<{_cW5ZDEVsQ@%K; zPw;}x$JxwG-q)?K)20K{*A~+;j44~n3Vg}&n#*X@#5glh2b5CZ|M>8k0z3$|wEM4s zugYu4oKV67s}vfAGL8_2F@5N-k&YP0Va=|&&_%4dY<0hPX6G;bEzlU{;~s0?rRJP> zlaJHKnAezzrddnqEYDhkLf^4!^ESY{y)1K90>iV`*X^&{%#Enb)@=nmw44Qp@UTC%O1P_T(tE{Za9(Xz(c>4Xvm$xo| zZQ;biiABre<4bEY!R~CZ8v#W>9`7*WN18HXzB3<}N+Qm8bR-F1&D&;TQz`|m&kim+ zog^w>griWyF zK0uB1G&%dJ34TgGrmShLHjvjx>9K>HljN|-;0XB$ED5Td>Fy{!j=^DYyH5;)7$r^4 ze@iV#q`raLE?7N8Ym?J#f!aTo;q%KiHyUo%d{}?W@?*z`Z6CSQTL!W{$Fl8DgO`jb z>1R&~PZ`(wi*I(2oYe)Z#j$%~l+puJR(0;%5cJxYIS_=dh_-4WK{03xo8lOvttvQc z9LFt+!FBc;jMwn9!FmlnE9Ps+TaX^r6%d}AmF8f+LLtFSn6?wWfcBOi{DD>A2y@s- zKcAYly!wyLu-mxh)Of7$SkYDm`Ndg_{5&k_8Em`E*-UBK9yzTwM#UiGN?;V~;Y=o! zU5Cl$RdY_7TxAp!BQ_f21N@5%;XYG%5lJuyY-i4DD!*hbzd3K%4kQ_nauuJBA{1769Gs3pOZ$khTy|<^+x{e3Q6aJ$ z91rjVz{!Sn6xx9ihK&>yH4@TPoJHpAW~@EEIP6wN)#b|=J@WU-_dRl`pBQ4w42K!| zUZ!^pbN^5B{S7&POU@y3YLGy_5<4=c&+s;peD(eWtcH;BkHchxL;k-h)@e9k&ho;2 zg}(5fosJ@2gpruMok@5?yRd|Z1n{1ql9BW82zXzD2O`Ew3C6XL->Y!X&n%ox*Z16o zDYUciI^In#&Sg9svmWS|R=WWVC4U1+197Br`{LKG%`Dhq=QYs27f?;TqDQl@Te zwhpI4*lIfOHnqQpH$Q=bbKe8sc6ksv=TIKx(l=JCtkmN^)l>5h|pN3B9yIwl+%L4E_^ju zlq=l7d2;^p{AHwm>@MsjR%vhU`f5{^^mKau%KR0imGaWlsri}tnY+Hal;>VW9VJxH zpB3ybM@_+6;jX#sYg+7hJC^aS%lg)#G7yZ`cVeCYxFa2SR{UVFt%0^BH$XB;r-a%N z>9e1^pn*w7e{tfJ>fH1CQ-=x;JVIQF2-q=QoAI<}J*{bbD;sqCS#aHsJD{nz`PS99IEkxl}_t`O#LdP+k_hBD{#R31Y|8TF*s!xy@L8V zaoK27k6cMF9MiDxlVIVu*q~0kr1Dj#UVQfO@WH1JAAEXX@Myk9dtB9WRnkQ4}7?wQtG|2pwzT<|v#&~wZ+ zwE0(X9>0+`TeKH&|`LorIRu*b{1h68*e|=gZx2D4-TX*aTW&d)7ww=pv`Ve z8=y{!v)Ff^-hQeFH8xmqRCcMe5W7!rKh=Y_pR-tCYPr0ddhtGod}<7T-gd}hfkH%i zH+A_whkR-bAGG=`WWcb*p_1e6r+QH5NsEPyMX!8IH#~M<1b=FdHEwlSAk`^#(sgU8 z(Sy|JN(6s{1qV`;I#3W^YNa-6p*B*YYu!quZpmdc8{&g0zRbAdq*Q{RJ zbDsl0HAZ>fQg4B6gi?ow0N#G82W<^f%u;93O@jq7wV=%xEEen)F7Kw$?iBK=F-{ZF2a$n9!qv?vJeqa-h~z8`yBMCF+#-BN5dS> z!gJS#a2~w_6f!@9d}_Y6|Hp^3TMqE^$1%PYJA+oqwgLB^oqTO_-i8NvL#jICYRtMC=N))-1?T5pedV=R=IvPOT}|nV#!N+X NwxW67PJc|L{J*DOkc0pL 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..8ad7e1e317686bc6b9b64062657bbaae0898d349 GIT binary patch literal 28028 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 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..c18c1e0 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi-0.115.12.dist-info/RECORD @@ -0,0 +1,97 @@ +../../../bin/fastapi,sha256=hDtDb6b4ZkRTlQk4RUDjFyKEvAMRErugKBkQQDsOGRU,228 +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..290836793e642c7a9f98238d2dcffe67032da1c2 GIT binary patch literal 1395 zcma)*OK;Rj5XXBm50B@W%;W{j!xtVAAtu0bKr6&%*(_X8NCHSLB&)~n%vjTQo9=do z;jrRc@Db2{8y~GXMcNY=gv5;lqPhtY7CB)3Rr9OruClAT=UuzqK=9au55v0^g#Opg z_h;@HK79drivomEP{O5PE-16PsEo@c6jXvLt3*{?HC$u0$ikLki`63=+lK3`5jAns zunpY8EyE4gjykwwxCz|FUBfNlc|32p4ZMIC40nKgxM#Qv+{b;x^T3OE(eMKB5?(Ug z1760?DE* zsjosFzpmfd*xdYmWAo;FJ?^#AtR@vvseE7h=32+^g_Z6W@yA2K(>T~Cax5X#c$zRy zg6)t|@Y)ae_jmq&<G5&Tx4q*Unq`X2RD5h~5rE`6C&sdRXk%7n*K7q($yyF68W6^JY!YJETHFBjDID6v3#1LS>lCtVNQ9g+9@JN>SCJ z#^7W+qNW3#fGC*1fI+8%N@1B@^!s?Es6#;5I@(PLoT_(_#^z9@(Eke2)TX6PTbqtH zU2W#ISy#9dY7WFT^n9z`j=u+`xcy-3ge+z(q3ai2htpg6w440D`5UZpTMHe z|G0-lxRc4mjngP1${)FhG(L1$IB=7x8u9oR+!j}cie68kT{5K7)t8JUq3d~J94gP- zNT#3be?)M@7`-R1KwW*6se7bx|(rFF_)jjJH^F6EpMtG?{L3rzIAbBo<`qCFf)oF#{!6GJFQ9`Q@%(mRO`; zUS6)BSDKrfSdyHfUzVCzrk|6Uq+d{3l98WhtY>JbUz}Nzs#}nloSm4STC5K>Og}yz zWPW_SUP0wA4x8Nkl+v73yCM#txr{(u407=YW=2NF8w@fRP|*VhmIjtawidPqFf3vN GDg^*(WI*Kr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/_compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/_compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbf4028da73481d1edb0a0f31881eb5d42054548 GIT binary patch literal 32747 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 G@c#f4%P02$ 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..f8e8b6e6a369cd11755f6ba8f1dab549cfa31591 GIT binary patch literal 92507 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 V59B!a&r;|U@%GnwBJnu*{{ghx-TMFl 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..1a3d64c39d8d54a5a67dcd3b2ef5f6b1417b6866 GIT binary patch literal 2561 zcmcIm&5smC6tAA1Z)O-aEDDIRG9+fkEYm>~FdHGPsALnfK_DK+nBLm%>Y0ZAvZ`ih zcY$P0NL&+C4jN3n5MofnKeGo8n?7x#2fdgf%fWE+Rdvq?yI}NSP50}ndLQ-Puj;*; zpQ_a|f>v7kv-5i%pTtysHgrH0j~ zm=1QyBVC5kOTgW8xlf-+1nqdW=&PH~rTVADXE$)A&Pj)!sn?scDtNgSeOGjG z7}20n_rgv~tcW^DhBk=x>rD(0D-)*UdUUKMHLWlZ67)0JsZXw{P`s|RZqDNC>8dyD zqa~&C*l0_6-AJts!#M|0wxW=WM%{p|wNFg0V5HXTO=Xkt)xg3M04e$6_{TeBsvVl$ z4fF&oyJcI%wv|?6FUT`VG!p>x(5HCPm_~@ThN`b$WrdcK;brrTHsx{v}JL7UY9Wo-}o2YK)S{it2Jr2cL!a6+8U+X8|B>n{}Gpr%-mDQmJ@6K5u-)VQD zjEYhDMCbv`K7==ES4W&1T1UH)xvyP9F1n%rsC}(Lt4{c|~y82-N{Ww=XlSLApvqAV^Bk7hF$XF2s8whw?}6-lZ<;*x1v9^u?Hxdd8T zSbsWiEE8t*`+Xzm`92X=*I1^(vf;T)MpB;MYMnf3aHuFJA}G&LIQXyvPSmVKnL(wy)XN>`;Tg`-OFy)PTdnglIQ2;v|Bv21M;X@ zjfaIe#J`|qaS7Vf;ycOyoMjk>5>5UMkb$mg+7`l_&wIAfhnvqn qTj=!Wi=XXmb$x!r`h4Nm!n!udzo`LKd&%ZYt;cfu$#Zzh;lBaw^3@9f literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/cli.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/cli.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6b75b675af168741af4fd43d1d707a31bb94074 GIT binary patch literal 758 zcmaJ<&1(}u6o0cH$>wVVO-`Pcrk8+rEh37D2SLyta!@agNZDk^WN~+PnVlrID8$l3 z3ZA^wvxkcGpQ+#>ECd8kUSuJc(35YHZ3RW&?ECF|^WK~Ho5y^rREmI7==|(`Bmm!~ zb0J!0%x|M{39T*W;ceO*UOxphCx_9b^eBizE|z!t47`MUTt2dM<8BbT1E1dGRdnSQV+SEs z2_dPXk@{4-e)iY5_?BNwfsp!dm{x1!hjPi%`eLz24V_d|_y@#g>~fGRz)`-Yz9%*H E7b^j|*8l(j 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..24f341fe89ff46ea4e36c1382e58cd4abe782fb4 GIT binary patch literal 1857 zcmbVM&1)N15TAW-S6Y3?lANTaZfg>!C}}N>ZzU956B3#<6k=i`Fw1(iw%6GY@$_U_ zR4#5CiVry$8X6Z`(4n|3&LMw7L;nFK7$O!7fnJ(J%NjQja_T(EvMgMe($VbfyxE!e z_4|!}OeCU!5}EyTeq90hO$@pc-govMqH`aLP?T(Nq=F;~pV-8q1?tEJ*-;8gJ4WqL zA&lQ-JM5?hwH;IJh!ZVD+kOcBSRvN-!|2BgaR~^RN>SaE0JiYyNFiZL#fT}JiPyRz zC`L_cCW>^9^kQ>zF?L7Z#GI{zyh5@_Z$K{oTtsq`pV7-T*DySno6FqMU47nUIqD}T zMEJ7lnoQ>&^OKXEjE_4Ret4=@GH>eaI!=+A)JwWy@!B=Zu{f4X{-Aj4+|(>r;|t8x zizUyq@xuVCxJQDgMX=&>%hu*BR_2=FIVIcVrcbmfpBRoGVkWOJ*EqNW+`NE>5`evL zFnSdv1c4v=UX=PTZAFRzr{dHdsly@`ccee_O9b#!dK2!`ujFaKH$uuo-CTf0x$8HO z6h{STKFCJ6@mH4~kWI|pI>~j3RbiRlf~u6G*PjbW5csgYPmUN9ox>t% z{D`KRNIa%#zM{J|%kv}L+b4{#3RVaf`YNU^TO6|@mzE8)#4XSD+aI?Gq9)x2AA9Gx2r`6bg`%G=g# zzEtB2o;yA|HkL0Vlix#n-^Ru$=jZe?*GpC&`^Bg*X1Ydgv{duo=VUB&WL_OACd zdG1N_Tq~Zudvznb!5dQ#F9sA+@9Y9eMgI~e022An=H-hF#0LWiE7_jeNet|yPu-jYi5$TW+sViCXP3|R8HdF(5#Ul z3MbM5NRezSomsmaQ1sfve=;vof&}gj-{sSIonH@448x=0=%h*?U6@EuQu-@ZaF9#+ z(S1A+OD0<04f1tthNm2_Yn*G{>_nXJ-GdS7oY72&& z{n~<0n*G{>E6sil2$2Yaa*R(EV#T(UZ5Q>z>@1%6Z}~yUFaQ7m 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..319dc31dde4d06eeb33fda225f96632e70e7f604 GIT binary patch literal 9386 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/encoders.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/encoders.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f1459174cb4b6ffc48e54578cb71db2c2ab60bd7 GIT binary patch literal 12444 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 b;&(Xpw+w9f#Lel^rG}0)x^p+ApS1ip(6#Jq literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/exception_handlers.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/exception_handlers.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24231292b3d3347d0e50e43f64a9c9e0d8dd3cc2 GIT binary patch literal 2337 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 T%Zr?%Hab`#? 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..b2d56f811044d3416e8b3f980fec0350e237cc58 GIT binary patch literal 41427 zcmeHPTWlOxa_yPnJotWy5+&-@qHK$#_|U^o*|IH(dfSq0ik3xL9yX_&WJ~j)yN9Gm zkJk(A0?~()C9n&ufH;6Zf(?w_p9Dd$fBDTvKD2=l2m=JzV1Xd}lgz@KpZ&_Is_vQT zd1;2W1@G=i;^pm`Tldzzw{D%Py4Cu-&dxRke_H4NXK~vf6y-Pc;Ql%5RKEIfQc-@Y z%qY5|`{GK%H|tCIXZ?x5Y#`Ax+mZ;*1{0y#P$E1V_E8&uJd$XgZRL6(-j-;eZRdJR zyd%*$+sXA{yerW?+nwl{?Md{`_WBf~eYVf=8Qb*GYZ$gw(G8&jb4IA zf1zKd=&3=`%j0g>%g5=fLA8yk`YTZN*Pz;7m1;)~s)34g+F65QS4E1!8Wg*kVn@lk z?WsYrw<5*98Wj60Qm8d34pgKVszGs(DYlo)PQW$qgBT`R)gv|Q&l>F z&)1-Op(@pjHK<+!RnTZLe1&x_)L2)%T!Z=*rY@r8Jv&i@;#H;y82v_Pu^uZK^R*g1 zoaA}-q6gZ;mJ-U>Yf!!c$^o9!n>AXU;{J)lC+XeOHF`ONUPQ-Fd0X)co%MdUP%PEw zFz##m`5%U7cN*;rzHbC)E|iQ{d>)!OQw@QeIFq+V_|!CUrs&-8iZpS?kq};uCeH9` z=zmN&a}hYRs|07rPpR4=uN+eB1wN5e$VUr+rXp25jy{XRt$M!fl_TH9I?8Z}$-!<{bt7Dsa3(k6Y ztnFsr0#?PdBF(&oqT4sUnYU0XAK!(%h1d1>fk%5CJi6J$BcoClPcx6MnMYR%^O|{d z)iQCKd32@PzL`fy*`ZI$qkCPS1s?4~zV?FNs^9wDr+IXd7eS2IH$XW`&bRW>gPV9>)>A1Bh$*r;%`Y` zjfAs-Q_1ygwh~WA7qnP9Wvyp}THMs^Y#0BEE?Z{GGSlnXo>hFHYs6DjT5Pio z%S3gf_`_h@Ok*bPx?#sGlc$jNFQ)NhWc_jc#+PjgGZ~E=$;I>%>e@ZG9$wbcX~Rlp zgO;&q+{}c-r4!}Y_FM&#aDC#-A3)$l9AA|y?1O( zTprLmZE4xCvvM2%(WVytnUeKXv0f{NYA&ehB}3)?GB7!H!8GE!YT7EcN2Oh8^H5)3 z!dH6Au#<<6E%?Bn=Ca#XLESBGdow zPp%J>(+=X55%2txSW*&2tjVgOCbfjY%T!@2D@}3DjK|e^LtU{Aofe4Y1sh4^I6|7L zCG~uN?&|64RS4s$YZtxCe=$wM0{Kasv6Z-HVZ+ev!b)6STQZXBdTIrGLBfJhc>rdX zK3>z3X>bwK=o>TbnIK7ldTl+uluANsaFAEQ>0M)eEoJE{%4Hn8%^Fw({%XRz-biyTEgRY z;_cL&XP($m|8m4ucYw+u}u^a2qye+kt9QN2)$ zst71bXm=9rJrC`93`R;cy`&{4)QbzWRb!5(O{~}??&@Mu8#FZS3H2(eIc<44ZpMVu zl&9C^N@Cuy?2_Th3fTBdPs8HjX%C=owRl~8xQ(F=JUv$9Pp!<;An~-|>ESKICNQYJ z9&xup)y1eX*lrr^FDeiA#Mu`{Ety@x~0#!8K0_Y>*asl4H(no0GXW~ZU!)gu!}j~tme z!sqqcx(-!s#?;kgW30yKoWAEk0S%|=6P8MS-S)6?jcmXon<9@=MP?Hg1B;HcxxNex zfc{m}+TtRP{0do;B@%yt#<=Pk14nG`y0v1=jX~9t^;N8V2}I~np*w&a4a54Sq}L(p z^@gX{_t-RY53HuT2AycR$|tspSRAC@-|_T*iY!8P4kjVEo*Q?5!#bR+qzS6@`waDa z*3<9Xj>yQ-6ojCW#N4bQ2hWzTYk6Oev8sx(N;*8XhJ_{LtgpSTd7qOki^pL5P^MQ z4%{PSL|uaQGH=kqcPHztve&YxIwM-tBzIoCo^$SmA+W^8AsIiRnMu$7k|7t

@tG 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/params.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/params.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4e6890cf489c997df3aa2f36ea9db953bded3f1 GIT binary patch literal 29236 zcmeHwYj7J!cJ2(`PXZtSzDa;jiF%OK(|X&o9$xucly*g}ZLYl##2HGEL6AFuWJ`e@ z?#4;DH_C?h#wjydZxxf;yCG}$*4?^Qsq&Bf&3`(@x)+5i->X#eBmR?uicV@vl~m@}SS@o|*2R?#9=r&*}MdzuzO_a9{t28y7Q@^tZ%R4tqJU_Ls6G zeI#9#6iJcO(l~uv((;sL+#*xhnzl~a#%)vfar=~G+%e@GcTTy+T~qFH_mpSc!)a`3 z@04%c$63{FwzM$A7ux z-5k?}n3&paI;%&KuSkRO&nfBXpj@<_%iNwCbQZ0rGk1%wGs$#1c|ENbZD&&xxuWg0 zR5n+1U7E?IrZdTO(RD@r-fcBAp%(2|GZ5i?=ehTiQ!{B5LHGHTnpQ4kCZ`82Mfd4U zW;&P5sY=nKs56>6LE+EQaHK(N(R=yLv!_SLE}Thxdw;P*XU=`=%7sg#iHjFTFMTU9 zcJ=aW=ZfyD8AY8;WpE)!;%X+V<|afj1*HqpvDO9hk)%rFvLcOJ6nWgLSjKINb=

A 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/routing.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/routing.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4cd7cddbfb32fc33b31edce6225459bf43393ad GIT binary patch literal 92502 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 Y=cgQC*P6ps@AKemDtog71zEcP1wR81=l}o! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/staticfiles.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/staticfiles.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c31496d52a527dac96b4153afb2ace145022d32 GIT binary patch literal 254 zcmZ3^%ge<81e{6l(p`b{V-N=hn4pZ$LO{lJh7^Vr#vF!R#wbQch7_h?22JLdAO)I? zx445#5=%0Z-7<4hi~Tg2ZiyC`Bo^hQmXxIG0a-wqG>}XYGf?$PhR+~Pzr6Iz5{vZ9 z%ggoiN^^4)OOiA6%Tn{o^m8(k^b0CWGV=3`^$ZR5i!)17bqf-cvlG)(i}lkIfyNbN u>LVGdS5Wzj!zMRBr8Fniu80F@G$Rlf%L0iH%#4hTHyCU#U_(W0KotPRutt&q 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..065d8c4008b24f1ac681769f56982020992acdc1 GIT binary patch literal 256 zcmZ3^%ge<81e{6l(tUvRV-N=hn4pZ$LO{lJh7^Vr#vF!R#wbQch7_h?22JLdAO)I? zxA?s>^Rg0+LQ-=JauQ2Yi~Tg2Ziy6^Bo^hQmXxIGl|aNZ^U{l$ff`madP47UiUtl%(pF040*a5=G2FwJRAugS7ne)Gtdc(l0MB z*Uu}>%}p#x&d@JQ%`4N-$xPBOs4U6I&okCDG}JH7EJ@WZNKDR7OiwM=PfG-vTac-b sFjKFf@)w6qZhlH>PO4oI2he0jATE{#5+9fu85wUdSYE(}ir9cE0NUe4U;qFB literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/__pycache__/types.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/__pycache__/types.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..149b867c27c8a57e7b774c4a13893b8ecfcdbfda GIT binary patch literal 911 zcmb7CyHDFd7(d7F;P7;ZLe-@#8EOmlB^6Ya282L@g|>sYi~SL-`W(wXAeowxp#xhp zFfdeM%aQG?*Oji`N<-)@&*N{Jp6_+C*jZhiGl1EHPy{-XUe3$%}E5 z85JBwxEcXdmO`I0c@rp8UN;k9y1=(MW$K$atj9dke1$VuuLlsZi6!vsDW(wICUCfe zTCMNI0WqUwBWVUWrlFsX z2%RN#dJQP1G)+eZlQWt!tKZZHCa{hZCWkR)>T2vSH@=`N?u4$F++CcydwY8>?}A|J zZ@aq?@48V~b(1FDuE&p@xj8orDLhQD{|?t6bGL9taT2=y4{(y^wXs0z!A=A((ixtV zzc-ZqxC+yLsrIJnkr`&-3XgUHj>ooZIu=v4xh^ vGfMmZ!GjOmZMj`JG>&GEvXjbD4&D5xGPJB5)ZJ z)1O?7gSshW%9>+l4sqs;C2NgYv$mKmYmeEpj+i6sj5)Kem@Dg!xwD>_C+m%Q8LcJb z%lcz}R^~E+SOEH4GyAe_v9@e57R-iXp=>x7&bG(evmLRHY$O)RcE&mxy)Dy~?T&S4 zdtyDTZqM{)`(l0B{#ZY&J2HHBAU43t&dgwTC^p0q(MoNCOK@j~vm>z)j+lt({{$xZ zX??aNwqJCJZn3YkfoZKRnG7wXg69~}30~179uT7fw`6X%3O;dc$s+h~T4D!<0JQo< zml$ofL)$)R8y7gS9ezQ9gJ0W{T?hhgNVExI(J9)+s2DN6v)Ny0hjyEx-T|W+6FZF5 zLIg%1G|+THp8-R?3+je33Ekq5&|_%#iJ_&C(0kJwn}E^v-Qk3OF(mNN>(5@LJ=|=< zz)f3hlFbrVWst2*bjcwM!D>ti!@>xxR1{WcKhzHiqp$`x(bh7n15d#DVD)W66#5(% z#$YA7#h#Wv2cLlR{SXH{#(~GQz%7vI#Fr=q^HEOqq@=izkQ2#FLXx6R)w}rS#Z&RQ zmru=|Jv0B3YCe%$RV^n|Nm=!sUzQV>GvfI~p^(a5Q5_cwaw?xoWK{ElD65vm)q<#6 zFXaHIT9OG#2JZV_7ZcacimS)~Y3XXzp}H@=dGf^k;+eVlYtyRh#e^iz<#S7^E2`^! zUJx^SP?3b0I!= z0#;OYOL9V9mf}g^rP`<{FVkESyVfr=6!8D`D*!$sMY3+f?J9yIx=tu7%Le))`2=d8 zHZW^kkrT|<7`K8M%9iWILtwkD^NX`KK&$4%Z@i(JrxDB`ID+6Q0CreST$C?=2V}E2 zhA$5R-!K0QOTPyIvooi1a@0gYj}kSQT&5J4)-WXr^eEx^?@vx$Ptd8Am6fU7ayFZg zlUJv%i@EDlnbhT}!m4~VpPQLHe0WNNwVNm;lGhSfL}_XX1SU~PO)bl*j5JwTRr^6O zFXx5Tcp{U@uZTi?DNl`Wqf_v}yilH4D7zQSmc_4uAyF-bgnYGSdvFQa z_MC>oN5r@lGU97j8rOkc0tZ_JwND$E)(wNLG0oqwzkgtI?09r7YF5n>oFo$!RXfPG z05gwr^f0iJaF2O92~Z7P5#>0J4FFAK-J}z6^$W{vHFGdI5O!06OOZ8` zTyKXb4Hs>Nea5vdaz%5|exLgUdVbni^EF#80F+)MWvlgDvlU6vCYbJ+)|@SGh!mZr z#_kwi4fek1NO7(E#gSakkI}=(OfWV}(OR?%mOHk+J)K0hH~9KhF;Bf!CK^gK?K{!=GGAi7udL?@SrasIF1M#eHP2lAwXH6C}tGh1J>cj^qCx!7Cu3*NIaZU zo{CZ-pOZwM3C95cGANGcc+lg?YrK3lA@hkhVaxfH#3y*YYhBsvJ$MwwN&d_dznWhL zwj#eQfyDu8U1zd(zBziGDX@d-{20pv;^dV{o>`~Ae6=>dab5tsG|tcGbK=`k_OfIm z2S^F+9Dk)|bKuSLRk1lMb^!P#n$I#k4%RrBm6UvyHQ*WL^M#t-;sr682NMSC!_KV; zmZQN_H!m;XKqmQD#e~3T^Hh9}zbeZG>A9)8cAS(`iQJWZCO?_XXQ$+4UpF}hwmS}A9y#fZ^@gviep4^jFj2Et2gX+_Em?ERJ#YO zJ;POgyxQ5PdF@^w*b=YrE3?xHuLGbl5OP~XJO0kHe+cfa)B3aQ82WC<6ZxX+nX>yR z&{;!Gu;U9WKK`+9;*oDcGugZ+xoTIxX2ya>n(!;L!w>HPprPT?_Bos(%?zBr`|djl zb-{0^-6v+rZ)cx=@re1?;KU^}AUQ%DMNv|%`l_A-x`z2e`(cGYs?4wd2jI^+Fkn!r zU({3tPvI7~ZkG+}@B=VlO>+jyxuJXrDC|}RLpx-HdM|>v(rWssy=Y3~7}&LDDw@{J zvbSDGeliMe?b_4#wv4h`yX3Zdi4bF-rb7;6YcacPrdwRepjeyz_s(L?Tr{s=k~@qP z>4y3(n(puA4D`1^^`kz7`8DQKGR&pPtJNr-ByaO;78xC?+EujN;_jPU$6hoyxfU&H zJjU$8H{KqQhiX-Lz+N?4i{|^5Rz7Q1Xm6}s(Hd`-Njg~P0{CW`q(cULvrN+U;F$n@ zvrN+M2Kr{1q#NrA^vyC!M-24MGD$bK66l*{l17cjF2Fa-B;8%d)5r$5#0l1$4w!8N zdy=%SJoIj~0Ui2G?4sQ*yJ2W~!oFDJjefwRx6T82H_Ig5XTUehB;D9`pl_B*nm5ol z%OpKuz#Gb?!8+dfY@IC!y9BPLZC-7Q#|yQ%N;f(2IEF3p_+5BpFO!VfM!86L?G>%jA=Zj5G^{I^jPd7j%xl z1H(ehJZSDZ*bQ`kYbIX4Mdrnn6rxedA&0KG0gv?ux4(a9;w@-J5a9FDSYC=lL zGNl&~kEej52vgJ+6qSu?23MV;_~H_ymmQC*uDCuw3CcF`ewM*`e-(Q$w+l_7>IB9R z_JA|ZJgg_WUTAW`gTvS;o&)8t`fDz`2t8L4tCH$!ETyD6uZgSrYa5mrVzMmTG@>JM#rG#hb* z%J%M^jG^o^Ui40UJ6nkyQzFNJGT8q(IP@quR61V?PAkFb z4M)`-EW6>wfKrB^d-!&_W1-TqpmZ#3yj&fd-Z;0_Tk(um!-GnA;&J%MqwtYR_-Q5l zGzgIw92fwb+|J~QYA9Sf2cFAR8+a~LZQ!{~wQV{S2t-fZJzWVLEC&vLYa{!HwypPF z4-S+AbCtlH5|~>*18%~dsr54oM6K=JA6{EObMr!VV81f(4C4B#k={FAEQP^cxzmTG z_G<5-(#yJZRl9km`ygT?#v(tW@J}JOw`%t&_706$tS-&eBLD0V>>{fP%?d4F;pzDX z!G=?D^nl0Z@ZS6@)^n%taMiQ#_JwNa2$1$8X+M(oGtzD#?HOncqkmZGpTT$cR1L#0 zjI%LIi}$f*;E`pZVi{5_LuJcQ)g1!AP!D5mSrPIHLJ~xVU3e}VZq7DTTBGzdxNtca0>6^VWcbS%$7J)@p6(6;x*2^ z+V`jDNUsC+UHD6w(*kW^BUbOt^O}is&i=vCRSkwTr`2lv3gQFXHwZ9NuxTFB(Y<+m z>*VI~&ExCmc7ov#pWYfN1xuMqa7GEvte>m450-;Z!CiXoS8x66Tfcng?mK!Nn%o_b z8PbKzN->p3(U`Z`!G?hSC$wOe4(F*~ATp#WWK4KC*&qmM6i{|S(%Dqpo5nzIyCGhZ z=@s%b$moGMnPhjpAM^4WG_4-EU`W!JP{01*`UEhaHn2?m;0+*tmU)^3Jk29uLSbhc zsk&LF38H#P&GzwBIe6;c;`Ye>iOR@PW#s6Ceagu5 zk4H{C8aYuJnNvpQpdIekt#xJ-sazbRf7Pvr$E=dXnb)tzHopg21Gbqf)mvJgtxF0n z{oS{K%Nl46$OjQf+rDJXNrphHn)xtI}Ac$gtZC$*U<#-?1fD&4R2mL7k)eNqWYSkSrJU0#P zL;nV85c~)Hr7r-WAPzikAAQt5T4|3e?NN>RtV0aka&4G5F70~!o6nX#J#g;?y0)Gz zE!>&?>_{bWNC_O$z?ba(17M%JH(UvfDuGeW3Yc#l0Jh#NNq64azEttdD4v-zyZ7q#B{$aQ7rT1rvy z?QkJgxA>k+6Ra%#K(nE#`+6P#YPKcN4!A)Wt%GQHgDGs7P}nxJF;~#K>5`>rPMSE_ z!rMKVS%`8s9=mYuFT!^wFjcUhJfy8(Up`Wj$^&utpT)T@by$#q!S)tOHOjY_2Vmr>F3lNXFr#M(xuJ{Q$^+4}a-20G0;x zMK;cFodw5o{Zus&hWwW`!oY?FvQAsWU+~iv|BT`XKbCVws=^I6qO#eAwW5xs0k=$byz$@(F(EfMzycNhdnAT zQA~JH9I)!IyD#uOrd>V6lkGU&l?d_)*f6o%{63#6iNvoCJ=FL^04;?P$w!mT1i>26C!D9&e_Q zAsVCOh&96iRLkXjKEpmRvF|D@L8%8Q=#envrE3q|GCGIg5Q0en-#d;$8g@A&&eD&d zipNFjg|&rU;kYVsuGfB5;$LUKDj6=f-kQn9nKbhM1=zf4Aq_b&0Rv!7;i;!yr? zL5Og3T$#N1!@Ekx%TKzit;2<({}8il4#2tK2CJ5Va_bEm)Y=ZGqhjfRfC}_B7utNM zbaK1%?uE}6A4LB>ULHQFgipay!?^>1U=2zxA9soSJp8%zVD4e)^Peh*PlIIu)bEby z&nLh^jvL>Sa2VqyX?y1Gd#tz@_{h;?)!zNpgGZ_(Q`P-r)$ac4%yBJvkPB%9K-J~d z%<$ZG`!p*eZKR`rOD@fAcb4WMj#Ao>Xm-Rqh_8J!dHZe6i8UAThc-`cO_W2Uitm8t zMx2KPJ2r19ZG)N@t3I-?bE^~LPtA|j0P%!2=Wf5C?Za9dakrJ*rWDs9eJCMf3us|% z!9f|oWsY3r7CFs+gaaj22UT}iGh@X@g56uQ+r!(d_op5ldFcGj@$%R!O7~f%?VR4l zfsCE?eoYQqj`MJlsyCpS@fqpXpCbp@bJyz7tbo@@E9kRwk*zd@0$gN!fj#zufS(&G zSxO7rL!~$FLS`ST4;CK|J(M0E_{}@4TE4i*o_oQtpKAwATy8(GeX!jAloEJaGXrY3 st)m?m%-GapA?8NlcV*Rv4pbZ6?`UunY3Mzkb x*yQG?l;)(`6@h|;5r~T&fy4)9Mn=XP4CWV5(G3Rg3#jM@gX0BksE7k-3IL5PXAuAZ 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..4578420a812ff2d018203fbc7429820e7054e3f3 GIT binary patch literal 193 zcmZ3^%ge<81e{6l(n0iN5CH>>P{wCAAY(d13PUi1CZpdM*}NpgmMS!!OHeokhRenDkPMt+{Lo}rPO4oIE6@^7&-6`m!B6n`aK6!m9Ywyd9ul119FZ1vz)QtYZpoG3A6R|SD!vD_U=jCPmI z?9#5%py0s=9dgj2fOYVJC{o8kQox4>&@smxcY!?+dkPSsKo1FIIH#QQ-ttGJ>8R;& z`0bl{-@N&I^JYGa$0Gz%IRC@ecL74a!$LDb*-J0}0iQ=iA&Q_9O~?tFFXt1m>{I<3 z%~36o3uwVyQ0vL{XrWw43+KX~-mgZqXfEo>RE=rzTwEYb@R2_fCGe0a!6!aKzJPx{ zJ%P^`%>v2wHkduY44ugAQ^M;c75Oi=P5IogBAJq`N`~PEHVaHuQbE_hqVKw)o06(Z zd6l{J?Sf&tp?6DWp{Pr$8(L={mYFUyH*mLHQdvrHBkvRyrmlMJ1vj?N~sqUc6MQ7bBC73G*Hepr^&x`xM~ zU$;*bC0#F?5>DC>MScouc?cnldcR@v&&dlA$xqqLeTiotJa~}N%bF&c@^NL$RvY)XbHl?oY!m6)!;au%QxM#NMjUE1Zn*b@SF zX)FR%+J4_A$1RH4rsK8g*~;qP8~cAgkpKR^6PvK;EM(h55cp8jQpZlT9QHrpQtdn8 z^Y-FP;fVka2LF1h?@8M}gcKj{!!NMIxPu*RZ`Xc-9qD4z6KqGj*ntz+u`YJ-1a_PS zm3D6nDLp5!d%<>J$1Fq0R>HYc>@@4|&_o)V1ZW17C`)eoj`hb93n{S%bFj-syrCKD z()2bo!(E!bhGwKobE=^k?b4iXXwGzL`Wu?Fpb56muww=Zk2R1x$Hrhj$wr&=UDgIs zgFc}QeL4J+zg=MCz&~lF##z4-ZC}N98TuXZ`aP?hc}Q~?y`Xo_4d3!ko1~i%wE7gb zDV0@I+>~Uq$amdnNiw&^lEfv=aAOeT_-?Zl-)54+c&jKEi#r9@EJpK1rA3XkpJ+GP z3P$`mL>X%?#bA?msSHup?MEFm%(^`)6E82g8;aay3Iud!@;OlO3;<5eVCtrU z^SHo=u|ZrEOGVfuoU$l>G}Q8?bcX_s8w&sxQX3t6ociaze_j7-;+f)Hf6Kc5-Zy#s zwL8vhckH>WGncie)}5(!Yvk@8{iJsfeqOXr`S@jMzm}Tdr{T-{5fTWv4lY&UKIUh! zjH|?>2m=V`5XKPBBV0fjN4SXKT`3bNdDmDHB^)ddBH%LdDTHZ+-yqB&q!4Biyw$k` zl1uZ&qRQv75?71k!-!u;7)0={99%O#+63&}xD9tr$2B&Ys{Y|{(wbbdCzqVbrONI7 zf&CAh({QsbLAL2qZECi9?{LAITDGT_ovG!@+xwIIA36OOExHWZrpvYIxhgxnWlgWx z(<{#OO68sXg@cHbfO~KSvQ1Zh1>=8@-(*H=M+j6PdOs5aw+< zUz@pP(ZPdIHSsuZQIId$^ipj$ZPDR_nd;TYKm$2#({$}J^fOisJxzQHOpq6Bx&X#4 zI&?5xop^li*yfdM7Cm1beme0fRDyiXrq^EGd@fUY7akT0^i*(?GZxK2wrQp|I9hpg z&$Q?$WSfq@a$>8uzh>5*KUu3A_UeYSx&bZ9U~Ic;JiS@{i!*lFNnUw&?J#jD9}fR} z$x6QN^xd@R24tIV98n=~PdFkcVcpNr#nw`%+-U11%M6ZTrG8q1=5DE=Z`J+V^K|df zct-$Va-Q$HeU0Z>8e*#k!Oc5VZn9b1jFag+ylA}#V*NCE?%nC~KZS18-<7}TzXS6a zKaB4Ij{Jfk)X0qWs$3&0*8h{gCDT@Cu939WnU8|R7d`U%gt;Tq4bQReM}+5o;5{6v aGb3J`K>?Tk)%e`2|Ix!%)0e5<&io8}>_x=@ 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..a68571e3a87358eabb5384393b9714e06948797e GIT binary patch literal 41933 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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..6ea82625fd3c4ddd451862b82daa660458fb9ee7 GIT binary patch literal 260 zcmZ3^%ge<81e{6l(yf5>V-N=hn4pZ$LO{lJh7^Vr#vF!R#wbQch7_h?22JLdAO)I? zx43*WQ&MtL%M*)I{WO_wi4>P47UiUtl%(qA!X=8BfofMWdg>gMxiCQ&MtL%M*)I{WO_wNfwtR7UiUtl%(qA!X@;Q^NWg$n1PyBGJFQ<{pF`$ zmRO`;US6)BSDKrfSdyHfUzVCzrk|6Uq+d{3l98WhtY>JbUz}Nzs#}nloSm4STCAUz z2sFGPQy*clKFDCbg34bUHo5sJr8%i~MI1om8G*Q17D#+xW@Kc%!QgfQ8!BQ0ssI28 CGfJWW 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..9b736a18c15b4813af1bce53f400a88085400364 GIT binary patch literal 265 zcmZ3^%ge<81e{6l(*1$-V-N=hn4pZ$LO{lJh7^Vr#vF!R#wbQch7_h?22JLdAO)I? zxA@$nG7Ee&Q&MtL%M*)I{WO_wNfwtR7UiUtl%(qA!X@<5t1=6Un1PyBGJFQ<{pF`$ zmRO`;US6)BSDKrfSdyHfUzVCzrk|6Uq+d{3l98WhtY>JbUz}Nzs#}nloSm4STCAUz z2sFGPQy*clKFDCbg34bUHo5sJr8%i~MI1om8G*Q17D#+xW@Kc%!QgfQ8!BQ0ssI2z C8cOQ` 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..b21079fed6d2f5dec7640a339d301ad6b746a61e GIT binary patch literal 308 zcmZ3^%ge<81e{6l(u;xgV-N=hn4pZ$LO{lJh7^Vr#vF!R#wbQch7_h?22JLdAO)I? zx5Pa{LIQ$=Qd2UEQj<%3GgDG>Qp*#IQvEcUZYdR)Bo^hQmXxIG<-#TOGD=Dcii@Bc zikN}MtYr8MGVNEmepzCXetCJheqL#AZemGthJIOUUYUMQW|DqEWl2VUp0S>xp?+~@ zNvdu^Vsdt3dTOzLS|ZSvf=qpc4f-fH=oM7{;;_lhPbtkwwJYKP+QSIM#kxS^12ZEd S;|C@tMy3x81c@Rxpbh{L990bf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/trustedhost.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/trustedhost.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1aaa0db13eea16035033f10a0c98f007baf953a0 GIT binary patch literal 302 zcmZ3^%ge<81e{6l(sP0IV-N=hn4pZ$LO{lJh7^Vr#vF!R#wbQch7_h?22JLdAO)I? zw?spVN{dTUQ#|sEOMEj^QgTwu6N^&)G?{KG6qh6x<)oIBr0V6uCG<)l$}@nSepzCXetCJheqL#AZemGthJIOUUYUMQW|DqEWl2VUp0S>xp?+~@Nvdu^ zVsdt3dTOzLS|ZSnf=qpc`T9ua>lIY~;;_lhPbtkwwJYKP+QJCL#kxS^12ZEd;|C@t OMy3x81c@Rxpbh{s*i%ga literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/wsgi.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/middleware/__pycache__/wsgi.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f0e40335cbb9132216862256fdeab99949df569 GIT binary patch literal 265 zcmZ3^%ge<81e{6l(*1$-V-N=hn4pZ$LO{lJh7^Vr#vF!R#wbQch7_h?22JLdAO)I? zxA?+?-93FXQ&MtL%M*)I{WO_wNfwtR7UiUtl%(qA!X@;|i_JbUz}Nzs#}nloSm4STCAUz z2sFGPQy*clKFDCbg34bUHo5sJr8%i~MI1om8G*Q17D#+xW@Kc%!QgfQ8!BQ0ssI2D Cno6qx 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..76b6bc7e60681eff58196f9d6de99a98c12f82a4 GIT binary patch literal 188 zcmZ3^%ge<81e{6l(n0iN5CH>>P{wCAAY(d13PUi1CZpdM*}NpgmMS!!OHeokhRenDkPMt+{Lo}rge542v0~7*ZIc7*m*{m{OR788lh! z*npC^nB84NZZQXhhTLNDaCLOK#S-8j9CC{_z%j(x;})BXtB-4lYn7<7esX?pL4ICp zUP-ZjadJj#Zep>1l?+zl>fHR4)SOyBP3BvIzOEr2{w~4s;hrHL@lO6Ok+-;lT;1XW zfP`nnEgld%#ML*z$1%ipCBtWstA7RPmn9bImzS68=auH>CYB^;=$EDDmFeeXCg~Sc zmSp7T8S5Du>KA90r0NzVCTAz6rxxp{B^H+?7G&z@7o_Ha=;Zu7pa9UZdIgogIBb9} wD$Pl?E8+uMzzD>}@<8GPGb1D84H4H15X2yOgIA@2>juAW0}lum@c`8T0Ntf&+yDRo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/docs.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/openapi/__pycache__/docs.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7d373d893141d11cb0e3449dab403461d868956 GIT binary patch literal 11436 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 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..286dcdc987d971ab90bb0a0d3e716d310dd1a196 GIT binary patch literal 28934 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 I#{|s(3&=&wX#fBK literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/constants.py b/venv/lib/python3.11/site-packages/fastapi/openapi/constants.py new file mode 100644 index 0000000..d724ee3 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/openapi/constants.py @@ -0,0 +1,3 @@ +METHODS_WITH_BODY = {"GET", "HEAD", "POST", "PUT", "DELETE", "PATCH"} +REF_PREFIX = "#/components/schemas/" +REF_TEMPLATE = "#/components/schemas/{model}" diff --git a/venv/lib/python3.11/site-packages/fastapi/openapi/docs.py b/venv/lib/python3.11/site-packages/fastapi/openapi/docs.py new file mode 100644 index 0000000..c2ec358 --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/openapi/docs.py @@ -0,0 +1,344 @@ +import json +from typing import Any, Dict, Optional + +from fastapi.encoders import jsonable_encoder +from starlette.responses import HTMLResponse +from typing_extensions import Annotated, Doc + +swagger_ui_default_parameters: Annotated[ + Dict[str, Any], + Doc( + """ + Default configurations for Swagger UI. + + You can use it as a template to add any other configurations needed. + """ + ), +] = { + "dom_id": "#swagger-ui", + "layout": "BaseLayout", + "deepLinking": True, + "showExtensions": True, + "showCommonExtensions": True, +} + + +def get_swagger_ui_html( + *, + openapi_url: Annotated[ + str, + Doc( + """ + The OpenAPI URL that Swagger UI 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. + """ + ), + ], + 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""" + <!DOCTYPE html> + <html> + <head> + <link type="text/css" rel="stylesheet" href="{swagger_css_url}"> + <link rel="shortcut icon" href="{swagger_favicon_url}"> + <title>{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..a2729c25ccf6ee5802080a72d9151c11b535f2f9 GIT binary patch literal 1066 zcmZ{i%We}f6ox&y-zJx~5{d+3!-62uQGg{Xv_Yr^sSQoV!kdvh<2F|2R*xr9co7}} z@d`YJm!oW1u|Y`Pb;YsM7Fi0TU%$R{j_qT6{LQu-2)_FH@5`$qLO)e-_Z4p8`Uk*Q zlAqE>$a^k_|Hv)HExcN2Hk1I8px7cuwm^L;aaO0P0l z`+dwqSoQILixa__r?$|ZP%q<5EGJ%^P<1N%B%#rfKZ>J>dg6Gny{eLgxih-t@IVkR zDJz4mN>d>cUQuyXSxs48nR-*JN=(%0cvEFs%4}tAWgTT*u+=uSja=rt-nyZi@qqWB z@*Q1+qnoiaC)`;q7EY9fAraoxnbTmxbAMUys5noV?PV%9`8c~^)}Kz_@AO>SveX?Q=2l5M22#7EKTL;sWg?N uJ!vXO&!nkMnI{q%%F(Gbm7}-PRE|DKQ#tx9P37p7G?k+_a+CN2xT3$1VmYS( 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..cca01fbeec0e494e55d8414970ac56874e121c08 GIT binary patch literal 10298 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/oauth2.cpython-311.pyc b/venv/lib/python3.11/site-packages/fastapi/security/__pycache__/oauth2.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f27d822cc1a84588f3861b570f37fd6382d583f5 GIT binary patch literal 20298 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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..a6a7340daf74a71329d7241c86a4b3c11ba78b33 GIT binary patch literal 3539 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 ZmjvQ3)_lHtK=So{zqBAP(SK-W`~!(2r_BHW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/fastapi/security/api_key.py b/venv/lib/python3.11/site-packages/fastapi/security/api_key.py new file mode 100644 index 0000000..70c2dca --- /dev/null +++ b/venv/lib/python3.11/site-packages/fastapi/security/api_key.py @@ -0,0 +1,288 @@ +from typing import Optional + +from fastapi.openapi.models import APIKey, APIKeyIn +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 APIKeyBase(SecurityBase): + @staticmethod + def check_api_key(api_key: Optional[str], auto_error: bool) -> 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..e0853defb1055c38a2d7dd28b9642a268feb6217 GIT binary patch literal 1309 zcmc(d&u`N(6vv(ZNSdTsf354*G2k#Edf1|g69^%VCSsM^rb;>x=3r&5w^hVRNzzW+ zY5xTrxgq|WaYH^K?ZgFD+HEK7Yy%Cc5*I|`d}2S_&)@g_K53c)*dy=#I5^J&aLxxe zPwKjJ@sV}jgCQ6S9v}h~ND8J%8m0wqOL-ZRg;^p(kw{P?IhZ3dl!*crqCz!UllJmN zgBn?Y3#0%GqzH?o1WTk0%cKG;WDzcsDy)(vxI}8Omh8!R%VY(vkUFfBRk)hivfdrC z2G>|$#A_!^6}&r?;Jsna0S);(m)l5Fr5X4>9>k--r*hXc4P^oQ1d2S<^6fN9p8Vn3$UmcJi_#O3Z>&&JU>@FPqm8^4?2D5kj^ zQ$wX(CT z*+yl@>>B8~WxS?Z(zQ*eXLTKuijHZ&G;LbC+Rh@oalpbZw}XM}^}-+y27zaWVGvU7 z_ON1O62$nHu^~_up(zd{79c_=>i9T54E&A5tu4J#3)3v8VTOZM2M9$Di6h4$bMOKR zRgOG|#<9Rr;3#sGI4T^A9951bjvB`b$1+Eqq1(7m3+(hwH28Iof5@O}GLQKMMSr1* zD#`jNc4ItWUzsbICz8sEi%C54uB0ZSxn7!2X09_Bu5y#Y?#0+`_EF2A5<;%$A@mts zuqkla)TeH!9~~X({)Di)8XW2@j;ZdA_VlaVKiXuuk47=x7`ubFtQI4k9ibyM@<%a3 zo8#ll+*1+^CmwzlK43lt_C+nmSy~W;Ss4gV&cNe&ZI;RjsTueeDCfE7|A{&fI>H%f h&ud@7`q}OFO{;%+^F@1js?5Y?HFYZSH(X~a{RwT@NnZc} 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..509c39e012d8c01ceea111f2eb4784aa578761c7 GIT binary patch literal 1814 zcma)+Pi)&%9LJv%+xchbU(3?23|cx!osuS9#U@JEuE6MeDU~*<%uQz8_%$(2onkv_ z>&(bUkPsRY5+HFH(gdyO0VECsaTpSJa_FJ*70$@gcG`)b?fyw`v7Y?i@Ap3M_kO?c z&+?Bf8%6L$*8Z#hokr*%*Eo6T*wgm@$oJb?*5AO-lK6y!-v@>Bpx*(Jx4;+lcEk=+)tpUd|aqtND@9%dftc&5cjo6F$8E zNiqMXm^bG0e0ki6t(JDKOy)~F*Kpa0tllf_6pJOTY-HQ(GOkNPt5OqHb9`)W+KV=R z-p%EV^w_bh(ol4)=q5L3+#H)*p7GBs;wGLwCfv2jO}F1)xow^iEwSD_MLfggJj4jM zk8d|dZ{4}GTyW3SbbU)`VO5hG%IqpsQZ7w+6KC9T_cyU#Ye=(ge>S;c*QtwY73;HY z6@T2snlAV@Y__|@nMT-))Sfbp7stGE@B0}D4OM8YX@ZV-puU{3bpD)oho*~qQxhr; z35w}5Ob)d32o;MOBn?@(v#?cDMGf=-y<+aY^ZED0{Ce3H^w!M}-d$V(8QPPtUn!cV z5qxVR=hs)MHI)rPlMT4#Z0%mMJmcGt2SI+D(i^bR9_dJmHMYE%4s@RcJMQp}j`uV5<_$xhi|4h$s6k4KM z*xueQD9uf%t5Pepu+l2j<+Z}rE__SM)WqauL6dcy-x4buVijwJ8h8Y8OhoghIFP7;NZR?tbKNY?g0jdkRdi68;+`c@uIQw~)OFXq4zf*6|D64W`<3f*LSV)jK+yq< zb{GUwu&*4lT!+01V{c(^VSn*p(YHWj2C;os#32LJfP(^5>fcnxp-75$6Q>;-#nPW< VKjS{=$KtMw? zz+nCe^84QFuC8uU8aq2lvG}@xbK2*=1xnd3R#!zFtDb&R7 zD`L&@mQV}3cE?)dZK1Y!d#F9$5$cF{hC1V7NR00a?TUAWy5hS-yW@L8d*XXTds%!> ztUKNl>WTM;dgH-RkUgu6?ThaZ?T`0``fS3SAXWWaTd3bIoE0SRJA&ksgL3eb>W`d) z@G<`R5gK6cci_E$+xLS~Aap?5DObt?dFQOXxsXthYUH6=r&RlnGjvd@lMg*3j$0l^ zTDMeROewqN!^Jymo+Z~6QUmfn!s^$E`ZaxIN6qn{ulZ4_`HB#1`HF6Xl{v@B#O<8t zbR-swT#Ly$=S)P^a?a7{48n_1Tze)Kv}iIBiRD~VsRfEMb$db1xvnPg^efPT5On7P zr;~|$@#_-(!}f~Sydx*NHca*PH4IM^NHD{5|8j~CuMaZnNa1N zds6;EN~RJEkAjX|U{2P;Gs$>75}ubMlC0z!=Ob!ZzO{hT!b1lR;AKLKCQ@=Ppq51q z+L7nj$?5ZORZAfgSK4tq&y=>Z_1}qv$L`itjhVrS6)3ob^2WR^u+l1*y*X_ zgR7U%P9l$7#p#RZ$HwuZ*wiapL_>d!PK=MCZIhD|lezj!=g*#-Dr9zfa$;)Y^u)zn z<(0AV(eSB>(bsboSH>p4H#V8u$qO7C4HsgexiuG)Gm+S3C8;H6lCd#GNh-P8NjaX> z+-9E?S;4KCc)=97s-14BcDD(c(65Sh6F z@=yoo@r1@RPe}s{w^`9F=tZti{RrMR|FTZc+oQ@sJYz91td((Di_F9#s`@Qjw;vgd zEB%zs5Cts5Lv%%NSkOlo!{$qR9u>YL2sxL`D7r$CwUm;WDRd*=3oiUS@c;BWg7*c@ z@@`qUZr(|@()oGECfS#5Hw6X!@`|8QF8O0wkerh1Bjoup<;xDqb%Xu#*ir?C%RT;- z73W8?!E=X$r>vD7~mE z=B5%S5k-YMDCZ5|kmZGNB!;P^oWzrJ_*X{}ye&N5xhuW*e*c5^%+8mMoiD$AA?x<9 zj_B@ooLPU}O6swD$4Y87k)F-C`we&hgNhCJ5#4=+y~}$2E5mFgayt~x7Qz_Y`J}|g zXvSn`D9Y^Uzd@&#b+qjxJp0(}Y|WBRb0Tg2n6=*&RQm_mTlLI z1A!q^cVUR^H&_{JE3O^@ zxLs*p%6VkMvO_r@nk|Dv0|!`aEOSl`%ZE}!QECz7yeg(iN(Ilt%0yF0IYEyd(S#Os zDyQfHn?E&$YK05cQgi-%!C~GARi$Q&IQZ164qr=3x5KkaB#u@nQ+W9b{?#sY!P~-b zcL=_~s_Q4m?;gK*^uu#{OTX?dp1*AqJie8&AHDg`oA1r*?hc$!d^-(ad%8vU?Z=t* zx2GF7{JpxrHyh|k@7oCU>4ClnwGUm!vGe-S1kMc>etw$&@@EL2)b7`7_iuWHK)vA? z)2BE5J$m8%ZH3UXZ+-74{rU@+GR@;g^SJJ8$hw<11-q*=>)(~Wo_=G)KcpAVtiNOB zEhK8}NvH1L(T|+XG@LUU&b>X6bvJAZHrI)4K>YAf`mF~)FnV6d>>e?8kLX=5>i(B> z&r3*VHgT@NRH!OX{GGbLld+B&^p|;f^H)#*H)zGW!i5~Na~4cjcF7e*+LjyuUtqVh z6;j1Ju8>Erl$>%^X`Ir#5)fvW-0wI)LXjVv6$p7*9wnvBVuo&s=i4@3<(7EWEZz>} zQMKirUlIXcouL5WYe|W$O-`vA?{-Q%=tU9Gexg+0KO=zQt`ZmZl=&4=Bl(_3E-px8J*LJBHsdj(sR4qug#~haq zOO8&d74P<%@498n+md)~h}VPhZ^v)1)FB5^iy+3b6ZiWh7x-$FLJcTwRK{TFRi+SWm9mvawswH{Jw`OEn zlBGV%B_WOwm>QW*$hS1!DbuWNq7sR!rIi>#%8}`9M36!^=RAdR&ow`@yOm=gxbYbi zF5%9EZT|x++WW$?eOU;b%yQXg1q)?R&8Bo|1P$_sWJ_CsS>fqc_)!W*er#K|p+plx zEekdP7Hg@1DAm@I5xb(0d%|apX?>%SjFLY}nF?Zg3U8K$v;~G0o}$iz1=I-|L5loQ ziu;jQVL?NhXXa(rR}!?QLQaCPB`*`=Y3-I+xGXMTDA8;gBorYWD8!UdgD_z)cCb4_ zNc@gs5>(=M0+^3ud}%iq-(^YU^Il9UBA>f`Vj`)DZ|+j=oC((DTEfpJs5a!NbRo!9 zeJ>JA$y`>h;EDz1d+Y^BJ<3^w~wbo^6{ILQfxE?cUrW3?HMb z&g_BV!n;H4$)N6`lLI|)5c8mJqW`DE2+G7ki`;!3iyuEq`2r}^w)B&eq67^XslAlj zV6ivkkrBS)(K>(oPF0@R)x~(TJWQ zGSmoxy4BHlFB)|{8Go+<^zZ52+I`e5tosh&0&H2JocU2yTHvYKeMRiSy6*ZER;ihk zqF|jbB8bKL=*&EpLq#NjfYnrtU^!igMQ(%m2Sjv=xmx|<&f!BKicninudufBd2$1{ zmR`wK($d6wVyVv3H|Ep-Lh&0Auz3=wySr@oyVAq=Uos%0c!vJ?y_5JBy)!;B^+)ZY zH>j`5d&tZA74M@4OCMRD8_(#amks|R-E-(Uy+nGmQW~-@n<*h#VWp%i!q08v7*tkK z#^2@bs=NzTyB!AoJd=4Y^_4c{`LX{iHIL7cC;r;IZ++Meu~_#{txp;KQ@UqrYx_(V z^Ea%0B|499z+&zIcogSSnsVE6ltKrXDG02XFbC;P;G!_i4nTmp*jqCz*TGOun5Xv0 zkH9=mYMLBh&_pc>TnRKv2;Ktn^V63YQ$$S2i(9~_IcH~X&%|U4*8&K=mel6+a3Au6 z1h7k(olW~F@F$1jN)*FYRox2N5a$S>AJED8?Cn7)cbZ>aN(@Po8LBn%UFPv;D<(#wzl&Emc z3H7f~gKxiP-vP?}LlbK2M8K3WClrb`k7au)BEXaZZdHDO2til*a8)lT$r+fp!ZO)v zloUmBu(41Uajo1$P>S4kgiDevHCsld^wm>JJBk3x^!n!QN2F`Rg9R(&=`}pGp8tWa zXWGc^d;ST^DeL*?t8Z(dfHpyZlvgt=Zq34m{(w5zl!gQWveuwRW{doR@igGmj&-YbzUAt|oZl5vFipTxr*){eiSRp=sNO<= z0r&d3diRT#LETH|gE3=x?DN`<;fwn4#mBW>y06QObgx(UcH#Uo&fVomeAC@^+9Ffww zbH@Rh+8jwX&RU59qHL~N#|$*_{bhTR4on*BESc>lb)c5!p_$Stq+P6ZADa?_P0&nv z6!NzHx=D4Cz0?4re3NnrJm!z`awOpn%sy7R8!f5_*DDh>EATjWw#v2 z-J(S(&tchFD(9o+&xu{u^FC|O1A3UUKWR;_o4tz`z41+R)w+re(DoFsXC0W=FK9i* zCt9!N+8iGkcb=I;Q3ydVfGZXK9k4douh$pyLrcsN`@g9-848t4+F&6+)ahH++p2ml zuWKmFw(zjU zi15AQrQk&hW+*s`AlF(bxoCP1OHq})cO-=fonb|V7=}W#mSYl^1(O`5rvyxLwc9L0 zDwRx7Hm_;2;1#OuGw=$%a)QaKHJE+CkQLitNU#6BBP%CXPTZ5yhyU`%2RA-_Rqq(a z35);T<+Y^^e^B=avw^yIeUAdiHv-3hHIWHiGy)g(z{SV@&a~@(_4-oAKVtYtU>&T! zWZOP!wxdh;w8DXa7nbene$;h*qwDy?u}s$~qwAFJ>&&BBj-5WOTbF;{`bn#PgK-w}+0X(i4#9?F^SQKNg58g*oZ3O{55i7#3Y{GwNHIj(!@%pN(; zUYnh1j-2$1i+cY_y@Sp|tS3d-|KM=O^Mc`dK`)#f_`9KTC1uvY48VkW5Da7x;~?m# zR9jF4^~<&*i^tOFv?}JY2+djz0#=q{UDm)(O(;^jNR*_oEVWh`p_xi;L3l0`FIj%x zz}+3!oeI0K?6B6k*qUXR<+|d}A!;l;(w0Tf>?fEfmYuU@fTO?ZE`78(uwn z?**fFZ#rhw9(pjPLnQT$KqXz*`u_2s9#1>d^4gtDZNE|5ulxELMKUh9y;bV>sBbAT zGUS7%@S`|rHyB=4x`FI4*jo?lD!y#DqTy0}hIP`M7Dz*5#|~DmNw{0e?R`$UW-63x zA?q#WnvxhvxE{>&{QAjrJoO-XpsANVc`}QR~1)>%hA9$(@JtuV2ly zUNTxQ!7gzTtjh4Vt}U(a`DD=O9NF-W=-v@){I@=H{dzIeI$^XdaZ~i!hu!1Cc_Gww<*CWdo86g z%hzov;qvP{*=nKMB83>7og^_*H0UB9^2CM77CJUi%?&Ym01>Nql&7D z&~ZhW3A!fuULs9H^6EhUMxj5Nfj13lwow&6N64#NRHKs2I0By>^lD2!n0a}Z zXt5WXD4Gbf(U=?@5XZ@no`#E;f+?0v0E%-bn``n+Bvt0lK~=-bo{%DnBwl8Y*y72{ z=T&CpEQ|_eK0xO0X;|jB)F$scq9$i<$Qq)}+?*CsjF|5R8sb88;Z!8`CujR9L*h;N z*^(XX1R$1K%*zyriQ6I~V0U0+g={3`&nS>ZjmxC;j;iq@$d4FnUVQ|``qNIk8z-B&R;1X3Lx4`5+;12e{A9m5sd^lgk&ObgrO!S;4VaiaSf*0 zMH&p|fJB)kq%EzBM=%#vj31ld^YY9MW{P1w%&WoDiIJO06ifX`HN|Mgkzh-1+jW$s zJ0_X0y~Xd08Z{0wLY{mjjm&~kFh0YJL9MAt>U=U4lb*$YN~(c|!>9zJMjeTbVDt-I zgK-pVb;xC^tTvM=Y|e;tpOjJ`Gpg$(rNC0kN0L#MIcS{UV3;|>p!#Ek%w;%HQcKE= zCuc*+hkctI;$YJjMyMv^@_ce}OI8s@fgeAn9_v18If}Nll!~LHmv#$L&4}9BHX26E zz2Jhu>1i>ZifK`TC)5RCeJYq$Lf*<9K}aH8`=g*mARI+>AUBEV@lB^_u<9 z7^P`0WaUe6smnL<5shGrnGai4f&A-h|gtK8{}q64sSo- zylla`r8tK4u5W+WS}%1Jcc!*pc}XKZSN^b;SiU1hX|cZD-q-CT z5LaAq`10+1Z*=9Qm6z70jP{|Gmmb$PuUvwl{Y70+_tLq3^@}5C^?o|}JGeb8n{ND2 ztG)00sgEVj1P&U3gG@|cc_~}lXw>#>3ZCl0^--hmEW3h&tFCoz_=6YMTQar7M(yyX z;Mh5sZ4*DZ_^54YqirbDcF1Tuv^usr_GMdNrftAz8(1AfZBVbecBsIx709=h{)tW) z{f_|mmePNz3klG)DJctZZYZU~AKNO)KhlD?k#GJeqY9c;mU&{GA<#G5lmX;p&Wb`F z^lPPRD@|J!MzB7k9Yw1|=^gVtwUmt+IclX}lt79bc9gacZ+wL}H;8Azlv&ar*hTh< zv$QmlFs_?6sIvZZmF7=gvR8!Nf<|ia{ILg?QnI+GNxQt|u=Yl2Ua(H=Dn^G!qN{jU zT0>aL>}iX-%@Pln#d(emQ??%quM1Me9s3XYb|QAQXj>F+IbIhQZ9#YB3Babh%y<1kRJJUVQw;8t)E!U3 zf1Z}fB=!t(|CIiI0_uqyR4x`d23JWOqF5udsRTT&i5nE*BV;Z>1KQLXfvjaIW?K+6 zB2K^=oB=fjZiWmI0hyRpr^S0HD4qmDA3p^z?Kz3GuNgTJhd~+C$_ln2`48ofnqQbTLlV3fEd5QLaOnA+z_-;tqX*#fxTP>ukwk9z zFh#fz6#9;|H}H-m*&{DM<308-5QT6dIHfWHy*#(Pu*U%Ff(-aeS|$Lms5(zTo;;xm z(lU}KXqR`B?KAfr5Nk=EpP*akZ%LnT;hE`yqE| z@CAC7?<>Q}<;Z&LUg)g=dkXC{`yd`wugO$xX+V74A_dTfSk_ypMP9lt?+mdQZXRm% z8qhz-#8AaC8H*6Kcmo)nCfo3>TOcRCi9Ki`nTfkmDh?E-uBk~rTwQPi5{&W3G(@fDT}E}6OI*1;tnfpsd19aMunY1S~4ldl8L$Ke*kL3 zUiF=Uq>!&h&H)jN!`Rp98N;pBr!Y8Ug`roLC|(t*PKdS7$jTmiunR7Sj8ek*>Vm>1 zAGtp<4K4S1E2#Ym;^rKnn^K%x#o#UDr%UxkiXSLG{%b<9qX>XvFOyUS1^&I1?%jj) zam`-6ySOP~(_UZMkgaQaR5!d)H=LaB5c1yZpH}E?gSwwi0N6)?-5X?Mx7tY7E4Xc{bxIa_dXVmtsYsTRCM(wy>I}USH z>p-??=(8)E4ts0E*8&1qoLaFp)n4B~_9i$z4iMVCYGZNrfh(DoDWhddubax&HmzLz z-D7_nNr*^M2p|wX@^xhYLLa*n9`k$`SdGz`q!NXu2?w z#rf#mJa%v2lw)})0`iBhiEXuG8d6#Sv0RhwgQhX2HJfBbEdo;}a-haAmIbQiXJUS5 zg=GS7)hjc)9AVgo?>k@*#249*dV;YKV)~X$wnbiGW7E@QBJE` zLy|OQ;&S;JvZN(Vc?nj@8#S{_(C$Fz!!%iQ!W{>kG2lhK>?rzvmdc-y$6-<1E#Oy3 zo09jl>Q>6^Y{HKVvZo_5j{!I@frr8P6Jv0M+W=_L!3{X>Vjzm70DKH5#pFZ)JQ4)V zc~(HwlqxT|5auE!I;5Fr@&;lzn8dW8L&h?5E5K0Nc?=^SpRRGjMkH!6JVW&(t_sGJ z$Eu^C=V{Izc(!JCEE5znm%=U#SR1+7V1}ES8RM33LCsazW==u`%^gyJL-5&x<*1+m znmu5JMR9>DL`J0Np|c*2&M2w{nlVX|ZDdCs88RD(ZjbpjFa$*?hx>q&?_I7N8#(1j zBAi;t@3m0n{D-GhwnsDHGu#P+A+7IG2Bc2ORWR5qF(if0f6USghKefk8%zHko|Jy( zL-{K_TH0I254LAB6`12{2Jyiq$XV>}iF;SM6WZgNJ^J49OwEK*Gokw?2qo1#_SdeC z{p8KNZ{C~N{n*jeoyE?~rqdfur#~CZG+i*7F08uXUD43;?i(v-tgxhdJ(cktHhhP5 z-(fS8FFFQvKb_dbxvJ4N&knsY$j@wW|7vA6(6Cyunp%q*9Rr!bpb;3<1B2N{Q4ff} z+qBy&Yf6g9_y!E$fbJW}`gRg%AzjbUPVPR{F8r;tiNf~wQzMR&&nXc@qyMKP2%dvh zEKbwq6H{V4pO*d+wxZ}PnM{E%7-i&<0-uPGzR4KL$(RunMI?$O(Pj>Uq)GZI>rTxn znrqD93h`-+TvED1MdNWy|&u^B$r#5k1Xlt+M)&r**^Ax;Fa3rHp5v;n}AbPPY1x+MLV3B>>aZ;jSRJGVhr( zJ#DE@mw)WYy3gYd0OuWtmFHVmAFLGS%2Ue8$yKoMNhbP6)*WZb=ZxT=UmCyQuD9%x zobdFXvhL=`=agJ?Wqapo^(wAXKk{1dq>3BpK=6RhvRvHT=3=%0^(8{5b<176X&L7L}(%9v#wEE4^3SQiYfNRs5glkiGT>jlgh$1`2&nROkkO8x^ zV^f$b7jdhMQ*eobmngV^U`qKeT@uGp$zVnv*ZursXUB019)E(~lSPnuY3J}AxQLoe zKt!LQXUv416_mj)){-|2MQJ zaPu}xR6a!}*u=!vnvW?%DlP}1TbB4I339Dm-@{g~nfYXrP(xu!Q~m|TwuP1N;8!KI zMR1-D_LTwUBRp9evaC+uY<2t&agP|V5B4!(89MiqAKv}phfQ$qHqR$DEk;e(iaT51 zvQmYe={@^DJ^Wygaqvv0`>fG@R`=}Adb`(qHoQZ+cPP6LLUPaJmL9$L^k=VSTE>l* z@t^ote5;YHw^46BsC((ewncnMYEeIM^0R}PhBHRPnU%B5G>gS=fbu^7`I(J_lls9) zn5aj~VS_ndUP_^O=mfs(*F!v+J3cUol>OCDSlzG)%6X z{nFouUAZ1XOoc_3Tc`tHk{m99Y5*8+myP(W3v$_py|ODlZ0;(lcS1E>sA zZ~y^5fDx9GGx%oXuF4{61FOE%(g~z^!Ph5ttoDYpDMDR*C z1+P#rN9jF~^cPuN|Co_&Up=ffr>&8X}>97f&z3!l*M*FD1Sm%UJ7VG zi_%MhlLBIS%#oNmiYmm-_=Ncjy84$C?4w{m1@BYvGYalgKno2+Qp#V`6`OWMy6m%U ztY0`e2k99FME2^xL6L8pf1CDdmuFL;V2`lxyS7dDUe~cr0l|}+hSgi|4s5#UL4~lV zhrjX&RXa8-3z1k%9>6o8V#lW4;|i`h*QV0FAAEm(>Ot=(-`CrZ8%;05XzB_UgRdQk z{LX7E`eq$V=yV-i8%}#ZIDuURE@*=affVZVLE$aPHyMXT87tzA=1} z-IoVV1Fn%mhPZr)RQUO9l>L+k)3zGdz>^&{tH>o}*#b;Godez3HxWT}Fpc_@u6B zt!{1pgO2sO_4!Xa^yZ^R-LXvb|&!E%pR<-sX?v#VzfgMpv)x%I2}C)j0q zaHP{!^T4$!;OAlQXTzVn{{FZzf~dGJ4^G)UuKmj8rCk(DHzXSt19C}i~}$(!x#tSUBqR;@wh6F`(=<1Jl_<>*b+eo%hwz| z=Ca5(Zn3>ov`FK-w`8P*ii>?3h;c4_LMU%E<_@*|GeH&H^1ye0v7N+ZH)kIoQab30 ziJT%`?V_NIg53ymu5e0=#+c5XEA@%zf_KHmxF8@=` zO{d3Z$N2w02x|U_$|SzCyfb*=U-Fsn_>*l*0?O*%4_MSZ4$5Vz#b%(?P#oJ?riVO?vMOM%M^?^2AlOa%k1HDzBY- vH=3?btM^;<2Kd|e>E1rW)xYUNs!gFZ&}<2}4d7?{@N4$`H_v#>rosOKqZzZv 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..d7230c7e3253491c8cf4329e131a8e10449bb8aa GIT binary patch literal 15188 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 BL7e~q 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..ee72aaa9bef56d0917beebda0318a5d473559fb7 GIT binary patch literal 9105 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 StxWN#PC%a3YNSc<{J#MLKy|qQ 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..ff0550dabd8c5ad1b54ca71d2dd3964677f742d8 GIT binary patch literal 5141 zcmcH+S#KN1dG?}sNu)$twq;vd>WECow(8i1W5Y*nOKIfVa_XaLm=uc@cO|XNL!Moo zpb#NQ0oo8?#!(x0Kl^JdEt+(K8mI7x1%M$ibqYAw~ESb~em773MAq+P2BU zu^?yiH#OZb?YCzPEgq92rf@$7h}n8a4XfImdTn-MLd80f+1Yx<8MgRaP$&&{{sPE4 z2uFkuv5H6GzT`t32*|5~YMWpWR(2_{VuA<3_)v?&sP+j~u>tM?+zEIK;4Z)g!0mv$ z6^9A}0}ozt!nn0GZc}Ylo-pTvIS;I>r?ZM1=w3>1uia6zmsMI}O$V$Yva|v2Q&_kl zFSdcurVXpcERKzZnaU9mBG=5pZ|6e*>&U2?dj^yj@UvP1NtHQ;fl)<4bVPX2rl7m% zIXi~QbdWb4}=b-|D#T1=I6m6(Yw3uc{(o$!gZJaFAe**ug_W@WzZ}xS6_37HDNq*H? z2=pfTyuG{d&LHXgvh=$H%aCI=L5mzwZFDjuL2rnFh>i31+Dkp)f0z z2`~@0$BYFT>;_tp#a`$zcpcISS5d_6&{6qiMcGw;N><6%d3U+tWx#~=5IeQO5 z3Lan5g?%trX9&arsGt`BsW$|J&`T|Wo`E)AR7|0MbQj@HSQunYemowJm|R4SVGmF& z6;^~Nle-CT(a)0&d7BOTFX?H2q_e;x5=l zZ@Wp*7D)p6LC$@RMncIKiI_w`M9hxVnY9c5ClO77IFY`)kPb?J( zgh^5fa@L{13lMGt@SL+OJ^;AM#b*tjXjiP-J%kP{hm9t`Ezz&TYMmJW3fgMxSe;IH zrU%lU`8F}h72Mv{8>zXpkebW7ySEx#dCSw0bXvBxtNY#oo(+oX{3jMT96fu3|AhAyPex6F43fjVViE0SbGipF(gsjuE#c3pIfFgp!k1r_bcPe&0kjspeX z{?wT*kMGIyN!BtZCUzx zML}iF66H;3ST{tH{f>*;gs2&!ri8p?8Nv>>rcXOUV-V?~$1I@NaN+4o0JD-Ei`Nl4sv zVUSVyI-bIh^5l2pY49L(sqJp_wf_ouWqpGmK(typZn(<45K?Rgv6xb;LS7*%{G@Qzy4V!FWWDJtzePIi`qKl@3`T0*@II{Yk9QPgYot z;UFAmhr|LWJ`NC*x`ze`{BC)sb^G5CAE*}uoz>)Edg;Ge#Wz+bApqE{pg^-PK0!E< zf(Q!l898PO`bvhqLa( z1>e5p=$6Y3lVuKXW_h{V4DKC@B z$4+d>fAYP$_igBpJ>T~H`Bd)IaPHVh{@4f!MT3=4sxm`b)*M!UNP?#lfst&U=gv7BNQZup)#*cp^#f!j}-g|(jBP} z-)?#QsXMES>5)wDZ%4D9)GdM zh+S1bP}m2s6hU#?|WzTRT~hpk_OJUS`Y!ID_P zaS&36|G?UXw7hmHb7s>wm~{`ned7ULFfdmE1>b?x+0@x02h_K3-|8f_e&O|@ublxd z!vr`uAPGuiK|gtq#pI|eNv2bR;!2r?m#k#ECF$X;9I<9FDZnwQ9&ir; z@gV?^e`5wdLWUv%BzI$?DLhEPdjt@r;VT4O2k;zG)zVZ=ANdpv!Hhme9cKlOOg=@H z6OI;9J#eyuKQpi)Y%FGvzMtnm_#k#T$X&BlK<@coobCFBTEtji6T) z_GNyxp}ac(GM*o}TtqN#1ixf#!ok<~iU_(rffY?%CW}>*(-(EqW-QJ?M7MN8^+eQb z!n0A1!1LB@A!VHwQBB9K`#0~6-W(kp!RLtTNPxt|^QzkW-hR=to6Gn%OpxfVKLr5R z$1nxtSfQT+a<0%%0Ugcm{oQhPWu1psT8dx<{_fO!VCvHwy)TdFeCP7Mb6Mmq+NK!> RPP#k%C#C;uk69}7e*pH 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 Avj6}9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/__pycache__/_util.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/__pycache__/_util.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8369581ef9a6a165a326cb08b26b1e5c526441d6 GIT binary patch literal 5362 zcmbVQTW=f36`mz`$>l|qsGAkvvWjXav@I!aoWNBRJBjT$F;dx$)D+=E*DLOjTx-c? zW|yL6(5M<1C=)1&9uk-@0oGiKCh6!tZpQR+D$@iVrxSFN4riskbz!eWR@5i%i0K3RhORl(l~>jsY8%=0Oy`6=3wJ8J z&p_cWp(HKnBpuL&bWoS|AQeGRk}m0?Y)B7-yh3^i&Jd>BEYA^6L7U<2)!u3IsT!-m-Ba`=8qc*UjIm)_K zRvczfU2!Z$w-nndP$v(J^VRr}F1xn2ZY#i|VVX3jnWunJUGX-2guMM7`9d9m_`9MM z7*~-}qLe+F1CPP|yL-!d9Ly<8lqw61W*4qgG=|wcuw(-F*Ojcr6rDPnVcH$>z5!y@ zb%SdH4vRb#EmqLX&KbJugUM6_lcXSX!%^~}601lRuuf*IlpVU@scUYor)fdq45+pP zGi?$sR zwLmwvx0PaLGG)dL1_P0O?*vQ7Iw;(O>Tj`Y=R{H z-Sbw3Ta3q9MJqaZ0uWTm0#ksZ229&4G_S3p?W1l%gjt;PG^741MgiQrK#Lv!@J{<^ zh97CjoZk$1$qH2*ZIyyv_epk;W#$>0$2hQu_Q$#QEdK;>cmg@ipFRx=2br3tRe?V4 zAC}KKI36%vrhCjTgB9sCtCdX$UE|EN&nmCN^tU`MfQu+OTBOX#D1Zl<{4A`?P1ARM zf8{Pn_}2RU7ThUruwduh(>H4ZGtEy2n993m-JCjt<6>Vx}*(g+a zi;WTiH~8V@`8AErS1OhHV!2R2Wz4V9;@Z4vtjw3zoxD|iZtnEydE0R4Y)Q+kYT%~x zU=H(Y*)hzy(mKPN?bc);hjae!Dd@9b1F}JOV#8bF`wN>3pB-t$j>ESzdZ=;ujqTAZ z&Cx53_>~j?Cg0R{4?f7Ov2z4qsrq z3Fzrn2l^+M-C`=ZpUZu`p@jL+Yf!L#PXKdReLSjNz7_ah*8NtN7#d@uq2z{&Oy?zUJJ?L*Zdiv|FR zZuqAr)!;|ucAyvUs)7EQ?+I1$UM~mT&F(|#%WiFnu;WlkiEae0O_M{48}iP=P1%j) zm{l%8DCmIRPr+C=i-cp-9F$y%PqNVl0HPGnIvFa4lVvE_KL@fw+95JD`tj8duGTMZ z$ETa|>5WUR*hrfMrQ@yGWSa<)ldaLiTQi@WsIN9gPt-2#BosiG#Ia_Aqf2b$Lm@WqiTVQ& zB?oB;-V$Q(D?^vyogmRjUt5Sq^e`2(@fyhrx_l>|jzV1mT!;WJ#A@WGkdA|4M%nYQ ztsBgkwksmw0gDhB+jDLNYc>EjJQ!9hddGl7WVMs<@kLuE71sC=8%>|vhO*&d_<3l!HR3A^E+D=hp3S}tuXLyH0I!1uo!HEb{R%usGq zZip7~1;(C&LF@n!Fr15!^%yh5%Z`&@V@D3i2Kj3^R(s_)l{=MBk2S&v;Nvc|6HabT zf4a0CexezE0#$po6(9Qe^$%X(`sH@~NHcz>@@W}EkAGP9z5{P!5b8v@=U=^j0$ODfLaK$NXLO}H5 zEq<3Ha(I5lFCXq^+_^aHMo?ZFW7@hKEkLxy*4GSL@x;XCF@w{)q00~Qi(ZU+jx9n5 z0*C!OpzWX_2rcqvi>x~E4`f#u7SHh?OvC<%^A9;YS z5BIuG2tow(H9+dK53u#&URRWyxhS-QvH-3Nq!k<8dVcd9Z)i;)_ww0iy?p6yo_{Ar zYBRNR?L3QcH)I*;)RV^JCwjZ21(6%fUOVrx}K4R j@hxeK*5CO&`qhQ6#~PC_Hb-8=onSO7?TU}j`w R{Gh)R{Gh+Y% 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..6861f31f250aa86194fd9becbabca50d1cf5e11c GIT binary patch literal 7299 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/_abnf.py b/venv/lib/python3.11/site-packages/h11/_abnf.py new file mode 100644 index 0000000..933587f --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/_abnf.py @@ -0,0 +1,132 @@ +# We use native strings for all the re patterns, to take advantage of string +# formatting, and then convert to bytestrings when compiling the final re +# objects. + +# https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#whitespace +# OWS = *( SP / HTAB ) +# ; optional whitespace +OWS = r"[ \t]*" + +# https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#rule.token.separators +# token = 1*tchar +# +# tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" +# / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~" +# / DIGIT / ALPHA +# ; any VCHAR, except delimiters +token = r"[-!#$%&'*+.^_`|~0-9a-zA-Z]+" + +# https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#header.fields +# field-name = token +field_name = token + +# The standard says: +# +# field-value = *( field-content / obs-fold ) +# field-content = field-vchar [ 1*( SP / HTAB ) field-vchar ] +# field-vchar = VCHAR / obs-text +# obs-fold = CRLF 1*( SP / HTAB ) +# ; obsolete line folding +# ; see Section 3.2.4 +# +# https://tools.ietf.org/html/rfc5234#appendix-B.1 +# +# VCHAR = %x21-7E +# ; visible (printing) characters +# +# https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#rule.quoted-string +# obs-text = %x80-FF +# +# However, the standard definition of field-content is WRONG! It disallows +# fields containing a single visible character surrounded by whitespace, +# e.g. "foo a bar". +# +# See: https://www.rfc-editor.org/errata_search.php?rfc=7230&eid=4189 +# +# So our definition of field_content attempts to fix it up... +# +# Also, we allow lots of control characters, because apparently people assume +# that they're legal in practice (e.g., google analytics makes cookies with +# \x01 in them!): +# https://github.com/python-hyper/h11/issues/57 +# We still don't allow NUL or whitespace, because those are often treated as +# meta-characters and letting them through can lead to nasty issues like SSRF. +vchar = r"[\x21-\x7e]" +vchar_or_obs_text = r"[^\x00\s]" +field_vchar = vchar_or_obs_text +field_content = r"{field_vchar}+(?:[ \t]+{field_vchar}+)*".format(**globals()) + +# We handle obs-fold at a different level, and our fixed-up field_content +# already grows to swallow the whole value, so ? instead of * +field_value = r"({field_content})?".format(**globals()) + +# header-field = field-name ":" OWS field-value OWS +header_field = ( + r"(?P{field_name})" + 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..d91969d7f6e6fcfdf35f1342a6ebaf88f16a643a GIT binary patch literal 182 zcmZ3^%ge<81e{6l(n0iN5CH>>P{wCAAY(d13PUi1CZpdM*}NpgmMS!!OHeokhRenDkPMt+{Lo}r?nq$IVt zq*y;bJ~J<~BtBlRpz;@oO>TZlX-=wL5i8JSkln@nK;i>4BO~Jn1{hJq3={(Z%JD34 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..54dd54d3932d12f37ed1b3ba5056428947fb0405 GIT binary patch literal 5102 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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..e5e9acf6bda3112ba1d36be624b1dd458e0c02bf GIT binary patch literal 8266 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_connection.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_connection.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a5473ecb3798f05f284720bba2314f96b0d46c9 GIT binary patch literal 68018 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 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..6e1f6c7b7e0cfdd3a957bfe0cbe2a277c36e6bc8 GIT binary patch literal 1518 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 N9WELK&W2!?`44@l1Z@BS literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_util.cpython-311.pyc b/venv/lib/python3.11/site-packages/h11/tests/__pycache__/test_util.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b89a880d6943ced863d9fa3882c8743b7a90238 GIT binary patch literal 7805 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/h11/tests/data/test-file b/venv/lib/python3.11/site-packages/h11/tests/data/test-file new file mode 100644 index 0000000..d0be0a6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/data/test-file @@ -0,0 +1 @@ +92b12bc045050b55b848d37167a1a63947c364579889ce1d39788e45e9fac9e5 diff --git a/venv/lib/python3.11/site-packages/h11/tests/helpers.py b/venv/lib/python3.11/site-packages/h11/tests/helpers.py new file mode 100644 index 0000000..571be44 --- /dev/null +++ b/venv/lib/python3.11/site-packages/h11/tests/helpers.py @@ -0,0 +1,101 @@ +from typing import cast, List, Type, Union, ValuesView + +from .._connection import Connection, NEED_DATA, PAUSED +from .._events import ( + ConnectionClosed, + Data, + EndOfMessage, + Event, + InformationalResponse, + Request, + Response, +) +from .._state import CLIENT, CLOSED, DONE, MUST_CLOSE, SERVER +from .._util import Sentinel + +try: + from typing import Literal +except ImportError: + from typing_extensions import Literal # type: ignore + + +def get_all_events(conn: Connection) -> 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..8261585641da23381902faa4bca485b0647f9732 GIT binary patch literal 1084 zcmdUtzmL-}6vyqfO_Qd-e;os2L%I%JbUMU@kl>EtmRs1oSZ-ok(>y0~(w1)g7wjyE z|K>*Im5Bvay6qZA@0(g2sZ&?HUphzCCLp+#B{kO11G4IR>fF6ly#^q^1rFdzdM zk|DNwPBMZq8JBh~nZT4xFVpAB{A^5W{{D-ny=N~KEs)~(F` zrQEPY#OGWrtq}DE%)qP#P60D2-=`*T0uuON$5{+0{$h&)fs)yC{ z@=KaPYpuL6s1mjY zfRj7dvOkuQ4;M5G@0Lme%4ENAO4>_cO4?Xxu8U#WtU_e0NgD;I-`Q%Ic|Fc{^ zEx|G1Lx;Qn&f}ZsKl9E1^RI1fEd+uz`|qp2X(Qx&OjtoIN48XsklREiG8ZF3^UDP} zNZVqzxIJi(^Fcl?1O<-BcA1ZfaYxV*mx5B<8Fa>5f-UjZU@J##MB(OLR^zg;2Cd$M z*9^fn8~Hhr#T!I+C}e(@mA_^O6uf2BE{2i--c9!?%C>;h$f97{Ly#;4DYBf)Ke414Q)( zZL%cW6uWGPmxpNyia2MhnUE+8H-w;rp@a&`-h>hXCCLt$meUa4fx$%#QPXKOq8q#% z*26GXoPuVERMAsZja2jvqY>c6^wwY4(9$-U`-qj(LA|nj2<*kxniN3GA#JN)-}=2Ne|~o2 zdYDcuEG$f@sW?=MT${MAsMjZA(b-& z?bF5f>AY)t!|mH7oU^;+>&hN`?Dl8nPtrHjUtV18_~L^*ALQLbd1;9Hp~?SOO;Y57 zyEdavRTK|3#iK$yQQ#T2R71P1GHY?oV~AYwYKz-d^6kk^?zFfwqa53IaH^zGNDar8 zP{?Qrh2jZ06~nkI6#8u{94nXD;mA?k<%Tf3s4JRbkE-UjV{^Jon8wVBz*Rsf3fz_2 zA3&^Bew#LjFuX}Xx}AN#nY{0RV87p8JUPYEjiS9$ZPKi^->i1&{!yrQ{M%4t z1?-}lXO0fX6oI!A*!2aetz#f+n2Q6>GP#Qf?gHjg9Ch3!0eA7hN+KLzhtYmsjZh`7 zsCqbdj`1d~9zR2vivsmhyhkEH`IUedB%`Kvpq|_0wNX<|pR0`eDkCUI8cAsx=DaMV zdD@xgWueO0nkb8yFAJxM>P*`;hZzT?4NI<)Wl?r4LvDb4czRh%i>oz#S9{fwGs+g>+A;Of{Ul5+&Egxuh*6L4ZJQnb+}lxAH@I&gP%<#VvIuR zAZG4IF^S>;3cT=4`W(U-3T&lJ{}zF6+V%;9tH7M_`8zNte7*^=&;3geCiCxJdT^q6 z?lQ~RR+wF32S0)fd9cs~;6f2BxtHa_0J9})xRCAP9hmSxua^nyj5HmOXgREbNp%m+ zDi$du_nQp>5m(5fMXwMaBd_d=YG zf_To=@@h*BueLRUAm|W^!zhlRI10jO zDRU?oKRYw1X|L5WXnFTn7}SKEg=V$MS7FeelCL}a=3{qP?!edfg8M+xeE`kqp+~;m zSv~iD!FRCeJD3SPei6lXRVa42hGK_HeS^&uJ6un(!=?R0uZLnc{CjR+`Rqz=uHZjd z^dDSz75qQVw7h^|J>9v$&IF5gjj4V#^H976uQm(!c?U_#mq*F~Kw;rRO$ zoG&_a*WP%8G)&Oaa@VCt*~E-I9J%O zM27R*KO5v^{^gzx-`?zzTPO1SP8576i$194*%ZATxUS72^Rt^%Pci>lwQ!`511f43 zx!uLC6Hl?=S+z944IsK%l+jS|tXldDn79+Jm?n{(%ncR0$DU%*vue52jAXU9gST>G p4!n5ytd6W7E532EICzRB8$~bSJS*Z2ch+4X{YBEBw;r|u{|D=6zOMiP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/idna/__pycache__/compat.cpython-311.pyc b/venv/lib/python3.11/site-packages/idna/__pycache__/compat.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e504f08a70613d7fb376e3309f4be4ba653bd77c GIT binary patch literal 1006 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
wWk?$RfN4|F`9)-Pw z))Mv)_L%zKp?KtbhvHFF-IwnjibuY8C?5IVp?KtbhvJd%9g0W3cPJiZ>+^i?P(1Rz zL-EM>4#gwiI~0$6?@&Andk3whlRh^`*;&~|*;SdV?56Cl?4it4_Eh##_Ez>$_Eq*% z_9wNLd>tF09H<IzB>qo^qselyWqwwVbbGW0V&t z$0{#Wj#FNwjFcBE$15i&Cn_f?Co88Yrz$TYwU%i*cByi@a)xrIa+b1CIa@hLd6{yq z@^a-o<$UD=4 zEY-2wl(#GIP%cy6sk}>hw{p4i9_78t`;;q`_bXQ_A5g9$wU!5UY_;+sS8h-~u6#oIq;jM3DN<{BTF0JIZc;w0+^l>~xkdTBa;x$MJu%9oTc zE4M3OQSKnMmREIbr}8!B>&iEjyOeJ#cPrmg?oqz2d`J1Na4xqpz;&tA?2sa&y=4l4=cY=9#MX&JW6UUU+LJ_%5Rj%l;0}9Q+}^JuKYpy zqw*)^3FXhqUzEQpPb&XIYAwI%*ngG3EB{dbsr*ZMO8K|)ALYLxliE8ZwRcEr?~t_f z4)!&dChe-WX9;CE?-16Kw5#0wTikA;k7X)LDoZK-yhAeb^A5?#&pRX|Kkty#d52`= z=N*!fpLa;=yhAeb^A5?#&pRY_-XZDd9kdod_mK2+54I*h?~shn3j6t_?H%mj40il% zWp!l@Wld!*Wo>00WnE=GWqoA>WkXVHX{2L~l}(gc%BIR@%I3-z%9hGj%GSzkWgBH% zWjkeiWd~Ag>8N9!lz!eJ8TomKWaQ@^l98WxNJf6%A!+9w{PF6p^z#nMC{MGWcSuIP zH2Zmnq|Q4eb>1QA=N+^bKlhM~^7T1>-XR(Jd52^)NXPxWL(Phbaq`=O~9O z{k%gm8llPjo>+kq@#g{0PU zg^pdREK)8~UZuQRxmfAv9g@+tny*v(d52_lgB~A0?~sgc((HSOWaN8?WEA!eT1(hJ z*!RZw4#~*(4#~*(4#~*(4oN%j;6I~$?~sgq?~sgq?~sgq?~sgq?~sgq?~sgq?~sgq z?~t_f4t_trcSuHI@1V7W{e!K=_YO(FZeg?U9g@0ck<>Mdq^?;cbbyfT^1VaSUT0vBlhzXU5B9Zv?~sgq?~sgq?~sgq z?~t@>7XH}!-XR(J-XR(J-XR(J-XR(J-XR(J-XR(J-XR(J-XR(J-XR(J-XR%g z_7Aoe-#a8D-#aAjnuULD-#aAjnuX84cSzbb3!i=Okc@oqkhE(Se%$vC$;kH($;kH( z$;kH(Nqg0T-!AMOw3e`cu(kN!A!*kw{5HOKNJhSQNJhSQNJhSQNZK_Ezn$+Ll9BHn zl9BHnl9BHnk~;5@)Om-b&O0P^-XZDd9kiCPf3UUq-XZDNEo}C^LsI7*k~;5@jC}8q z)Om-b&O0O{-#a8D-#e7h-l2r{4kfgAD51SW3GE$9*y|na&lJ{TuaFCWz7qZlxuy0I z&AxXiVXt@K&tJl>S$LLKmQj{fmQ$8jR#2X%JY88)d4{qQskKzru`0?ll~t8zDXS^Z zR#sQmP}Wq|Qr1@1QPx$~Q`T2DAhni;I@UL zRkl;MC$*LiI@VFyNtvVUtn8xfs?1e(Q+8MOQ06InDtjq=EBh$>l3GhY9qX^mR}N4P zR1Q)ORt`}PRSr`YD9=$2SDvdJp*&AHlGIv8>DXxH`N}cM3zTESzPLnmq2_VQiqRSyH&YVd7JWfJDeqP;SKgz%S9zauh4OyoN>XciK*v@oA5^YZKBQcud|0_w`G|6z@=@hu%Js?( z%Ey&YD4!&?mW?|0l=5liGs;cMXO)|k&ndSkpI2^GzM$Nud{Oz5@@3_AQfqld$95=R zRqj;2rhHxbhH{tkP33OoTgpAkx0UZG-&O8azDH^;`*iGm<$mP{$`8XnwuD~qP(rVF zD52Lol(4-6d+HL=C(1+0PnDl3KUW@BexW=Req=ZUU^*k zgYrk^Ps$U@pOwETeJEYs*Azn+m?H_oI({1nInNnuhvCQz1lHt3Ru3bZVR9bTxWm#o8WqD-<( zl@*m|C@YcSkx93+4%Y1}S5cm+tg1XqSxtGivbwT{vZk_@vbM60vaYh8vc9qbskJoJ zu|~?q$|lMzWm9D{WpiZE>vYoO$skL;_v5v}4${b~9Wfx^vWv;TD zvb(Z}GEdo4*-P15*+BJfd8u^jABi z+gS&{r}g>@8#F(zd_wu;|F@cry6sbXES^?AquXv$KC9fUd`_RYMf3BTw`zVtv%gX@ z-Of7rpZX)>DOE#)5N+sb!z z`*)Rl|Mv*L#}Tb&pFaA&a=-EerSBcmwRcF@-XUFkhji^7(zSO;xAPAE-SNFcx?U@p zZs#5RxbGd(?Yx7}|F?HYk9_Zt9{JuOU9Xo+_t#6>>V5B!Zs#5RbA9iSZs#3*_Ps-T zv7JMZAfeeaNN=N)|Zy+gX4ckuZaJ!1d2cSzT39@6!ihjg8HNY{CXbe(rd*LjC@ zop(srd53hJcSyJM4*oTK?~rci9hg(Lci_91(%vDZy+cZSht&VKcSvdPkkZ~EW#=9I zJ~EV<%96@b%F@a*%CgFG%JRwz%G1Js6)C%BVLw%DZN7s@*)@y!r%cMOTlmL(2a(ba zBIWPmv(NDzM9QvN`0acLkni2c%75N?_Wv`g@+xi|N75N?_Wv`a>G$n>h*aczh*aczh?K5cq$1x#q;%CH6@@*7))Mv+wie$* zq$1x#q;%CHrK=VxUA0K*szpjyEmHPsNngWV%Da`zmG>y`Ro{voBS7Aak|Na?CYN>?pX zx@wWqRg09aTBLN8eFaS1nSyYLW7*7Fx@8t>G2r4&|%LoyymguPfhB z?oz&~+^u{|xkvf7@*U;7%Dtr4@}7?EQ@*db%!uKYv!r}8i5DdpeFf0X}*%+OVf3|+Oz&{c~JziJWIlA$XX8GhwrX@;&^Waz3z zhOSy<_&faV<0W<9rIe+WWt3%=<&@=>6_mbv$k6T~!*>r_%Ne?j?;bLA{vkuVhYal= zGPHZh(C#5aua?Zvt0gmR_h65;t+j@-rm~i@wz7`0uCgAfwba+K2FixYM#{#@Cdw>j zQ)M${b7c!qk2*ty#r%F)X6m1C3_D90)PjoE5|D*C?_f>ky^`S9h;(@s=P!wO?jzu zx^jkcrgE0DP&r#UM|qiYuJUr_JW^|!uVV|83zb(WuT&N(7b&k&UaefLyheGg@;c@9 z${Un7DsLjSmL)oNv+@?@t;(g!+myE}?@%sN-l@DxdAD-8@*d^A%KMZnNUi059b2h< zK)Fi!pmMeHA>|t7!^*YFN0jT7k18Kiu2*hQK2B;aPw3c_%8kmWlus+4QEpN`tK6)7 zPPs+-ymG7Z1?4v7i^`Wst>tAM+pc^?xkLG?a;Ne&3JWa`>QrmkIN z+N&k)&uRBpR#{G2URgnTn(}l~YpJMXXDBNvD=Vug&s0`bo~5j&JX={^SwmSeIb3-zskMyIvGbH8m7|oSmFFwRC@)ZsRbHqZr@TlRDKA!zS58n)B(;`FIyPB3 zMLAV@iE^6qQss2z4CPGaEM=i`wsMa0GUZ(5<)qd!Psipf7bq7huTWm8EK)8~UZuQR zxmbCP@>=C}%IlRkC~qXSmYZ~JiSlOUEy`P!OO>}NZ&%)-T&BEJd6)8T<#Odc%6paf zky^_N9lKw-Qu%;#mGVL5YUM-9HOhyTYn6{E*C`)WKBio++(2qAkL%bI$|sc@l}{<3 zRz9QLqq;hds(?%`HFIf@>S(dFwXWZEkx{Wjssh25vW;vv(nTKI8)#Y3iDweZB9k|bu`V9{y_1mFJ>Nh-;w7r9W+^<@c)H^Lo>YWxP^-hbDdZ$H6 zf2W1ka=JdZqVf!7C1qu073G=As>-vJ)s$x|{i;Ptop&f1)eL`sO6pyjC8OG!>yTPY zT^*~ZtgmdKY^ZFcY^-de%u+U0Hd8iNwotZIwo_GEv7SDJLtZD5okf zQBG4{s+_Kzp`59lr7Tp=R?bmgrkqP^Etl)qJmq}l0_8&G70N4>Mao6WtCUwO7b~w( zUaP!LdA;%mQfs+U$8J(CQQoY)MR}`osq!}E?aDip%anI2?^52aT&}!Fc`vE8+^1tJ zl=mxFDj!g;Qa-3$t$awiM)|OEt@07&I_0Cv$CT?yt!0CbJ+6F0`J{5A@+sxh%4d|D zl+P+RE1y$tQ9iHSs(eAYjnrCR)UlV8FDthzUs3K*zN*}*d`@>-`^x>w50oD&KT;l0eylvG{6u+3`Kj_VQfv8K#||sMP##f! zsXVIuO8K?&8|5+Ox61F7-z$$Re^CCY{E5_BPUzUr%3qYfDo-l^qx?LhrIgM+l+tyJQabNYO6MI)>AXWJop&gu^A4qS-l3GvJCxFS zhf+H4P)g?=O6j~qDV=vHWqSvE9F~@{y@O{3QfoO)$4*yPRGy)%q^zv0qC8VsRe6@O zn(}OAb!81@O=T@*ZBlEgqhocI^_2CM4U`R)jg*a*O_W*6rpji@=E@ezmdaMj)}+>w ztz&JJZI$hm?Ufyr9hIGwIm*t;F3PUTTxB<9cV!P{9;vnT)UjU5-pW48zRG^e{>psi z0OdgCAmw1?5am$iFlB-A98zl;u4CsaM<~xzj#Q3Pj#i$p9HYEIIaYb0a-8xaWu&}V zIiA#7Cg|8iP{_gzkIyV*j^^oxmNdky~64-uSHf* zdA-JJ`Lf}**IBLN^(Lz|z20oKh1b zy~64Oug_XdToFF)HLC}_?zdXy%5e0M)e&A#SS|GWAFI2({%iHXl~e6cm}pST{uIe# zi70EtZx@l*sVmK^uzFHS`*4tM5}b(Wp}Rtb3c;{dCk_oU~zTJbc*P zK9Zx4q_;>UD&}g)u%TK!G`3-JJmlDL*oNb*Zum$17l?;q*d&W37d_)xvQ4d-iEJ+MTgXsm`Wrj$r* z?^wxiHfEX)%`5vCtv=5_XKZEvNdMFM_4rkM*jOh$kvpJDqETk}cI>j-*+ zxs}7w|5)8tIXr;v<`+v8PSx@|+i*A@y4vu2Jao4qafxo$(}vRVFxZAFHZ)2PkJ{b# z5GK3nQCnq0VRsERTNY0wbIbTLTidWJPs1=9a(kBXKU%Swe1pp+8kG(A_ZQ!v_%0GH z6N!^O^!-V+vhPuE-TA*Zt)8wzaQ;oc_Nu+)Y|B@UM8J@ev=ryMNa=fY_R z)B9XJZsx_89n9!6Y379!E}VAZ!HoVF7G5~T+P9C}GQTY_CME1kOezLxP#ls_0@5J` z8ITDjp%j#cGEf%EL3yYEr@`q^5zc^0P#LPgnNStZf@*L!REHW+6KX+ir~`GO9@K{h z&=49yV`u_d&=i`1J+z5QJfxHC0ZUA31+5_)+CW=q2koH)bc9Zj1D&A@bcI~#2Hl|t z2|mSmcgBH z7u*fY;U2gb?t>L@KdgiYU==(FtKlJ70}sPmcm&qLqwpB4hYj#JJONL_MtBOIhG$?C zJPVuQIoJZv!&Z0!w!w?=GQ0viU?;o=Z$NqbnK-EeoCf@eoKz9cfJ#sqs=%306{&Dm}dO#lZgkI1a`aoak2mK)*2EafV1cPA+425A(0O!DPI2T61 zc`y=2!Du)i#=r$I4K9W0Fau`7ESL>*;4+vCm%}`m4+~%+Tme@?5iEkM;A&V5*TA)K z9b6ALz>RPdEP)=s%4A#R2cpRR9Ct)Kz1y92>unC@p&F~y-f#+c>ya3zaMR*BbhVAeQ?0{Ec zC%gu)!yB**-h|!o7VLqy;T?Dv_QHFx58j6l;6wNb4#3B75I%uJ@HrfYFW?A#2}j`@ zI0oOr_i!A3fFI!}_!ItuQ}8d8OBv;%0-Oe?Lq#|PDnVta0%t;1I18%5*-#y7KuxFx zwV@8wg?dmQ8bCv61dX8yWI^n_l}8~Q+B=m!H}APj=RFa(CeFerd?U^tu$Bj7w338P>%oDXB*0vHPy!Z^4H zZ2N4_elQ*;z(laEv_1R56tE4bJ^R5lxD=+t444VCpb%!m9JmbT!sRdz=EDN89iaU{ zfh%DxJObz!9L|Lia2||=Q7{(9!9@_k#V`RT!X%gs(_se8gjrAsvtbTg26N$Z zmSg%@BO z?1DF8H@pRV;B9yZs+2R%gf`F)I=~E=3A3OOX2Tq~4Ccb+Fc0R#0$2!FKoKm0tKe!_ z4A;VSa5LNjx584m4Q_`!U>V#Acfs9o58Mm)!3ww^R>A|Y3Lb>j@DQwlhhZ%|0_)&W zcnsFV26!BvfG1%iJOxj~Gq4Gsh0X9BY=P%tE4%>P;B{zP-e?BRp#`*p){qTtpe?k6 z4$u)gLl+nU=fN1b0LH=$m5Uzr2;99sD?uYYFH^#sPa9U;Kbf^fepfwDIVK5VB z!6tYXo`Ws$JZyy*U>m#$ufv$ALN0WJ z?$87BpeOW#-p~j7LOEPyLvBRmC9!!xi6o`ucu9BhH-VJo}<+u%ib30{Wn@CxjJ zS79f-2Cu^#unXRV-S8Idfw$ouNStL9gES}(+0Yi+L3`)`9U%w0!xWebm%uc*6sE%r zm2o}L=cnH?O!>|q>h4ruj9*3{t7<>yqz)x@jeuk`SMpI}8&7lRfgjUcR+Cn?n z3-7@`*bg7Thwu>`fREuId;*8yQ}_%%hr@6LzJ#Oj6?_ffz%lp%PQvf-2XM)B(krk7 zUWJ|T8oUl~z%F-EAfDhp#H~=5R zLHGm?!Kd&Ud=7`<3pfH_!cq7NzJ_n$7<>!g!S`?+et;k0CpZyW77c!eE1MdJ;R`qd zU&2xN3ciMK;23-h-@*5A9DaZw;U_o&Kf^EZE1ZP?z;Ezh_#OU$KjAMp1%Jao@Go$| zdr}j~f~If}+zXekHKxN1mBoChOe6pV)RVGLXV zW8p#=2NyvE7sGg%025&nOok~i6)u5ka4AfO88FlMHa}r)C*x~y7`}ib@Fg6Dui$I= z29CkE@Ev>)$KeO~5q^Rb@H6}i^&d4FKtpH*jiCu-K~v}reV{M&gZ_{Y17IKwg26BZ zieM331<$}{cn-F}^RNwGgs-5{V@6|W0$I=$nn6ow1#O@$^niR=02|?Hcm_7XbFc+o zf|ubHI1WF+Z}8Q6;~4w^)&DXQ{}{y}4T?h&Npf=Qj zx=;`5Lj!0Cji50!fh=eW&7e8_3xE7;{0V=--^GgAU!OE%PI2Qhmu zMK}X0L1m}{XF^pt3#!4{P#tPOO{fL6p$^oAdQcx4!1}Vr2KXEPfq$VzIin@Cg4U1? zZJ;f*gZ9t?IzlJNfzHqcxP z;6-=|UWQj-2fPY9;Z4{LZ$Yv0MtkT09ibECKxgOzT_G2`L3ii@dC(Jj!E~4fg>WSl z!6JADHo>#78J>r&umchmjAD=m4WJ=3g2vDUnnE*Z4lST1w1U=<4YQyK7QtqC4z|Ga zuoYf_ZSW$z1aHD_cnkKxyU_eJqXo2tY-kJZpbK<^&*4ir3SYt3@C_V;Z{a&goNg3@ zPLKn+FdinrM3@AVVG2xz=`aIk!Yn9+_7#l|&=ER84s?bt&=tBv56FXFFb1B1P4Fyi zhUZ`lY=xI$JM4g0;psDsXJ8XN3)|pDcp0|CA@~$pS2D7p4YY-J&>lKKN9YV)As5!e zVJKGBNQ2^#gc6VrDae3KC<(108`?lyXb0_~6XZZ= z=mNcA2n>Z`Pypw^a5xV}!YH^AZh|FnGu#5V!cw>mZihQy8QckX!E(3o4gSOBP+CvBE2)WQ5T4Wn7p%t`-Y-j^*p&hh`4$u)gK@N0=F3=Tn zp*Qq_zR(Z)Lp}_EfiMUL!w?t>!=M1pffJLBpWzqy6;48nDMm|Z1+5_)+CW1+}3L)P;Ib9~wYIXatR+ z31mT2Xa>!p1+;`#&>FI#4YY+$kOQ5e3v`8C=my=P2joFd=mou@5A=n8&>!+)01Sjd zFc^lwP#6XUa1IQIb72IW2P0t=jE3`J3|s(X;X)V(7eNFU!+4kg6JZiehAA)=X2W8* z4_3hauo51C2Vpfl1Z&`7SPPH9I(QTwgY~ch9)~C3Nk|+via{C_ha{AMbjW~AC<&#Y zG?am|P!7sN1vm{(hl+3pRD#M-1?I^`QYYghtR9ZiNmO)!=NX4mF@A)PmYj2kJsSs1FUG zAvA)<&;+ueDKvxT&;nXQD`*Yb&<5H!=M1pf#Gm2jDYiC zB#eU5a6XKI3t%i<2;<-)h~Q!v4-;S_OoGWU1*XC!Fbyt+=`aIk!Yn9+*)Rt#gSl`y z%!B!`02aa(a3v&)8O0zCibE1gKsux#12Ul`l!DSw2FgM?C=V6jG&mh9!WmErDnk`G z6RN^lPz}z8>QDn}LM^Bbb)YWPgZj__8bTvz3{4;lnnE*Z4lST1w1U=<4Q-$;w1f80 z0Xjk_$brt#1-e2mbc62D1M;9J^n%{d2l_%k=nwfY00zP!7z{&TC=7!FI0uHqxiA9G zgOM-_M#K3q1}=cHa3PF?iy(rFVLVKLi7*K!!xWebm%uc*6sE%rm5N5+1xD4jP z1#X3zY=UQD zGdu@d;Ca{zFTgf<5nh6qVLQA6JK$B=39rHH@CNLHH(@ut1$*Facn98vz3?9FgZE)S zd;lN9M{oc>hJ)}49D+~bGx!`1!xwM_zJ#Oj6?_ffz%lq1zJu@KIQ#%V!cRuSr|r#c zyd^Ht%>K8@Ye%cwz0S9~xLCNsf2}Sk9%{ngy?WSdn$=`798Fp+?KRzMMXwoFt9dPH zwXWCFRYUigC1zzpEQDU^$s#YVf)vQkSYX8Jf z6nd>`b%EE~Ru_A%Yjug&`c{{DZD@6c*Tz=Yc+Il9!D}i7>sYG`ypFTF*lT2UiP!N~mwBCN zb%j?u`;b`Ub*j}3UZ+{zK?CitnT+Z*Xkj!ym$JT*M(M3c)il< z?_L*KO{9lMaME}rtgiF=gw;)6pR&5$>$6t(dVS970k3v;C2`d2POB%q+Nps=`&9U| z*}umVxnAG5+Q;h$RtJ0i$m$5MA6p&k^%JWTy?$nOy4S;27kE8lb+Ol@R+o7F+Uhc| z$E>dK`kmD^UXNSd;PpqVo4o#Pb(`1UtnT;vr`4lgPgyswvswV~A&UK?9o<2B3b2CvPmZt~i~>Nc;f ztnT#M(dr(rovohm+Rf@IuRW}0_^&MJW3`&sepc&x&9|E6b)eO3uN$rAc->+3Xvy%X z@3UH^RH#2#-RSivt6RMCcJV~%a0A{dp5ec@gLi&c@jBgVu2+5?!A`II5|BM!`6VES zyz)yxj(fe$YOenZk9VzZ^m@SRX#Z^<2dze44_Te+^)su5UJqMc;Pr^r#a@qEUE=j? ztINC|v%13TcUISUJ#KY_*B`BJ@_NGRHm@hG?(zDE)x%!@wtC#_SbK)uUOqfJO z5Nc#~iP!N~mwBCNb%oc-R@ZptS0!xlI?d`PuhXq=^E%V&POpVl_jsLSb-&lSRu6fd zXZ5Jp1y+xHy~65AuSHf*dA-VN^0csC-U(mY>k_M3UT?9Q?RBZu9Iv-q&GWjN2nEtgi6-nAJ62H(1@^ z^$Dw+yl%9*%`1DLonALt-Q#t$)%{+#SUu!*tJR}kw^=>z^(Ct(y>7R9%Im9EGfoc= z-)mOOdws)d6|Zkvt?BhGs|~%rZMB8hy;j?M-Dfq=>wc^GUO%*2;Prsj(OwT)jl3SR zI@RlERtvozwz|OU5vz;69<{o}>(^G7c|B%zh1c(_uJOt*>Db`)N2{B>p0K*j>n~P! zdOc}%kJsOU18tR^dl2Q_K6wAXa26}@Iy zt>(3))w*6wTg~!X)@rub@>X-ao@O=AYelR1UMpEG@LI*{Xs=bRMqaB~o$9r^)k3c| ztuF9d+v;Mkb*(P(%CE0k=Cz^K6ISdPtZwq!!s<4!Bdtbfgva4Jt3_UK zuv)WHIQo*+Jg?iWp7Q#t)ujL0n%AwC_qxk!waPQg*w69sxxd>!(%=&I&j9*6ISUC#+$wz253}ueVyQTRYs~h}E%PM`YS}p-wm& zSuLs;>U68iy)L%8)9cMvE7lJ;xXo&g*GH}9dwt64IofYiFw`y!NpAyVt%}t2GK=ZJ^aGuS2coc|G6ibgy%)F88|F zYO-5GztJVEpU$=U~>u#&nnuPm($7+_>_pIi6 zJ!-Yc>j|sNy(UW8Ur(<|tI4cz4`r-Y^jg7cj@L$3^S!pTy3T91)m>gYTHWupr_~c) z`&zBm)E_9TSzbq2E$|vyUEp=P)#YAiTHWb&vDJ)b;T~?XTG8umR@-~M%W5C5_gRg+ z-fwlf*Hu>MdVSdH60hs6uJXFo>K3oBTK(PYn^vnd_XpK#L$B{y&GmY~>S(VgtSupxsdwtYuAFrFNuJgLp>VB`USv}$PO{-N}`{Q7>q1TVB z7I^*KYN6MoR*Srzu)5sqNvk`(mf=Tgwm&*n+k3U&YnABZwXfAGZNd!(S#9Wbgw?@b zBdZI%PPe+;YmwDsUKd+Uwhi}ix7CVXpSC*D>o%)= z@%oX~5nc~l9qaXk)#YAKTHWQfby-_O`*3HStnT$X$ZDcPI6Bg5uGg!%ZO3r*8mr~K z-ek3k*ELpKcwK9Cnb&8muJHPj)xBO{vzq7>?(7Y#RlL4ywWimDR&%``wmR2qv2yll zIpNbvTg~!X)#_NUjja}WZEJPE*Y;KqdF^QRsMj7=fA`wQYWdFLeg{~s>vgEr_Fm7m zn(uYA)v;bDSuON>iPd#pd1viTue`N(uUFnKd(7)KRx`SUuf`i;t9V^*b+A|7@fvyM zJ+5=T@~+k;UU?tuDzCgFb(7Z@tse9GhSe%v!R7L1tWNZLgViFhw^(i1FMQflR&%{>wz|vf%T^D2 zeZ^{`f4J@IRx`YQWVNQ(3ikHZv0f`#?UNsFJBp)T$675M5RNXjniv@BZ&r)EUQ)^a z(hd$si>z)tFVy=uIx^JntrmIx!|Kja;bwQ*_dQDWf&%G?%AkAuWZm3DCrM;$Gt>`twYBjGVt=9Eg+G>{9vR1Rb zmbaSY^)#z_UMpJ7_gcwnf!8WlM|-VmHS$``>Qt}QtrmK%X?20u+Ey2Pt!s6O*ZNkM zd2MKQh1bSb*Lcmcy1{ERtDC&Gu)57_E2}%bW?S9kwXN0tUfWwePfG;R!@2DZZ&y%czpA$miF4qYDKSotXA{d&uU$-`Bt;M4z!x>b+FYOuS2coc`dM- z?{&D<0`SS|EA*6ISU+jMuXC*)@;cAzQLhWE9`|~M)stR}te*0EmDS|D z@c1saTH5QiRx5hF-fA_kH(IUhb&1t1ueVsu_PW$+j@R3*=6PLaHQ(#KRtvnYv^w4E zDys{;uC}_^>l&*|ysovn%3Y<8`yu z{a&|NJ>+$()uUdwSv~IcC95aBZnt{M>kg~Q`QhQ)X|=T1*R59cy31-cue+_*^}5Gu zme+TzW_#UhHOK2dt9f4cTg~_Sq16Jf2ds|vdeCa*^^n!6UO%&1==HGG1zwL>UF`L! z)g@lPwz|ygF{>-QerI)!*W*?U4pCa))~Zu9z!)tz2XTHWLIH>>--{%-Y<*FUWu z^?J(caj*YaJ?S;0hCRMs`8CbC3&P{u(5iknb9<}X{V2b&Ik9l2ov%)WTTSFv3qzg3 zt-Q{%y36Zqt9!j(X7zyA%dH;vI^XIsuM4f7@cOjX?N@~Rea@!x0-up zxWNId`n}FyS}pRU$E+^(`d_R1z0QMb*>g<^{r=r+Y$%_uVQiLtMY{;e3F5>!8y2_J zFu{gp@nA0;O00^9DK@N&hf8eO7!NaT*clJAZP*hJ3v4(L4_Dccw9B30i!QdIbUa*Z zL&bQw-iB)NaH9=%<6(&nS@Cd-4cYOq)P|gRxZQ@lcvxmbemvY|LqR+&w_$WV+-pM= z4=Ze#8V@UND2#_yHY|vT)ix}Shcz}ViHEf|EQ^PAHmrz;$81;=4;yUQ5D!n-uqhrk z+ORDip0;6UJZ!RIPdse4VShYqvEfiWY_;KNJZ!V!cs#sh!^wEqZo{c~*kMDmwZ1<) zZ73ZNuiH>D9(LJKEgp8;P&Xd-*pL+u@7RzX4|{FMiHChQ;eZXJ z~nau&urBfZwtHzhAiC%!YNj`bcLRPS`Nh{&DMn z!u#w<)LkEbzy^M0_)Pn^nSc0SKEYmV5FU*dE$x2uG;Ft_sF&TAe@=0o&Tn&bUArtB z|E~6bY{)%bzgE6Xefx-=EDv{;Wkar=BM(D&89m}tX_c$jR%ns}IM!-ja6Zo{T{xWb0L@la&Lsd%``hNN9; z2#@Gu8%oE+wKi0YhwE*q77sVtP&Xcy*pL+ux7d&!4@+&xiHF;5$cu+%Hsr^{T{aZN z!*Ux&$HTogMDeh~hNp|Fvf<$co=KLf_NBb!{T^|Y*-Qx<84?L4-;)z5f77X zSQ8IZZP*YG(`?uj57TYf77v%(urnU!+i)x%7TRzk9*S%@6%SY0khE)R{@34z((!Pu z4He_z1{jvkm*>VT%oi;$f=|N8@3e4aei* zB^yr0!*&}^#lsF8k~Q=o?zEwFJiKW`&3JgrhKBL5&xX8s*l$CAJbY+FK|CC=VRSqk zv>}Rz-)%S$4-M@Fb;shNsSW?HsymNyb-(ZXey%L*YL~7oS$4eWT8kxF%av?d`@(Zb z4)=W)==HR z4G<)4g!CS`tzA`U`kUwT{uY=29O(7_{)RK>_dL9s!|nO~SNU;P4o`jo{G&&>=Ssb! z{e1`D$G~4YJU9Hv;RlA#f7<=E4S9#x-7~D-4g3R#C+;~`-I~KUKMDS=!*jz|9$(?- zo`3b0B_Hu=P;u}Xwhqq?|Ip!I8UC5W_%nRX8;{Ejf8p?lhL=C%j)Hqe*ZV&2bNIO7 z!wvz%Cmo&}UUT>zL)GDRgL^UdljnA6mw)Z>$op4!>jgw!<5Sq{EL4*ABjyxPkx2;mKRT|NGKg z+>6M--*|lS*gL^Lad>X{Umo!;Ca?aOTlQ}7)ZyUc~ev--GarmC$?>qdF z;lFYCf#EAJyIcDyzNYwyp96h|=Z3%fIQe-dZ+meW*Bt)T@GXZo z3`K_@8MY43e}P;3n+{Jt3jX|Y@-gs#IsCEVC*R?geVobH9iAKh-s9vKnY`}smxi}K zzT)pwOkQ^Qpy7iKUoiZXL*DRZhmPSJ4u59wIsC|Qba?)0Zu)OHJozQ?hmZIS_?HeJ zH+=bBZt__s#YcP&EFGR3{`%v@y^_JZFGL<+srUu(=a2Xm@TvDWdrDPrhyTRzcN|_f{M`H8ec>B+YYxBlO^|VT-SF=|;#*Aq;1S;jf8p@_J0SG<;z=La zIQ+&_@LxOp$nXyx-tK4ezdHB~KXiEA@T;%5TMMwv=kOuJtE;&EZcC0f!$LDh|Fb%YN74`3?9Jhu<~)bBBJ9$-i*;p5Z%> zuU76e2|N7k0Q{zd&+yw0t09yB+u?P?J04%-JZJJ1hff)vI{cZT;^14b?AIOs(D1ts z;aevErNiGcy!>F}!ID-NGEe8b^i8NTiCh9T_mBSXc(x8~Mv9G)8n4!>pi z4;+5i@Yf%|X2aL~M-Fkr?>Rg-{DpgQ_wzl=UipaosSn^A4q=1e;V%sp2j7up|GC5K z58yXH=5D}!u)KHj1wP^M0r28A_ch-JU-*)n_(1Uy?qlS=uL)f^y#Jk?J41(8-zC%^ z;a;ueEgL#KH~hB_uN(gHzAHu&cb&)rAFd&~ZX!}lC+A0N~9%3nTS ztIfywe|WdUtMAt29go*(`_j9g+&(^MfBV75KR#q%^>}Hy$Lq{Jen|O~$4|U|a_gR# zfAaVV)%xNexof4p?p}%GeUH)OWzgK~YdjnsUSEJ;dz`peMtYOqbnqGero+nc`Nx;L zfAhUs7IJvq@Ri4Fne~}W9DZQfIQ-KAlYhtI{X_6O4r9abJNz}nM;?!zUcRXZVc6Zy0{v;hS&a20r(Ad9}BKZ#%qhh(1n!oJq>z ztA_uq<#y+tOn&I_Dh|F+yzj}ad;RK@TlZqqCy$r3dE)--DpMLB2-&L<~ zy0^>0Y+A2>|K(--b}(NpzyF@$Y%m>6d-c_B-d%qGmG-RDox8NEx5v%pvb+4-PyXEf zWKVt=cx}_XeQmqlzBXM?Ce2m5|JtTI-Mls)v|gLpQ;t%WwSnV|6$7}Nz55FXQ#=~cY&w2Q~@S2A&2w(K@%fhdC_>%Ce9=6JM0WvLk0sGv1=eF(bie(0 ztcq8#Cc2Bldege-eueSa6y5J29^0b(EyQD2bQg;C*c07v6&?rT5ROFm|MuQ=BD#ym zdYp-G-U|0_M{l&y$UT$laVffYJ$hV=?iUP?ThYA{(&J9NhkNk=kD`04q__Aa`rax& zeXH*8&@TpHP`rR4F$^PO6vo6jOo&OC64NjvzIiLMjB*;~VL>dyl6VQrVg**kD_9e+ zVO?y%rr3gQ(Y@Ky+o-PS-f-!$C-&h$bZ@-$rX$h)YUgnxPT@?P!-eSn(c&#$if`VE z6{EFA8@Ltk;7+`Ud+`8|;sZR1z8}{&eX8HKo z;v6nS_wNlIcX0*R;s$QTH*duqqn$?ga4#OviRn$s4%K(bOmeTHLQyb*c4l^Ep}j6 zyn#Kj4+oI50YD^Z-wy z?`3_{r}_ugGw2uH^=Z8yDJZ&&)atm4VHgpkFeb)fLQKMxn1&fK3v;5oqOJFh3ZlEL zt;dq+u5IhFEV>KadaR1>Dz_eM;+wa^UG~-+)ir9srr3gQ(Om`CTig}hrEop=ME4w} z$ALJ6BabiKla}6eB2M8R&>vRdfbWb;<+C8qPv2w z$D`;jqwDeH@r^fa#S8b;i#K}u_Q(7Ci)YX;24GNhPmFkrL!x_T!(&8rPfd7?iS9`Q zj|njeQ=)sQ-9t8II)O(!d#WU#F!zOP&D*}vyTIsGu z>V08IbQdJ`7!ji|CdOexOv03yh8ZynbE3PVsdvi-(OuTmV@Y&xvi4XOE3hhF!J2pt z>tX{o#TIOf?mgSyEq6VhofS8XdRp0s191pP;uucEDV&M!?cm;bS%~hjLyt>w1=r#R zZpAye6Yt?(Jiw#)08gTiN5r1KQ}=P`7XvUTUcivYv#kg-ifCmN#zc2jSnscs5Zzn4 zJ*LDo%!uw?-rh7P=3zlB!jgCi%VGsq#Vc47uVGzmz^2%OZLtHp;tlMHeK_!VwiQE0 zBdr|6i8zHbaSj)vd$?G~U0lJn=-%n>O}FA5+==&aFCO4ge1Ip>J-y-G)Kl-F&=>A1 zxgPzZyHu{npm+g8Vi-omD2#bL+ln}&gjObDN=(Cyn1wkp4-2BZT(9>dl|=UrcaLSU z0;}Q`tclmKE;e9Obk_j(ZmKQ1H_UtNiZ`$)_TfMr!jU+J6OU(GF=aH)2yN zbXPt07!%#4k3A;DBusfc+ln-!j8IvXh*LNd-3JGF-)Q0SY%AQ8Lf&Ypl`FUwH*hQ7 z!JT*y_u>H_#Rqs2-4m1EH+t$l+wsC(NZO-cbXSx17!)sHNDRY>7=0R%Z7ovOS*5guK!L`S;t=KTyYULf=iT7|X9^g@YfG5$%^IA{e ztNT0jivbuEFJMRv!-yD#G0|NP-23Y!M0ZVak0~(?Gh!Cz#5^pBMOgB9wiTC*%3A3@ z*1`KORq+be#A{d=8?Y(1U|a0Ku6P4`qI=5R`$hxNJsa+EB#z-koWhwnhYQiYQ^xz+ zrMQA?aRayF9o%_5+lqTed#!X&!+SS-6d&M8^u15hr`{8qFP=fa7=S_X0)|BQp%UIL zN5m+MiE)?^lQ1QwVMcVHMB&|3PRzrCScE0<5|+gZta?1#3inYK-p$su@*38~25gEg z*cLmmE8f7K*oOmg2uI==PQ)pkiF3FR-3vjyA95+WOV)c_iyOEV@8C|nhkNk=j~>sq z!d=(iyV;Xg`grR4>HBqmhkh{tgW?4YiD4KK-REz3w;U7WFd-&kN=(Cyn1wkp4+~-u zmPB{)c<&pP#R{y7SFk3!>&ttK>mJXx!d-CQ8#T4E1>0f=cEuam6Z>!=4&g`~!-+VB zGjR?VqI>O+_hT$YcgcH?YjFd&;vL+H_i!&B;8A>lC(-wcZuzNRr|{-~q(5Wi_eL)Q zFeqNYkQjy$F$!a1945phOo?fj5wkES=3zlB!jgCi%VGsq#Vc47uVGzmz^2%OZI5SX zMTb#WD{o*=?8AXLgd=ebC*l;r7u?k$fx?&1or#SPqwcW@`(!@YQbNAUrkL?5q6 zdHMm}$Dv;gz@W#ot+-$m(#kN5h*205<1it*kJa)1b}2CpGh!Cz#5^pBMOYFqVOgxe zs(1x!qWiQS@B7xp25gEg*cLmmE8f7K$Fr^IGa6{+5RSw#oQP966X$Rty0@?DxQi>e z7B_G!-oc%C5BK5$9>oWE5`90RZ}ilADbkB)&@TpHP`rR4F$^Of&$c4UD5jNhm=KdN zC8l9U%)*?QhXt_+OX4LgixpTEuV78QhIP?>V3N1VO|b>rVh47`8`u;3a3Buh$m7{o zj2TU|atdeS94&L#SZL> zH?Sx6;XoY1kvN7EaSCT1&$eRDXrYzvb-z09;tH5Zl2~%PkW;~v4MV3)cEAy}*7GX)egk`Y;tKt=` ziPx|$Hege1!M50eUGWC?#6BE|LpT!0a3W6OOq|1o=w9BfW9{*5D^`rwTDgH+@ec09 zd$<=5@F+gOlj!4hrB8oS_jl+Q128CFz>pY*5its5VjL#KBut5Em=UuuC+10f=cEuam6Z>!=4&g`~!-+VBGjR?VqI>DSj=Q*m zYjFd&9?!Poj?qpl@8MoNz@zv8PonR`+~2(y6u)=|{bB$H#S0h`!!RO7VN8s}gqVaW zF%2_f7Uo3v;ep;(6vQGdiI=eK@oXz9jH+6B1#99ptcwlU6kD(@c3@Y$fjzMg2jUQp z#4((RQ#cdna3Q*PYv{O(?sE}6uEh=9ig$1)-ow4ev#mHVI%?$uJc&MDI{x&hbbp6_ zF#v<&1q_K{7!ji|CdOexOv03yh8Zynb7CGA#3C$-m#{2WU{$<=HIHXoam}c%l?~Vw zTd*y5U{}0>J+Ti5;t-C+F`S4~I1}e^A>P8JxPohO1GnNG+==&aFCO4ge1Ip9XItU> zY3}dddj?)SgMKjpgW?4YiD4KKqcA4MVM0v8l$eGYF$;5I9u~wREQyz}ELLDuyn;3H z8rH=IYIvXi0-pQy}R&CoWq593zy;wuEh=9ig$1) z-ow3kfJgBGoXn1m@Y4KrdE=EOWK zh(%ZuFJW1%z^Zr!YvMJmiw)QmTd*y5VAtc>R@^Y^X=NV{#33AsV>l6~a3;>-LcE1b zaRt}n25!YWxD)T;UOd2~_yA9$?`OD=dv67L@eKOK01S#3Fy!%UE5eK-S{a2gF%A=A z5~jp7%!pZ-6Z5bj7GX)egk{lv{;hX!s)|>zCSJq3*nmy31>0f=cEuam6Z>%B@oX!G zj7C~Hh7)lLXW|?##9O!&-Dmjf|KG(8+=_Q_C*H%ocz{Ro0iHx3Z~A)rv%0@SzZif) z@dAd#FpP-qbA-JgGUoAYE8>h2TA73?F%2_f7Usk}EQm!|5-(v{tiY;x1#99ptcwlU z6kD(@c3@Y$fjzMg2jUQp#4((BJll#XqnTFD;X=HHOK}C);s$QTJGc|?;a)tzqv$@` z**iKX(f4!WQ}5k=FP=fa7=S_X0*1sejEGSf6XP%;CSl6s*;b?(WwbI2b7CGA#3C$- zm#{2WU{$<=HSrqO#RhDOE!Y-2uq)ocp4f*2aR^7^7*50~oQZR|@OZWrw~Urrxq@qP z1Gl34U~TVE?!hG9gE!k8F` z2{8#%Vj5<|EX;X4+loA+f>st`NxXz*u>z~&6|9NZur4-WQ*6Pu*nwT~2KK~09Ed|W z631{NPT@?P!-aSYm*NVpJ)UjFhS63l@8C|nhkNk=kKzM7iN23;+`TvSzIX=xVgLq3 z_rbv4NfHvnFd{}_OpL>Xn1m@Y4KrdE=EOWKh(%cPc(xUnjLKSBfmQJe*2HUA7aOoC zwqRTAz^-@$d!qYHWN#}5;t-C+F`S4~I1}e^A>P8JxPohO1GnNG+<83PihD+TtvtY^ z_yA9$&%JfqyT8Ax`#bcD0T>i7U`PzZh!}-2F%A=A5~jp7%!pZ-6Z5bj7GX)egk`Y; zs~*p`;)+pCE3aW)Y`~`2f^D$_yW$P(iG4T_hj1j0;Y6ImnK*|F@fI${6d-Q(F-G#E9tvIW~>2X@69*c1D3AP(V39K(q?g)?yu7ve2k ziYvGlH*hQ7!JT*y_u>H_#Rqs2eIMmmfAsNKpKZl6Mt*PfA^?Np1q_K{7!ji|CdOex zOv03yh8Zynb7CGA#3C$-m#{2WU{$<=HSrqO#RhDOE!g&WwiO*lU9G%P8JxPohO1GnNG+==&aFCO4ge1Ip>_c4z9$8;ZuelY-p9?!Pof>B5- z!!RO7VN8s}gqVaWF%2_f7Usk}EQm!|5-(v{tiY;x1#99ptcwlU6kD(@c3@Y$fjy6B zThV7U(8?hkiDNhsr*J0D;X=HHOK}C);s$QTJGc|?;a)tzqxb+%qVMAz_mAtiL%$e+ zLGc2H#4wC_Jll#WqnK94VM0v8l$eGYF$;5I9u~wREQyz}ELLDuyn;3H8rH=IY>F+| z7CW#j-oT#NhXZj4M;_0%V$5iwl~Xtq=Wrq3!lk%^YjFd&;vL+H_i!&B;8A>lC(-u_ zj{7Hc+@W6#z@T^mLt+?4#3+o3ahULUwiQW6DXmPyjF^QvF%Ju35thVDSQaa=Dqg{w zcn#}f12)ALY>OS(6>nfq?8AXLgd=ebC*l;&Jf3aEoY6unZ{bp0!L_)7Tk#I=#Cy0G z5AY~Hz?10vMUML~>bOI{7=S_X0*1sejEGSf6XP%;CSgiU!;HtXt;jOUX=NT3#3C$- zm#{2WU{$<=HSrqO#RhDOE!Y-2uq)ocp4f*2aR^7^7*50~oQZR|5O3kq_eqZXCw1JRUkt#YcmYFV7)Hb>jEQlW5R)(^reQ|R!kn0g z1&?Q2QDjuo%1c-lE3hhF!J2pt>tX{o#TIOf9oQ9bU{CDBfjERCaSSKo6wbssT!^=D zDX!pJ+`z5Jv#q#ewA0FaxEBxbC_ccG==&7M{Zl&b&@TpHP`rR4F$^PO6vo6jOo&OC z64NjvW?@du!-80ZCGirLJ)Uhvg;7;2uV78QhIO$4n_>&L#SZL>H?Sx6;XoY1kvN7E zaSCVR94^FLxD;1#EpFgeyn{RO9_~G!ZN-7nQ7a$dN%Vc17=5Zl2~%PkX2dMaiFsHMi?AeK!m?O_Rq+be#A{d= z8?Y(1U|a0KuE(>jxM9@O%03*3LpT!0a3W6OOq|1ocng=}3a-Ts+=_Q_C*H%ocz{Ro z0iHzPXF2Yl)p3V@F#v<&1q^vS+lnxwh*m~nOpL>Xn1m@Y4KrdE=EOWKh(%ZuFJW1% zz^Zr!YvMJmiw)QmTd*y5U{}0>J+Ti59?!O7$Y`XMV>l6~a3;>-LcE1baRt}n25!YW zxD)T;UOd2~_yA9$?{ggY&*`{BzZif)@dAd#FpP*%81s0x6>&xhtxUp{n1&fK3v*%~ z7Q`YfiI=b}R$x`Uf;I6P*2M;FiY?d{JFqL>z@F$XI;iK}#33AsV>t16wiQ!GGp(G% zh3G!g*}K`LxPohO1GnNG+==&aFCO4ge1Ip>_j!){=XKnnUkt#YcmYFV7)Hb>jEQlW z5R)+F@oX#7j51o8g*h<~3t|zL#7kHfE3hhF!J2pt>tX{o#TIOf9oQ9bU{CDBfjERC zaSSKo6wbssTzEX&id#lYtz5yixPe>o4(`NzxEBxbC_ccG=zERh{+fRg)uP>6Jipk#5Bx^S(x*9wiS6s1+6T?l6VQrVg**kD_9e+VO?y%rr3gQu>-r} z4eW`1I1q<$B#z-koWhwnhYRr*F2xmGdpz5U4Wq4A-oc%C5BK8Xk-z3%S0g?!J&C?A zaNNJ3;|~2|00zYi7!t!UB1U0MjKhSOgefr%Gh!Cz#5^pBMOgB9wiTC*%34{0Rq+be z#A{d=8?Y(1U|a0Ku6P4`Vjm8~AsmTgI1#6CCeGnPyoF0~1=r#RZpAye^LVxu_l)*h zd4Nap0iHzP7dh@<)NzM?F#v<&1q_K{7!ji|CdOexOv03yh8Zynb7CGA#3C$-m#{2W zVAbQJ+Ti5;t-C+F`S4~I1}e^A>P8JxPohO1GnNG z+==&aFCO60YU?7*&g1AAg04#XiGiDNhsr*J0D;X=HH zOK}C);s$QTJGc|?;a)tzqxb+%qVHEY*1z(2tk1UM86&?pdJ%v@@dAd#FpP*%7!%_# zAtqr;Ov8+rg*h<~3t|zL#7kHfE3hhF!J2pt>tX{o#TIOPJll#6qpnuoIKKP4**AJ( z9}dJJ9EoE%5vOn_&f!A5g-dY-*Ww0l#XGnY@8MoNz@zv8PonQj`YSyBlJ4WsF9u-H zjEQlW5R)(^reQ|R!kn0g1+fTA;w3DL6<8IoU`@P+b+PftU(3GH z6kAN&Vh47`8`$%BwiSIw1FamwkvN7EaSCVR94^FLxD;29bU)!*+%VmWcW@`(!@YQb zNAUrkMBlG++<#Ta9s0!p42l;pB!*$cOS(6>nfq?8AXLgd=ebC*l;&Jf3aE zoY6unZ{bp0!L_)7Tk#I=#Cy0G5AY~Hz?10v3dj8`I_}Uf24GOUfFUsqBVrWB#5hcd zNthDTFyrxTE3%AoTA7Chu?S1zB`k{-SQW2eO}vJ6u>qT63%11$?20$AC-&h$9Kw+} zh7)lLXW|?##9O%Zc(xTQMr*Cyz^!-(cj7(ViwAfVAK*#!eU;<>RULQe7XvUTUcitT zh7mCeV`3a8#3W3KX_yhSFem0=!Q=2X@69 z*c1D3AP(V39K(q?g)?yu7ve2kiYvGlH*o9mY%A^b9?!^NRg)uP>6Jipk#5Bx^S(p>^upky;NxXz*k7rv^VN})1D_9e+VO?y% zrr3gQu>-r}4eW`1I1q<$B#z-koWhwnhYRr*F2xmGiyOEV@8C|nhkK7_TXA4?)XE2V z5`ACS|0zHHx{muJ-M>)$VgLrk3m6i^Fd{}_OpL>Xn1m@Y4KrdE=EOWKh(%ZuFJW1% zz^Zr!YaY+G;+j!iD;uyWwqRTAz^-@$dtx6B#33AsV>l6~a3;>-LcE1baRt}n25!YW zxD)T;UOd2~_yA8H&$hz%4esyX&~b-;F#v<&1q_K{7!ji|CdOexOv03yh8Zynb7CGA z#3C$-m#{2WU{$<=HSrqO#RhD8Jll#EqqbIdU{}0>J+Ti5;t-C+F`S4~I1}e^A>P8J zxPohO1GnNG+==&aFCO4ge1Ip>_f3xVH+8I`-{aX<1Q-Ri@&bm$FpP*%7!%_#Atqr; zOv8+rg*h<~3t|zL#7kHfE3hhF!J2pt>tX{o#TIOf9oY4FwiP#wdRp0s191pP;uucE zDV&LOxDapQQe45cxPe>o4(`NzxEBxbC_ccG==&DO{aZTj&@TpHP`rR4k7rvEW)#uN zD2$15m=KdNC8l9U%)*?QhXt_+OX4LgixpTEuV78QhIO$4n_>&L#SZL>H?Sx6;lShB zRty=9v~mn5;uOxrIb4Xha4D|fTHL^`cn5dlJ=}{2coZMtN%Vc2=0T>i7U`PzZh!}-2F%A=A5~e(!ZAF?dn=6R%-i zY`~`2f^D$_yW$P(iG4T_hj1j0;Y6ImnK*|Fk7rwP%V?>UE4UUna4X)yop=xT;sGAT z2Y3>Fj~DHJ{H^_|?3TNAs zw_$NDz`1QiQaH3?XYFN61?!5Q-K`3TK;jX~QzBD;BDRD+@KkwS_vN zVWCNAS!feF7P^ER3q3;L!hkTeFd~dCObAm8Gs4`$f^chLNmyA}6E+sMggXm6g|p4N zx8a`E2Mb5SgM|~p_sq_lXZ-iZf}aqu5F}h!2ob^-B7~@g7$I&UK}cFi5z-bigsg=e zA#b5TC|W2HE-jP^6$@2`v(37)VU5+-7V3nCg(jh8p-t#m=n`%$^ayGHNv%py29CJ zHEh^qb<0AV(6P`Z+*s%l`W6O+p@k7)Y+*u}T9^^$78ZnC3roVv!kVzLuqE7C*b(k6 z>m2P$x7jGzl#WZH2SV>e#T$>Kh9^Lf^uGFtjit zj4ezEQwuY~+`@uzYhg)PSy&S`7Pf>t3p>KSg+1Y5;YfI}a3c7EcHRW}Z;S;$Az&e> zaJE?&HVm;kY#~C3T8I(i77~P{g%lxeAw$So$Pw}u3WTDC65-N9nNYD%C0tpk5w0!N z2@MNPLd!y%(6P`Z+*s%-oNZR$h67d)EsO|b3lqZB!i+Gtupr!8SQ1ti)`X3PE#c0> zj&N^bPdHdO5*{p^2)+wDZ!S1*Ecgil3qit#g%BZZA);`$Sy3CtSRJ>JAS5lM2x$u$ zLe@f#khf4E6fKkpmln!|iiIlS%0i8BZJ|zRSZESj7TSc4g)ZU7LXXh5Fdz&qj1_tEU!bgt>(U;nu>Eu(GfwY%FXEcNTVpdkcHQ!NQU7VBtjYh3vcuao$+)69N{3 zgbNEHLfArt5Va5^#4RKg&NeG)!xXF27BYmag&ZMop+G2FC=o6#lnE6JRl=2p8sXYP zozSq*B(yBF2^|Yv!i|L

JV87+M$+#ug@osfC%s*=EgcxM20Ig(YESVNKXr*b?q6 z>NDz`1QiQaHjKbMw zWo?*ab>2dOP_$4YTv{j-Di*4QD+@KkwS_vNVWCNAS!feF7P^ER3q3;L!hkTeFd~dC zObAm8Gs4`$f^chLsc^PgD;us^y|J(*+*#NW?k(&I2Mb5SgM|~p7qRmu!g*uCPY75D z5-u!+2w@8mLexTx5Vw#ZBrT)}X$u)b)ENm6dHtWuY zJ67LY*b@#Gj)VsbCxS0(=S`IJ#)6*^un;6%SO^iq79xbGg%}}jAwfu5NDNB7`kO2vG|$Lfk@vkhG8@q%C9!SqnKr-a>&;v``{kS|}4L7OI3R3pIta&APT> zoz)EsO+w2;o6xb)CEQr(5&9MegrS8IVQgVSm|B<-<`x!&TMJ9V%EFqkv9KlFS=bTo zE$j&g3rE6(g_FYBX8GcF-o!a?Ecgil3qit#g%BZZAwq~+h!Nrz5`?6M6d`RPL&#dl z5%LxagrbEK;nG5xP_a-YTv@0Qt}WCF4GT?$v(0MRu+8d@g)ZU7LXXh5Fdz&qj0j^3 z6T;NOj4-#bAlzD55>^)0gpGwQ;m*R2aBpExI9NCm9xR*)zJ#4C3CI(}YLfArt5Va5^#4RKUNed}L+CqkqwU8s^Effev3njv(g)*UHp-Q;2P$OJhs1q6% znuL~xHlbsot8lhiH#Y3Cx^H1X7+M$+#ug@osf8I~Zec;VwXh_tEUXC|3tPgSg&pDE z!k%!ja3nlfI1zkFJ8zPlHx~SafQ2C8!a_*lY_q~PjIcUtAx4N>NDz`1QiQaH3?XYF zN61?!5Q-K`gi8x$Ld8OraAl!JxVBIyG%Pd;EemZz$3mBIW1&arTNo&uZPw6+BUXP>q&ROZ_z3|ELBfTF z5FuENlsP7IuVt z3wy%B!jbS`;Y9GI?Yv2I-dOMx0v3XV3kxAa*g}L5wGbo3EhGp@3n_)O%}U!a!|JSs z93gL^Kqy)$5iTv12^9-f!j**@;o3r-(6G=Xv@Em<9SdE;jfEbeZ(%?fS{M<=7AAzL zg&ARPVWDugS+_P^vU+7nSXo#roNd;|hFezOS=bTo zE$j&g3rE6(g%iP-weu#+d1Jv(2v`UbE-ZuyVG9vL)Iy99w~!ztEu;u(3mHPzLXMEP zP#_d7loZZ3>(Yj0R#z-k30D?sglh|RLc>Cn(6Z1bbS!iUHx_z?zJ&o{XkkPcTbK~0 z7G{LGg$3c(!jiDEuqJFQYzcQ3b_!>kb#KExs}B~Aga->Jf-h(1O^)-%f}aqu5F}h! z2ob^-B7~@g7$I&UK}cFi5z-bigsg=eA#b5TC|W2HE-jP^6$@2`v(37)VU5+-7V3nC zg(jh8p-t#m=n`%$^ayGHNv%py29CJHEh^qb<0AV(6P`Z+*s%l`W6O+p@k7)Y+*u} zT9^^$78ZnC3roVv!kVzLuqE7C*b(k6>m2P$x7j zGzl#WZH2SV>e#T$>Kh9^Lf^uGFtjitj4ezEQwuY~+`@uzYhg)PSy&S`7Pf>t3p>KS zg+1Y5;YfI}a3c7McHR{EZ;S;$Az&e>aJE?&HVm;kY#~C3T8I(i77~P{g%lxeAw$So z$Pw}u3WTDC65-N9nNYD%C0tpk5w0!N2@MNPLd!y%(6P`Z+*s%-oNZR$h67d)EsO|b z3lqZB!i+Gtupr!8SQ1ti)`X3PE#c0>j&N^bPdHdO5*{p^2)>e?Hzm#+3w}btLXdD_ zAw&pUh$x(GR@8v(Q2uTYmLfS%xkhPE_ZyepVQyhTxV5k(tSqbv8w*>)orN9Y z-ol=6uy7JV87+M$+#ug@o zsfC%s*=EgcxM20Ig(YESVNKXr*b?q6>NDz`1QiQaHjKbMwWo?*ab>2dOP_$4YTv{j-Di*4QD+@KkwS_vN zVWCNAS!feF7P^ER3q3;L!hkTeFd~dCObAm8Gs4`$f^chLsc^PgD;us^y|J(*+*#NW z?k(&I2Mb5SgM|~pSF!V^!g*uCPY75D5-u!+2w@8mLexTx5Vw#ZBrT)}X$u)b)ENm6dHtWuYJ67LY*b@#Gj)VsbCxWkP=S`LK#)6*^un;6% zSO^iq79xbGg%}}jAwfu5ND7&-6`uVg>7^-&5-iKHV~tI>5EGh=OeGFdxdrOP24c&B|8h`TtXJG2wbpW% zo?Tj&N;O200#u-)3Xs4&bxrY9d1+GEt0BUL36DWh4BNycjYfuyY7rg(&%up~70&h;kluU~O3E zFziQ+80?SyzfG`l2yBdkjB1ECQF2T_Bp{?-Ht!P~>)0|~4?B5m+8!wo>ZWi}HwZ45 z*y7BxQzH4YWvwMa)Gg|kh3#^2iBPs{Id%clvhAwCKl80Owazb|jd71RpGjw|i8J)mg; z@-zlLhP4!S%eiGhk?svaiCfvN6RcB$$pby-S!*EWxCAgb(Bp{KOgw)9mggC;fdRB* z*8vckX_Xth!NUto**V7`20Mal+68M+Mg4NX^Yb`+4p*2h2+?*tChIY{x@m6h*$a4{ zG4N5A>14PL(ZvUY@k?2e$+Oad8*qI&*DMvY}3Ek-7+P%%! z2O>|RiB>ex9et@jyYQ}W`H!||q*vGNYij9Tlsm__XX7L}t?YwdMU#Hq{Txm~U?Mz;6M;1Df zg;r#tdt|bv*3@sKW80IP7q%|64kFbT2U2>Z3#DP>%_i%js#^#lJwjDj$l26j3 zu<8qRsLe62+%wB~-!qgvL?EsM#`5egk*?9>uxl~77azX(P(t(sOp^kA83va@F^B@t zW{?5e=rrv7l8G?mES}i*_~zy9d-a9((N|j0S6lL{K~OSaK%*?`p|miN^59N@kApqf z5Qe+WhPc1`-rY+tbUyKbqy)WCSdqaxqGvrw@$S>_lF&H^oo%>7{SNGI$j~q43dH(A zTw$k2G*nUgy;-qE0okG<-9!~>sCyo`1N!p#p#Puo9AcjPeVuzTWcWnN`h~ZNM`+Qs zp{3;U9hT5LI1g93%PwjMJFwBej)U4`cjcX6dMC|W31z+h)}^Gv(d37gOt|YkKN^gh zMe-j1q?A==GE6Z$Is0gSh_@BZmr9Q7%S;fOky%*wd_i+rep$nShhx=`4=Nu1pYU|k zrb&=_1zz_{AXW5j?4|l#Bi@cBIda)Nmk!bDupH{1@ zPbU+NOFLO8*Pfi~OwMgaYjTZrqodn%t>`rTo^V?KMKA_yK)Vx1x99#HR{wGn z>hy!H51xdlTH&duBBv?3Ce_GKl#SJ1(n$ph#I!`0|qDSp3wyl(;FLobMy^MaL*x655aWjb~F1}YQFi6#@T}; zB?!~?i5`NXk>$fqF!1?45)p*d_D!~ss^4y8ccjLfpMyzY50c2J5U*eCAsBX!?6}Q~ SI}g5@=IrBJeE3nq^YK4C$=8+u 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..d1666743d0b8b547ef97184235f91e7b4c590cdd GIT binary patch literal 200 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/idna/codec.py b/venv/lib/python3.11/site-packages/idna/codec.py new file mode 100644 index 0000000..913abfd --- /dev/null +++ b/venv/lib/python3.11/site-packages/idna/codec.py @@ -0,0 +1,122 @@ +import codecs +import re +from typing import Any, Optional, Tuple + +from .core import IDNAError, alabel, decode, encode, ulabel + +_unicode_dots_re = re.compile("[\u002e\u3002\uff0e\uff61]") + + +class Codec(codecs.Codec): + def encode(self, data: str, errors: str = "strict") -> Tuple[bytes, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = "strict") -> Tuple[str, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return "", 0 + + return decode(data), len(data) + + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[bytes, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return b"", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = b"" + if labels: + if not labels[-1]: + trailing_dot = b"." + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = b"." + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_bytes = b".".join(result) + trailing_dot + size += len(trailing_dot) + return result_bytes, size + + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return ("", 0) + + if not isinstance(data, str): + data = str(data, "ascii") + + labels = _unicode_dots_re.split(data) + trailing_dot = "" + if labels: + if not labels[-1]: + trailing_dot = "." + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = "." + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = ".".join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def search_function(name: str) -> Optional[codecs.CodecInfo]: + if name != "idna2008": + return None + return codecs.CodecInfo( + name=name, + encode=Codec().encode, + decode=Codec().decode, + 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..12eef71 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/RECORD @@ -0,0 +1,996 @@ +../../../bin/pip,sha256=rTrtWSCRvQoo7ew5-b0Q4_ULypuxVlX_ua87DQ_j3uw,239 +../../../bin/pip3,sha256=rTrtWSCRvQoo7ew5-b0Q4_ULypuxVlX_ua87DQ_j3uw,239 +../../../bin/pip3.11,sha256=rTrtWSCRvQoo7ew5-b0Q4_ULypuxVlX_ua87DQ_j3uw,239 +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..5d083d798cd67491c5f6c038513b0c70f7557471 GIT binary patch literal 765 zcmZ`%&ubJh6i#MlXV+b;pdi$XQ3P4g8P^K7A_cJsf>fcN7GcOv(%sOROh_`jPN~p? zhYB9NwFl4sz<;I(4>G5MCoi(lTTi~MwtCRV%bWLx@4ffEynL9OYa@_w@MFj^Lf>3) zEREmJ;R-mrh#`hEl;b|my}pML^ZGt(vVeOW^I-ls3;pp}gE!U#7QSlqL*}ocZtJ^4 zb-g-xER3yNPm~pfq}gV8YazNB^;YYE>Y=Ga&26b=3XD#~2hW|ut6+c)W}aj75@Y0{ zExd)^1N!qx26Xc`cb|=fA)r(eAuZR?i`;+uh!irbNY1IWWWCU&G@J}7qJ+9;NHLKl zEu<+jPE4wWvLPi*x*XWkZ@wD5@%r~wG zAx975G1c*8GKpoG=hUX7c+BNE&cpyH*ij)DqFygH!txu6rWQ0i3xi+xjB&mI4b?w6-vnHRAKJ9Ss@g249ZPRElc&yXvccT?X7}300PlecR4xaSy_HLHZpB9XAQbEy#Va< zMPSa}#$I^!203h_0#?0Azn*ab3o3uev&h`0{DayT{(j2P@*f%EaE0M035PU}43YN( z6=2w)ikhw}c1TqQRM=O!Nc+HNgC0^vIHdZ%3k|BgIZ)5BzWQ^c`LSe}0~En!$2|m% z!o%Gg)=073Gxv*$zZmE#0Yprt@`|RXQbf=)dcnlUQ_=%NNgpa1P0u`+irBQYf*#|E zm{x3@DVSv<r4)z#Ws^-+DHUap(x<##9NC(h)32eR3rx0|oFPPgh4FB8>7CD9cD3fJ#l!YKz% zbps$YcDC|1{wDrm;nT|J_{aFy)mCJw9a(Axm)pVR%0`bMahj;F)$JCFwo%kU(JL6N z9bdv32hLDJU$nB>Mv;yr~^R6BofDegwt+^9!~Yy8j`P1Kr%us07b^Z|k_+BlGf!m%(ioWWwhZ@Qj&8kV`=!!vN1u4BC%@REU z7n2Z0pfRneszejTc%gLY8=fU9SuSWJEAK86O;_@&2rA>l*?d~c>Lc;?J_VnC1<0RJ zE2tKZLfd@$!`)5%-M#PcIrC0>0KDLZ#m(mx6?)H+e4PeB(0HI0-=R~Z8YtNHi$E%< z!Jqi{=GQkJkz4nnuZN>1P(Et%(Ha-kdVp__#$@G|4X7hwM=%uRJOOa!4M8s!C|U$3 zHp1$fa780ei;4#OBcH6UMdDzde^N5$?kTEFG-|A@XcU)eklrp7FSHz72J##c1lbCu z7{bad-~@MLB*n=XZjrOjPAY|@4c93GQc2oS)LBQ-c$&hnRUk<^kThTbaDnu)V5`&^ z3W!eN%(p>Q#zu#XSzKnjpY0k~=Jb;fQ72a!XP9ndpW!kG#xmm;3kZp@8chb4F9YEa z^#Vy-p~>W=I6d)r>h9>YI5jab6LDFbPO=%xn<-|qG*lK>fCyS{L(*o60lRQcr#=a^ z*!Qgsz;xx(e+MMq*7!bf>Pa9K^o9>ti@W^!8h^eK?ynC05jH64C0)-Ecu%rz_|M1|;dpWiOw%a2L=C-W8(INlX>GVdO~&o&YoZp}XOa8l z`WOFNb;MC2)S#TCsG_(scvn&>XyKI#$KET=k`iEAjZtpFv0Up12{Vu-yl}?$%koKC z1D?2E(j#HZBZ_i94IZ&Dw}O+O&penI7pF!aJx)%IPTSAU3bY=gqGs}zf4ZbY9vxj) z49lI#Ymj3s7YHwutgw@LA=SilQW~;6(Mk?lJb67%5uk;S9HRMM6gB$Owj*WvAefTq zphQu1q8Zu+%Il|gANg{Ta?^)xhxyPu?5vMyG>=l$>oU+Li!p989Ojyck`Tgt#ZPO~ zjlyRt!KNGISQE907jYhw4Oj0}A64&|Z2x9rmyOieNWjP0|G&;J$y*=IT4{T2ZMD_rhoFTy>Q z0IdylwbtDl=v=M4y$PSKezXa7>t_92)I102EoO#eH56*Py%@lAob1!JxBqOMMwnag zd5!vZQD5~@ZQvTT`oNGmFjPl3Omw4$ZoKgXs~_)r-l;k5!c^V!j%kk@C{%HoC{#VQ Vb@msdhKB2C*hIrHaGHG!e*?l+YpnnP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..6afb5c6 --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/__init__.py @@ -0,0 +1,19 @@ +from typing import List, Optional + +import pip._internal.utils.inject_securetransport # noqa +from pip._internal.utils import _log + +# init_logging() must be called before any call to logging.getLogger() +# which happens at import of most modules. +_log.init_logging() + + +def main(args: (Optional[List[str]]) = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/venv/lib/python3.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..34dd434dbaf1187b2d29db8f2cccb0dc732626b2 GIT binary patch literal 948 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%0D+_=~~sd@ldyE~Ja5W=I!J5CjM~xIi7+E1xHR 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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..9118f959877c580aa653aa75a664e838d44029ab GIT binary patch literal 283 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 F{9li49t;2g 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..143a36208276f66b8c9e9eea2888c8d23480f39e GIT binary patch literal 11071 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4e54035eedb1c0f028dbdb5574733fbee69f865 GIT binary patch literal 32970 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 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..76e998e28adc91d00b21b89b593472fe28f5182d GIT binary patch literal 17020 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 a&+R{J;|JEb&0(>9&m)%g#aAG(dHesBz_7Cb 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..dad9613e6246e04375b93896ab8201de6b3b226d GIT binary patch literal 3167 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 XMG9u|u}wAeJ*A3zEOOblSaKvA@PDQL(A3_mP- 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 MYz->=j!$^t5A-u;H2?qr 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 + # ````, ``

`` 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..255bd0d8502252fd120b8463cbfb6df41cc803f4 GIT binary patch literal 4451 zcmaJ^&2QVt6(3R(MO&8S&%}xI!6c3o*|8MoqiLONQpeeB9B-U-(*B(5n^ zJEZKjA_GEE6lzg)4Qzq<(1Q<)bc>)sj{P(2!axZE3mE9BmqLrQmp%2(P*h|qDnSj0 z^ZU*3y?OJ7Gx~Eh+Ku3nmj0a^k0bO?_TpdRM&<3VM1)?VCkUfOgas_>!lD4rfG!pS zivfYP1@&Mdv=}N#i&7!H80KvuT`qJjb_qyCB!DFxeg!(O;pbh8-5SC&VBNS2cjL&b z0HE;muCE2$!?7ri;dmR?%dtM(j|bYYL5>aKL-=qTHq5aj_$VG}!;W$6I6i?-wqXj# zPT|w|OdB@Jv9ov#pKHU;b1Z?!@kASTfn$?6iBoOZMUGA3OZajdc7N;*W2@8-74~@B#_phombj;YYs?F2;DHMZzo2Av)w0q|?Sf*Jzzkh;!!4)i&DD-d40I!pq4br;*$XInV}#UG)Ft!1 zVM)57OrB(x%f~vn$x*jwmXUnY_$|1k+mhAD3}z9fr*jP2qc~a z>nN+`%A=i(akxaGvuU`4v#qbb@v#T0!Iq?MW>j5)6{zHNa|x=RcB3=cvWQAE`Hl(X z!EW?1r}^qfyjSJX+M_v^BF+3^fl?tDodd;C2o!txYG?fvVQ#|Lg82j?AAOImiQ2M%uxi0I}>MaB%+Hl-TW45yd z*(Tvi%d0BQS*}EhU7|)tXl{UT)Pi~hes6yR#Y<$jKo#_E=lc{+LhIssU_EFz&qN4) z-aI{3#8;sDx~aS#vixOg0R&ARmWZsufGJ2$C|AoYB?!WXRL#0MnKlo`*aKrvw z$UtJ_Vb>2&Q!6S>t*)-747PRKnS2VIUP*x~DQ}m!oSd3US(;5I{Vh2K>78os=_y|~ zm4-IWPN$Q_H8+;w(MmT!dL4`w;AcI7qKf`2qw`na{CxM^^iFWJI=^vr^VxUNL%Y$@ zt>-(@som&Q_3n3rBb#@(?(Ynyb_Y|{2Tp9HR@jcsYz=<93J6~vUV4XfR1nq$0aegeGg$y^Uaz3`y7{&ahx3Y1K{iXv#kNUa8(nL{9wmF$GDTR$XNtuUm2J3?qfH^cRlI9ac ztc66#4Pz~vg;}CEf#rsDbCpmpnS#q?%}NBkeBo%!>+MgJ#exEpPp4VeK_+i$1^53(y+;tY=VE(OxjIz5m{e#J`&U-Sls7{QgGu&fd`2_R!dt{nyX_F?s9nlecyz zXLcuNc7|^64&AOU?1hKwC=eQS;>S1D-MF$XD|_*QnoZeZH__{c(`jsG(rJ1L-rY#X z)O8p?d`K|R&`mQCGwI;|Rp z2}_E}gGrW`e6Vzi)tE;-EI-IMyk&Hg-iJ2!C9&>R67jy&wh zBj1OEz0!XW6!ieZ>pdtG--v8P96900M;!SWF!~syPpU^b;}8nxe7a^%y%h%$|+RKLm@HxDqbv@mXQ#ytUrdTP&W&mDQpkqQw9!1~v!k2p-=C_~T8OKMoed5n*uC Usv~%8efcKv%{s4kEcjacAE6j59{>OV 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..ef010d3ae7d073e6c5ee32b0b0651fbf800e27a1 GIT binary patch literal 10550 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 D&!1z` 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..fa15bccfbb42bbfeb2a8f18f326cd0222348e731 GIT binary patch literal 2301 zcmahKO>YxNbk@7x4}YWyu|g7uWNC5LP_X%sfJmh(N+}%DR3a*eEzxSdJF%DShnd+; zl*pEH;E)4{99j|elv7GY4;=e563GW^r68n=Lobz4IC1KmwVlM2it+55_vXEs_vU^1 zw`?|rV2I^^D!+&b{l$phNOqCKUjccFEM##G(%71CI5(jsIEM2M?+Tg_C5B`50+XagKdAdDV<(o>2DcR7Tf!`B(wPy*dSmi!o5 z3Kn;H;KA4BowB$EG@bgJk@M4BB;Gfi5L3W}IhzKsO0&M}8lE+sh?2MO-TUEQBrW_n zJ9~R!0d|JWDmIt(nqe**6|7SnL}yKcjR2qA)0c?v>b6G%!*Q?$mu6Op4KjWh)WX2* z8WS(z!gw5BgXJkaOyex1B`i+kt%N36JWg5y7O^ze6-3BNVtGll#K(fBSQ0!(jxw{% zuCC?l*Y9IuFRiIZ7N}i=saiEwuxk2l%?RwWgH;RHuxDYAk^R+LU7`A zo$n7}ER$@A_2jo`@k&Fg^Ys(&e+V~pMnkSAPjWzdyrBeAj}N}$>QY^5D4sYbey>C*_dg2qfeRZs6ibf5PkjJleVRH%zIQ5T35 z$UQ3%T0nib2>l-6P!N}0M;>CHoL@g*pejs)AB8r-48NeRR&BGY+En%Y;5hz8!d$j~ zv2&nm936787sThvVW6)0VJAOgvEurfd0#CPe;Io{9Za06OMd8C#c7c!a4BI=h@=%v zDC7!ZMiTa7!h$fJjRcCFC6Z-30|27*$=b=*3^?XhbjY_djU?BmjEvHz?=3mD889LP z%!k+vbkA@x8Df{Dj?#85k^zrdQJP_0Ln0pBLYdl5Mt9-6h0=;aN~^1@B`<_B56o(5 z1$!$c$1ay@YeCibt`;v}E>Wn~i@l;L)$Cdc$~nNqGn^7s59<%K6!(H+Z4GpV-umFl z5-h^b2q>qcPzM|6b>X}H!rf-!?!Nr#W_oM!VCvF~{QlI<=G4u7d16!A%D~-O zbWXj=N=yxa_A%hu*&NCYw~?Uax0d5&XE9z5hDSH&US~%4#%}CqW}2Cqz0AzP@c8EZ zAvg${a4M4ZIDonyrF7l(t|&gpadF0F8jbcV4g=evMW{D3F4;(_;9w5y$AnBV z6GZkHAYu=G4m-zQeJ6j_iP6{O5-?b!r!N7td5+^+Xka7$wNQSqf40!+z5e+MUD@lO zEi|+Dq1jIGT%wIW4rIi^otIC}SIYS2>83KiePdra*Hq4Jh;6aJ<=g1LVC(uDw)^%2 ItoZ%^0@Ei}-2eap literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b19d188fbd8f561f6ec0bac9966dd3990a5d156 GIT binary patch literal 5463 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 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..3e87ca6632271d1ec3e9abdd06fa9c0a23d8f9f2 GIT binary patch literal 14892 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 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..428846c612f41234487af47c71d677f2a658cac8 GIT binary patch literal 12000 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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..3280f847d5d8736f5350cb2907e9d67265bcfb37 GIT binary patch literal 7807 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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..9dbc0f7cad2a27031ce31002202bf1566f0ac113 GIT binary patch literal 7788 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6ccf8eb98a3b4e6997392142067934e8f115d8f GIT binary patch literal 4441 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

tVCJ=cKCVK`%N#MZ>*!tKX}AxAxvmxoc0(y;pYc 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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..667fdf208472e9b086ca2027b174847cd78050fa GIT binary patch literal 8947 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 HW!wJ&^m$l0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80c44899890579882129aa3adc6a986fc6985565 GIT binary patch literal 11290 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20eb5306b5602c892dada84b41d7e3aa44521cc9 GIT binary patch literal 9947 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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..7526b914aa60713335204dd4d3f4420531704475 GIT binary patch literal 1033 zcmaJ;zi-n(6uygp#3f0smM*9Qxngpv*s2&zy8Jk|poPt2QCQl5_J#6mvHS4#`Q6G7^%A zrzQH==P+`Ts*La+i<)@ah%nG(z9w%0oTD@JMtE~!Iv3HYoT1Nf@7wj=y2vfeqL5ph zVFZ!o+|`v#{O;jl&Mh`vW4t@hNw`fG{zkRHLyo5Z}WT zIGUIVVzJHCD#I^$g${ok*o~CB#9usFi?f`p8$fqJEFdGZ20GpiFa{wPuRz}+G zQE@v%Sg|klor~R}ZjE#+(X33p30arAaj`wrYa_juXtm!eD&PBbJS646SPDj^PB&{hEn^~5)`UdJX6iP_z6zM1*nkJ;}_ zr6Pi1H2z%uNk`~6xkyK@haA=cxr+!QnuqFg&UjioQ_pA;&wAOmUe^__d%3nzH#C$% zA0m?5LBycwMm`nzL;ijip$G6Kqizyy1y#&HqoFsJXi zTrjuM5pLka-ZR&IF0ki)LT`0kM%&aEPEVkk3cbbQ4j^BH;S|+1g6bKf)w3i+b&@4| zQ{P2R4NM%Z=csXHBFR#-nIXoGejm6W^h6<4FAP!TX_1(8gcRVD(o9l3#xc5!Hne&P z92|+BU21?2*b#%i;8F&mC9450T8@V~x0(U7TG%I^>#tgF;wEl*)WS@-OfI4~iutR3v7Li#3LmIg_0Id}+yFb{kgF4plE zg$rARh7@YicU;OVX9dpzW&yFZ1~Y60jT;aii*AGgm!^QK)CSxL)*uH|V1fm%s_iHX zNsSB!F=76)1Le^l5|@p0_!)q2wYx}Y{WCONtM>*@PNUJ#ZS6L)`x*#ZL3`SAB^%{< zC!{PgZQJ!-VcX0E8L+Q&>NV9OD%iHFSKH>&B+J@<`gv^)v)cOldd=^&+gLcQ+8XuO zYM$Gug;17(|629Rl^S;iT}-223*E2=TA=D6H#IWQ=Da4mq8e_p5-8Z3IjMcBsfANO z!WRJivyC2^rEl_g^1qr>znD`G&FOt}x@%4!Oq}1<@0h#r90DD31|!su>@1v|71ysc zHUcDjS~Rg7i0kdpQ1{9nJ> z1h7_gWb@2HG3`KwbvHVyw70Mumq#FqTHzV zn%z!nG>PbiVZyXSsxbcf#q^h$U5jg2`C!gL(mTlww_wf{sO{&fO{GVovU Cw}xc^ 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..2524aee08da454b3bf420c536aa8959b0639bd4f GIT binary patch literal 1542 zcmaJ>OOMk?5NE!2g95S`?o=ONjTwJL}IP4X(;QF9yj`pN^V3(Z1zo!=;RLJ#xufAp}lGl@)n+Y z^et}PC%xuJ-1fBM#7$r2k_Gv#5Z2Hil$du4rf;kk zd%D@b3c^bwNMGZmuXC;6;JPpdI&VBP`X)Do1u-?b1&_{~1Do5Rw|Ns{S}IQdk*J(S zk>K+e?L5CHGAWcua^|ruUWn9~aU}TXLjE}3=`9dU4kjB|47u>B>g(XEkl1ZS=>G45vL;-?Lf(^%w;vz*a+#~ts``nlgd(1CE(uK>GbuY3H(@SKn9i%wk{MNA3!1Q1xWd^+#dEX{geus$j7k3`MX>Yc&^{S`Q37F&#)w zRVWJt{EmQVZT$`D8L|x;xs0%aa121S~C62LAg z+hnQp+>l+^!FOO&ny^?L@+bmETo`_uM)D-? zPaxncs}y7tB?Qc0CZ(eemNJ=n6%Eq= R7A9v`KcV`+Lu?f*UjSPKruqN? 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..44b77c3b324805d0e31a647ded3a74d6d77bff44 GIT binary patch literal 8944 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ð!KB*m z^7cJ9oo2iz8*R8grw!9u7a3L?UY(GTM&oBvvqTkU#G6Q#kh}#%;#N!tflekD(^}`5 zSWP21bY2eHe{OgiPr%xOz|E7=!b3|e!l+hCY*$~huA7uyH;h>y^2SZ(U3a7J1(-T8 zD!ML<+pa6n6LAI!z6*)fisL|>$MHENs8X9R@IldJ9vC?Qa)0`pn7OLuK<`s0YkY9LSy*SCkcTyndFHMTb+2q3INeQ_!DW96mAxBS+!`ebwPX38XHKgldVCgsx{2y5554MIchiJ6SPIk?muJ9I6lBqcliMS;3Pc zNMrd=S?Y*oqxizUo&s`1ybDKSKFKFQCON|}4$0~$+n 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..a2c2a5cbe385468da5f32d55c8a56fcb027dc8db GIT binary patch literal 237 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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..7650fae93597cc91c269e723715256ec13d83c17 GIT binary patch literal 44215 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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..4dbe5c71f031ddee759abc158fa09d076d758541 GIT binary patch literal 11019 zcmc&)+ix4$d7mL?hBKr@N|dMzbsODmbJwEQn@!i&+8giMR@Poe+1id%FxgNvXDHF; zt!GB|TA@9Z|lqj!7A4tHCEOY$K;DTIWiBjiYmA(2IXdqPS&Lrxm!60T%VsE5Y+ zL~qg^awk0@4}BIAeaZe%Kg-w{mAUS%H$)wH04?|>TxJLjs)Fi-=GLEm@Z8h%Jf!k! z&l=mx6|*&Q4A(eDT2e=C%-0#kahFlV2R5h?E;EGuilmMyPIV;4DXzO*XqB+w8CCy0{;KTrmh4yLp&2nBqG-msv(}&Rbs}znbG6vR3u^W zS2i*UHNYCa^C?Y7PRuwHNhxt9qGJYkF`l{+uoF@?g7%m_f$28y(;u
P`RDFY_qK(x9#o)Z+eCu(Mz-hP1e^{ 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 Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: + ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +class IndexContent: + """Represents one response (or page), along with its URL""" + + def __init__( + self, + content: bytes, + content_type: str, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.content_type = content_type + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + ) + 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..a67d7ca37613203be8adc58bf0fa2be6a5227f36 GIT binary patch literal 18175 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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..4c3423e2b21da528c96934c8d79d4f233d8b4276 GIT binary patch literal 7584 zcmb_AYi}D@c6Z3(49Ve34^j`y@<{TF8QgH;y`uTs0%d?*S7yC01H0#cZTi2(!%SS+ylQZR6e8bLqw z+&g@YVzmLbmzQVGeVude>pbqS{eCZk#LfK2oY8~OA4s8*y6ec}|7H-njU<#r9^^nW zBQbZO<{td5wB=}E?ccjlxYw*;P~Ja+WT(u|I*uajWYBe#XP40p=XJEqNDj%FbtPT& z%OyGb<&!*o*{nO~NqQLsxGO8;)yGo9tyEYP#Pl5RuYZ)Age~ASRnhYdTQirZe+$PA0UjO-@~S>lz{3ix=~G zB|n#1%u6y(Eh$)EOlRf%(pTglLxESFwTaVn?e0WQf{1F{p))}_orjhwQknwnLz zvSxb7)Kd9$PBz&^O~xiWuM!-qDhQ`&YBsIQlF1dYJgeNmUBJfVu&giQe1;?I0EzH+ z!`})2$KSB@qQP~@q8ziv!+~@bk;1IGi!A0Oc8)2!CD%FV>Oe)l=(ZopHBXV#um=@A z-}6GgH-hwr96%GUbKQKr8QFGBz}u;m0OtPzKM$73&>8> zKAXFsRPHqu%RY7CSrb4`vTol=l2;P$`|P8kx3KPb1O1fI$tKj3-cWE*E(-fb_=*hf zEV^*$4J7%C%+HY&D7t=*K49NKrkQUIES;7xt-JM0pnk(M{JMIRmU%ZpGPc_;QT4?I%r=Rhn zOX`-wQbd2QHO9^xPLrdE?z%u8_*<#ymwL$R6`eoP4&ZjE(YO73K;MD(J`J4kXbO+) zYh^D^73*bzX;}3&&(&5z@#O>SSBpHITk;CI-x1L94mnNP0z_%qM#HKDJ8GV z7;I-E+pz43mZ^>xR=)L|o0IeMjRJmob)>l+DUEJJ{2UpT)n1M_JG}w|X=ecZ34ZIS z+&2#S%c0MQ@0@tl|AU?WA8enl^v8_;nAOq_AConk!W_V>u&rDM%V0QHU1S%>SKXpz zKgU;H#JrB12yCn6XrxS`ff4V(Ve*AVECUJ%*j|b#`Al|E0;^2c0BkXJCQN=_PJ9hR zCQgURE~rZ03=$V3V>v!4b!Gt*rET^#nZvG75311z6Lp8lCBzW|h;A}Nz%HFtR^^mR z{T~ez^7NhDFjgL;%s-rdKOu z6OQg4eWKDGHM*mvi@UzgPo_Ses)jCA zL*2JMpL*&SViCTTzHtL!Xxs>mf9-Pm1K%J3wS9mG22Y+msRhu9XVzb@dWA>cLp$C> zo0Hp8*?Xws9W%URP%i{ZuaMua+xL6_@oi_tJ!-f|*U#77s3TlvU)_uVAbI%J?V|u7 zKj5ryg?-haZ6Mu5gLD<*o+9<>1g}$DLm2 zbE#?@U@Ne$M{Hz=ja1lPgY7M|y?g%P`owOqpHLg4pyb?*9NtWC^>1e?L#Hc|Ge+c0 zi7RP;FO&pW75XnjE4|Mez0a0;lB@2(C;pH9|0r#p{?+({q2I;IkxP}x zB?F*)(r{0f-IIUhk5u>}gNKdma7{2(0S<=CGguAxl_p9PAT?|UDMpO&2~x8cj(ql4 zrHS2v!8or7*AS1?_Ai0hBbbha?7#t9ULkmZ+;u_)7AP_`IIWj-<2Hnu3+BH&VV{O6V+= zl*&hg#j{ijV$MZ%mg05GOq>r053wRIfg=KvS@IA;M@7)l5+z5pBKRw$y>7%B{fH86 z=SbB0S?CLDAJjigUL{oM$YIhpTp!pzhM3rc#*ntg7!g8u`?3-P(iBiqu$<9VywY4{ z4d&a(rzXPXBn4j!X;vY=|pji?Ck8XtiRwXZR+ z=415^uq#bE^^Kwyu6>f0=W@_`TCE4JXp=gbdUHvhvZ9!TH+YnQ(*R7~a(cmg1hb!x zy7sl>E2QTXfT)9-PfWtYDF1)h^-Iu6BhG%^EL#TIOFSBD`uHtqBrdRa9l$#J&od}6 zxT$P+Z|h%PeemMLcPswOhW|3Cc%h>jifpVHp`io6{;rLQTOZT}&c}U?0Dv;}abRy< z96kZmGw^RF;*S$W_4r>wt$}iDHb9itRCG`G!rR|J76=`h>`~AfYJcm%=>zCD)n9!Kqq65tZIk#C#bLEIhtxfhvf+pEt)^A$yc*QWM(O=3T!?=Lt6 zvp|x|*2dM_91;)o{w$fm1h}V6ews#V;2_Q@`LD=yOioJUWhfALa5a>eUeRN-dK;WtP@V(AZfkzjQ7{j@izRm-vEG9&Y?i)*0o3e!#n=NpJ(nYRQyrH zAB9uSgG=XfMRq&7KI^$X@ae$j?3PmLIAwI4Dsg`dcHCP2uG*%kb^UijqP$LBV=EmuW2ZV1QA?D6m39dd8z-5I9S zYIh7I=Dx#z6JV#DQxjh>;IG5NrL=;aQD&74CP()RM2TB#CJ?PqkHzrcK+k`q}5g+7&s5{7kQ7U z2ZlU}0wMad4(2uBYx>&^N>0K=<(Q!ha2n|odHqeiEh3E9qs4gLub{CW4VCd(GPbKl z4-UHZo`K1gHaUHzKzMtgfXQPmChv`yJZD*9=OK6ph&SH>;yH+Cvs%2a%ZW)a`|Ulb zh(sW`SeV=$S}*HXn90)6k_MC>I2V_#$k?5t&QL0apC^=@5OkaDjH+fWlSFI@ zCRdFfAG&Y*HuhWhIS_du;2UVuc+t z*r7*kY=@0i*o46*$}~Tzy1O<$DDy|*3NoG+sIu<$3xt@5L}46ag6jeDt0K=j{Z)~7 zo&Kumxw1W1(dn{1SJ4|~d#<8**`BND+4A?xd-j1q=V{blFC$ytL(#H5?|J%5J%*=$ z^TmqisNp%f&egoAv!~iWNOHKpIw02kQw-Ay@ypQhS_ef@3s!@jH76^^Ut>=)? zwJ~-pR^w^W-6(o!(TjpzHG!f&(r9zR)mQ1A75{Z;7i3rvbh?D~0aMXeXBP83v1QTFRY&vTQKKsEi m!z4DQ$r(!Q2X2OmTTOA&^i-gc%X#zgF#07w>b%E{I{yb@iAyg4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4808d2973a6ff607f81def6afc3a10726697d00e GIT binary patch literal 8879 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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..4d212fc6ded58bde5989577c2e6c1b1bed91b350 GIT binary patch literal 4000 zcmb7G-ESMm5#Qq-ze$l2O?}u-bdd~Ev}LlEoyu|KZ@aKk#7Zr>jtK+oiFcHaqVCwe zqbMmBN)#@@8bTrjF3h$GsseVZ!g=s}pW?rO3=Sx9fY1VkAM#Q#a19tnA3D3_QKW1a z$ll%V?AOff-27(eFMhuVL2=Ced;Y&}g#JZ3R&g|mXP80gKDv%XBr;i)XtYd%p?zDz zMq4()(w0kbw6!Pf(Au(&C1=9PkUebHwd78?Da~a)OWuT+K{h10Gd@eCX#WaiJ%X=M z5`LKHGF?_*bnKZANI|JvbWXwo(Io}bHqm{DOZ12yDJXj3BV!KH2V0^*U?L5W_;p6Ro?QgFZ`5y@oQ^@5+ z8EZiHKv~LkJ01b5^& zJbOuTrvqt~ObZzzvq<;g`HuM(pDn`Sm2#Wu^gxY&!*1@CtuSyK!G4hNs3m0v{m}iQ zO=N##YXJuRUw*r%<(jAc_zm*xuhnWnv>$Y|FHY?h9H4q(5-X0j=quo0D26=C? z5Bth_{JWZo&JJ#^)BO=**OzSPpZPTtbqha(B~3s@ELVx}1zBIplx;Ka+)7+?>&@JheT%gZD}=)A7-sum;MV;NOeMlHT$yd^Q(K;AT9 z8W&^@*vLBY1QuA*0OgAS+jfbTI9^ahf_8-`jL9PCP!08hI>r|kPtl6gSb1DSDf+X^3tS&VpNJNA10XqaN@_=qE;8hqB zWlhiPau$?S#e7z3oWr!|R83y_j+pHuf6NJ zC@8$5>U?TJQ066`0GFDE*gY+;5WVwz_Qj%3)23=BN3d;j#E_<4)`U42BDOF+S}rT= zB8H!W2~eXP?tuoA_+i=`;|GA&h@X+Lii2dv+t7gq56r^|UGonhis*R{a(V6)HY49U z2P)2ioj~_S;j{I->*bHDfe|AxQb(-&{t6=E0~B!2<_@jlX9U_z+#GQ~$;e`~!yK(44TSv+bH~K+*+rn{%1bA9HHGPegL&HdKB|iv3!qLYd9TGLGWLo-)w$1>; zp!QVc4Z5~*vN)13-^mGXclIh=vpBVOdKT{Ww3>x1gI`tiynrQMT9HzKGJrQ+oefZ? zC}jAo3V^}<9N7YyNi6EY#H5(SUQApUzeOsN{h5vinoI{=uc?A)I;Ur7qGNK>imXGj zGp7+4L9*ikMUsux8u{x@Y;=)(d3Op&VQK(T;Pl>U_s=zEejo`_Gx3aNoTf z_iufE>*4T&!`o6de8LEyD0xbrx`T7W^uU2H`u=qA4+kI4J&^yr_+atzyVZgBjDhz` zACx|Lu@mU6BO5Ghub=t?8&@jf*{bil;k#b3-nyMEeDUJNb06|`ZA^T2_U_s8sj7Fx z@Qzft5shRGe>-;mDEj8;+ZVdnCw>NM)1B8Kk0Xf*N%WS46-{1~I{cp)lKTH8AUgeD zZ}+vl7$Oke%UweufdzA=66r;ufFbE=v(-H>CYR3$CX zo7Bz?Itl3&Chke$*$7cVSxc(gN-~Wh^c7URh>yX7Y525*P!-WrZ{T-sBRE=#o~j1l zH-hh1y_1G_vcgSLF44D4cRH`6bP%giPcb=S2kIp_4lGQEzM2DfGyB2cVy#pyCat8T z97&Kh8dA+r=QO6)gh3t6-4 zybc%QTwa$N{_m!8XQpN^o9-;mC#gm_2Aim5_t^iXYqD|IoxvAi3HjUF7Swf?VVD{U zR@&Ygau?}SL*62NYRFThPy5Om@)zmzPxRwT=UYROO6OZc7b~4_-GO>WH~Wn4$hN)O z9W%OP#V#1@9o@WXgd^MTYIxiTj~D$Vt%Ankt)lU|!_FMt3e^!bd#m68<0%i<5j5Md z0-DE-hSF`-Nk0=QvvmZ`-io&~gP=m>?3QSZoT-kSGe*u8r%KBkzbb1+V7S7agSSfS z7d2-X?j=~?s%pV~_qvKxw`$QCXR7|g!%Y=s%BGD8M41lJpLx_pRiJiS|e f&m!BfHM={kk?a4P(ZLHY^u*=6(8oUMWuX2abd$I< 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..d8d83010016d3b3dc5466346ac5f934ce738b8ea GIT binary patch literal 6408 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 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..44c3f3460ad0156fe953d8872aeb7b1409fa74a1 GIT binary patch literal 3562 zcmahLYi}FJarchLhmH@)k|nwFgRz`CltfXg(7=Ed!>UC&tt{EKoEjEt2q)f3I_n# z*+Le3bF;HEv%B-!{W1_}L(trd|5@$_>|boK-`q9ic^Z%%BqJHCNW=431mRk!Au_h{aEujZTgX>Idu7%d~&^*NpwWr6r*H}NmIWY0ar=6x_9l-uS|MEp0SM|j))E|FwH?SM=YhD;V#szXteR`&-HYY_w8y$68{H{f)E~$)Dyhe>XBw?{_vT+c`X+;KIz(plTeVw$gK6rJ}G*n{k zuV@Rf6;-y~lvpXMCvZJ35OM*|!}t6;fE|=UdHBED9s}vCIyv90p-z>t%su9S558)H zVB=?B;;4-mz>I=wtU%qgUKAR<4eX%QBx?2Rrl7;J_dOurw41}_ z59~q6xMX3~u>w6OyE8%>(J&Mylo9fthL#2=+112XQ6n+h3s2FqS1m%$LPzK!!xM$&{@VJTdzd|_jee38=C0006NZ+Q zEM-w8VHxTnlq0B6!!}-_J)o*3Y?v!L;d_1&+_i(Oy3=4u)EqRe$wS{?W?|9f$P7AY zuG=&9FyUofGyR|s!XwWD^_2z*+7dQ!!$64XNBWV~WUw=cvb%@h8$!xjik`FG zaFHnbXvAx`DW;;EmZT>LWmcdp7j1X-lCzJ%mBntmN$1XsQ)*D#EhUpgmu=p(C}jqZ zxaes|D6s--nYOUF4%O855*M-=HCEpp*`_vPWr67D27X7xPtt?q4Lq5?9^WW$k!dk{;^X3SOxh4qYn5m zloN7y%bk6@zkJ#mEp$dJocrj|v)&Vr{15&4o5kK}sW)2ajh6cdcD=ja7khot3gV6q zHNdm}K{m7Ntq4GW@#00rjXHXE0v`o-Q~8y`$yl*{q|`oAaQa?n_s8$&-!AqHlzIk= zor9&$!GeEqFLWd~dOy9L&IZg5IKrQMCPeOA(LeD$;oD;v;OjHs`@s4!-huZ^2Hg&9 zVkkD;!Fc$P+YZj5-ys?UW_YD=!y`6M(?IrON54D_(#etLCZv#?0 zSNA5%6&SzTS_=@Iv}dk%PHYPhd`dFHQMOGw3czHgv=(FZ2Y`R)F{hbS7{C@P9G|H6 zC!@PReRT8T%};K9daF*X9!rFW#Qtk4;-l=@TFsaUV0LIGeq&;C;>N_n)Q{s=Cg+?x z)b=bBYe7;~n+F6oom3Ue78x-qt+N+Z#7o%@*lWW~sg`re+kytDV)I}}TS!Z4irAhS zf7P?B{6IdjcCngNVv|cL^B>!kISTcQ`OqB{xTh2!$c*x_Wls%#G*9%Z{_Y7XB*!N&MzgapYoY!dvC=S>V_#dQUtP zJGN#VZ_h?Tw%>Wv4p$%gjpFFkJUdXG)T+;Y>UNxHttX-0QFeV(<|E1;A=OAZ$1vs; zComirIXUaBR!vdwxMs*Hm0X}xz{f5=^X~vEJjNJ~kH-t>{9(O}-YB&8GKv(wt5;lo zom>U&gRM|y9OJ><9GC?U?pA*e-UPgZ_(<+%1;H=hl}|hw%ddQK(it8KoHPC(?sH^R 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..5b0e9cdfba74ec515ad6a570bc40d0f50a490742 GIT binary patch literal 38007 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 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..025e435785b1d48740b77fecff8bbca5c8c22d32 GIT binary patch literal 16855 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 SqH4j~=v_?xxK0*f9sdhiNeYkv 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..6b1f4fda6a26cc63b6a478cf825e47979fd00a5e GIT binary patch literal 354 zcmY+9y-ve05XbF&6&m^gEQkpy1GOp!7GQ#vg)NJ5YAdyBJCWlg>c(5Z8z9~$W0k2A z6AMD>)`?36L+?&^|GWF0EWb}CV+0mu-}w^i=g|C{_b0X&AYKti94n-8it(U5}yY0rw%V=7&-6`m!RD^ipw`6sE=M$NQVAX9b87)8;dh?Ck*Ef+x)7fITb7izRS5?9{8 z&MqZWRRJL|S{KMcm(~J`067#+1m{rnlw*!L$^Z|-0yz~0+Djor>BXmhZ^)BM$-lNR5K5;qKlmlkiSFbVC@ zOHEtEi9Of?9jiAux`xhuCiQ_EImeLsHM1|c)^`nDAuT8Gm@Af3z{Vp^URoa9lk1MY4RW7t8C$H0Ue>m9 z7?G524ttyJ8H;;4Rl-=26RY{ujHS17JQI^L&iRvOeO;*f#>PfHX#2iM>{fkU2J3at zU9Lx+q!k9=t6jcakKIImHxl-3u`1(wSeB((@0 zZbH&cn$6AgC(c~!&ys87^B~*o;QZ7*^MlgC^Dp32zK6df%rkp%G7QMa+7B1eLHNNB zYv^U|Pw+g(19^<|9~R(mb8&MLoAbV<+zt3H2df3{=^mhK1n|Pb=D(VyrRxRrdlE&1j3iiW;)tz`k~YI zs6WcTwq_{4+FjogEwzNSrA zl$3|SIY?691m`|W20&zN_`=^e)Hp=;jP%@MnEcd_Jn3U=>HI{gP^ss@JBdY;AhJ2$ z4}uyEsRSGmcDLEzE8lulxzMd#*e_ntVflX2Soj^6GArU%gEJ049x>zV4 zG9u@hRXNNVh1ngO@H%@;9_PWj`<`YVT79u+@CQpX3uxcea86(IAP1A(!`HlpjO^rw zi#ZUS7k@-7+;D-Eq$M+;B0Q;2rLUjh=HlZF?YIg!4ppZY;5V;cf8$3Pj+OLW#3Z0} z8p2Q!DR*5Y1f?cnn6R5j{vgg`0ehs)o$%Jio=*TQLKvU=;VZbF&L(;Yf)LzooVRK;3ArEQ% zbFm(}4sVHdz?F7Zazmja>(tpi;5omSrm+uDT6Rj@}eJB_3 zETzV@pxv}sHPVq)RC4&LYN&Z!?MVop0Sk3}C2V@3EvOo)8bk;yF%_e2_V2T7?A*@f zoz>msQF*pop4~TRvp}L}$Pgq=Oz0y1TXcp4D4`tEYg_CAMh^!wYlGfzj0Eq}e%mq< zszbdtye2-A4Bn26QFwlu8Sd04;NconjsF6nqNKinL?}3yE>_+Vc7m&;WSeE{H#<>h zP%!xIAl%SbnBCmwj2o;A4}mc#U`SD_!{^AdIozUt`&r6@YZN(L5n|I(7quo%1nNze zf5>~tT>8045-~ZN_Z~vybn^ri{e)4M!J?awe++_KA7f*af5`8=^ZVC6c&%H0ar^Zz z%g^mNA6|b{=G`)=zdf$`jjf==i8kq-Re9S$!S) zQw!x2p2>`-uu+tJ^nudRp9`-ovx-3{(1}uggL*FzAuF@ighQ zrHcOna+o&^*Y)R_M0@@}m-KYo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..23c0b1a881c1eb342c77a7d3029b1b9dee56d52c GIT binary patch literal 14577 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 F{|#1?Ba{FD 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..7d8f14e70ff0d3ef631224fd935ddcbb80e702ae GIT binary patch literal 12415 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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..7e3334d948be8d46f9f9b49240a0adee053538cb GIT binary patch literal 271 zcmY+9v1-FW42JL0kQPH8Alt1OYGJZuC<%FiEbWx#INQQLYM+lg#U^=?K0@g$bCig#Xh?+Aq|wLGe#yTdrOca5$}e^u0mB=#%0bt4V2*XIC@Y~w z(?X?FuqP@Tvx<`hye53UQ$1L1L25(jjH=*<1sNPoQpWZ)JiP?-SmDOa0%Ux}FM{+B Qob!Id`Lt*M#7)EY7kIKv*Z=?k literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74e0f51996f79ed3708c17f65e739f057977228d GIT binary patch literal 2090 zcmcgs&2Jk;6rb_#+G}IiDNRVyHfURV$O7@Uw3k8^wG@FOLJky!LEPM+6beaXlTmkq2qZ@=+^z~j!#_TgmmfB=QLoHQ$OT}V+8dO zB-inbvz4yNS)*EKhI?Rl$y6fMcWN}s%u~kUyh!!ntxUXwWd#%1M`=dG2J>esDrj92 z*bD6Te*^XdzK@piGO|JLP?+F~&~j=M1JdyC5ZI*>SphAv4aKD~ZNj+SRnSH^*2#6P6xji|re@4kq|DL9=oq0@*LVF{yW%;Vn;D5l zRFK(V$2c7TN8^ovvPidW*cI9~%fMx(7O9+i)x$_;?aryT&Bc2Rpp_S2TJsLG78VvP zzfr3>Vda)JPyKnzb8lL~VtA|WUo2g?U~xC36M<8ib7m>G0ynVW#*i}K@vK^%P>)+l ztV_WnI}R5tz1cTgN?m6KF#Ky^|E!?a;K-V~o_#!gZsV)phbR6Ro&Yr;&;G3!zRRp< zcJ+}ReWZ1K==;$JAN@G}@Z2M_IdJLmsq<|OWk>grlFdCAtli7@;RaMm;txuaJu{#{ z<>Cz(UnPiXvg@e$_Excs<&t@&@4LtEo?-XiHC}Raa!ZZUP!|CEp;&EU_BuGk#r*~w z1TJFCpvr9fXjnVzZ-|X1FhI5V{%-NwPVrhRKd?R}*tC@PGU@o|q_5X>` z83BTkB#bd0XSQ+op5cVRO*RZJu~G4q0~ll=bwdHcSYL!8v*hxa*w#hhz1`yFo#N&H zfB^J209mvo+m3R!4SC)0gq*kSZyJsluYePzUV&+-C+^il4x$40GSQ%9;^HD^qP%*K!YTv=Iys zFUsK;B8Oi?IULOfHQ4!98^Lgx9TQ6@4$t+#r%iGr0kZlTWYq9R`CS2_`zWaFR; uOnCsTtze8>=xVd~dxG9>_I@q&L9_R3r%z!(=T+7`eSS|&Kku_9J^B}u$?d}c 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..16971f1f637508a43d88209c61cddc71f2e0554b GIT binary patch literal 12253 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 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..bcf255ba85ff55834cd10eb5778c03fea3f6afe2 GIT binary patch literal 1896 zcmaJ>QEMAV5Z*hT?#{A}lG;{;YQlj_i=4#Q*ujC4meLd&gK^WeHANJb%k9cO_jGsJ zJ=w9)gC1P!f*)JbM^TFF;y(1TKSMGCi-SO*Pkkv0&O^ylXHPywj&b+yW_D(Fc4lY3 zy;VXQqp$OW2vM=q)aq+-?G24*65N)=;PW)4`{$B zr(Vbn%Q!U|vCXhNVg$_JbO_}JwYWo>Vc9n2+z5SxdL-~2@GGXHRF%1r>e0~k?I^>Y zO5jo~bb7EIIPq+v?0}AkK7-hp_!Z0XSQ?JTMu0>rqhXbKD|YJi*n)|<_)e}$2>mEM zK_T#D?8D?R5m0l;GEkzkYa~>c>Ie@S7A7SIhmEA!s40>b(UWy`bb*h2HX`_lO2wltgA@Z-hy+1nQ!A0$FMOnkq8CS_G_MAfMLNcg z=Y$x?<&IS7i|ag$(t*V|jdT!s;5s1_r-;TyvvApGIIzNXCQidds&SW!N~Cb=mWTQ_ zg0bydoMX&I1r5V!y!_1Ew3xZIwPkwMO2rE8b#s$?n2+dz7C&SZwF#JNbD~j`uR?EpX}RMk{_#ATEM}L#^xqu0SPf5hHgQCV*R@ z$=DcRs5$JBm{A>V4DJA+4%WQ-#Xz5>m7>Bf!D@CHNTfl#HsBh@Eh)-uQdsgpxY*n< zSWYM=fYb_S%QxKTDd8{;1WK5l+N&RDXO6Nn&5wV%cR|7#dZDdyS(pj2~4k_tc_cxZ*ab0UzA;L%>Ir;vtJ08K(nC>m$deu8VO|VsR3p zI3Mw2@1Uj5NU1hnYEI+&SpcTK3rJj;W-~Q=t4*~nbj@h3iW*3vZl)lxR z=^O1+;{xAwGzQIr+cOtm*?#v$Q6lC3_Wh+u{{o!F>^Ia;PW1exey87?57^rv zin{VgKzb=jlDcT3mApOm4e3@7ohQ$Q?!_y^EYc?%_15G&t@podX{&8*wWF;zlLpf;4pT#3}s;!bZTB 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..06bb28ef60190a81e551e381ee2fb55991070452 GIT binary patch literal 2610 zcmZ`*O>7fK6rTO@e~e8M1WD@1KnOK1-lR}ykQ<0VDpXYtAR*+c+AiL4vasGYv+JaZ zOchl~4Qi#fhbn2CsyQG^g(~&X1BV_s_GqJ(h*qi;sp_GZYEeL{IQ7l0*YQFa&%S+c z=DnGD?|t*uKP8iK1TB2^-^AR0yU@ z<@P@AE7BIW2rw%MqY@*d5-T&9!~8%;v%<>kExr`OVHw6{9!GE#$0}@>1`odQcfsO* z#|k{zNt2bsuvWtJvU5Vogfm~nHJzAtzv7)*B-_U}%AE+o29)RE+3E+ff*MQ%iNJYH zMi4({8rlwRr=p6_NmbgD#cLJ{N^Ki3s!a^MY2dRwc7ME6hP?1y#8!)E3NH zT{~779~TV8#7ApV`MNZN4WXvg1lYpFM3YpZs>@h4g!Y!ML*N1Rs8Cz5qatW3rYJ5B zwUg52a>1XZurty?me9tbiDll39%#CK3&xPmLlSS;VS>#%(E#c+3%PnYO(tX+uZ0U|}y9>7WJN7W+-xA2pdY6r_k5F*k zYhiyzX4m+eZ1)Nz50Z~mL`KZrzAi#$-!|W^6+BN+YOpd_1hWPUIN_%k_e|?qS)bQb zU6LV36+K(gNjAsZ$-t-`Qw&jt1i(#YK@op!63NKL$sX9p zj+itc>tDbMjHdK2F9&{afiy* zK;8+Xfy|G|?~>o9)>78Kx19aEQ*j3YS>~J()RVRn83(bkGtBzPoxI2WJ$mGq6Tgo9 zmT%=Jt^8zb^t3g4diiWKeW2BIa3j^b948bN6w zr;8m2^4}7IAn)6?O*W3d{T2T>oqLqd-5Y781uHE$TtLH(He8WN`)gw-pceX{9y`(o zlbz`PI&p+vVnR_x=yeANU59A&KXTn6gTO8hzS@t&FmJpM1kSvbE%Jnt7(B+8 zK$bc`hh;*i?pc%A)tLM?8mxxI+0XtKu7@q@i sIEG<1&}j43eG|RY4E9Yl)C~3wRBQ&j6Mln%z`RVJ(6OgGOt``NA3s!rEdT%j 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..ed534729eb5315fec7997d4aae58097665027a60 GIT binary patch literal 26442 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 AX8-^I literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..016c26f7f2974f73002481a0634190ed00131779 GIT binary patch literal 1262 zcmZ`%OK;Oa5MDdBlekIK7iy6Zti-9J*s3aVKnMw{@(@rEIgyLC^={%7jvaP4Nn7R6 zLk~T0@0|mv;veuUI3k}A+>uc^^~7uvS4b^m&$r*qzGi3UQ@!pY5NGFC=ZA^VPi+)p zP08sRkYhwq3w01RJ{T>-M2`_Q4-qYWgk7IOC(<&h)kLfI{ulRADzMt?F^P$kX~>CU z6c4$IFi)f+aZD6X6D-4sb(!?s@dkoBEMbDgI2|xC;B1J~HYNkYW3m&oVl^fS#VTT4 z;4n=T+f{2=GUi4~_2gaOr)em?-kyrm#7jlT-|(k*!bsV!7pZQ1lf;UN1j4%gZ$O@V zVrS(ZL>KcNAbr8cBw~azA+xd!1@9@DS(GRe77y2BZEBp}0dkBOY8j9-lNzlOvsyMa znL|sU7N`yCfR<^cU8B`Qs|5@)=VnfGoRNL?08bc>(wIuzBPx=381XQ|L@?Z!kWV6Y z8t@L03{x&xs8YcpuZ@gZVAatP%FKi8thB83r z2&VcX*$%a<5M6h@N52%~v)BHB2!A*n`bodrB`S>k0ZRrx)X$$Z!-luM?n@3OpT1i9 zJ>K&J4m|{|5c}PfvRL|)ri2d4DgjJ#6$JZ@Nj1E}u?QE-TL1?rpF=A*j;!~!Z_C#& z8J1SSSv`X96qcjaias?VT^0nH8w7A?Ki0e!1n>GJp3anm0NNPbGtJE>TQ9bPXIpQY zSv3e`oGJ!ht79G++>Q4b=j4H%bX`aQ@|{X;*Tjp@QbG9X!pgntk>A{8Dbi zm^*0UN?z8iqFGflSF;(-YN)Z0*EO3(?rh%B4E+Zt@#s*tS4%=?N-Sv@2e+)*dBA6t zdy@p*7b`HK`$fJ4$V-M{a--`e-*l8Nz!e*xmG BMY8|^ 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..a4a75568702004175b14f1216612bc1c24bfb685 GIT binary patch literal 5825 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 wr-sJMk9+R>`j%oHABcBaHpf0 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 NuX+EImyB{x{}+nnueksK literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04ed744522ab372fef6dae117a0aebccc98e2d8c GIT binary patch literal 6418 zcmcgwU2NOd6~3f?EGhC&EGdeGCSen|wj5hd>@V}P zm-J5r2QazF4tD{+xSw?)koRE`QV993b%VPX1%Mt%Z=k;EnZhS1Vg@L**`!$OMr% ziO+Bo99&%)KI@urW!)3*tY^Z*VV^tW%{EOmvAQSY%laq$9O20;MDl(>q^5g3A@|{L zekKAEKStud!qqqAJe4&$r)z>J%%x>HBTOk7SrBuQkf-XbBFWH`O39ig=&GQnWnosN ziaMhSd6B{_bqX5;IWa3kMbw3~I4cWTSnNvQq_@S@m z8+`$}RSrTw-!R@Q?SS!ZFn(u)tagwUguamEfsJT3JnX>>!I$bbp|JXH_sNSV&=RvU z9kJ>o@4S0i>$`IBWV{cXu*+=eIT?=!gzBfeoApl4C>d$wvh>coeOIvmBx}uIug$XL zh?7c#mb zm~6Igq#z=(@V4#f!&Fo>pueY4(=g&R$N124eL>L##bhyIN~IQ`+TsfPa70ekp@(r@ z9n=vz3B%10#3i3_eTEAVYIqoY4G+WX6E0!60HuZ-ftj+A0s7;9hTy+70mUcWU6LjX z z33SjXLLu%k_{1TDn>V=Y23IiLnw*)^5Kc%%i%)*o4-un(Zf>qWH3i{7B(hMx2Qx3|91HGI1iKro@aklCXz#gC^Q#C>}483gKgcT2bD!_rZ}bhbk_s zwS4s0AEZBCt7|y->Q7JK=58OpE#5l6biUS66T)g+ARppfi_y%KOrldHscd-I15<=G zMK3fw(^Q?w8%?q@W?W^0O?GyH7Ble#!*3x~xOX#rWFvfJZS28;_3%h3JOYFK6))Mne>2*(5$#&_tVa{2Xks&ZbR&9nO?z;9 zJ^ErP`XUSqmOBn?cEmS2;;UWj9RsC~0cdO~$2vD-JsYu})nn_i!BT8+Gd8pl8v^mM zkx~rBx7Kucb3J^p6h62aKD-e=yapN^ErpMw2Ia`U&B${bk>^&X)+2qTNZ)2;a3eCf zc6vQ>yc9VOLjo1Ac9j*JJ15fQlc5fqs5_#IBbViWg)Pq$eX^BL#XH^wSw?-)5i^t#NZ zlh9U<=yv`<8Y12M+#H#A{fNwQabEm0n5fRDGU}WR&ZFccdEQLo)tp?-?9Ctr4reir z0K7Y?9hhIU-QYCeBSg@w*LWp+RG3p<#{oi&&a)k!j2LY z4j=G8E@+NP>_k$h7OKNQV9SEwI;Bwd983iSL@(BIf|-*FhZ41whvE1lW|@RxHvHn* zi^7qC7ffKmQ74s_Q}3}J201~T7L^=IgeO#~BvX4~h;qW5qNjzd3ai6;YD%UQ5XrQu zU$UA{ToN-g@>xn%IxL)OQ&4pTSVNuU0&4f9B)fJH5r= z-iix49zTApVK(=Zu7l)$$4hRP(F%}B>S{6%r*5j~*Hd+rQ9D?jfjJ-Y&Pa2UhXfc% z=DS53aTUx`M-JAy79TV?IcNtUfph;hUTpg$4y>mRc&qU3DMOgiAgD1kGG?ilT5lX7 zE9UbsvKMI!SOl4k0wkH~6nvEdjaijKrfI>n4xr;{OyM@LOKaX~2g-hdEiKf|i0-h}5Ex5$QBGn~}SL8^13@ z)o7q5q25NruyEB(!W2~*2cqK6jfNcseX4e}9|x(kaJc?S~-sk znA9ZWYVMC@RztLx#@kr!gf8LNtnVg^#NA1Q>@XNb7<$ zcqJYSAvu9}jAl@-<0UgG`JclKGGYvkMnKWvo!B)Mj;)l1HHO!j{uE^3` zFihJ61%#6T3Gco$vKi{#2=%UxuZIRop@CxSK+!i~?tU1La`>7cnKS}P@I7e;4w^|L zm`wh7M$A-unvzLLO+hmcN6;p;2xLn})1|X-oO*riEZq-lQ3MIaM3>@Go#MfO9p?=f z>W}+Rajz&w7K$<6a8IgghQ5OLh!due8T2t?Q7rJ~i}o)l7VU4@y{qWn^(ege_NhCs zR(KwQpO^S|ECs&udm`Si2^5Q?m6ot4umYY2m(?)4G#0(QXLvQdn)(6`qfl)ud~Ke6 zE7I!VXG(=Yb?r2}G!~s9PoNy$y&Sr8uHwS_A$C4pd;51S?EaBISn)u6g*b~Ik7sZ> zy`p`Ztq`cLx!Gmg!ZZyUB))^b1{ZoB3d5^k$KYhz6-~-aZ^YnbMs}~6Q*m7&~aD?!KE!j0XYW8!6tC<09bel r7g+S;w@kW<+y5Sso}%;jhzu2-zl!%F#|>7<)61_|``6p_GK2jan6Oh4 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..d6c1f8ed0ee6c69648afa63853109637f16531d9 GIT binary patch literal 259 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 AmH+?% 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..23e93d9e1989914af26f112db86ab4988a501847 GIT binary patch literal 5182 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 r^TWL~dvug$+li-(>93HT-@W7k)kpsaI4Y?z 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..ac09fcabc42b2b0809629d56ae983bd137d7f5f2 GIT binary patch literal 13020 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 Q$Kmh`mjC4=N*VL~9~(&srvLx| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d852b6f184e3f6b20a22f37bb833b7f1fbb7a8f GIT binary patch literal 21287 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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..93627fa2ab5a80c99c45e59dfbef8927f468ffd4 GIT binary patch literal 3187 zcmaJ@OKcm*8J^{GpISad+N55#=~$A>#wP7XbpkYKn<|d%HdTyRKoefpEAB{IX1Qc$ zmwJIJj37YS!ay%7qC*cnv}y_mLD5suThl|Ylt4hl0tN)+6a*;NZ~_H(O};9WgsNB)8LAgGrK((#eV#K%s!B=mdESgwewKfArS;Bre1(91J! zW)V9ZHS*qk&9ZQr&bdiQjlhU}$Ee@Mwhdh%C5dL(SY4?R)rPejHmoVBw`#Vtv{lD$ zO#Qh=>^03awPh2R`$zQ~r7t|uf%z3cjuAkON)eqYu@cggI*X%v6mvR5dIPrj||3 zwpG=phoTn9-T&rpaa|+Djg5_>)u>iAr@U5N$JTlgPEf3GIcqiRrNZ^=McZ)j)w))G zPg})yv2N6ha9jryOEZgB;P=JA6$~>^s+B>v-wu^fzlhh08Oj~ z&l6Y*xzRNUA|g^&Sko-s1Y8w@-)~^sQI~7_mMg4dvRt!qK0+i=E0hPO0*RvHyV765 zQHC9<$v6=h?U#Mv9}Z+Y@>BEy(?pd)Pm^gzbjXJ~TH$v%XW#+|RR&JfKDl$aFluto zxf2gz3pv$bb_CdAuu^;ANQ0@sH2Egm6m<5J=sxW8aIn{o=nQfuXoPxMQGkuw#_2(=T>_-CBXot#xk zh9gaWICC@T13-62`lYnNY@ki{U9`dE`NeGolCJ|P`zlSP+oFRv9qN`#dDe|W9?`%r zu%=^TyF7Rb)~eg*Z!Im|$zhtQb2D~sW6dyeZWTL@VXZ<3WI)-l4GS{0RmLt0vq%o{ z496&IraKZ`4r;lkr%4<1=l15WmumUum&kBqgPK*_rlsC-c45LN7bHyK|JyA7=BtWV(0u zA_Ot?c@i4??qkG_#lNDYb?a*d#m?=$bD+$2mD!Fm+nao$_4^diF3q+ur;` z^B_IfP0w|dxu=g3GaeG8)HBjcXLeuhC>MhINJ;(nt>3)WOJ0Lbca?7PJJ3EBqA}PG zi02a-#Zph9cnMeuTAM=t5ALiZ4N?2ibls@KY@N-o2CgodyiU9QzkKTEpY@|J^bLSvP@M8{(NG+oA~ zsj7K~OhT_sudW~a79=zXeL`K({udBPqT%C3BAn>9v3S4n$MF7G=AP2nc@InAjk1>kD~&QQfEDZaw5u3c@pJhl*$CE3X&6@ z#HFq@?ZxN_o%;U?ITwCeK1*H(-W6z6Kp?`8fPW_zf+(XO?#BAp4g9r1z`J}Py1cVh zhZ%$>avxQ93~sB!;I=A2VBk9aJF|lrJU2Ytzsw5#n>Dc4U8wn8_UNyh;zt_fIJeexiH}{uu?|Oe6Cf@zubAen=KTqz1RY1mdv_!*~&fiF$|< z9x;jgar*R7x)atOI@1Yj4_)q@R*%sSI>WVx<~qZ*hhFIn*JCzGH-5Pnz0o 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..b2df7507d6359b806c3ddb99dba2bda358c01779 GIT binary patch literal 197 zcmZ3^%ge<81Z+v~(n0iN5CH>>P{wCAAY(d13PUi1CZpd39Vv&A% zdAWXGX>M*}NpgmMS!!OHeokhRenDkPMt+{Lo}rPO4oIE6^g4Q;PY4#0O?Z OM#c{eFrtVVC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..afb854287fc66c0a0115d2b61ebdf1e4244522c0 GIT binary patch literal 6630 zcmb7IZ)_XKm7gVdmwzR$MCzX<*(;fjM8_fJ*mWe^v13cIE6Y{V%1#qr0+!+~Wm^2# z*_9Q$RF5r!mJJM4EqbtUcLi7=@F|Et7>E0yF9qBK3iMldg#|<`AV9z&AMVS6gsi&maeqnY#nciOGYH8HB!ozm?)c z4s;z!-cOL^lljL^sDpo_?ug9FUGkB%W2nhO@nP8mJfDp>LU|$JIy+j9(%zgr(&pKE z9c|Q)zNG#bNIfbav-J^yH!O=b-k9X4-0@Cs+97p)!p4t#kkl`A%fnJYcF9gTyu!$~ zcI~l2ikRjl;S(-?Lh6w@x!+bdmS&}1kod|Abws*fcFSGu_8=z+Z6~CVolj@-V%t7w zJ1IGqP-Ni2#CyqXMoOxgLS8JSMM*Boc}dQvGO|L-#bjzVxgsmx|0P?p7;%~I*Vel$Y)ZNmB<4N`b2WcRXHKS5ID2EM#Lu41)Rv_6&0qDz#S49 zb6`bQ6Ox=xu4UDPoWGaBg*+XMF@tj*BHoj+0+K*{@4O|bV`izA?m?!ho6o19@CeBW z>ZRcLKN$!j+t`x~$p#uC;!1vYO0f71MRk8rt-CE;L=%1pVYh z!t^E*xq`Hol_Bp>B)-3v%#y`OBya!(n}I|kna>wgx@8J*IpAUf4WFauK+)fB$L=L@ zY<+z_mS4-|l4|Ns>>jK}ESp)574NHe3i&h9)2CxfMwMS{?r*G^DaK$~RT;y^#R^3k zTLZ*WcjVM+w0Ix)l5q$je_$5?giDo>U zJC4-uW-EkLp`A}V!U#`p@G4p2MygWOZ*!xMO6`#Viqientq3cC?cpr0V*5%3w9j6hKZVk;d-+L zFw#UJpS^Fg%4(+g;KbV)7chVY*j0W-?668j1alQnDCgmSYcb-(@-_55 zp#U(si?{$dmQze8n1{&{lrdRiYZ&}1G8tJR+96sA4-?*43d>1VPISmgq;VnFL?l_l zQD`>~f8~!r%IKgsR9>hBLgjDnd&hL|al?DOJX;fjd&1PNFtzjc9~_!6r3(v&uuw;C zZiJEwTMGn@z<7nNJ9y8?{_wFXyCD7v>{IG!!yS4Oy%aj7~NK%ly*MU#T$lr zqq4BY>i$v9Kl;_aF!1XmS|D6UP7lazk}v(eKVSTGQ5(McZ0-+Zy8ou(zp43e)&_d`wAM$o1|G<`8^AY1#h-3e+nJZDp@1i|dC%E5TK6-VW`|oiM@^}*J%r50l zVJ#~qGAsE4mQyWbgSwW1F9MeuxC4ybSwdB)d@mX~Od3$DVVxpaxtLMJR3Wc`Z9~}M^%7&APm4A! zC2fjHMUkabVn%J$iOVub0-&S8j;P*As-gA~8@A%UFh5MOL8bT$S%fx=aqRjldAhmqHKr!=m9+KukWD#H#>e zZuuS{8$gfgOiB`_sOM3Naw?O~kZSlw2r=@C$twk{$`S}ual}uJ5))@_x^fwXz_aOt zw&^UyZlvIEA{qG(v%6W6Xux9n8+{~_V!|Ju~&x1ZeB+=BAFx8#62OrD-bc)pDt-9W_01aA)MEQ z^IskK2FRCOW%k1-w=e#7Nef@m!&i*(mCE(ao4S9j<{KvUH<yCiDt&Ij@}h$^T$k$3}aUcDo? z&o1}H6`U;I5!Z<)B6i#c05O?{(1U7a;|xIrtYjcSwuLR!bZv`5JQ-2$=R~>xg?WTZ z=x5A5W(j@HEH)w|%Mv{6cfg!U%%YG!Vwr0H-`p3o$=tG(y!0Sq*+KIR(=;k2dXWZJ z$|cBHO$*SU8q-&0^mOi-M>{)TMs)8Y3^nQqOT!IwD4}F>YgrPRG{n;AJyA%TJ&8uh z(wY{vx(J7_gLKPjGYPYoE>>c>B>-%BfecSJj;z;PmJtuUWb*ji(C&MrLmCLo_b*=5 z|AyW-ZS+n5XtBJo+4JSl>rc<`{6HUCFoqU1w*N0Y>KWI@&put%g{y{ewLA}|;tB1$ zhid)-ZDPLl)SV8G_fH7Op9!gRoS&~Fj^pV{*g_2A^r+?zfkK_%|%ovU54-No8%0m2xb zoG9QF)N=N1`Na9!dqa?LzeM7H=E0k@g1!qPKr*SClJnuK`q{BwqSP_kQ@HrR= zldmy{$e}w2?gB0mlD0@5kC8^?C_}vh9w)iugv$o74vv zjKPIUS1mBI7dW>YIHw1ujlgs}^xhvixqbG@#ovZ@q`gbGb}!x1FTH16dQYGEt}*jn zedK*(*<>&XL1w$#D-stO{{#spIPFZVSAjU2KE3fi2rsOuJkvYXFp|71zR4TIsMU zFo;2Uh>{<^O;iZqfQA4eR1L^ssU5Lco6BMH$rifwG=d5xkxZxM6a**uEmAoLqy;Y` zg%`X?DhT;0sr(5L*hwA@jc6lLeK2MW#x%C?VDNYyxww8xD*l>pKpQ@#`N%{4{L!tF z5j#? z)h2Q#vbK+$;K2`Dw`-U1Din$3C_e^>uR9rrsXG{kg(wOLkC;HYoBV2MUi<$)2k5+J ze_kf%0DW7tKQ((tkW)h!H2YIS7d88H;5kwmFg!=Lrgcx)@Px~Jop&&B0q`Q(jDtI6 z!r)Gu^?uadyBV!UwcaVC>vY*$^9DA%t3FM5)$pDwyK3FR%|$Kz#?G)7nlrlJF8dCk z{iW*JZP#aSYQZU^`*hhyuKj*kRks(6iD_+M+UT7r2S~?->M))A0e&oC|2PMv-F{*JOEKfATF zYJB5{acY6`4>+ODH5=0&7Kt-G48P54uU$4K->M@hJWJ5mVKON&eKjGZ^-UPUWZg+h yZ(O181I}GJYH)*f4w!XhC$DrfqqV`|twm$-)w+`u&dg>w0 zSuzpY6sHEpRmd5zk~$YPa1#~D0lvdM{Kw(orfIJ@^l+rGfQY>lAm9+7{pUc#4&d`& z_suR}E6J{}=yLh(%e&6h;cDn_^WtjY*=@)k)^xq^>z8Xq_2Om=i-9#MX zs5lC#Pbx$yaa~9UPhFf&Fd-(P59t$zkRf3V855?EDPazo6PA!AVGUU+l8=tt684Z? z2{Um=!WnWZVST(V;R?AD?vPuF8{+kehEPMIG1REUjq#>LbErAd5^7Q6rg&?jE!3uj z&2dk{8}d>}hj{98ds%pX$0s25XYg0AP=^kkM4aUv#94XsCp5f+f9V}-MzufA%Q<)p zZ{l~hmRV3W#5ws+t`7dLr|`JpeLegec&4@#u8}wJJ2{G@rs!&kQ*~U^JNl51Yvvn( zW9JmZwYfn3^+;`R|3Na4HezxtOTP*tq3Y9GV3}SccDz zj~}175I%PtVqIJe^HDK8i{s&l5T4;@4jkAUE+t}qipP91%12B3QXb{rf3O##HxZA> zhz{vqMLf+j95n!`yq>S=B}mngRE`E+GqOE=yd>o5B5}%!E_P_%+!)EAUti>SrS2B|$dDgcJ-Do|EhNtI_x@ z$5%U?5#Ef=$Og=dvp5+g8Yo{j2>9Ut;CT~5V~B!Ii=nJhtW0r)GPHKmFW0;)7Xw@{ z{W7}Gb=pNBYs#2L(Cd4%W|67#E|-T%H3>o)v$meBC8NitjOB7AC#J6N%2+Z+NYj_I zlEHI*Uj{AGcuKUFQxW7U4ur(r)$rxAIRTq6^oeEzdzN-@S6im;a%H>=qhe3Bwq>#mZMisW#t!}S4C7wA zHc;pp%C>2>MWIFN`ag>MszTICtL4qQGOmmfM)B2*t(L1gGKA9_392uu#Usw1vHw{$ zUZdSlU}gKPvbsUrbl3e)l6ASQMyN_~^J=7&aYB5d!hm44bX6Os)zGu71?sFOr5r_n z2H9?yiOC8-?O3Hy(&|I|kig98uF~H|bFh+p8+Ie5J-^D>mc7*$RYTfU3-+1FcVGr& z-P!uunVhNDwwiOispuR(OYb`~Zmw>*VgOg`hIx3j8mrxTHrJ=EeNzl}!m7y(tLG%= zQZ-&%dd9e1vocj{)wZ8=zk@!n*Xk8?(wl9_G*tJ?i~(kZPcuRqv@$*WsJPz8Au!t- zCKMwjK;xYt8{S1oCy>XKFJMjUf;ept25T%iNSaF9g2Aa+k_&?6`KACVv9vW9garO- z5bVvgJ{X+AeA*EVig;E4t0s6UC5Y)ZlAMb2f)M2R86Mb^(QBnLT)`lJRm72+QlMV2 zlY&!x1PmV@YT?rs;3}Dze;~I0W9n#t!hQ(JDE-azU?M zwJzaxc9M@qpkOv8?iN@uF4<_Dk6?E0QbdF_b}ls==ODLYxgTb`g!Cbn?T&C9>*J@V zkG`y0k^~~KVu}?n@$9ST&X8c_N-D-dLQG)iA~*?x1kyw2sy1+q2vHS`2vB+t3n+js z*{5t5W+6Kfsw4o<{ef6)={>atbqVlVu@X5pF&h_SfK*s9mf!`Yg=t+6n|{IPV=sVk zQ>l17HAl2kqYaP{?0*&-#dGZBH5RO5RyBYRM{5m4qT_n_KR5v7Cd#18@Kmqu4N2{w zK97DuO#qrNHMjcMEXtsT7bobMfQTdkHN%O`j6)T@>HRgAiGZB zRGLrLXj3*T_=>Q}rt;{L9Tk|TKox)^yeM0vpiBT&1Te@}j-QHv@;QPgnK;SL0G>$7 zdQ#tvYyknVD9pvgOJKaKX*6hDrsKe5h$|`B1tMc&$6}&qsAhH&6Zi!Tsp)BgR%3vr zFxj7FV`*5)hR6(=KA5blvL4!-5M<_ZDh9<0DNIm=;YuVv%L{=<1$?Meo6KrV%oSzA zU}BUg(_OZgl%*meSx-~}1u7b$VbsV@J`oe4*lkRjt}wy;_=0BMPx(*zGQ5jcl;Ozroh?jy!-cu2_n@uCH}nu>_g?^VbG zv+n3va|Bi$ffaw=(I+|j7U+W2Q$&=xahbktQvwBBL!qZ{!M+%kn!59*K+Y7{FuL!f z*D3ud^|b|cb^q-6?c)p1uMKF=^U`z2e(ldccT#%pHfOp$JG+_~ZD_~`Hlhu!d6g(ZvZ|6ME!(H(1S@ZU-di(A$dGA5VdobrcSm@lfG)jJj7IvfAbMx)@-d+~- z%{@|cPZ8N0+wL&`G)uR>LKS?wSEv=;ithG{ zpT6|*OLsz5FAVosH zwxQOJGH>ucO_P^ENPCG?z+plCBhG4CIc`~z$Lp;iA--ajJwM+*L) z+vE4GhMk=c5s)Gw_mxl`+WFi{_vb;0eQ}K)TxAFE+4Jm##7^Yc2?%`E*|nU=9T<~# zoym8OOP%9uoflR+FXTHfN}U&T-qKxQgSp=0Irc=s+qHb@c0$qOkyY=JyW@H9sN@~Z zc}F2o9M>u1vq&o=w={rDkNfIyeyBdQ@17QW^ytykUjJ|Lq7Hex$Oy}OdL$1FLxb6^ zkROjNj4XDoJKc*1f1JLaUOM*fTMKWk*EQXAyyqx194j=mz;J`|cYVmm3xa7nBC%QPGC#PE$G4Y4wJYv6Nlw=wI#V&vzV@Iu7QJ zoF{k7g?!5espUcu>GVN`EZ7RxX34s1h09s@!@cfqT#V=4KFRG{b3eE0elG9sk=#8w zTj_pO)R(ggWJmbIGunJ+Q2)C@W}G(vyMY3VUxsweHVw-j0$UV4NCUZvH2xoSxw4_x zdU3RtCU(KrPD)U&pMqN(;+1?qMIVBLZxe@ZD@TByNb8OsP18q@9tC%xB_=4VIk*{R z;}z9GiixWOHi^hw$#tqUrp6qQo5Qf(fj5shEfrT_Ip-UY^RM79oB%S9){U-3|BarX z8}r6)$p~vHrQct0H{A&4ocrKjK5% zMU%e=sx^4BRE83Cqv!{eNX(+rb-5DW-Y@n9UeaS*t_-EM<+ZV_4xHq=I24Y)M zBurU7cy9E|MCL75Mz<-qA!C?7rtyVs_L&();`uCHPx46tmfYke1W$mcoD2MbI!>Q4 z!U!^aNKaFr8@1!?JQ8crSZ0%#=5oc$mo=GD#<0B)CPPLZF`JZ2TRwOyYh^J{qpcG7 zz$fZQcn`>3@sxnvTeVSJl8yskD74C4YMXv*+oHN}1D?t-Q1(F9@+XuHzEP;b`k|h) zfseG}+k`Yb=u)@2C8R!%&RX8GoG(4+D3QRo(gkuHgf`apX~o}E<{?kc0U9+_y+&L7 zJQ_W0)u`I;T3-y*+yy?{KVCEVDYgAa{07h_>s!{ONqx>yb4c|mJVSYPFg9U6R*!+U zj7`_pegh2bPDd=n%!G5BnOPBVQIZ3+MBMGHYDcr(V8QmV)YqP)*`RI9Dnq(pRFwM0(#uioG~|9%=+` zrQR||sReXwXP3|kpb+pXPWSlO<0X__hLJ3RA%H8{(rOA#Ns2fXXS*L$fq+g$2`wOD z+FFx2-MS?|9Or=aY(X4O{Toefc^n=3+_SXu7`I!`)A*Jv&r8xxr zu^<>>2Z+6MCyW~6F!-aH0?l%3xiw+%gIp%3b3{SP8K5o&h)YFKN!b6Qa7HK_Ba?!X ziu=p|5b15Dti3PmT~L!8HM}kZhpjpbx)6UX$GtARRwBJFOgQ$&7dn zPQ8d%QOzabD8XmtlR6wGZ)kAiU~<@iPZ2^8DJEwL0h_X6<7o&3wkt`$SsE)ySe8aM z0*;)CN3O{xl1jF8{0hmf>D!6lpl~d8uIEKbUtF8j)`|ub3111xI zJPX>{C9yB%nD&CzpJPh*y3=)iZq3=T>g@Qr?zZt$=f}?6-qU$@RANW-&N0b3Hh*e^ zIh%X(z2R?HO@e|v-wgR9^TRi|l zuo=x3uo=x3uo=x3u=wlR0Vx%l&ffcGuIX&)ZhRS_N}UBjK^-sy0gRwBH!P0jovcLe z!2GEq)2=^KaI~&Df~$_;%B8!^Kil(;6O!Y^0{!)iQ1nXu9h`F>&N~lF&civ=;YY<6 zkgWsYh#rb86Rp5buOiPY%cpWpufTn8PJI&Ecy2qn6ya22Qc5?I(#vF<(u)k`+PicK z%rO_BJs@{>SHntZqpo9d^2XGnll+QCrpZy%8;L@IJS3!uj6{V`AOHy-eO-ra0M(89 zZ&03Eu>;m^Rqy zsBgY;biq`x))$e*d|=(%TlO9Oczj`av1PGkqq%kARH3!~R>#6O-JsI z{+9WjJ>PUuYPz^cFVf)hYwlg)@=g6xQ~x5p;dCzuiwABTUG^DXBCkDw7#6Ch+{zu zC^;QTgWdzsPX~GSF=c`7tIn7)c#Fv)o4N!LS2fs~-zN!#Ng$%K>Jfl!42QuR4il+$ zYaf+fJtle10GUSw&0iwESm$+c)KTUg1$X-ry|`y_&%$uQS^tx3?_T?`VTrqy$hY=L ztv&xh-x>Z})8Cs`()rdy>TY@WLf&~SXF66oK2Q(9tcp#9+n^3iAdl)@XC_mrI41pp zGeF=7ARZBf1P`AVahTv$WpLpikdX4R4>{{oN1d`J67rw$7ybpveB}rJBwtt2YSr&7 zA|M+MS5Z$Q1_U7^37JrRbJ0vf7F6$9>c0_G*=@+;DB4Ln$yh_$kik{dIrJk`t{r?& zN?`wSHBd|M)4=%7YbtAzW%NVT5{z~7d^%NEBhsLNapJ@YxK+jN#z!DcHj)DiFtza| z5;K66Ng`yO!VDo~^;8u}Rv1ja;=#mqfyw8VvPUs-;rlHvg?rW0Fv#8uAIQN(C(Df7 zzCB0TJ)}66TC|2TSeLwdVxiiy#DbNZv^>z25iSBpHA-jJ5sn>N4ls^;0WQG^os9wv z5UOW3a@$r;;8spX)bpHOS_Y*#z14*+e2I^PF)k^V7tlyZd+)U%xz0A z=FNV|?4LIj4LYg?+_YQB;^=*n`mp-ShPrzS&E7(jr?9iD(AZXJ?<{!Qi_R+)1(S`? zf~$4Oza-oWkmDPgq-@kR6!i*&0YMPHW&vIkvNbG@EY;sQEm?OI%}SaDIqQq?$rik} zp=M9ft^^&(+ORl$y|+|J9Wpp!2N_xNFT5@3JBluaNvT>DphPiEQ+>J4{X}nlcLe3J knb-y?gR)A%^A5-lkIiI6=cCAqusyx6q(6MZTVlCurB(L#`bVM+uLH5q?Y^ORJAOL zLr&z0gXI{?nlsSE+*vP{NxWW7>|~W)FCgp=kg;ciY!V>pCJJGr5@HDiMz9DrXstb1 zWB$tTd(~Y>v+3~!NU{0Vt5@%;SMUAacfIt|tCDv%D&23gphs!xYzLoDn`h0_hQ4e7?&#&l#hl5U!9N;l6or(0%Q(ygF8{f zrSqoR((SYDEbL2lq&sIj(_OP&?7A-1o$i_KVPSuYPxsFDvTz{Pm+qhKXW?LKAU!xc znBFzJi(S{JcBhAChtk8d!|Xbg+LIoc9bw^cYBW7IJI2BdsaSe^cASM9Q+w0GKA!th(J*-Lu9uan0s>_MK(rrM~L zR3o+Y*O%ZEFB+}5UN4NGv>Ddw-6&^!D=klfUKm9$JkNSz480Jm>V+2s`xS0@@51m4 zk~p7`M4392$!oWB$!vzdo|X7yM$RQtsRTvT{VjFT%&=2+o=(o?RPXtmC?&3? zMAdl-`Bd-o^OP)+8n&qobBRnglblPWk_%!ylSqq*98M=*7vttS;;18Dt|Kmq-@cuc z#I%^nA#wA0t!hy?ZEDo8SM4~BM02^UbnhEd>bZn`^BWoY_WXQS%87y+poq&!Ii1MO z-PEqWk(p0sGPu`JE|ERV8A-}YYSU#gmk<)U#QDrzHY1}VRIawnh`Bpi>GkO>^3BmR zX{nphQ*R`*x8LF)B<5aE+z`(uGlD1$+tu(?LKe->qPE=- zbMbV!1(tq6e*Y20@qFfb7MJMa%$+^wR2HNX}moWf>2Qs{nh-s}ddq z?YF6oMBuIgLq4FGIK+_q}r*Y zGP!svdjmr(fF{nT68GZsiQG-qcN3Z7*OM4)-kV85r0Uehq+A(0R3kc∋$*rswf) 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..303f2ce26ad55bc612aa1471496e7cdbc39270f9 GIT binary patch literal 203 zcmXwzK@Ng25Jg*w#F!Az;X)>at?>wM+}jjrps}<~TOgdoBN)%+-jJ|kWt+%fy!kVK z@#mE!d*l@t-#W}sz$*MVbL`C%Rp^F}`1(d>F9FUE5MuHqbNKgWv_| z(KSluX_kTIj-50uAGBr`G}l15bj(O9Kxt;E<4Rg6IxZ?8KI4v%RFBK<+^VV*>|(aQ SE<9up9#e!dp3n*t`P&b@7BxHo 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..69e58660992a1d53d78fb18d029d66eb68cd97b8 GIT binary patch literal 8126 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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..2a868ab759a9d78742c3f6050a2eddaf0ec067dd GIT binary patch literal 2274 zcmb7F&1)M+6rb4-tv+^bD@hfD(@MmNTNNx}oHU`B(6~+1(l!lta)=IHR@#ZR&VDhw zvSK3_)AmqGX>%yF(2GwgCHVt-bxwg^8&|orh zq}2E0qGp&xhsCC7-3I5>hT+##&o#n^1yi*Z0>jD`V!7`blvI6(t_O(_Gm$JRz%pkXV@#ytkyK!@GLK<6R!#^C3?=VbC)k% z&Yhk+Q%ELrP?o~K?&bU%iHHuc{!)5GoCe?J@CEK0(` zq`iJps9nkjIX7ILsF5owq@~(rc%w#$Ng3~Gj7{epFA!E8!_LQPg7q?D&=eaQ?@#wF z7orX1eg|vCde&r?=!SjWQCY7@SY~?6OSXrsy!f=ZrqN=f(J0z=%hLR6t+)o6Ry2)D z(Ovgzjy+$Pn=5*TPiA`&dqvl9i>hJ!u%((=bll!K;}yd=ijgY?cRfh=j-f%o^cdJr z!{>bg3AKfujiI9_TKTu{Uuk8Qb~8)u%+l5;`-hLW55KtKROIh48z0nQKs-~qm?P`W=ic$>HgK$#L{yp9i9P01*Ko@h(i`aJC8&8blCF0 z>TIQ#0aAllyAeMQqklTI2gCdEcRgJE;3B=v%OH8|n={`ne7*3aylw8L=G&?HmN4&K zgP-x!$;B+cgYaTp+~Hn1KPl`S4fV<7`Loi_@$~t5X=h$!`dOY~7G%KRiwlc#;-1Vi zeH=4=BGj|O;AlPE}Ru5ik@?0ecE6kW6%oyYzO|3qUFmF@%#_3HI!xbFI;LADwEAz8#Lo zTnGKPh$CFWEp&1C-9vA+M&C{>gHP>^XFEKr-+ZTAe|RaZ_r-Weg#HeCiJ&JTp1%O| CJ7)m^ 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..9f481d2aaa88fb757db9c64d9591d114613327ce GIT binary patch literal 2310 zcmb7F&2Jk;6rb5of2`xArEb&|Y&C7bh}u*srK+Ne2HHS@QYA%deOax&Q+w0>((F2J zA_ql?10W=NKmv(NPDQBw1A0wPmAE)nq(&=Mio}Tva@AIyJP|%)V9qXKlOBib2kiF%PMuarPB%QC8s$10^$LkUn7fzqILOS_4O5@h zDmRF&f9Nd|n&=&b zkq>(s6?)rrCyPc{!bU6<{gRbB3L}eExFo z)Ty@%i9`;{e7Ngg&aaV(=m6_YrAOo`gy@yD<>-Xk$0NWMV6Sk)u=QZHYC2`$@Um)Y zHqcLBdFwJIu11+JL^ph`Y!3MNhPw4s*A8u_F`eyUxnckNQfK`OBsIL8ZwMaQu7F&byRj3hM4hSI$m ze9MKE2THGlwWO{=g(baVUw2g2D-xEa9&?n%la&|M;*v&-jYgwr*DXu)E4AVhWL?oT z%0+kCuQ~Q~;lzoeXZYlJchO$aHQb_V*gk|;GmDPfJ#)NbxRhegl_-`4cR4uJJ)4Lc z_4cAb4}(Wz@Oj@rx~-vSBk17KR{qTWE3M4@R%U)XGr#uP?*1d&`(I!CWH-LAjgsO5 z?#O2`wD0(ia^^A5?MpmGAikE`5*j)1Fg5icHMPF9l`3qf3T-6B*)O5w_|yX4$xc1Y zUVMPy+$iDx0RXO&dlBayfr%i97>yKz)(SB zueQYj3!$CIp?o@M`CoN5)5`$q{)#*6ejLW&=|Cg~qw;q>oP6&j-4Gr^%E))`en0c= z%umX?xs{yWPENOkY3~|r$W;0+Fjh=_NE-W5UFK^u$@kCK}e;)ZwKKt{bbjDfq*^a}kv?IiBue**b% zJ+UO}q&W{)X~^1N(G#$Z=mdxtu^BjW>Lxi$r=ZDh4(~S*z!Qwy9L55W3WS7kVlB>| zU39iJ{O+QYt>L%L@tA9){}wTX=Wq*M7<_losn+n@md5ePopiR%v--{VI`zkw!g^PX PwMFP}qn8MJ4A%1(f>m=V 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..7d384510c462ea8a053f1308e02092d83414a7cd GIT binary patch literal 3710 zcmb6bOKcm*b#}Sr?vhK2vSj`0&&rl#v#?03v76Wy3{-Gpq>${`P7fhaY*yS6z4mgK zon2ZHOBt$Rpg|EJ>7_By1kj;yTi8I-UK;dd>(nC|5Gb*L0Rcr0xfCl{1_Gb@W|mx& zPFx_vnYWKKZ{EE3=6&YR>2wl7ODzAl{09l4|Ik0ZrgV`f{{-X{WS}B4ID@yiBFDab zk%w>0idBT7z|l3qidPcF1jFN&SdofSMJ~#fWHHI+5>~3B6cvVxR=ScYW*9D6LzQeX z%OM_N?)q>~0KDfOhtPc(VJnUpG9EROcyvWDQg?*nUPHlxk%qYpj3GQ`WV`E%F%0YD z27eXh_SDZVVNW-7Pgl#>#zgl_$5t(;Y?jm&ho}}V>!mf-b!w!9Rl{^WVlLMxk(*C` zL(jgLMxTPSV_n zB}}E?!IkQHli-r)kTqX6A~ZpO5wS~=F+r<1j2Mh3`(PF>n7f0#zV+)7-avyFaUR`+ zZTDe>ZJldy?jDcw>o$XLpg*F|_`!X*IZy0SAk^RnSB=;Wfv%E61Du3SHv4>Eh`lJ& zATKznZ^QLSvdu)_bc8lQ79&0x{lCY9b}+&QE|jR}-!yGQ)onEo*Dy=3K?Tc4_Ek+= zeJ}d=Uj93F9syoY<^gUIZ17{86NNgG+waw=i?3T_xy)bAO}~Mqx0dqC2Sk+ zs_9+J@jjnF;d3i4m0DGw;lfRw6joPP3wEti(Y?~O!cA=7ELi4pp}OW>bL?01b8`jP z^zdv|FWu0~*ez7eY5_dV!^GCD0=RYbd$M zZ3Rped1-#$a=<~|bAa?{#z8nY2Ves=vrA$B_*Y+C{zvie#fPcZsm1oGMVS3~I9h!| zZBth-I(>GJ%nZR>gG&L^e?wihKD*=)ta{hrmK+=Z{~fZ7l!*0fDN?G zH2!Si)1Pmywf4=m_sxNpt?W`eyR`Avc4{<0T>NeBapquCz4-7n0O+mErFQ00Q@ZrE znEc@MZ*JYWb(i}}oNS7dK-W>u{##l2N?CY#x}_|&m8G2+Ka|`>00P9z$)^%hG9SM7 z(fse`@5-B}|8n_H^R3j0cIre^I6+3K#4@{B4IINyvqYm+*EFVYGE9aV*u4z^bDw4();Kf}^SlvzAPh#~ z^@w&o?#aDbIijo5?uAiwoQ1D!&^m0no48HvFhaSE-AGV;>Bb>Nj~@P^nBA4vBg z=iG-8HV)Z`47h9OAZm|hnQm*u2c?1Rk*eF>I)l|-Fsn7!w96{HeTeAU zW!=SwYTy+eN(fMuAev0K0);TCLc7AMhzmi6d$knEBW6)(<{5SUCs%5=-Opb=M&0Yo z5jUsy${8!c-5jJIaq9}Cq1j%NeFrj|a0Bv+pDkO?G8DWut)knIt_)aFdOVn)W^6~R zxtM4r$6hhZ_5E)XT-6CZJ`(U)Ptja`BFux4>XATD$77{c!&e}$!C8i8V7KIpy($ld zw<|3yuyDATOZo|TPLwh6;|5-?l?i=Sktqsjco6DIggPyu^@q?R$kIbjCI={fkOGy0 zX$lTe@CpE5ptYX-n4)n^-xDt7LT`e#F!2m`Uo}|k=}Ari)eH>xZxDhT=;;`Wr+&M5 zd$A+Ucci@?X=q0j;)z`ZAfVu>f<~t|?T21-WU)1}*rxsR#^TqhW0ZXFbZ7ivAPP!i z2LXU>N@C-DprGVPfRgd6TnHbhC!15JTj?|H^qBz3@>TB3a==UJtK8%4!OrMJXW~$2 z`fO+4;XsZL@7X~Bb}0xV@GX_20GSZ>^uxzv`7c+SV;5Ru7usVN{`HGy_R6==f*2*F zNSd;V(<8%!L%73)*k!PP{$)7j^fKbub3H?CcbMk8efsy?;=4Fw{vwl*?CBIzrtThZ zrH-~!N1MV?w+L7FNX#yrj6E9X7WT&>17K>T}=sX9fx3t!=sazNaobn1zmi z;Co4+h|%TphWx81SjU|J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3841ac7d5134cc7b57f19929aa7ec4919272fdd GIT binary patch literal 1940 zcmZ`(|7#RS6n}gB<#z9zHJa*0v8zd>XOp`Io0Vym=LRJ6Z%r5u~v$=&MS?sj%A zXTk|Vqy%a4M}<}?3uOV<2|Ljc%c8*dL|baeWjW#{ zTWKWANdXc-;JUh_kZ2DDfZuS$t(-Dtk~S40n@OBi92yZxI=>?Tizzd8M=EDb;VKl; z|M2~b1tCx`dCYPh!$$u7vrWr3&l=Sm#4*2c-5Z}7woNGhIYgU|LujRCv3kY#tZ307 zzHih>AUQ^Z1j&W?Trkui%rFgRR7{JKDs$;_AT!eN%s`=pHK|j@@bsF3oQUJaU3BI? zv=gg|3vgS|fb~QG)_ab=wTVG%iw_eR1{`q{fXO>NU?AJ@6PVJ^;$X0DNo`@B+kB_B zr9sJQ5CCQ0zHjeLTWlwOmj~_Nl1+hsgS!Ga=~0*hUuq?8ir1he2yhKG z+A*LXpbtG8=sAziJIz$uu-nEp1l3h&L2QBL`iJ_kS=aizeGWa@n$sZ;s_N007Nw~D|hrcye#D^bFI-7{ES zXRh9=6JqPuqV6}VTx_vv+sn~OR@5({Hrld$GNH#n@%4*ny%=e_xRU>z_{?$)j#s^h ztvP+%U)dL3m0u_}u;@~KWv~9Bw~W`hjvy>Dw_z6w0_7F7a`?Pq*~E-*Ja}r{FQfv+ zc55|41KA`C%^Ky93ikTVg*U!c;%W%ek;j$DWT2h9StU^|1u~)3r9r~=1Bp8xNY`D< zDJYcZk|sIf*PuKZSQAlc1*u3)h1ZhL<#_aT{q;AcC4-h)tyaltHW~)2)=NvoSt{Aq zLdjcZb=NsroSG{679*1$Rv;FnU-B%kRIwaJC>D0f^$3lE=9i)imm*6=Z#fux%YlkV zJj^0Jh_*90{4uP#RS5S(=13=9hm>5dE1SD%ps6cM`S@!tT?D6%bjcjoHQd&Aw) z=}?A|$>$)BJb|DmZBqQAs#_-1heNuAOMPz5OZ$nc)x;^8P;QxpeZ; z*Bk2GraISA=em3Lt+6#0$|#E3UMY~t{c!5u>AR;N$PZRF(kC|4Cpyvz|5J?C_w(ZX zEIif@&QFSuk7hVODa}tMA5TU5p9q|vj`-Q}v&Y0IM+KyXY>?zoLkQ9#)DkFc86Vdg z<&RTv2-8@sV75({Vz%BOxl+f6*{A$T3XVh)JBcnfnPvOMK2BrcYBj>Xit(&gB79XU zlxH{)eMX~v{|YZ~4fFt#*XrqpYc_3ih91Kue|Y^rkc6Tj2wljnMqd}S)#&TOq0V66 zf-{}Lz6IwygMCXISv#<)jXapy(8e~ku~mdfUihe+%7!A&TiMZ2#u;&wKO81Gr$S~= YsBta@N^Y%s=i4yNSMWcC9>qKV2N{CzoB#j- 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..9e19ceef7950f854880790845295f804ae52c4a8 GIT binary patch literal 2384 zcma)7-*3}K96#H!V<%3akOKWdYmt^M3=&wk(v7l-GSGf7K(H4gO_38{6N6)CXQ!c6 zI#m-w9ohui3rN$XzKm&N4||!k*LMFviYgIVLaH?FVK0*_K&p7!_v|KVfJr<1zW(0b z_rCYJ?|r`KpJK5Hf+FPqDSpi(^e1h!N_0zkaubxhNJAQ9pltAEvJA9YgDrDej-h>= z5i0XpzAR(~za28dWicxtZS!L!@$IiQvFli zwso@zQwB)YG%?B5bf=WFE4tq(W7}4X*bSL#8N1cV}%^`MQ7L05n~^TL;c#?YsGEno|rY%pG9YUnz51=S#O zueLR#NpuX^p&A?5QQr(a=3&4a?*IY3!w|<#2U>bH-f$hgh=-!Rj9N&XogF6~9xrW+ zO=lcp`9dUtv*O&hK0g)9#L7pe?EpD1;V-Jdt1>nnrAq0kI3=uHJabVQA3v((DV>!H zu?j%WbR?ocx#W}1Rw}AfQXEUEl`u9GeOj@r1!^{3HH=w*rju4KfHzXpZG2b>$Z9L+ zVfD1{>HJ*Z2iSIWQ>6){wE6w6GHTBSsYC%`O?TA1ft6{CD04l^>y=qRbQN+T?O0_a zm0}3Z>bY~LRnxSbEzs>*qqdUA1+{8pe`~>(wz5mnENm-uQc0Z&#=*P<$vQWDR@Dux z1>RnQF>0rxu3%WjB4jtO;e547=&`yzb~V2huUwGjZrooo*8)UnO1V5H#3HVA=6V79 z_lL_`wi}{BbwgJz-AsiE&1E7|LH9@KK|{{_SBD$%!=Cf+3I^NMlpYS0=UQe)C7D{S zmNBd4vg#B{nHg-(WDGr@smwYh%N$D|JC?C^2Op`xEd!U1ovG-ROini)OyDNVSQSkC zL$NbH_)M@`YYXYhteXgS)jdG^0f!9L{t>R21>_}=Jk*G$g4bjB@QKG_{I+~cZuB1g zb#zsnSQ952;>2G)hnw=`(q|2MGI%#Qc30#n0*kE)2$fNyZ5BHBX6MfCs-tl-e^wtLAhIT!r;!fmFWb>Jb62l$}$6#7ZJl?tI zuKbJunG`=L;F_8@%Jt#~Wy`NY~z=;%Ns(Tib-<$*=%){(ERuJh>*GY=|eDJ9aNRi;l;GDR_G( zAUXcc@!ONPChzh0=2oMJ)}n_Rp+ojG9M{cL+|&uQEHP6VZaKR5RFYjj;OoiA)G)t% zWN@mVUy(vEx)O_mWGe24 zY05x0k=?MWD>$?8^D7d1LAwJ$!E_Fos#ydGww2;Jnv6D~Ka3!8hJ3RYQ`1#PH|%sL z>4Gejir6_9B&V43lO&fTF}ez8JH%({&*%xX5uyM0=i+49(y9i2kBmT*{vGY#KzJO( zFijL+@Si4<7W}7)1{&S(I{KvXs&^foZFIluQvc%KHL3sJ#Huv1CXFlry$>*NG$S#O pgYSAQ>GALd&i4&^VXBEp-r-49iy$GsSh(@I7o{!qAA%$S`M+b@VoLx3 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..0a7ebc72dbb804f87d6676138c1809406f7c9d05 GIT binary patch literal 4491 zcmcInO^n;d6&{KrMN(WzyVCw??UZZzPqib(wcXg8z(v+SMVrkUsnJ8W4Fs*o)yknn zVTQ7@3OCpmIVgq!@4-M82m^j=d(i^e7oBLJ)AVKoJzV6bzC8MoxW0N?J*= zi(EP)AK!4^ym_2??|V;wotTgiG=BX*#m8ZU{zW_e7VR?(pn-l#-w8(wX{s3;j ztwmK{3u>|X{tKjrw3sSru?=1o-wCcws?yka7{+C|pFEEn*0mw46QEp4HY0LfxL&z!JZ>zq0v*=4ycS3cppyq z19qFW7{Xhu$~NHCw%N*cb4Y7zh(B2CKCll4U6UWM=w`6bzu|G1Y7X`^AF-Gg*B>8# zs)14a2xl>Bz?;RueCWN8KJfdj#lo5JjT6_rO;dUsqm(NCF2czuz$v;>ES4(8Oe22T z-&O^-zgE^NCRtK`V5CN(|K8uyC1us9XpIx&Z~ssun)2+kw=}$N0B0Hs*)-~}H)3Og zQkusCe3Qe|l{M^47B%zg#)eifOSiNY?UtrHp`K9=cjfBx?|=1WoNtlhD0Xp#89(y_Lt=dcB^l)WBQJ!e;iCR=JhcOY7O{mbqzE&SuV> z$&!+(JzLEe-pCgaj_$&x?<`t#ShC5#j|bktS5D`BV43X`_aQ+Mvp&?9&eeQ=;?0s zw2K%qWy{GuwId&Cu6n}fTC45YIk-B)IhYcT?!5dh*o7Rfk}qq-5lpRI&8a2q1nG;y zu-{SMiiqv&Q^(o3l7`XeEoag7+bU9t@($^J#84Vp@ZU z>1(A=iyMsyz}dhJWCDiw+jvZ?Y%k(2tHGyP3v))S`G4ALQeWw{o1s3}qA~KLW-%60 zxr3ZAYNZ$Nmwx9Vo?>olN;Pk8(nzGd=e!X8UWcB!f%AAv@jP3Bun@FMJtwp@86tI>zHC3q?%0@}oNJd)ynx1)M?I%tw8yMhWGha~vM?4)F=^AMA z+)+7M*fb0RfCM9$nCT_ut!)WYw@8Z)PYeueJG>uwUZmj&j5(ot9#>$N!-66wU=Sxr zKi&!6G)fgfoH-D}bl-52k^>N7%cMvsE>qM{6g&;AvjC8k^W!|{ZBQ>UQI+@@6^5I9 z1_Z);3Qfd!&%gW1omY0Q+Toasf?UFmUj8!j^25l>f4|a+yxNVt+GK4Z{Ez6-)*nB; z)QK*4qstv(xye2fB6lOVBfF#{EOdp1wy^x>989@qU;Jleu~zw!V`C%zx(3t7x#qLv5%M!Pjm#27S?^2>*&fme3mh#=aV;%0}&D(1>+|cpgju zMis{Kg+Z?&RiwXht5xv^s-rjA*HE1?Cl9pT9DK_-0&Yttb>d#LB#X0<#arSh(tSYO z2LsgI4qM?u;K{4rKq+(vkzhUGuT1S@;76@VhZ}d6X+HGgw^pIq6Y!vyM3tHsycBVc z_z`rZ2PM5KE+a`a(0r641BmLu(}qH71zPNF)O6iPCo`j52X(k!BHC%iujhzYgk(HT zX%?S^kHu*qP84bZvsCfYHg(@d+%uKpiN6BHu|`-q={Y3woq4{P_MFeI1OV1Hx6CP1EQ(^mya%fjI5@)r{YmMjH#PpdP+XB zajLdnD`M(Mj(GLWg672`Kwzm-BAYl%1sCaHNQVj%!zk$=JH7ytFThRS1sDLF zoI_K;u!U)R_Lx1BvgZ!FA~(fLCGEpYcH$X(?q{HVCIZ@LBA|UH(!AEZ z_V{}l#h}dc4Lc8?$Pvf_SCFBowO&X?fI0w zu;_;Q8R;7Y1Kbd^y#aOS^(>gn=>jv&cl&>eCYBa_A@^IQZn$_JVW{9 z(sGLXJVE)-k1&)^od*7kL&3{R=!+BsG@ZaPnCpZLlJOFu=XJcf1uD1=;& z))Kj#A3!WIv0o|B% 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..17b924809f2a88da908411603a2d3495cc01065e GIT binary patch literal 271 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ffd2a4184e0988f2132b869ae1aa4f728e9156d GIT binary patch literal 39993 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 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..795650a0dd29f1131282a566b15992b89d233e38 GIT binary patch literal 4443 zcmb6cTWlN0aqoCX^7tlolpm5}IE7;eW_EUVcXnrH`KNF=K%jV+{Tu?ie{r6SthFg zk6bp!6UtqTcNRbsH(}=6&{`!s#FLkaD!otCz)c={ptXBsHAn>--q&FeHAFqsN0T&M z;QP3o$`w34x*(|G_l4~6uF(AMxG=cz4TsFXFD z=IlUGSE+6(nz8&H+6!2Ta*ml)VIW&%v;@5-a?k3fmD9BIJvMM7edHpw(gF*C5*9>& z7sO5!Tf>y);w7r1QZo6+S4oszfcr$Y;$16uAg+BJ)iE8{N<0IdR{OMTfx8_67H6 zC-8FO{Eczs&i^QA&4zQ>Avmu2w4h&x&-`Zi zRXh;xWAX`q6C`g#YnAr~eO|24VJab)XB_fGN)YZFENQcf$XDa$yrM31!niK?l- zm7Pqr4vuFjP-}b8&06=ib$r8$t0HF&x;4Y4k3lnk1>m3XZ4k#xVxtb>#TMA~G^2^F z%QgQQtozP|o#a6^%4N0v2XDW@qN zT406&?z>{3`<59k6ffKIYL4lOnPp89_zvNP&IV1Yd7|rpRhwu zHMnzK|6@&|ZOjC_iYnX@2lu-kR=xP`)UOA}$x&hotNdlpTVxfy<1N@LM|58Gu7@R3 z4Q*q>*;OFM^Hon(sESo@)mQc3@!bUL-0oTk>=kAsU;(@>ZeemYyp6GTR~fV*%zb#A zSff3$LxdgJtL6CvPxRJs|L0)3GFHtI%~VY8Ne;>J#Ypoh#n6l^8eYg z8i3^BU#kRCP}&J1MK4hXsja9lr;2*YTA?X7i>EYrR?G%m(J9MFEzwjSUIq}7as^0r zsg>L%9HJVlx@P25cN9bf~!d&AIr`GnK zwk%qL5CUQqy&Y4q_X0dcLb-}%D0xFK6j^B@?PX7avDhSnDFkT*_{v~20MZFN*q#ZV z52hV_gQ=8J^~GY|a>JtSg(uN6g-29TFBrCP(J1P+@D9CVGQ2>x2+^lx+A(v*sAwu= z$M$k;sk<`U*Wtz6h+m4~(_A{@ z26c7_mp*~uzi!M9fE7CPN^Jz@^FvN>^R6B2OC0u4cePYi$~kMrq?Q?hS@0h8N-OoE zXD|e~3^NBIWP^O4B8jm^eCnI@sV_qH^tnd*Ts^+fh%aosdfyj!h#&^O^+!Goeh_Si zGR;uz!?Pcpy?XJw@sUv#50YFXB;vrK?i_(=-}onSKnzy_cx+54iUpM-^PZo2R{ndMt}af zzaBf?h@Gy*PJf#`@Q1gry$y*!zR0y;bNcwb=~H*7PyOveZTeJw`g~*hd`+HoJUx+? z-~)HiqrRd2YIfs~A3xsBY;hh#lAWBX#l{^W5kA_Cjogck-;IqoWvEX!_l;p4IoM1; z*L*V5d}7jxllY+rM2aUKA#hxfBCtqU%+XuVHfCONv8FtEPoBLi&(`I+hCEl3=N>=) zK1$>hiIMe5@uPYsQj}1fy^l2@)Q@7aF}A z8vSN0^O?UsHs2VVuZK=HLMLl(b>{ILJe^Z=kLm#)+N18t_0Dhy=9+0>WJ}x;d3G+FtWL)A??3$ zqAne3NQXAOj#uR1Ildb_K;ENXM@-~Kn~CAto^&HI?RbE?FGe;iR~Kvh57&~18_^@T ztj{jgqVo;$q$5H%D(wfcc`n(f0I2)PeK*Fhz2%62gI^}cZY*9q=lGEFli<+Rr?-wc z5>kN<6+|jT!pWF5nRo-Wz-U7pbCO7t9|7*k F{s(`JDAoV~ 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..83ab12612b4fd987506c9b6875e2efb51bd56a96 GIT binary patch literal 20702 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 XOiwU9^n74#&Rg-My|g1>RO0^vNdp;$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_file.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_file.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..859b58039b314121779d4bff83319ff03aaa22f2 GIT binary patch literal 22431 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 Kp9z?#`2PTG 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..ad1b7797dfe2454c721402fb30b4e64e54cc08ca GIT binary patch literal 40343 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 QSLZ4_$;NGCF!b~P1-&c#ng9R* 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..e42b477a499ea84a671a7aaa7c5e2329bae76d81 GIT binary patch literal 5999 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 IrgLXz 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 W=!~=11oXHWJfVA^<_Tb<>;DA@!yq33 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/req/constructors.py b/venv/lib/python3.11/site-packages/pip/_internal/req/constructors.py new file mode 100644 index 0000000..dea7c3b --- /dev/null +++ b/venv/lib/python3.11/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,501 @@ +"""Backing implementation for InstallRequirement's various constructors + +The idea here is that these formed a major chunk of InstallRequirement's size +so, moving them and support code dedicated to them outside of that class +helps creates for better understandability for the rest of the code. + +These are meant to be used elsewhere within pip to create instances of +InstallRequirement. +""" + +import logging +import os +import re +from typing import Any, Dict, Optional, Set, Tuple, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.specifiers import Specifier + +from pip._internal.exceptions import InstallationError +from pip._internal.models.index import PyPI, TestPyPI +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_file import ParsedRequirement +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import is_installable_dir +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import is_url, vcs + +__all__ = [ + "install_req_from_editable", + "install_req_from_line", + "parse_editable", +] + +logger = logging.getLogger(__name__) +operators = Specifier._operators.keys() + + +def _strip_extras(path: str) -> Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def 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..05ee2e3f775a31e00caec4b17fead62a28f6cea9 GIT binary patch literal 197 zcmZ3^%ge<81Z+v~(n0iN5CH>>P{wCAAY(d13PUi1CZpd39Vv&A% zdAWXGX>M*}NpgmMS!!OHeokhRenDkPMt+{Lo}rPO4oIE6^g4Q;PY4#0O?Z OM#c{eFrtVVCR@BDWmFNxPL1PGNz<{T{Y_{E@Y}kLDowk7!F&_K| z_z5tCFS8~b$ec(#c`-G`3n$-fOQ8V|&d$Dh@6Fq{zxR7H-$q7q2!>YqRa=%2`XP*q zq4bna1j;^gkb^zsV-x$5DfzM~W8srL#aB%=)n!lfGiC-Of{9LKqE27rLN$q~o6@Ci zW+k+Y9OW}|)C2hQ5xm`D<{WJUl`=ntS(3T_+V(uV;t{UAcVou&wTQW4V0$IZ$5w)v z!S*_-H(W}55-{-Qub3NzReOokMe7-zx1j7Jf=uinQ*toCRW9K<0N0U;wy6O`#mqP= z(ZC*v*;E`2_H-u$aCJWX%8to8i9@eRD9_R`WELg$m`_%>NOjwa8&MQeMjWfPMTi%3 zjS|+NK~=tjPp}~D&RhzQ;mf@PP>=fNCwz!k4>2EK4cUqxd1>v$c|&PPfixv1-X;~j zr9&WMk+V=JoPRW$HZ@wUmJu|3-)7Y_Jeu?2D~qz<9G z#R0fC2c;P&MA|zbR!do~TUKEE#IktKvi#6#ctRhxta`)tx;s?d9V*TmS1MuX(TuRi zg}4jiu$wFeN3+5!MA|5E*Y^5PTawiWC)2aZ+_U59g|;lLcWdc-nw@H^V7Jkr$cdP# z`CiOOk}n)*@7);L|1hmAg|J#0;u_nD+@MCqk?Gc 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..b19ab3282451aedbca40b035fa35f0dbde6e4616 GIT binary patch literal 204 zcmXwzO$x#=5QP(qMTFuxT-c$w6_4P?1BA2hG78JNlAUxLeEqWf|p=M z-)eQvivk??>||*5pbc|ixB}t26 SFMi|>0aJo8p3n-Lgxe1Q;5D)U 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..5b86b78bdbb7e25d29211a84022e5da0ae980ce1 GIT binary patch literal 23790 zcmcJ1d2Ae4nqT$ZO;)p;?B;zHNr{JeS)wk>x^LN9TCy}dJM_%9TdX40QXibErexAh z!!vQ#EkoJS4m`24m`S+E#L>pyKnv^yLa>{i@$O~@8zku_Dqy1k1q6~ouvj2y!(+sm zKZ5+eS2ro`%mzrY`RY}@>wDLCzxtQaXak2Uc;kOAp89Q$`)~AMUJ)bmx$5D#4>^&W z<3x|>&3fiM?CzcO;_l1(a{f8LhtmAnKrT2JWbr^Ylnc*=bCJ17u3@er*ErXhkoomgt&9&v)=h|}}a~-+Pxz1eI zTvx7puAAj)$oAxV=XzPZG255xpX+CFJ}cw~<_1_injOpy%?+`5Q+8Kw_uOt4k7b8* zBXc9U(YaCf9M6vB_RQ^J@#gG!ZengCH#s-So?Eh0x#_uS7Efef$nBlm%i_uGzTC{* z42!pB_va4G9boac?7`fjxkD`8o;{pJyga!YygOIDvADX<5uliXs#ig!w{#A)A>m;z1Vjh2j*e z36&L!HzoOQMv;WHFenz5Z)7EBlY@fv=Df5-eIkhEG;)fp?2Rb_MFGVfNtQDrKv}*q z>FTi!_Y~`sD?>(7%+3rhWMrj?0a(t96T;n0UKtcd?*c4|S^&Tz`h~`C$WmG?-V|8& zv4+2)$(SAUXpN$@kY3IfMf4Akf%%*1Onxk=HJ;VqpT&DEe5okOY4lF>U(P6aewB49 zoz;BTq@otMzPyx`P`ZIeG_#PAWQD4J%^rP9{OV0f%AQHj-;~BeTK8#5DgGuhVsK7n z3AmL@d8LTikVGwc7Olvc8*Dku7K-PocUt6PTDf^nmJ71hU_}+J*(jH$an_TYXED9M zAr;eNx|r5qb$lhSEH5n;l<^{dI;}`f81N1~ z&)>#9z`B7*!qL4evb2|G;mFh z+!#?*!xIQ>Phg2?T{|niA{XvpID9&D1~hVI**u~7P_SQHEeo}ry30O1iT zW+-nlb4SVx`W_dIMM)UY+$6x!cQe3*X@S@A{E%vK=jfQNEWtKCcnr)((7VX5Dm(uZx!UpTn0M?;k;Zh zYXs#I*e25{jM3b)x6%;-h)C~rLC~|Xws!QuYL@jx$SnL_qm&;hItI$@HltjM@H`aC zK*|4#YArDAdC+?aDkKkMDXdN!Xjs@S3pYX3)1aC<#sqV~=%G0)M}*zVFFjMMr!Ntf zp;2B)XFxc%=hFuh#1W)jNAake3KJD4UShYrdf06BtpRz>q~2&8t7BmSWHeti*3uE- ztu?b8E!=c{kNdBPfqhFhQvvNsDF_ zP#T>ufO7l5i)bNZKPZHWXerY5%hdFpv^;(H?%nD9at?LQ-<-x4x-*^4+?dvp{LIwe zz0*pjC`}sUs7!+mo5l_RV~|g0r)?H(It$)ueno$S=BAcbwCsc1+gz?po*WdcfD&@EM2T7ZjAE<>;4RggL%VZ5*z1 z{y@wQo`##g)AW8*jeqIM^*{Z_&(3`2^F~k#L7fFbE)pvT%|F&;1Qk$|JQr>y7-O|? zQ#rWR)cl>B@8A5M@`IUmzS=&iwog`@rqrgXcP`XIy>%`G_|O*rK40Un)cE-Q->C5k zfcse_Kn)_Ovw&v}{=8wZ7CyZhzO)g(#4}pvn>l z(TgLoYtDC*6TSc3Gv|j$uv_#?0Wly2#h?_D!VZBTBt^uq)F4Li-+=!{{PXyaN{wO@ z^72wtj5$RNN7=aOTj(fr3m&og-RNAC*doQGxFbD*dg4;^LQqV;>z`|hfM*bg#a5|V zY?I<*J8Exqk`um#2C);OO%ei79IZDj_{DCt-l{(XV!zmf z=QgpIrMqB2S|8Hdjj|!B!-fHA{YdL{)Fa@z%gEb}^Z`8gu>R?FyCB9W3?jW(976x& z?%ts6E~NF9xi>v?{SdoGw6MukuKr^qrht5A=5LxP639^kDg`OJApu7kJo)r8(2^0S zG(-Gi2!sR;LW1DvQLum{#)~sDTUahK+2giJ3k__^L^7h7>HLb>vQ7_9xb}8NGbfwDMDyk!XU4f^abHciyJSkE;H1s#ej3?iK#W-Yw_i!ML8`>DdOjg z(&CC1TUv4P%~SFyx-;+OpQwNI|M?y4t?zk0bn&PkA>m{E>(@GR?7ZB0JY1;({FBAU z-r*GQ%iOm;rN(z!i$S~eEsHM`!I%9*hj72vn2!~SFd0{=(amwKHI^DnT*|7ekZYu4$G};kA64f-@9cqTnJ0=P9^A0i(|65Yw7d+gGJb&}jZFNm3mt(8+mH z4M<|jxh%(`nqQH!3)>qzOSMzQ+Z$s5Fi>8m>LaPtd^W8psgyz^&GxPlydx6{mS+*H zHk%k?${dq7@ml!_f-m3UzUbj1P4`0gL!04_jc`Xb+@*%QD&ekLtbcvKI`mQ{X8*Pt zyDE)?Px}VczNts@W6vWQG`;+4`PHBI?SGuA_MKDv&Xr%?5~j<3HQc+^A(Z|1qqVjk z+!|}$!}PXeOL&2$*7~RD-cuVoNOz%Tz8^kH&qKA|J#_D?4eX_R-_K9J@*mGuPhM3| zUZv;V754iaoxniIg#u$l6s=9?Oe{G$#gK>cYytK6u^rvpwdDQ8<6dfO5EIXG-W*s$?q1`Jly^1MQ$zN6iwX-0Yay>$w+LqMbc8h zT^Ha?t$~b}0_)axc7gz?tc~q@zXK}w7y!meh{Y{-83@C}5G(zqkOLhA*Bx-$c}t<~ zwLt{-u7%zX-Ty89?ht^3vbPijvh!h6`_g}m2{KkMh+4X66C)Q@6QLf`B|2LEr-<8E zpi7yQ!12$c5Q#{T7;})X3ec(%eKYx9VKkiwal9#IWLrfE3^8WOH_!tKV&QH+TL57| z>E%3?1!1Iu2C)*EOkz+GMl7d<>uA!dM9-&_Q9wcf3pZATH{Jl-J!Mf?Wy+}UjW-NY zjr#LyeqMsia^(_}qCohHnRy%573vmKj0x#GkeW!XHz8z-!rj7hRs_wrVJIj{hE$p$ z_c@>=eH<9I)d6EH0z?c_e}eQc2?|kS&_Q$$`X#F(3x}Tx@X8wU!hulivj|}lIK`M)XE#|tpg{cxS};eM7^1kNFAxjhmpl4 zQ!#X^g^Z?G$5sA#h5aCe95_^tJ#79X*Ql)mnNheD7AQuM+N4Ixs3f*)w)J>HRd>aK<0_w6Ev%iNL2P0*K2u zXc`)woLr3fKCA}Jhb}6|G3RnxVGDsVqw@}=%MmIgB>VXbc>5t&@~-1y=d~R#iLn)w>9jA&oT%oM)YI#f}RQ zSarM0uZ8k0AYr@gA|PP_Xf#2HzQ*PKrjEGe6TQn^;Z!M9I8h4SvPPfh3WxAasv35o zB`bcLt)apQ(p$~+f`AQcSR-2j2na6&6oAqHWTnfu$t{DnEXNJ7sww*mk`R8j} zOCdJu4o$KN&GSaRWUg>)G?b8YY!v?@R|;+41%(0RvGzov6A)TYw+J(^%bCZ1tB)wp ztwl-^*}Y1ir*U@n-?hr!>i|{(z-~(qfXZI8Au)_J>$x~%LJ3*qfFpj$jst#c9k^R6 zI&(Qzi#yjU7&Z4B_Y>f;>UZHSBCR_vF@lxggvhlLu!lm69(|_98q&i^JSB>zPJpm1 z*TiF=t(BSQ9oypV%gGedg$t)dDzrs5QMOOuQNW~Jz= zDy`c_Nf%>u8k%LQ2%|$*P9c+9%7XvY-!QfngOR4;kX;p#goBK(QJ4_!ATO!eq3MRS zNmg;2FEeIsJ54>pN*D%VnmIj#J^>g(iR=tu0;#hu2%u8V$b~#xCb_hH8`ecfW4d7w z<`hxPkR>gwP_muDKDw}!SBI{ud}-_ z2)yp#B&doV;BKqJF3uQvGEm&YWMN{k)by#bpjbU<876isM_}(^ofSrQDjT|v|zAhb*2!N(xX+t_}&H`qSs=!LNN@K}kUel)i>-_cA4w%20-3&$=V__8w zWU?9S)uL?FpgUp1DNh5PX?`+JYkp=a2^lG*N6FvT!Z3iafs=`PXyFBzWhkHAk4IUc zfHC|LYn)}0SY^W8OiKt2p|NSScFb_fz$1*kG|-e5BP+XOsc7L>q!r!h^E%Z-VhC7L zU5JQS{t;R$RmjkitF)g6Obal3q83z`y8@I?kV5vOwy_3XSRqzeUZ7x+f}04m0PCve zC+ok)OK(Dx1eGgQu61LvlG6cmVliHtyF=?13zCw;#H5V5b+{)e#6S{4(=S~|^mV*j z6)b_~IkMSbAeVC4$1FM%9HfKT=tgX`GWKFMc0`RGsdK?d&r`nTJFmR|N-cg7;)5C& zSUB`q$RBNj6(iaND+YoFF4^{=_~3B)RfsiwyV}@Y=faVe^+r{AK^0zP4^NYw569K6 zJuntkll#@={_?q}iQQ^qrkXgQCJvO()?$5X>;OcbXv-7n&kO&y@H4S`{F-|F8hiD$ zZKRewvzdH(Bl&Wzqxbtwu&K1R!QRu_2AfKI3!rIl0W{4m^*GnuqsGVTFbKU^n><>X zJd0ng@$hFpZt9#zWsd+E{fYIHt!MLifknXH9201kJkhANKN&s@uBs%)R7lA;xE=i>}{C6 z73vZ8)PQb&5UV$`2VPH7<9i<6{-mHzUD$|UsK>a-u6hf{kB}VM^t5HD7QeI^zp@d( zg5It7JbFu=K7nCu#^52qFeYeH6UL;*IY0*ycZv)z zs*MBG^Iea6)UlH+R!g)#C{+?e=o;<)bTS|fi7U1xS`Q9uZH`n zC>G!@f?%pPHd(%`^21O2hOm&oH}jyRw(qGX#?{35AI(#3XRA}^)TwjT#JMVeUgghY zH2TSi*xx{vbz@Q^G2QYv47eHS{b-u(eh9GK5Hw-v%Wpp{Rbu0n@VG+w=`Rj-oo(U% zvV}i8;QLF#gODMYd8c4XaqKRLVi*=Y zwqA272vO2%89KP&tb7s;otKXzye^+WIOfyU;WFYfA;mxR>S*i@#1$$G4vf^#P`v|X znA zWG&JDVEH6%LpDFw`UPs#C>ryvX zNISwTTgd0--4%)c6(lW8xJX##VLL=a;kduG9dzb0<8Z11WFK45 zDKWrg>D5KAwY#9J7HNlhY(UVQ30Q5 z=*&ZKzOn>o_TESD9mdd2`}Uc-!`c5XQm;K0IK zmFXgx?qapA7SyY6XrnhGTx6`C3sP}@N;s8Yv1(!hr|x~Gj~oV8cUc2?^YH664eImD z5Z%x{Ko0or8c9U7YBOObIngB@IR;|Z5-f?MzcUY+TF#Pu$m|^uYHvfZ2J@aK(E?^f z@{VRxt+&gD&T3GG$eV$9I!Q$o5>i(LNWk!kTUbF(h;VpsIvOl38*`=ifvhJJR!smn zFF@j<$%ClMWIrkZ*?}@L_%QKuftYKuJfE?gL;4>EX1W7bB(>6w)Wt47p$P}W?@y3$2hRA?swRuOT>+r4(naM3? z^77IoydB`eER98(1zC&f#>&h>it+b~ZuI>fARyh=e2-%9QoxM9d5WDzpvB2Gf)KsQ z_RC~kmq~LqW)S1|5#L4}4AUrfv*|z~iB971taNhXQaTWjCl|-ZL6V6cbm+7<+_o7W z-U!3Y0N%42KB9(?RKiDUv0gQ{$B~UFIpdze6~V+YyulBzzg^`Is{BC^XT7ReVly_f z5gU2bRE-@{V~2>F9I3?;YHU|!^zcUPa3yxQ)_%0oezXQQJ26a5Ib?vrI@b_st$QQU z)>=IILE~n8Vk18B=(m4-y%L|O#$Q(BFIU(Pwhs83d7~3{u+=_ZVZWydaJ~L0{Jg9H z>~re_e?5X1x))d^x)~na2oJ6wuZH)j;eD0xK0sG4>PC)3J*Sf#j2x#YeV-0QD4g&h zd^RckKbRUKh3mNQytb2_HTYxL4BE5p74YEL?#b*c`9K=s8v%nc5ny&PBQ}v_cF9Lz z(zXcY68TF9MDKHmp|2G9#OEeezm7NbcAEo;H%R4}e|D8WnkRi1(^wo|{pNMxF`yzb zLmLEWIIC}d+OekfmA0vY4~fjAg_U%k46%k2B-9>O1#1nj**pFQ@baRO8JTokum-36 zh?Sol*$G38MfCkfyG;IF3TV@55pb${V_HR+BRGEY_#lo zG*fMvR$Hdap;~9}_q#Vc4{UTEcs&2)P_^@n+IgnjgpF$NQV2tALzVsDyzd{UeI?Xd zJJr^aO6!Y{j+f8Z8@$c?|5uQUwZ6ab@a@M7WjJXbQ=5)Kbd1Koh;z}zcV^$8eK=F) z`&GWb!uM}se>Co7y@}bP75RA$Fk>HhY+>e|F6;`t-Fa=_6=1!sOiotuTRfhu_3mH_ zO*YXIZl1>?+Ry+pi!pRs?mj}xA6u>C3<27+?Jd}^-fz8KbXc|4BUWZd1m^_2c3bY9 z#aLV`FW_h}AC@_}3FT~SUr6+0EG&B;(k!p5Z$+I?$VEhgT~Iud(#*J=GvKWIlWp!L z&Ki)6@Mw5w4BfkvF#TWvX zSu_!qhk)pFD;l(BIGQ<2zH8G4WQx&4!bTd!z!WckjcxpfDccVEBFYAg` z7b#H57sd2#VO|~#1aiE56G&JFYBd(Si@nk+>yJ43bF{S}1>ffFdU9!VWdEL$6`E1FM;-E0zc zpVP6pjdlg&;7xKBg(PQ~;|D z0;?01cAKcU5*`8tEB_lM!Sr=;eC+<=N@I7ey?e8L-$whs$1~OTLu&h>@|pV=w}`dt zt~3s<7k{{>j+{ZP##E!qCT#mBF!2VQ}~aCggR z90DlqcDJxxAbK4`YCCir_b-<5SMTKbAwaT|Y7y5&gZcRs(3+cS$)H-lnnQCd6PUVy z>SNcpbPr!{-Qvy66uNJxeV{N71&G}3YTe@J+%;_H4@n{T98PbW+5@!6**i-C;;!G_ zJ2*{p4rK^=c|4N_B9}$k+%>qBJo49()1rA$y|9s6>cv}&@-4MF+gyraj4Voc%c6Xu zp%f)fSVoC;%i8~U^#@9s?xJAlc((TmQQ{qRoE#YgtE<=HwoWYTCEauVHCuFJ_*EBI zDFdM>pu1By$R0OeJPYh#Fo;URTB+Ql2g|4`E^GKOIC|_qYB>$fZljOd2M|t&a7B3M5z90q@ZphHGylHWqN= zM3UM~o_#k`wWy&^Wprglp>4y)S;v&o6xjjU`6i&))ixVZI^X{p;mLCdfG6Pr7rTFy z*y%GKNVFdu+e{qWNE~}IUrn4=6Q?WuX=I5*ob9i~M)V($}w0k4m{qRgREWmlX0{`h);{MuZ z?9fK+&=X%Zc2teQkGh^@`dnt<*k9vgn|%KUk5g8vu&>I`sQgTYpD~+^Mq0L@{EhFf zj2+pC!=mSFCJnm^+1Q7uu4l)YtL8}n0Hk{OgA?lu8;OZ}go}2O;ux|-Fxmnsd^5gh z1GXi24o<7_=?eS(Jl^(U<98ct$=868KSM1*!U(9978;nODJig>jme-ZjDLFm{J$c6 zk9*Jap7*`Thul2}@2Q0Fgc;B;*}DjdSM=QT+KTym&++lQx6Q+B&F4C4?7QbsDI;#- z)$RPghg;;{kBGjag^4(*gPo^sow7iu2`VQB#Na}(94ULt9-NKxi=lUUoOZT+tl$@f zytbTifb($oJkM4nV+<_p=*FYU0MabTbb}8@#KMdgIEdWCxQW3}!fts6t#UU0eBe=< zQKN-5<(XdtFGj?MbuxABxSTb);ogo%iz9a7;+P$OehtoCCEt3hUB-^NN7xO)Dkzit z&03%ofQ$VY^d5p;$GSsRZ@(2Ap?7IFpAokd_t1!d%71K8dN|kbd0y}SU*LB3`}w1@ ziaoQfcR268ZZA(0blkT)@M8>OYhf=mIVJeZeZp^_tNU>g=Lf}|hKp)(yuKlMXlL42A64KptccGzpyrNs*(Bkj@8gBZc@`GJih>v-IG6&;wYv~8^K zh1_Gd=DioP4UKC))afW~*L^RH(^>T00*`wQeH}dMnjh=aClBHq0>ZtBt@$W9KI`%v zokzgE5-=md=kSI*4!RhpuP}m(0Fwe4K(T1>|BPU#B2V0lp4It}l-%&U{^B z7;;l3O?02trA6sf08|C3^di2kp+(8V2CsDQIxRvHCS_LS_o<>A6nq7N!^!0xTsl1u zQDJ0W9kwYsL{ak`!PHSEJ1fVhjC@$#obm(I_9Y|j{X?65`#1Xb|LEG2wm*LTPhS7= zRJHG_+IO}5YOQZV?c0m{`1I!Zg^lqGaJ{FWFpYytAdM3jJ)d!b3HVANsPd!b-*|Y8 zh$YnFp6FLR>&NsvsHTdu00lLEd^3J-BYy73xoZ5n8iyA9dW~=0J4^5ZH$ zUNL`6O2Kgp8v4}%W6cw9$efhGE?V{hc&+W0f9aW6-3>o1{K!d&X+H3Y9Qy1Cllt{i zZ!77?A2z!K`<_%6fIr0r3YI*Owpo=6*@9}YU=6p4AK}}r1iT5b+Zym#G z`%EQn{1^{Nc9>dnXdR}Qx{qs~gyd~F55WS%n7(8Od}}`ATB9$6*ByWt2f1XmJxz9f zc=@}RYaK7uI=cT^`1ix>ed@r$YR4h9;}94}^5a4P#<8`H1pM)*$@Yg$YR6NSh-<_>> zoTzp5d_PJ7U+d_{v3+U}0lcD&;EN`1WRe>7Z+7h6=-6BBm{B_nH?5gd#?+N%Q&3}RjE@I%2a>` z+X5V9UBqrOw&iDt5ZeM}iIu3}2=+bS9S%NZWH5B7d-ON=e9tjEZewe}I0S6t3+l0$ zT$`_CQ{}-_k+K93er!PrM!4yo_c<)ej+O}0KlIFw1?AsCKXf|f1NGMV490e(k%06! zaMOIC5n6!Fw8pcWu3}KMFli6OWvDb5_Yg#GL9jRn`KNeZ-D@Fv691iRBc(4Mi+?aH zyNva#yo0j9{!m{s?@>>*eSPN9L}ln8ezkbpgP?U1uw8%TI}A#Ht;!Fm{6K{tfZA1U z-~ag9pZu2E4x^kW+Q)(izFNHFLHJ?f_o5#}AKBfACC0>mo8Z8aetg-w_iI*ay>(8_w;7>!Hw>N)$YS; z_hAfH1U>=?%CFS;WclKQ*R7$Y(Tyd`JR2hUQ^17p2+WQN^zi_4<;KSY8d51Jh_E;i z=ToU~E~m3bN+^{Q3-hUz{3^=Hw7%t53P@)mlXxxnA<+Cc3WcoB7&Xwdk6c@3DLF&| zO$a+BD@zokLDm_hcPYjcTHm1UzmBy#G!81W$TUn9_>#@7JmB^;eifrI-^ zyj5s-8SKh2%1XgEDd7vu1JPoR^HCq=*+b&l6VEE>k7R+B;uO+eLXIpv#xp*XiW{fM;C*CtZ!!24j=)otm@e*LopQ%N5G@pDB2W0@^x%$m!dN z-28tTKC08mHBV;{Mg#-~hUs zyA$YBjXPO!|LR^J0sO0jFy}c?;r2U!HSV>_vwk&hU&Z~~*=~)yP;vjBRqCY*=la#S z6BYMwE7DbNS0h~y4_70*)X1)Pf?J)t)~`L 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..a52dfbb922cf706b5b414b621f63156b63d9d469 GIT binary patch literal 208 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 bn1>9mad^qmN0n59TS$$!535A675skzqg01~ 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..6c3edbfa05032d4a42f0790227df62a3a56d33e3 GIT binary patch literal 31975 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 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..9b809d5472a54d0cdb0ad75ca3798abc14010b56 GIT binary patch literal 11050 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 I)bqXmZ%S((y#N3J 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..8c4032564db1afc303fca46393cc8826a416ce1a GIT binary patch literal 4653 zcmcH-OKcm*b$?tgMM{)wi51DJ(^N(R*N*Hu?V-FZR=Xo=ulw>1^ zdO7=M=FOX#_n%pQK0G`mz@skzr}~eaAp8qE@ssH{b{|9Ikzfgy=m<5jB8u3S9H}N( zWZsq?rIx8=YHCI0eZ|Svw2B7pjHNoc+E8VvmapVRK@zA;3r|Er_!8desSHcP2ZELT zRIoIvJ&|Dy-u~DKAIrhm(1EcdR{kTQSa^=4MKR1)jM#~w((mm4 z1R9S7DpW*Es7RJ-$)73}*;1%tiI%jYSQ+SNED5;GhWT4|J>D%;84ViDT{06bz*4v_ zO1`_q*9}r*fdr`jGpM~yK~KhDSJ>B*|0Dx8(V->4{>oDGVco71+b53a-Lc&&F#=Kp zb=h@?k~PYF+jD*5t&rc<4fBpsrMhd>=sgm6#G;^~n(b1uzG|DRF*Pn`dbPR{*vqiS zx*e<%FIc6FuszNBCGzW4PS|iP5*T+VF>o1&mYVsQ1Ge-%2gHcj@B;=$hMoyR1WpzhC?%b=c8eWPxaY_Gg-Fc&!T%gdk(m~V3aRy;LK%1q zUr+Y&_2mt{Z-MZbUV}xz7QSu-dP4Js7%Dz>R($jj@|{^;Ggx_jeZA~9YBeJ;SIcYE zT`N2Ga=E?{ta|R7rRnLiZwK^Ze`Oz~E$gr~Wv=0rx%L_XxIolgqd1xMg9FqOYC2Hc zfvz{lQ;uAUu_%#03*f%+^}+{#mpcnLx(hcRC|&JzPm_+$^@cc*k6ssh6GzVu^#lMo zJlW=D7p4kf&WxkaOq?38KUFohg5f4DJY64THY)T7& zd(oUd`g_u*1XRhsYa){{bkexZ)cW`20Qu@atvD&f2wq##rre6t=)g#t@2}*+kbVL@ ze3|fp36%#h_n)SAZR!1+^W=;VDXx%?)S}A9V2e<}uw}1dQ+0U$3l-a4@j?~c7rX=f z?sXVsD0!GMJqU#`8@m}wLEvG>aI}zk9K=HNc-rpikx8KSHv!xicC-RmyfydPm9{nm zrK`UFf4XQSiY(eqn#UtQ^r&OgZPE#c5#b# z$KHC7{aPFOWBw2MhreuPKOgz?$kS_oS!#`R$n`F{-qCJ!wHxiYu;akM7ZO89Tq>&Q zuc!!J4~KNU=2;B~+XY?!1oBEW!hQg>3{E|PoyN%mUxSOz3W!C3uYViB{p8n^#xvl+ zgJ4R_d?>c;o`CiC)u?_sjJCrKOn8$g_Nv|A11fdAh;X!wS_&K~aIjD~RxBBg7!~>| z?`LV2<5WunoMy#+#mYfH2M6eom8bbWO#yHPYq;N6tP$uBr}{^rKVr$?c}GKx_^Wie zQLTa>#AjG@?mbAS(dmgPJ0O-veFCW)y$y1Cm0-T4kdrqMLYA}x;#2CEA|nl)eHh+6 z#OJxtL81*oXe9xjLPB^C22DRqq^0I-F^45TFjxRApDTi6oPycxhX}?2M5!}!b1kN8 zo;pm>WSME4cLD(9xX3Tt;Wf#X~az zhOJ8zWKcFT`8bAM6$w?wP9Q=FOS~nP8jMJ9JlaBlN6=-~4AK#P)ul##~Jek?vaALQfb3 zs+gH?Eh2V)3$7PX?FT^dZfg>;?{1mA+O~ML9{}OZW4_c(i!U{U6lnkyx5TYGh`uHM zbuOygzxqwoI0V9k1-$)0g_j?w_5+}pZA~C{b}Qi33qhnTRMAp#G|Zcx<4_YnPWTC-190^$qbuu_qi3A5MM4N4`yuUlosuvpwM;c)aipV!u6P Hh+E`;lDJ$s 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..573646c61c662f98422586a359f16ef33559e8d9 GIT binary patch literal 11118 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 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..501de1cef023265b228c3c883af17d62d4603774 GIT binary patch literal 192 zcmZ3^%ge<81Z+v~(n0iN5CH>>P{wCAAY(d13PUi1CZpdM*}NpgmMS!!OHeokhRenDkPMt+{Lo}rC*iur-W2WCb_#t#fI JqKFwN1^^ydFy8sideCE0l}Z^-NQD9Vd(@ z35|NlVGkS->H*ZfRH_h^k6!l3pV3M=tSoUt9QJ~O3PRcw@7YP(KpES=_w0F|dG9yx zz3<1zO#&mk`FrJWjgVjQWiT>*<(z?XKo}_#rZ6>7$_hv=P^(&5tLkN4Axtl4RI)-? z<{@EOuIyw7iyXtMC-9`BY%qi8SdJT8Ivabam&aJ1nIKK3ZV;=`{%NTZ$y(KKa~jkt z6+f()=3Tz!hdiQQGL?Mif_i})MRcnssNClCK3a2OH@VoXMSRA#ZRtEe9p$zw6QhAMc7@B;bSLvEhE%fD zSbHzrjdjnBz0L~-^(E0u!Fh6qcZdMOr62aNChRuYOz_Q=j~T3)i; zQ!477`i-(qe6pu~t9+?IKuW?CxELFK$1FY8BOYuC%_cs7KaaabnYP(#!$9;5eT)+@L>WI1a0M@L7wb5Lgc4d4L~@cmeh25R3ufTT}w*46mN5 zWpX`&U@Dn~M|XMz#8H%p$6g|SW{LP;NVmdWVjbNQc~CtCU@)*~(YN!D01k+}GT%(6 zKNb`wr{RfgfDZYqKr)4{e&g_+Gu`Uy)~Rm&qUXE%^~0$n>r9{R>a(YVJ6Y3GlTi(!JASo5IgYdQj9xoqU#iJ1ypS#p^JO2OWI}(9;w} z>8Tk-?-7IvqD*!s@OnaSo?dnLawI?AF?v};S?H1f!v4xvr9bfdpBIzYROPMxr5*wC T=)*+(8%#r)!_}^YgqME+Ew}4% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f4d8931249b862ed596f7f60ba741702632662b GIT binary patch literal 2551 zcmai0O=ufO6rNqJw361c)cn^?nr)mkh`QRQ4*24flosb=fbtq{RCwXtoOm0T!ltaA=^bU2#N;v*zcO?k?41u4N zDc(fc;kCb$vn7kFhHGNAN_3B^ehI6~*fCv#O;z_i(;`$YyJp44s_&}QGN zx?RCk)d@}-ZrRg)YaYxNT*8fv3L)6>RnPLm8Rm70b4i#ItCr(~%5ohQrU$6DHob;ndOtk~yvs!3cAY{09&;A5h~ zV7226mZ=&g-6>)-m;9YUlFtf(G;L8I5@hP#`itlSYiNb zfW1~=U=v5TwTf@qRO`%^^HvGVSRa!(7tlCrJSoz?BIqn*;FQ5%49>Dd=5G^ z8_2}f%Mb>mw#z6qcC`rA#Cw3n!yd*& ztU(@|k@ZLoLC*D!>GQ-^cZg~*VlX!Ak=KleYCcT0$lyvKvQmEPfk@(DOH#nrl3!>! z!*v#{qL!6O0=j|}kFTlwItyPW|G}=Z~*7 zl;;suBGG}QjQG4oUcw84>XW4z`OLa zfJ|YDCmG53eIcx&nlKo+o5=4Tu;65|mjqCNA|za7FyVNhf|#k3s^v_PGz`f`g9u%v zLA-kcaJ0gRr4Im^6<-E~vgLJvC#Rv!**R#?31Co3a&ohFd*!KowjrP0PhY4P?^m1Y ziB@`|5ue~87_DF1sXQ(=lzdakx0HNC%7X?_5ZoRsD;mPGj=6W-8y_LD% zNZ)A0Z#+vKZ>1m;c8@0gQ!}m9%*IrhD%Gd*+YR~cz08TNm8~?C+|ZHlCT~st zAl^+jmC=?mT3@c0psu<_l@(^Q!+~5Vn66PM@ZE4Af|$R`E=$7B(?EesAXf-4b;8Oc zgeXFN!q5Idns;40OnRQiY-V{t{$+6WlagV;IG#p6*f t4zkmdFe9`P7kb*2mzB*->fW0O5g0hnVmQ9 z&HL~7k%)`{{B!^2Zw3(hi+!{~+*>^T0~U9YjxtE+bl&1JoHz3s-kXJtkVm@kEte5_ zWN`DowgAKbfJ5jZye-HCbkUG1ax06Sg7kGBskqv(SV4F`5wRSVF=zJQ*!^_vxw4BQ+w4hN%H*+}y6UDUm zmWEB0$t7BFY-JG$rehODvvs9pX*B2HqO6;QVsoxc87c7(yJaFSxZ%7()sjXFYT4A? z5TUwd&Z(t^JaGdvV-r_WGile44O+%_wyhbPnX3hOpI!oV7X_K4k%d+fQ+5zh&mbTH z97R~*&@8gW3i?=>MHLnd!QzX;D#xJ}4vZ5gFk_gGb8dJntxnFSCa+GU)8lc`6;(nk zH#Al(IhbC>*uidp$t)$*MZ?w|oG4=pG#*ZXVHTD^NSwz(n7lP%QWfR-2gyYZCo7do z(k>T^8qF4xz`mFS&Sc5++Hm63sU$I}ak8Xk7qq-Vl5k5>HEn8OTeFf(K1pVsA~-8i zT5y9DO_?Ymd`E)I~` zf|ofsWMA*nf<@bd`z+x9gB8?$BN^zr$7>^u>E&~sn%Obh_d@Ur`Wo{49^WnZHn+kG zRM6t!dRYOO^6Eulp*ltsD6E9+?O$;WqSy{qa*ky=6@@GnEz@2gBOaA;7AP%|kz_J& z(n5JI0qF+$S<<{*ER`)Q`Off}K`7;HnXnpH@tNVFb3;SJE%}p{mNj(f5GGM_Wjo7i zowbNo)+&10P^h!tFtVTw(BB>Vh;<52h4;N$IMM1cq~Me-T`{0iXj!wYB_;1DT18vh zvt|TqCIK0#v{#lR%1ptqJ);%4Uu#>ZI9SPQ_A#o=845Nua0au~l~d|O>b=zXcxq-j z*~M`|nK3QPb5yJIFc*T)a9bpahrRmKD8(-C5La|chV4ozb?QoLVtf{}ChGcfglg3F z6YBLgU)FMnfmx}#ev>fAyP|g@uxCMBXi@o`?n*h+G8i9W6#)8TR*IN?c<3-J$X9@> z=vhCKqF>$jbB)Nk8o$%iyK#Q= z@}1F*(MHdkHEBnZ*QE8>XW_MQ4aPG+Iv884e0l5hTbue;bg&T}Y$9K9n)|!&wT;Rq zy|cQp+UR?$cCB^|j`j>}PS*#fTF+K2-H4^@;q-Q>ru<2(Eup`bnj^%Yl;DY!F&_Y{&V_n0Q+J7Wh2Ipf+Dv;`~$b?|lEPh1z z2uz;4pG%`fM=x8(MSL3eSZ5=@1A@lMaZR4%V$e|m`4Jbb9$;e|1*_iJMsn2~Pvp1j z-ct?0Ir(s{uMr&BJiiq@+6W%4`kQ{4>t8?AL@>RK2Ku=}>!gWb+H6hUx&vL}P;{t% zAPG-3)Ra)@z}ksF<<}p}uit-TOFrI^kJsgyAJUI*{`}$Nlb7o!Z~TIPtJJ4%{Q5~X Iz=mh)f4gHf{{R30 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..caa21023b160ef6752603ec5d4d3fca0dad4fa87 GIT binary patch literal 6751 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 OvI7Z_;nM&$z<&bDObaXk 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..b0d7ec35b5c43a723598db8bb7f381d2d96258f5 GIT binary patch literal 709 zcmZ`%zi-n(6uz_1j#V6}R0f#p3YJijQ$cLN0%fC1nX*`p?}$zOOXo|hAXm!3gc#V` zF;f9`VdT%Cs1njiNJva9C?Z=Y-dRmx;aTtd-g|n_@4M5zYq!@BnBD(1_znC+CrfiK zg2gQe4iQ5=#4s}w+{4V|1|#4WxXsPy4r{$4J;IEA)Nx*RpX9=;BA$6gTzFNG$@6&N0XjN4-8>ML=!-zt|m?m+b784oe z+1>8W4lQHJZx=y03q@+s~-D09P8VP<}`Uxl!zKnuQv|(op zyu1T2Mc>@3Z=Qa2H@~=>r|#C7yEWZyN=G+m)~q~rx6j<|>F)PS>u>M9e(;%GTfh|R zSgPgwEDwEO=x3o!P@zaa&y(i=ACR~VW#IyxJNMI^jS~J)Y(T2-xO@gMH!;R@17k8r j8f=8ur&shhw+X&}6wVRQ`x^~?eALjV#|`}#nyr5TqzI`! 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..af1ac15730efeb868b68c1f55930220129ba922d GIT binary patch literal 7082 zcmb_ATWlNIb$9p}4&Ra}$&xHtqm?Y0wneSiUVGP&9edX=H8H)goopg>F&J^KD0+u8 z%*;@-XbMmQe;5m=QBeaHkQUHS-3`_a_Nxuh9~WqWd{PT8LJVL)MX^Bh6O3V}AN!Sa z?(iwgL5t*ac;-IN+yyuGTo;9Kw&{0sg9zrYs)3xR^LAaIE5Q-g)jLWtG}MWFE~UP8Wrzgrf16p!3XeY8&r&OuiYe##LgL;;f~mOR5vM52UgfW|x85t>k< zv|ou)Kjl06HM}A3O z;?&>%V0J||W>;5NXSGtHAY0kx*%hj-%&Pgt+2WeDtZOIJCr-?od5g{zQ(T`vN0k}$H96&Gx03^dc zFp+xEEk-X6L^`Ewh|q=j=HCI>AWjbvBGtfw=V7rLKK?v1v7P+y>BLZ*K2I zZq_0fLV4?O7`uJyiEo&3&D?}b|Lg$I0H zi2XeFS!{E4M;NaO_=#{BhS`eX(jrS#1{0>zk}BtHKk6kjYuVH_J8aORDrcF$wgWj`qoCHt z5!`SJKucCAC*(1c)jJ>=FnjQsB~G8}l$q5EKV*-gbz)UK-A4E+Gu3r}g>;(!FNos# z2hWlRoQL1^C|(VMJ+wH*575i{cJno}7Q3SA=cc;cG<+-X|6Q5_tk6U$jQM zcd;I*_>H&~Yz>o2pc~_-oP{p9QSP*Kt`e}&B{qr@dK%uVpDemWWMtnpsurn%A+hN; zAS&L?n-&JjrIMC)<6YibONT;e>ITG2T|3L_*v2>rA*azVqPA%`owZEGk_l70QFV2B z4Z8AX_nhLgY_?`vq*QC~LP?9ami3aVh>KK|#jK8T+@hihp`2=2nr`f-r7y2<$t;0e z14?x5PizZP1Q|_6gNVOETbt=39f?^Jv$BR1xeGURvtv=9w-ND0eMtnDEGjyMq~mp> zfk#LeI9}jdL0_SYnAhBCk)t=|ya^w|YGBB^A?Dd^NmI<03~GP5%ezx|+Fg6wAL@`2Xvz#mR}oDTH;=Mg(v5;RGXn(AG`>7{uXBoZ#1Jjy zua;{qS1N*__E8bh0QiB-Un;30 zlQ^#4UKNlqy%U%6ngTpkfhUTn7uFwf+3ov zVo^6>2kG+IMX{*E7BJWBaBaW}SS?+?{3E^8R4bS1D1bdoUuV_?d}bIe2DdhrE?>CR zrWBPF3}#6$0m-1-%a&C%&(6-~^44-`F%8mzoUbUe{Ei94oV~aHEhlDM;SKx-2B4Gh zf0+UBUBaPzC7+0Y4eoTETL%~Tt3ZYORj}gOhVj=+Wl#R|1M-;T$ioTDuYSp8Fo2P!#jdl6U5!= zGce#jPN4ZIi(9|LK$7yXjK~f_xXga4(iN&gri8B6jyFuRne*F&9T~rL{nk|p^8YLI zKeT;!bO>lHbDqKveHe68f^ifY#xVpKa@!Hl4&+S7xo!PkR z@Fdjpb^p<7@7s+>II$Z^>?TGWuP1uG8hH<%-QIIf&>svrF%liBM~*puFEm0VI^4h; ztVV9Zv)en+!t1L?GA`cX!2y2by7M-P_x*hNv*osob|=z~AGrPkrS=K|)Z$o+^RTlR z5#kQv{4>vEliOE!V#jN-<5l4}q$T&SZzjKqXnzo#95w!Z^kpu7^KJRH13aPSVm;oYl5AV2UaQ8<7LEC$Ez z#P?`U&aTb7IoM4WTr*eRtPg#(khdgx37o!UmadJoRWxyU$Rnxl&GDYR(NQ&PBoPPv|1?$TDtKz ze3S~<0m)4n;Be640^tDL2%&aV>WnKkFEPJlT!hb!4{#2__L)>&dLvWXsQXw19F+4K zuuLkC?!)SIbF=~rnco2bhSE=l4n6QajMPVy4}3LYxIQ!v&1iirh0T%r;6Z4H>u;UH z=6HSbG`__udzi-AK0Lr0s0`T_FQI|wB_@XlQ0YEiR7m@PvEBI%V7jHkJ>BD1;hVN> zNc(63{cX9Bc4GL{(|xDno;Fin@W=*w&6NL*ECxr1?!>r+-~@up2(BQwir^XmaFFv@ z$GJ?Tq2a*o9;Tp8*8~B%Jhh)J_G0}F&T|9626-;@)e{FE&HXkp{Z(T6^Gnsl^iJYL zEpehgG+G-<)%%AYU9S(1)rODN`vxB!bHaQu^nw6*g#gZtoxnYc@EIsquB3uS1eP$O z2=Efd_Cf$Me5?i+AhvH2u8oYp!r|)(x{puB1?)p`5B}!A0@!H%9Dz(9txp`T100{M zPadgHrJUX#{~3n>*zHL;er)h$@X%KF(I-v-TLS4D*_wPb<^-`7A_vB|%tr+$jI9Xi z8QStbTz8__ijlDiCyuoqa_Fu0#B6pKOa=U*?OP6k*XOs{>y3bMg;7%e^d9Ojq(hK) zHT((WQza7QSC=VOA$`Y;SJN#_ zP8LgWNM-3`-b$B`vApdro7hFhaY%_-eh4muI*4Q?A&WBfJ2Y#hExn*7S&E6gNirIeV&f(aQ$75w zwSjbb5(sYGKe7+pe6L80@18i56m@pPnAa!vvqwfD`o!|?UzWngMl^k95iaSBwdOvU z3b>n98WL+z3UoD+9(4^0kC;%tq5xv=m?q78tD2Aj6?>yTYHRMj=_be zq8n*fD1e`C9M#JhG9?dgLEBKANI%)K5{Q)?RWOU%jh34VO_!Fig^o- z5wEz-c{c^vi_N8C9~D;XP2a_-Oujukt!KaB)>KuxVDw1Ux%r!s&yq z`p6+C+RNSG9D=YO?b|%F_2K4REh;)*?AeV$&%=V_XGlDxolbyN1rqIXf~*=M;l$?Y zT4=-xvvvgACm+r*)h-TOhH)&FsTZoS@qdk;K8RlaFScu-lH1NdM-C56?B{b@%0tb*<4{@tS9Z zgW&f%c!7Pd+5=}v@@#ebeaFWI&p|lqJztOX)kCrRfrCzOFzIK;3&kW-qQ`_p;2cbd=!uYyh2bV)6NJvJ91I@Nw)RsZkjID8` zk$PujH;zuyO3e%L>tkA0NPfQJD?p!A_HMIk8^KlR*^G?KjQ z?d9s+b3e|xXU;wM{I34&_j?f(cJ<%ue-IG*2kG<*-(_BZ49rs`A&DxY5|yPW!n=yD z5}l<>OqMCRv+fd`W$kgg=qYho&gPjSU-D+XHt#O_NuMr01m>(gRCHCK`?7R!1St9h4W75EQ$8h)?u!01y{LydvSK6?P{bEiw88YNNN z(677JQJvO_hHj~$4M)FDw0Fw^j6Qc}@Qs>Fay6LV>|i^nVZ+^&B!uRcGzfTzAp$sdH?EtI#QU>O9LN8fyPdgJRySp=CvpiVfD?Kdx)r68!18aZ5St}g)f1YI6?J`nn@+rw*ybM9uRf~3 z^QgY<*Q%?X_$}jyOQ%%wl$uM8Slni=s7N_ow!Dg_sG6Qr^RmS#a2qg*1B(Twl+!Ue z5{o9G&*#gflA?=>gh{knOd+QgEH+oE$f|@%NLj+*W)`ziR@4-OeK3WIn=Ide!4|)U zbL+%(O(XgeP)>iH-pt|j*49>9t(IW>d?CFltDEVfvYM_u)C*;GaeiSTttq;Et&+<> z$gRs-8a$B}6;+op-1~G@SBhG?e`UpjT&&1go3A{yW(S6Inplx5H*RFa?jV-eWGsUl z@HCi10#loX0NX(?nUP~={D>KEF)@RQHJO+>8rdKF=-WF#GJ~T#%O{@DlPi1a&);r& zt{R@JZRB;&ncRgZ+sEUVkH#;XLgd4Hh7fN|d^UYJ@nzgtxciEBMZIqjkXOjXdv|@i zzW=bu8-8+k@80LXZ1D>QztBc(SIyqki$-9v$#tu3QBRd8WO$}Qk^44fa-m}`dc;Nd z<6nHwxcY7@_HK*2WpKBe+%3}+B#Rb^thRsuPak~zK|^UxWsIpzYdq89GQ_G#lZm_r zZz0R8m8&=}6Nl!Vs|gb%Hb^>oodxm~=>v1amv;Cv=uXN)fIBZ-!?Q2w;ba5Xg;{x@ zK!7YMdTzBSr(AdpHpCZzq-adEVREc?tfnZO0A3@uB=8haYkVL&Ao|6g9-Jg=;HO;& zvV%^1;S*te-`f(BhLAk*hxetXKiTpp4S%xjrUmvD0`i8CHlp1uj)U0B9g8Uf##j+T zMMZ;%6}JkqTom)Ud_m3=2lWaEjP0<=E|zTcW)S}4pv(FQ0h!3rFzl#0U8B31jy@MB z99Iv^{t9%~nYz2q)?CmD^$qa3Xco;YR#Q=^7;)jfKkKVM_?&_IvgaFCz| z`@EorF$liS!3GEfu&R$w_X*aL9P^cO03&^@#g~WnM}0)p`>zW$Ec4C#N~q4k3MaGI z`5KRf8vhBhkzu4~&?o3qy3U=uI|+|&sc|ouVXu9&1u6FmL^g2^CMai(k_0Pjx-5xU z-h|9vR$<<`1(r`UA)$-p251nN6Sp&_H5|fJ%TG892gtKiM~t#jFEq%yz07y|TN!yWIAo z@N`p{>QpnDJdS3LqM5^qR`jM3y}7%55{R0?3n!td8IBv_8FM0OCco46Fry={5Rf;7 zfRc%6BevKMa6teXAa4k1BaZjBN0E2rn4dc0r&@g6-~m+v@L5D_*a)UT@kg<}m>HWQ z@*alB0|B)}o&k9Q1;e|H8IJC)?DD2BOi*dwjKrH4u0d_ge3t5PySE3FPBvzmp-ZjM zB_nj{eBE}wOu1I>q(&`Pe^`NNz$CX>aX|Wc2kGZaWl1h-^Zm24L!%RGBqMbmGO@1} zvJaS~St~j`Z$BUAA*3}ME3DA)v~yQzcyHMc1sfeKX0=={+7a^?c*>H^38b8IH^Ini zQT{$&f-b=t4gLzDHce5Ki7qyW>r3>0^Z!*7U1<(i6J?si)kNQF4%aptrp6DIHiG7F zn%(@p)7bm~nP({W3mVRtVh?${IZJ}*r_?W~Hl3j$6o8oC5xZkf&NS{n`$>ntyJEL5 Q-6L&xZ=t>V46%LnKPLlDnE(I) 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..2347e6ce08f129ae71fce67a842161f9b9be48d8 GIT binary patch literal 1459 zcmZ`&&2Jk;6rb5IuU(rsO#&3VV$)Oz3zDt*I8fC{73EX3fx;!`!`gTz_R{^*%xs)k zHp&4cBjt$H9CEM_DnaeR7bN}x?hdMiwNj-@oWcREluMKoGY*a&RGxN!``(-P-n_5< zDU(S7PTK0O5;iBCX5KM=MBDLVHqW`4llCd4O^RvQXjt=zDy zEK)wSDJ!I#X}p1}ivhuF_C~3x)_oV3ni<=p%yOK?Rf|rF$YNHhnH`5S%XEn4+?11qYiPId2@3T^*gcOrVu}Fhx9o=Ys+oL%Ps)M$2OwNfXEQ6 zfbEwWU_)L34cL+?+E)ARlk4+5E^N6dM8Y*KLH6!CMr%*kkl%JmYB>;a>liLZuyP>A5Gjm=xS$Zx*+{Q&OWXG-5p9VQ1oJJa;(~q> zmQR|74vS=7RFn!tp-6a;tgzNje50&qxwx`Me7AC95>2mLPIyK|MVg{CLB}iRx<$-J zqhWfXJ8Xivj=go0FQXZ3vbyiRx>PKh)Mj`wu&Q^g8m4Ao2WG|g7$%fl=}J*I&v&&$+<`QOM5eW z>aXX2tM~KE`}yUE`Q`6!c0SmFJMiey)N?UVl5-QFgUnp#y*SCWM@L6-8f3W%OwJ9` zvyZ29JJ-Lz*wF^L`R@Gg8{Ln)x4XA@OMm39{GPkgo9R{eb5|ecuJ-k32l-3g;_mzX zyt(&uU%xO|c&(%Lr=H)}jlOO?J~zE}lcss*o!n*V$5c`6!J>ML4@u1MWO5qY4EUlE zRcOS|NM<-hGG$~~{LkQ!%YfuK9P8IyAB7Hnlgx8bYz6(ALo7oG2jGSNlb!*%*niR! rE19$ugAr`$vGEK%zr(t3?QX_^vwNTR7J9Vz;)5@T;{O6Mcnbdjafy#w 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..cba14bad0646bcdb1a4958bdc9d5facdbd9cbb9a GIT binary patch literal 3230 zcmbsr-)kF3dUmz?Wl3@39~U<+y|IyyVj26wO6}h zW@Md=0)FU&34uUKabE85Q!Yn1=)*nqPw1lsI%*bt6plXJ%OMDblBfH=kyf%2`|h|K zX}|eqzHh#r@Av*OlNlp0Vr&1b+)NPicU*)c+DD%L0gydn6I*jhu{Uc)O|A8!4zun? zsz%YMMvGAm=@B2k)W+kTw#w|z4An{>MI=*MQu#*vvWM<7OZCVv3 zf@EDVZsH!$W_aE69Is;5JsWnn94_mY%e<{%YKWVjZ&qA?&2ocTR;ie-<86XGxo(!Z zUo}NjsMU!?*DqOklOVyZhUr;V7Q{G{b?%k4ftrM%tt0R}eI39ak;iBo1KieZy+s}Y z-xK6j!;Wmj3>Gl9|2jrtyytscj7w_K6?hq~GHKbCwCI-Q))|#P5b~hJ5-LIQK8tj% zNv&GVZGs(?2)WLvz{8@xCZr?lr~tJDt!-9J&V*m*B_kJV{-@;*@%_w$FU}*}F?c zYiauzOIP!^Uwfu4Z6^mBfD3ibf(YC+r|}e+LZG?mv(>_u#S4u_qu|x6RZEuE3tQmU zg6pgmYE8NBd&~LDmkSsMOJQgfYEG?SI-X=4BBuaqyP^;}JYQ=DXUuS=wB{4=DtyE% z0CvcaX_7v3@0SM?^ZV~To@uA9bW&Ho{}RU@z=22O$a{c>$orfdxU zZHmA^LZJJAZTOBC#2kSFbB6MJkQwn!kW>i@?yUxikRs3~m?ZohAUqj@SwO_+0KkU{ zGM(Ljvpu!gnOfZW;And0!6#i3iN37BZt`ey`oSA}*S@^ApM3mwd-7^$^6GBlD3!VQ z#{KJeuRpxhPGvi(Y?o-smk%drcR$2mHv+5gQ{%g@^GSHg$x-k(@b(_55b*WD?}R)8 z{wMJC27kY$?H{9t`-I42-X8UkMr3@*H!4reNhtc^;1^DnevIpR>E5sYe;KE~_upxS z$=)9?aic`kw$bJVcO)OF$IC#SmP_kEikLAadsE=WjK`~yYqQpFl zJHB{J5iaK_7GDQSHyt)JMS>KNyoueQ?07b^U?I%^cJ;unAir#g5g z*OTY@OTCWx-$@=7vfLNaWa595a_oA;JBNy0vVCs>TL=^&P^^E=un*^YM!N}>DSMe( zpnP^&iQ~|s{JLw?HAa2ghJGa&*t~((MQbP%L7J zj_cBmx{$Qj^p(fU4u=i!Ah;dAJHlEw#xX#H81!Q1*&ORH$3W#+-&Gyt=MnoEf*Az( zp_GgE%3l;cDEI}~3Jk=9I9wIGyg*4<_4;KGzxX(U1$e}F0Cq_CBAL0cbK@xf^LBi$ z6QApnc=Y07B6B}|H~rP^b|TwJWDgSAqw#Ee{MF9*t61PJ{yC?n!}PiPx9;Bh{Y&k1 zwv)~tq_aQ$keWJ$^rFlkrsjwB_VDa97TQ?_c8#NnsRs*ti(f82l>4{a6U&{6<=yzO z+Ag$H^PSW@zH0Vx^1|*4{;=B44y$eMT+eFbsP!~}ASRnN=rufoJ6K_Y^U(P7gT|j9 zIJD;jG=K2QD2w_w$PcqhxlVa2h?}P6x~2(DOY)xERHH$Q|B0v$pxV!~#I>q#*Ijm< zUjh=AbpfBx1n#eCha|b9e#elp9rZgTa|b8=zbDrYPWpHCh^B)*|076~==`BE*NsL} z`cAx?j%n{|4_CVc=l%ZNTaCbpq;~c(bUc{8zVyxVUzQa5JeZm5alsUF0oo;}0A;3s E0lM4>Z~y=R 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..d14cdf8b3d66f7d7f6843af2c5f9f544ac92c51a GIT binary patch literal 2315 zcmb6aU2hXdaPKqckHi7TbweSXL6kT&Hi;8N8d@YsOk2@VH6T?6WSxC$=fe5Uy;~C! zIl`)_v-7pPGqW@H zFa7;)fPqc@k$pe|@VmuyfZHQ>NdkZ^a1Dq+BxI0iuS9~dc``xTE0v(|O3HMONiaD! z!4d$1<-X2gB9$RA-#HVAw9UI5J!A8>HX~a(d*+kRw6e~g-u!%kYKVJLNn8(6wdtdm7h>)zEd0Y#!WbnU$&K-QUi@Ty)UzV1qF&ARzDD3ZNrrg8l&f{jbq z2V7#WgZPTQNQhMTEjW&ib*e~-w8(VJMfMhs4gjr)oU#F+#=d?707a_TCoT2nd)Db9 zT_QgLUlB#R<`j1KZ4WW?*b#{I%fj0~Q(|AQSN1!-Nlw4TIo;PD9dO(L%P*UZ>%A|3 z5CyvIoM!8dqjwK(1lQXAi%T$lix>FRDuOz%BMnzApHVd|!nMpJl~1dh2GdAhM#H?S z@Sm-sB~^(n>{^BGerA<|W}#;mZwrr`jG(6_DIWG}R!y639SIuJS0uD#QZiIbR)p9g zXfk?UmXPV0U$}T>?&F0^$O?UNYINrWW$L$+lfIhxYT)r1VwYJcv~y%m@V; zb({|~npKb{l~Qvi*O8jEEGf`xXdT80pxsN9aq zQYxBn2OOE0i0Tr8<9VDqAq(|rUdl(4l7gV72y(Q5Bw3GkZi?hrO^;AOYO)=wHiGXO z!c&jpJe9y-95^)60wgnSqi_1lRQZdh$M@a&`{%2%hUci^Iobk*Yr5$V{zO$T{=ogn zRozv$;Xl6PAKUhiJv!U)PZ|EHx_581C~Vzg!GXY*d(&N=ZVZNu!BFj3ZK8I}7(CGe z3=_6dna1~2h)SqJZOl~ZZO`Gl=kU+(?1W<5q1cnTMrg(e&0x{f0KXGBxg9w9h;9VN zjlg(0-t-UG{U_R^89cJJzPbM3?)P_VUmC&iPVn@0@br^lBRFFOXUZR8$G2uTXRCJ_ z{!zm}TKDdaf2=5H@6SHv1`O_aZN9;c8QfT%i~p83B6E#M+=#@VQ>2&u6JTUzhuy__ z1L1(lT1AuAHLH0{QiEF1B3QJV$8Dfl4XIhbbS8&;A$jd;{H*EPqbAOnUWZIxnD6E; z&pT$ZNk^8&P<@t6oGj{Lc!b6(rOC|+HQIUWoRne14voEdY@{$ZS>rc*p^Iw5> z)S{1I^nyE=Q^kS|Kh&a_wHikM8zcO51knWjrM=G~o4{4Fzb0^(?5_z%>iZ4+@T~V< zvXZUSBTdF*FoDXQI?dbU+tpKb`rTK_|1)U$xDZ*QOJaGt5~xy@Lx$(D!5(P=jv#IH o+@^+rZ@8S=SgsGp8Us_tz*Nc8Vh0Jf0$TttHOgN86WNLR7x9u8KmY&$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad7be47e89791178c6aaa25f9f471d690407ef16 GIT binary patch literal 4237 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 GYWhD(7doN< 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..f7031c380d1154ce397084782dfe753463cdc23d GIT binary patch literal 1308 zcmZ`%&1)M+6rcT+w2oG`ii1Ng8!HzTvP%-zP#m|UK_Q0X7E5W(UN$Su$l7+byUebn zcu89wdT=2J9SZT$r?e%P{u!n8AeEGgJq1b+xuhz-<&-yTS&_jRW`6H`=FNNWr+i*P zu;luyy+3$_{$axD5~s}Z@4!4k_Yp=W!W`yZuFab~$9TaN+M+1}FPajTOquW`gXJcF z>GT#vvN&@KB%C#K=UQ{ARUuN7HGVpQ^iYFR4&FB?>a7t_5-3hUel*-J92zaS6)I4Dszcc>jW+VCL0E>6Oo5eEb6_M zTjt}e9@$i{$2UL|)nh$TKQV7umEBrpySnw+cC{?UnbhTB%sfueji*Xra;epg+jf%Q zHRmG1J$8abHMc&W)0Ty4=w5o?3EDJKYqxji+!E2V+a!@Gi8|D4aO@+~B>-jT_$z=X zD4Mf9LQg?@Hq&74ZP$)w+UY$hc?$S!ruc??#6_o50@^O3Jm#wi3s7Y-{%|MFMyt^d z6uPNBU^za}oKUm1hVO+ACX`^!2HDeW+GsglqBWs2`b+kB?QU71?Dj-*{T`u7@%GN0 zds|;r=KfvgX^wda(4!FM7irq-n$fkX(d+dLuhWLsHd;oPcwNJF>PE01wS4cUe*L-; zLSwH5cH?V%kAz0x1cv2!5uu*#8lA{-LxZKlh9uO3{iNW8)-*?p8R!zcb`egv2GB?U zD#gLt5Bg*MaOt^n`ETXQpURbyQhKhG`gg_|dO zI^>Gn||UKM2k$l2=F?4tL@{COFp8PL1b+R{{xr^9LG&~juR(n z1~TF<4bjT{eu1tH&+Zq+m40Eoy53g@(x7p8bI|&+FhuLHM`(S*%d31pf6y6J4@-mH z$KOqm%<(DwpK>a?`u@)!4_7zNhHnhf#t3bUS2xe^r6X^&y!Pw2qvgtP b`O)(IAu3K}iCa1>O%RZyt0{RWqy>2cZsAfE 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..8bb107bafbd6255bf7e2338c0762bd872e5e4319 GIT binary patch literal 2551 zcmb7F-D?zA6u7WgbdQP9}*# z^$A&E_lc`U={RK8mme1x)iTU z)4xr;Uz?b&PfSlto=Wdvb9!_UAtlzFx2%Eta@ zguCEzf5U6d2cvK5zT0#3F~nU)%bdAm7osk#J!8ri)FRsJO9*9!-3SA4F9VQgPzhZX zE~64xW)Ksvy>lKL1r;wTMgf3T&`qi`s3}&~OX;RWwz6%JL@T2SCr~oXLkCmN!10;% zsnmz*v!~xZp1ySQ!p!M&sd(5C$P#hFc3!1f3l|*TB2LIhLx9+MgF3y(C_rnjNcEE# zTi6MmoAHFmB{g64lz=QQ?SxveB5Z3F1xxV4A)m1|lLD{``l}m-rR(JzrH7#%)zFSc z-@poO@_|6~sXTadwyL~dlMmPB!;j>n59OmZd8#f?eGysVR*tM3S%2KU?b}m#W~`*)9n*x?Ub67)7|-zSz**+HP?>uHtYzMf9)97`Ir^0iSeE&8(6{DM znQsT(vOw87TT~Y47GFl_F3j-$#w>|k7S`Cg`UhiW*G5^6ZG_sbh=<$n0inWkDoYu77Bq`Owa2y%?g_jZ7hSo6V}pNPQ_{4 z31OYE$WFw7(nhFiYC6Ces#h?hYgR^&i+F^&Y_+ka>4c5O&Y69V{9e|8?jd(#l|1T#_tW*Vw3gQE9zI&IGR3?;g(u(#n;>}r43Nfg z%`oC3l`eKQP^98s4Yae`>23yj?hLn@TO;2TpkjjDfk%3|fwkN{avMxQ+{|`v=LXk4 kx~JX#q=`V>%s%BJ-1v<>tHSEcYWQZdiQw~JnY+Zl0XP6}YXATM 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..e97a5d026d58360b0bf93782ae1dc2d125c33311 GIT binary patch literal 8329 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19516224fe97eb8442fe2697928ea894a8911cab GIT binary patch literal 1326 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 mHc6RM86u!!;%*x9A^2;y3{Jt-vDu{y*nF9T9~8 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 Xvm&8oWti&N^Er$9@(BspB=i3V(QpOi 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..055756a4ea54a2a5141835ee600e8ba45b6e8420 GIT binary patch literal 2932 zcmd5;Jxm-&6rTOP<9ES;6Jl%@FrZ6fF4#aK1xLX+N}R+b4snWWR(m&duy}9xJi9x2#q%&gB%%Ce5&51 zE7#iqSf}l7&WP_|pYs9K8ugQR`LCw+_UFckjy*zq~&-ai5nmbaFfZ~fTG#Be1_TO z<#yET0J2V=8y$~t7CQ%bjiI73REQ7pb9j>Ghx3eQYDEV!EMH;x4VXaw$QJP9V@(R{ zv=(af!$n+mNCBHG_bZC~dB*L~=aFt%E(CvD79R5R@K*vn$SnKG--7w-g;O$vnw_v= zzmgZD5(rNB22|d_ zGkTCf)eG1N#8{IK<|mi98Z|nB;{~DZ zWtiyYQR|E!-pb`&mSfO?X}OgS|@;p}RE7p+ay(P_=N(m)1KX&eZ4weHQqt2=ZBwm6%!xs8k0q1vJjsXwFS>7^ia>v!A*!7 zEel?RMHlDImUVy8b}K6}%c6b;#0{1exPBNw(l8=iLxSBkQs8ajT{u(IzVC{b#j(=4 zi3IN<$Fy>cuJCTVT;64OV<<&}4`6Tydi;9rv!_lK)TtNky@kH3g|=(!w@Rw4jciVr z2(X>b!o-)w(c1zPzWGk@qa-eA!%JQ?R4tf3ri?u5V^a1lZFL zc4mJa*!lc-wJ>(G_|7Ln_{U|zP9-AYBF2dre;4CjZqwmP9{!6g=Tjs{BvmBjJ=}#o zSS0CXe6oB$KH^tFhVO8&0HmZyl2no(TUWyZs2E+3>8lQmh@ifdWjq-|Df#O J6BdLm{{fsfZ4v+g literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7146302f0480455a2fb50fd56b47c610c2a9f38 GIT binary patch literal 2799 zcmai0&2JM&6rZ)%-%cC?0fK;z166RrHX-6GLRBFYfrJuDax$g%WOrj{E-+@I^LbxnR)Z(z2E%a z8^0JBh$1M#g}+Ld!U+8?I^7cNd~Ammgq|WD>57SR?N-StvhU0Jp!J!4OUH#|N+=tLBc-tj62;<6PqT8oK&td0R z@OI|+=s^mrM!N$@578hU*26{LuCWN+TMX*ahiYyg=tGMmU2#43ZMEFEm4!=T|D!3(rQK@>(X!v-zeh38w4xhG66(wfI~{-qF`iax0(6ZN+uOzAvk9* z-cvM3T_#B91ps6Yj9+vN+w)tb;`zDDQYsU~U;{#A^o{-Uy@T=w+Z4}taN~k+0`=GP z*(JiV%gf7IyK2cp&jK5kvZk?+ZLgWkOiX0C;nH-4X!l5o@@&PZWZ{@y${-fARo5_K zOiselW-2S*h&-_T8}=}fI|kw9pFmYZt-~mMpdLE9mDu~p{SAN6#OF5>4Sc~_-^_q{|}!wPF-o9y3#l{-8?qk7`fUUxmugqjE&ZhoU6yq)zx#` zpcEO9@=!|gLKeBtA=bSp7?B60z%s2DnII^lPrTb0s;7Ms{AS!j>?o^eryU#AR5cg4 zyW{NboeYDWg+&U}%Z6LV8qvzIC5wRel)?@}!^QTP9faCTl&ITbO4V|8_m9TKYoR3xrGH+l)_J_z)?;qFRY|B-kU-3QJB46g(fvb;SN z^=It<^aJqt$yIO;5CVPyJ~k$7!2na)3T{I$f|$TJv30_9JT4s>$2PHOJBM7hS1_yE zTx1K|vD3t?lnGFhGDCy#hXkVm-5`1x6^Xf1pmMMcPgX*2|oiD>=v1)7LS`mUeWGq7?E+{WD$HIj|nAR5O#U2bB(F7-*M3dj{3Us_k(_BJXBx5DW^A^u z&PvXu4tfy@kmHzex0+6=BxpSb>b#)4QV|`&9VRjg6W5!x)f<5vk%4q$>kiBG!bN7c zc0L<>t3alcGDJ*pCjK%p@voxodIW;zCKy1O7tTx6@_8>POo9jZ}>OnHo`w0a%^#<^TWy literal 0 HcmV?d00001 diff --git a/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc b/venv/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abe6d19af7dbdb0b652267153521c34c6ce9a179 GIT binary patch literal 6096 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