From f9f5eec35e2141ee4fd9e7f99629d0e48f816660 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 14 Dec 2025 23:54:03 +0900 Subject: [PATCH] chore: remove venv and pyc files from repository --- .../typing_extensions.cpython-312.pyc | Bin 163641 -> 0 bytes .../.venv/Lib/site-packages/_yaml/__init__.py | 33 - .../__pycache__/__init__.cpython-312.pyc | Bin 862 -> 0 bytes .../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-312.pyc | Bin 18621 -> 0 bytes .../__pycache__/test_cases.cpython-312.pyc | Bin 13234 -> 0 bytes .../site-packages/annotated_types/py.typed | 0 .../annotated_types/test_cases.py | 151 - .../anyio-4.12.0.dist-info/INSTALLER | 1 - .../anyio-4.12.0.dist-info/METADATA | 96 - .../anyio-4.12.0.dist-info/RECORD | 92 - .../anyio-4.12.0.dist-info/WHEEL | 5 - .../anyio-4.12.0.dist-info/entry_points.txt | 2 - .../anyio-4.12.0.dist-info/licenses/LICENSE | 20 - .../anyio-4.12.0.dist-info/top_level.txt | 1 - .../.venv/Lib/site-packages/anyio/__init__.py | 111 - .../__pycache__/__init__.cpython-312.pyc | Bin 4624 -> 0 bytes .../__pycache__/from_thread.cpython-312.pyc | Bin 25797 -> 0 bytes .../__pycache__/functools.cpython-312.pyc | Bin 13724 -> 0 bytes .../__pycache__/lowlevel.cpython-312.pyc | Bin 7885 -> 0 bytes .../__pycache__/pytest_plugin.cpython-312.pyc | Bin 14283 -> 0 bytes .../to_interpreter.cpython-312.pyc | Bin 10327 -> 0 bytes .../__pycache__/to_process.cpython-312.pyc | Bin 11830 -> 0 bytes .../__pycache__/to_thread.cpython-312.pyc | Bin 2973 -> 0 bytes .../site-packages/anyio/_backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 190 -> 0 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 139824 -> 0 bytes .../__pycache__/_trio.cpython-312.pyc | Bin 73271 -> 0 bytes .../site-packages/anyio/_backends/_asyncio.py | 3007 ------ .../site-packages/anyio/_backends/_trio.py | 1384 --- .../Lib/site-packages/anyio/_core/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 186 -> 0 bytes .../_asyncio_selector_thread.cpython-312.pyc | Bin 8401 -> 0 bytes .../_contextmanagers.cpython-312.pyc | Bin 8996 -> 0 bytes .../__pycache__/_eventloop.cpython-312.pyc | Bin 8305 -> 0 bytes .../__pycache__/_exceptions.cpython-312.pyc | Bin 7263 -> 0 bytes .../_core/__pycache__/_fileio.cpython-312.pyc | Bin 43368 -> 0 bytes .../__pycache__/_resources.cpython-312.pyc | Bin 928 -> 0 bytes .../__pycache__/_signals.cpython-312.pyc | Bin 1271 -> 0 bytes .../__pycache__/_sockets.cpython-312.pyc | Bin 39926 -> 0 bytes .../__pycache__/_streams.cpython-312.pyc | Bin 2335 -> 0 bytes .../__pycache__/_subprocesses.cpython-312.pyc | Bin 9626 -> 0 bytes .../_synchronization.cpython-312.pyc | Bin 32941 -> 0 bytes .../_core/__pycache__/_tasks.cpython-312.pyc | Bin 7127 -> 0 bytes .../__pycache__/_tempfile.cpython-312.pyc | Bin 28130 -> 0 bytes .../__pycache__/_testing.cpython-312.pyc | Bin 3566 -> 0 bytes .../__pycache__/_typedattr.cpython-312.pyc | Bin 3831 -> 0 bytes .../anyio/_core/_asyncio_selector_thread.py | 167 - .../anyio/_core/_contextmanagers.py | 200 - .../site-packages/anyio/_core/_eventloop.py | 229 - .../site-packages/anyio/_core/_exceptions.py | 153 - .../Lib/site-packages/anyio/_core/_fileio.py | 797 -- .../site-packages/anyio/_core/_resources.py | 18 - .../Lib/site-packages/anyio/_core/_signals.py | 27 - .../Lib/site-packages/anyio/_core/_sockets.py | 991 -- .../Lib/site-packages/anyio/_core/_streams.py | 52 - .../anyio/_core/_subprocesses.py | 202 - .../anyio/_core/_synchronization.py | 753 -- .../Lib/site-packages/anyio/_core/_tasks.py | 163 - .../site-packages/anyio/_core/_tempfile.py | 616 -- .../Lib/site-packages/anyio/_core/_testing.py | 78 - .../site-packages/anyio/_core/_typedattr.py | 81 - .../Lib/site-packages/anyio/abc/__init__.py | 58 - .../abc/__pycache__/__init__.cpython-312.pyc | Bin 2361 -> 0 bytes .../__pycache__/_eventloop.cpython-312.pyc | Bin 16888 -> 0 bytes .../__pycache__/_resources.cpython-312.pyc | Bin 1633 -> 0 bytes .../abc/__pycache__/_sockets.cpython-312.pyc | Bin 18426 -> 0 bytes .../abc/__pycache__/_streams.cpython-312.pyc | Bin 9887 -> 0 bytes .../__pycache__/_subprocesses.cpython-312.pyc | Bin 3241 -> 0 bytes .../abc/__pycache__/_tasks.cpython-312.pyc | Bin 5140 -> 0 bytes .../abc/__pycache__/_testing.cpython-312.pyc | Bin 2836 -> 0 bytes .../Lib/site-packages/anyio/abc/_eventloop.py | 420 - .../Lib/site-packages/anyio/abc/_resources.py | 33 - .../Lib/site-packages/anyio/abc/_sockets.py | 405 - .../Lib/site-packages/anyio/abc/_streams.py | 239 - .../site-packages/anyio/abc/_subprocesses.py | 79 - .../Lib/site-packages/anyio/abc/_tasks.py | 117 - .../Lib/site-packages/anyio/abc/_testing.py | 65 - .../Lib/site-packages/anyio/from_thread.py | 570 -- .../Lib/site-packages/anyio/functools.py | 347 - .../.venv/Lib/site-packages/anyio/lowlevel.py | 195 - .../.venv/Lib/site-packages/anyio/py.typed | 0 .../Lib/site-packages/anyio/pytest_plugin.py | 302 - .../site-packages/anyio/streams/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 188 -> 0 bytes .../__pycache__/buffered.cpython-312.pyc | Bin 9067 -> 0 bytes .../streams/__pycache__/file.cpython-312.pyc | Bin 7562 -> 0 bytes .../__pycache__/memory.cpython-312.pyc | Bin 15009 -> 0 bytes .../__pycache__/stapled.cpython-312.pyc | Bin 7538 -> 0 bytes .../streams/__pycache__/text.cpython-312.pyc | Bin 9334 -> 0 bytes .../streams/__pycache__/tls.cpython-312.pyc | Bin 20219 -> 0 bytes .../site-packages/anyio/streams/buffered.py | 188 - .../Lib/site-packages/anyio/streams/file.py | 154 - .../Lib/site-packages/anyio/streams/memory.py | 325 - .../site-packages/anyio/streams/stapled.py | 147 - .../Lib/site-packages/anyio/streams/text.py | 176 - .../Lib/site-packages/anyio/streams/tls.py | 424 - .../Lib/site-packages/anyio/to_interpreter.py | 246 - .../Lib/site-packages/anyio/to_process.py | 264 - .../Lib/site-packages/anyio/to_thread.py | 74 - .../click-8.3.1.dist-info/INSTALLER | 1 - .../click-8.3.1.dist-info/METADATA | 84 - .../click-8.3.1.dist-info/RECORD | 40 - .../site-packages/click-8.3.1.dist-info/WHEEL | 4 - .../licenses/LICENSE.txt | 28 - .../.venv/Lib/site-packages/click/__init__.py | 123 - .../__pycache__/__init__.cpython-312.pyc | Bin 4066 -> 0 bytes .../click/__pycache__/_compat.cpython-312.pyc | Bin 24185 -> 0 bytes .../__pycache__/_termui_impl.cpython-312.pyc | Bin 31554 -> 0 bytes .../__pycache__/_textwrap.cpython-312.pyc | Bin 2414 -> 0 bytes .../click/__pycache__/_utils.cpython-312.pyc | Bin 1194 -> 0 bytes .../__pycache__/_winconsole.cpython-312.pyc | Bin 11759 -> 0 bytes .../click/__pycache__/core.cpython-312.pyc | Bin 134390 -> 0 bytes .../__pycache__/decorators.cpython-312.pyc | Bin 22131 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 14771 -> 0 bytes .../__pycache__/formatting.cpython-312.pyc | Bin 13592 -> 0 bytes .../click/__pycache__/globals.cpython-312.pyc | Bin 2959 -> 0 bytes .../click/__pycache__/parser.cpython-312.pyc | Bin 20418 -> 0 bytes .../shell_completion.cpython-312.pyc | Bin 23293 -> 0 bytes .../click/__pycache__/termui.cpython-312.pyc | Bin 34646 -> 0 bytes .../click/__pycache__/testing.cpython-312.pyc | Bin 27388 -> 0 bytes .../click/__pycache__/types.cpython-312.pyc | Bin 50058 -> 0 bytes .../click/__pycache__/utils.cpython-312.pyc | Bin 24863 -> 0 bytes .../.venv/Lib/site-packages/click/_compat.py | 622 -- .../Lib/site-packages/click/_termui_impl.py | 852 -- .../Lib/site-packages/click/_textwrap.py | 51 - .../.venv/Lib/site-packages/click/_utils.py | 36 - .../Lib/site-packages/click/_winconsole.py | 296 - backend/.venv/Lib/site-packages/click/core.py | 3415 ------- .../Lib/site-packages/click/decorators.py | 551 - .../Lib/site-packages/click/exceptions.py | 308 - .../Lib/site-packages/click/formatting.py | 301 - .../.venv/Lib/site-packages/click/globals.py | 67 - .../.venv/Lib/site-packages/click/parser.py | 532 - .../.venv/Lib/site-packages/click/py.typed | 0 .../site-packages/click/shell_completion.py | 667 -- .../.venv/Lib/site-packages/click/termui.py | 883 -- .../.venv/Lib/site-packages/click/testing.py | 577 -- .../.venv/Lib/site-packages/click/types.py | 1209 --- .../.venv/Lib/site-packages/click/utils.py | 627 -- .../colorama-0.4.6.dist-info/INSTALLER | 1 - .../colorama-0.4.6.dist-info/METADATA | 441 - .../colorama-0.4.6.dist-info/RECORD | 31 - .../colorama-0.4.6.dist-info/WHEEL | 5 - .../licenses/LICENSE.txt | 27 - .../Lib/site-packages/colorama/__init__.py | 7 - .../__pycache__/__init__.cpython-312.pyc | Bin 483 -> 0 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 3936 -> 0 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 16403 -> 0 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 3541 -> 0 bytes .../__pycache__/win32.cpython-312.pyc | Bin 8126 -> 0 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 9079 -> 0 bytes .../.venv/Lib/site-packages/colorama/ansi.py | 102 - .../Lib/site-packages/colorama/ansitowin32.py | 277 - .../Lib/site-packages/colorama/initialise.py | 121 - .../site-packages/colorama/tests/__init__.py | 1 - .../__pycache__/__init__.cpython-312.pyc | Bin 189 -> 0 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 5458 -> 0 bytes .../ansitowin32_test.cpython-312.pyc | Bin 17997 -> 0 bytes .../initialise_test.cpython-312.pyc | Bin 11645 -> 0 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 4772 -> 0 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 2461 -> 0 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 6603 -> 0 bytes .../site-packages/colorama/tests/ansi_test.py | 76 - .../colorama/tests/ansitowin32_test.py | 294 - .../colorama/tests/initialise_test.py | 189 - .../colorama/tests/isatty_test.py | 57 - .../Lib/site-packages/colorama/tests/utils.py | 49 - .../colorama/tests/winterm_test.py | 131 - .../.venv/Lib/site-packages/colorama/win32.py | 180 - .../Lib/site-packages/colorama/winterm.py | 195 - .../Lib/site-packages/dotenv/__init__.py | 51 - .../Lib/site-packages/dotenv/__main__.py | 6 - .../__pycache__/__init__.cpython-312.pyc | Bin 1686 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 354 -> 0 bytes .../dotenv/__pycache__/cli.cpython-312.pyc | Bin 10280 -> 0 bytes .../__pycache__/ipython.cpython-312.pyc | Bin 1970 -> 0 bytes .../dotenv/__pycache__/main.cpython-312.pyc | Bin 18130 -> 0 bytes .../dotenv/__pycache__/parser.cpython-312.pyc | Bin 9980 -> 0 bytes .../__pycache__/variables.cpython-312.pyc | Bin 5022 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 206 -> 0 bytes backend/.venv/Lib/site-packages/dotenv/cli.py | 218 - .../.venv/Lib/site-packages/dotenv/ipython.py | 50 - .../.venv/Lib/site-packages/dotenv/main.py | 435 - .../.venv/Lib/site-packages/dotenv/parser.py | 182 - .../.venv/Lib/site-packages/dotenv/py.typed | 1 - .../Lib/site-packages/dotenv/variables.py | 86 - .../.venv/Lib/site-packages/dotenv/version.py | 1 - .../fastapi-0.115.6.dist-info/INSTALLER | 1 - .../fastapi-0.115.6.dist-info/METADATA | 562 -- .../fastapi-0.115.6.dist-info/RECORD | 97 - .../fastapi-0.115.6.dist-info/REQUESTED | 0 .../fastapi-0.115.6.dist-info/WHEEL | 4 - .../entry_points.txt | 5 - .../licenses/LICENSE | 21 - .../Lib/site-packages/fastapi/__init__.py | 25 - .../Lib/site-packages/fastapi/__main__.py | 3 - .../__pycache__/__init__.cpython-312.pyc | Bin 1097 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 244 -> 0 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 27872 -> 0 bytes .../__pycache__/applications.cpython-312.pyc | Bin 84112 -> 0 bytes .../__pycache__/background.cpython-312.pyc | Bin 2370 -> 0 bytes .../fastapi/__pycache__/cli.cpython-312.pyc | Bin 658 -> 0 bytes .../__pycache__/concurrency.cpython-312.pyc | Bin 1671 -> 0 bytes .../datastructures.cpython-312.pyc | Bin 8143 -> 0 bytes .../__pycache__/encoders.cpython-312.pyc | Bin 10893 -> 0 bytes .../exception_handlers.cpython-312.pyc | Bin 2072 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 7158 -> 0 bytes .../__pycache__/logger.cpython-312.pyc | Bin 284 -> 0 bytes .../param_functions.cpython-312.pyc | Bin 35095 -> 0 bytes .../__pycache__/params.cpython-312.pyc | Bin 25040 -> 0 bytes .../__pycache__/requests.cpython-312.pyc | Bin 273 -> 0 bytes .../__pycache__/responses.cpython-312.pyc | Bin 2401 -> 0 bytes .../__pycache__/routing.cpython-312.pyc | Bin 82043 -> 0 bytes .../__pycache__/staticfiles.cpython-312.pyc | Bin 245 -> 0 bytes .../__pycache__/templating.cpython-312.pyc | Bin 247 -> 0 bytes .../__pycache__/testclient.cpython-312.pyc | Bin 242 -> 0 bytes .../fastapi/__pycache__/types.cpython-312.pyc | Bin 753 -> 0 bytes .../fastapi/__pycache__/utils.cpython-312.pyc | Bin 8371 -> 0 bytes .../__pycache__/websockets.cpython-312.pyc | Bin 322 -> 0 bytes .../Lib/site-packages/fastapi/_compat.py | 659 -- .../Lib/site-packages/fastapi/applications.py | 4585 --------- .../Lib/site-packages/fastapi/background.py | 59 - .../.venv/Lib/site-packages/fastapi/cli.py | 13 - .../Lib/site-packages/fastapi/concurrency.py | 39 - .../site-packages/fastapi/datastructures.py | 204 - .../fastapi/dependencies/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 195 -> 0 bytes .../__pycache__/models.cpython-312.pyc | Bin 2738 -> 0 bytes .../__pycache__/utils.cpython-312.pyc | Bin 38032 -> 0 bytes .../fastapi/dependencies/models.py | 37 - .../fastapi/dependencies/utils.py | 972 -- .../Lib/site-packages/fastapi/encoders.py | 343 - .../fastapi/exception_handlers.py | 34 - .../Lib/site-packages/fastapi/exceptions.py | 176 - .../.venv/Lib/site-packages/fastapi/logger.py | 3 - .../fastapi/middleware/__init__.py | 1 - .../__pycache__/__init__.cpython-312.pyc | Bin 251 -> 0 bytes .../__pycache__/cors.cpython-312.pyc | Bin 256 -> 0 bytes .../__pycache__/gzip.cpython-312.pyc | Bin 256 -> 0 bytes .../__pycache__/httpsredirect.cpython-312.pyc | Bin 285 -> 0 bytes .../__pycache__/trustedhost.cpython-312.pyc | Bin 279 -> 0 bytes .../__pycache__/wsgi.cpython-312.pyc | Bin 256 -> 0 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-312.pyc | Bin 190 -> 0 bytes .../__pycache__/constants.cpython-312.pyc | Bin 360 -> 0 bytes .../openapi/__pycache__/docs.cpython-312.pyc | Bin 10810 -> 0 bytes .../__pycache__/models.cpython-312.pyc | Bin 22998 -> 0 bytes .../openapi/__pycache__/utils.cpython-312.pyc | Bin 20317 -> 0 bytes .../fastapi/openapi/constants.py | 3 - .../Lib/site-packages/fastapi/openapi/docs.py | 344 - .../site-packages/fastapi/openapi/models.py | 445 - .../site-packages/fastapi/openapi/utils.py | 548 - .../site-packages/fastapi/param_functions.py | 2360 ----- .../.venv/Lib/site-packages/fastapi/params.py | 786 -- .../.venv/Lib/site-packages/fastapi/py.typed | 0 .../Lib/site-packages/fastapi/requests.py | 2 - .../Lib/site-packages/fastapi/responses.py | 48 - .../Lib/site-packages/fastapi/routing.py | 4439 --------- .../fastapi/security/__init__.py | 15 - .../__pycache__/__init__.cpython-312.pyc | Bin 847 -> 0 bytes .../__pycache__/api_key.cpython-312.pyc | Bin 9439 -> 0 bytes .../security/__pycache__/base.cpython-312.pyc | Bin 509 -> 0 bytes .../security/__pycache__/http.cpython-312.pyc | Bin 13745 -> 0 bytes .../__pycache__/oauth2.cpython-312.pyc | Bin 18261 -> 0 bytes .../open_id_connect_url.cpython-312.pyc | Bin 3220 -> 0 bytes .../__pycache__/utils.cpython-312.pyc | Bin 602 -> 0 bytes .../site-packages/fastapi/security/api_key.py | 301 - .../site-packages/fastapi/security/base.py | 6 - .../site-packages/fastapi/security/http.py | 420 - .../site-packages/fastapi/security/oauth2.py | 638 -- .../fastapi/security/open_id_connect_url.py | 84 - .../site-packages/fastapi/security/utils.py | 10 - .../Lib/site-packages/fastapi/staticfiles.py | 1 - .../Lib/site-packages/fastapi/templating.py | 1 - .../Lib/site-packages/fastapi/testclient.py | 1 - .../.venv/Lib/site-packages/fastapi/types.py | 10 - .../.venv/Lib/site-packages/fastapi/utils.py | 220 - .../Lib/site-packages/fastapi/websockets.py | 3 - .../h11-0.16.0.dist-info/INSTALLER | 1 - .../h11-0.16.0.dist-info/METADATA | 202 - .../site-packages/h11-0.16.0.dist-info/RECORD | 29 - .../site-packages/h11-0.16.0.dist-info/WHEEL | 5 - .../h11-0.16.0.dist-info/licenses/LICENSE.txt | 22 - .../h11-0.16.0.dist-info/top_level.txt | 1 - .../.venv/Lib/site-packages/h11/__init__.py | 62 - .../h11/__pycache__/__init__.cpython-312.pyc | Bin 1069 -> 0 bytes .../h11/__pycache__/_abnf.cpython-312.pyc | Bin 1775 -> 0 bytes .../__pycache__/_connection.cpython-312.pyc | Bin 23125 -> 0 bytes .../h11/__pycache__/_events.cpython-312.pyc | Bin 13215 -> 0 bytes .../h11/__pycache__/_headers.cpython-312.pyc | Bin 7977 -> 0 bytes .../h11/__pycache__/_readers.cpython-312.pyc | Bin 9642 -> 0 bytes .../_receivebuffer.cpython-312.pyc | Bin 4693 -> 0 bytes .../h11/__pycache__/_state.cpython-312.pyc | Bin 8457 -> 0 bytes .../h11/__pycache__/_util.cpython-312.pyc | Bin 4713 -> 0 bytes .../h11/__pycache__/_version.cpython-312.pyc | Bin 207 -> 0 bytes .../h11/__pycache__/_writers.cpython-312.pyc | Bin 6279 -> 0 bytes backend/.venv/Lib/site-packages/h11/_abnf.py | 132 - .../Lib/site-packages/h11/_connection.py | 659 -- .../.venv/Lib/site-packages/h11/_events.py | 369 - .../.venv/Lib/site-packages/h11/_headers.py | 282 - .../.venv/Lib/site-packages/h11/_readers.py | 250 - .../Lib/site-packages/h11/_receivebuffer.py | 153 - backend/.venv/Lib/site-packages/h11/_state.py | 365 - backend/.venv/Lib/site-packages/h11/_util.py | 135 - .../.venv/Lib/site-packages/h11/_version.py | 16 - .../.venv/Lib/site-packages/h11/_writers.py | 145 - backend/.venv/Lib/site-packages/h11/py.typed | 1 - .../httptools-0.7.1.dist-info/INSTALLER | 1 - .../httptools-0.7.1.dist-info/METADATA | 130 - .../httptools-0.7.1.dist-info/RECORD | 25 - .../httptools-0.7.1.dist-info/WHEEL | 5 - .../licenses/LICENSE | 21 - .../httptools-0.7.1.dist-info/top_level.txt | 1 - .../Lib/site-packages/httptools/__init__.py | 6 - .../__pycache__/__init__.cpython-312.pyc | Bin 335 -> 0 bytes .../__pycache__/_version.cpython-312.pyc | Bin 212 -> 0 bytes .../Lib/site-packages/httptools/_version.py | 13 - .../httptools/parser/__init__.py | 6 - .../__pycache__/__init__.cpython-312.pyc | Bin 425 -> 0 bytes .../parser/__pycache__/errors.cpython-312.pyc | Bin 1209 -> 0 bytes .../__pycache__/protocol.cpython-312.pyc | Bin 1839 -> 0 bytes .../httptools/parser/cparser.pxd | 167 - .../site-packages/httptools/parser/errors.py | 30 - .../parser/parser.cp312-win_amd64.pyd | Bin 124928 -> 0 bytes .../site-packages/httptools/parser/parser.pyi | 57 - .../site-packages/httptools/parser/parser.pyx | 436 - .../httptools/parser/protocol.py | 15 - .../site-packages/httptools/parser/python.pxd | 6 - .../httptools/parser/url_cparser.pxd | 31 - .../parser/url_parser.cp312-win_amd64.pyd | Bin 53248 -> 0 bytes .../httptools/parser/url_parser.pyi | 27 - .../httptools/parser/url_parser.pyx | 108 - .../idna-3.11.dist-info/INSTALLER | 1 - .../idna-3.11.dist-info/METADATA | 209 - .../site-packages/idna-3.11.dist-info/RECORD | 22 - .../site-packages/idna-3.11.dist-info/WHEEL | 4 - .../idna-3.11.dist-info/licenses/LICENSE.md | 31 - .../.venv/Lib/site-packages/idna/__init__.py | 45 - .../idna/__pycache__/__init__.cpython-312.pyc | Bin 877 -> 0 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 4967 -> 0 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 881 -> 0 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 16134 -> 0 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 100906 -> 0 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 2624 -> 0 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 208 -> 0 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 161836 -> 0 bytes backend/.venv/Lib/site-packages/idna/codec.py | 122 - .../.venv/Lib/site-packages/idna/compat.py | 15 - backend/.venv/Lib/site-packages/idna/core.py | 437 - .../.venv/Lib/site-packages/idna/idnadata.py | 4309 -------- .../.venv/Lib/site-packages/idna/intranges.py | 57 - .../Lib/site-packages/idna/package_data.py | 1 - backend/.venv/Lib/site-packages/idna/py.typed | 0 .../.venv/Lib/site-packages/idna/uts46data.py | 8841 ----------------- .../pip-24.3.1.dist-info/AUTHORS.txt | 799 -- .../pip-24.3.1.dist-info/INSTALLER | 1 - .../pip-24.3.1.dist-info/LICENSE.txt | 20 - .../pip-24.3.1.dist-info/METADATA | 90 - .../site-packages/pip-24.3.1.dist-info/RECORD | 853 -- .../pip-24.3.1.dist-info/REQUESTED | 0 .../site-packages/pip-24.3.1.dist-info/WHEEL | 5 - .../pip-24.3.1.dist-info/entry_points.txt | 3 - .../pip-24.3.1.dist-info/top_level.txt | 1 - .../.venv/Lib/site-packages/pip/__init__.py | 13 - .../.venv/Lib/site-packages/pip/__main__.py | 24 - .../Lib/site-packages/pip/__pip-runner__.py | 50 - .../pip/__pycache__/__init__.cpython-312.pyc | Bin 689 -> 0 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 843 -> 0 bytes .../__pip-runner__.cpython-312.pyc | Bin 2207 -> 0 bytes .../site-packages/pip/_internal/__init__.py | 18 - .../__pycache__/__init__.cpython-312.pyc | Bin 789 -> 0 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 14501 -> 0 bytes .../__pycache__/cache.cpython-312.pyc | Bin 12669 -> 0 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 17634 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 36847 -> 0 bytes .../__pycache__/main.cpython-312.pyc | Bin 672 -> 0 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 5120 -> 0 bytes .../self_outdated_check.cpython-312.pyc | Bin 10210 -> 0 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 13617 -> 0 bytes .../site-packages/pip/_internal/build_env.py | 319 - .../Lib/site-packages/pip/_internal/cache.py | 290 - .../pip/_internal/cli/__init__.py | 4 - .../cli/__pycache__/__init__.cpython-312.pyc | Bin 280 -> 0 bytes .../autocompletion.cpython-312.pyc | Bin 8608 -> 0 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 10196 -> 0 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 30397 -> 0 bytes .../command_context.cpython-312.pyc | Bin 1776 -> 0 bytes .../__pycache__/index_command.cpython-312.pyc | Bin 7126 -> 0 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 2302 -> 0 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 4908 -> 0 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 15042 -> 0 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 3846 -> 0 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 12243 -> 0 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 7835 -> 0 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 377 -> 0 bytes .../pip/_internal/cli/autocompletion.py | 176 - .../pip/_internal/cli/base_command.py | 231 - .../pip/_internal/cli/cmdoptions.py | 1075 -- .../pip/_internal/cli/command_context.py | 27 - .../pip/_internal/cli/index_command.py | 170 - .../site-packages/pip/_internal/cli/main.py | 80 - .../pip/_internal/cli/main_parser.py | 134 - .../site-packages/pip/_internal/cli/parser.py | 294 - .../pip/_internal/cli/progress_bars.py | 94 - .../pip/_internal/cli/req_command.py | 329 - .../pip/_internal/cli/spinners.py | 159 - .../pip/_internal/cli/status_codes.py | 6 - .../pip/_internal/commands/__init__.py | 132 - .../__pycache__/__init__.cpython-312.pyc | Bin 4004 -> 0 bytes .../__pycache__/cache.cpython-312.pyc | Bin 9703 -> 0 bytes .../__pycache__/check.cpython-312.pyc | Bin 2594 -> 0 bytes .../__pycache__/completion.cpython-312.pyc | Bin 5195 -> 0 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 13165 -> 0 bytes .../__pycache__/debug.cpython-312.pyc | Bin 10070 -> 0 bytes .../__pycache__/download.cpython-312.pyc | Bin 7505 -> 0 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 4387 -> 0 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 2970 -> 0 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 1675 -> 0 bytes .../__pycache__/index.cpython-312.pyc | Bin 6673 -> 0 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 3982 -> 0 bytes .../__pycache__/install.cpython-312.pyc | Bin 29116 -> 0 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 15759 -> 0 bytes .../__pycache__/search.cpython-312.pyc | Bin 7520 -> 0 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 10479 -> 0 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 4711 -> 0 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 8867 -> 0 bytes .../pip/_internal/commands/cache.py | 225 - .../pip/_internal/commands/check.py | 67 - .../pip/_internal/commands/completion.py | 130 - .../pip/_internal/commands/configuration.py | 280 - .../pip/_internal/commands/debug.py | 201 - .../pip/_internal/commands/download.py | 146 - .../pip/_internal/commands/freeze.py | 109 - .../pip/_internal/commands/hash.py | 59 - .../pip/_internal/commands/help.py | 41 - .../pip/_internal/commands/index.py | 139 - .../pip/_internal/commands/inspect.py | 92 - .../pip/_internal/commands/install.py | 783 -- .../pip/_internal/commands/list.py | 375 - .../pip/_internal/commands/search.py | 172 - .../pip/_internal/commands/show.py | 217 - .../pip/_internal/commands/uninstall.py | 114 - .../pip/_internal/commands/wheel.py | 182 - .../pip/_internal/configuration.py | 383 - .../pip/_internal/distributions/__init__.py | 21 - .../__pycache__/__init__.cpython-312.pyc | Bin 943 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 2895 -> 0 bytes .../__pycache__/installed.cpython-312.pyc | Bin 1702 -> 0 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 8429 -> 0 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 2283 -> 0 bytes .../pip/_internal/distributions/base.py | 53 - .../pip/_internal/distributions/installed.py | 29 - .../pip/_internal/distributions/sdist.py | 158 - .../pip/_internal/distributions/wheel.py | 42 - .../site-packages/pip/_internal/exceptions.py | 809 -- .../pip/_internal/index/__init__.py | 2 - .../__pycache__/__init__.cpython-312.pyc | Bin 234 -> 0 bytes .../__pycache__/collector.cpython-312.pyc | Bin 21619 -> 0 bytes .../package_finder.cpython-312.pyc | Bin 40650 -> 0 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 12526 -> 0 bytes .../pip/_internal/index/collector.py | 494 - .../pip/_internal/index/package_finder.py | 1020 -- .../pip/_internal/index/sources.py | 284 - .../pip/_internal/locations/__init__.py | 456 - .../__pycache__/__init__.cpython-312.pyc | Bin 16442 -> 0 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 6793 -> 0 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 8030 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 3783 -> 0 bytes .../pip/_internal/locations/_distutils.py | 172 - .../pip/_internal/locations/_sysconfig.py | 214 - .../pip/_internal/locations/base.py | 81 - .../Lib/site-packages/pip/_internal/main.py | 12 - .../pip/_internal/metadata/__init__.py | 128 - .../__pycache__/__init__.cpython-312.pyc | Bin 5871 -> 0 bytes .../__pycache__/_json.cpython-312.pyc | Bin 2928 -> 0 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 35200 -> 0 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 16086 -> 0 bytes .../pip/_internal/metadata/_json.py | 84 - .../pip/_internal/metadata/base.py | 688 -- .../_internal/metadata/importlib/__init__.py | 6 - .../__pycache__/__init__.cpython-312.pyc | Bin 360 -> 0 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 4493 -> 0 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 12567 -> 0 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 11081 -> 0 bytes .../_internal/metadata/importlib/_compat.py | 85 - .../_internal/metadata/importlib/_dists.py | 221 - .../pip/_internal/metadata/importlib/_envs.py | 189 - .../pip/_internal/metadata/pkg_resources.py | 301 - .../pip/_internal/models/__init__.py | 2 - .../__pycache__/__init__.cpython-312.pyc | Bin 268 -> 0 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 1606 -> 0 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 10846 -> 0 bytes .../format_control.cpython-312.pyc | Bin 4225 -> 0 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 1696 -> 0 bytes .../installation_report.cpython-312.pyc | Bin 2279 -> 0 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 26619 -> 0 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 1025 -> 0 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 4989 -> 0 bytes .../selection_prefs.cpython-312.pyc | Bin 1853 -> 0 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 4955 -> 0 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 6554 -> 0 bytes .../pip/_internal/models/candidate.py | 25 - .../pip/_internal/models/direct_url.py | 224 - .../pip/_internal/models/format_control.py | 78 - .../pip/_internal/models/index.py | 28 - .../_internal/models/installation_report.py | 56 - .../pip/_internal/models/link.py | 590 -- .../pip/_internal/models/scheme.py | 25 - .../pip/_internal/models/search_scope.py | 127 - .../pip/_internal/models/selection_prefs.py | 53 - .../pip/_internal/models/target_python.py | 121 - .../pip/_internal/models/wheel.py | 118 - .../pip/_internal/network/__init__.py | 2 - .../__pycache__/__init__.cpython-312.pyc | Bin 256 -> 0 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 22101 -> 0 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 6453 -> 0 bytes .../__pycache__/download.cpython-312.pyc | Bin 8481 -> 0 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 11609 -> 0 bytes .../__pycache__/session.cpython-312.pyc | Bin 18876 -> 0 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 2257 -> 0 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 2951 -> 0 bytes .../pip/_internal/network/auth.py | 566 -- .../pip/_internal/network/cache.py | 106 - .../pip/_internal/network/download.py | 187 - .../pip/_internal/network/lazy_wheel.py | 210 - .../pip/_internal/network/session.py | 522 - .../pip/_internal/network/utils.py | 98 - .../pip/_internal/network/xmlrpc.py | 62 - .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 199 -> 0 bytes .../__pycache__/check.cpython-312.pyc | Bin 7106 -> 0 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 10130 -> 0 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 25774 -> 0 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 205 -> 0 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 7669 -> 0 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 1859 -> 0 bytes .../metadata_editable.cpython-312.pyc | Bin 1893 -> 0 bytes .../metadata_legacy.cpython-312.pyc | Bin 3013 -> 0 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 1679 -> 0 bytes .../wheel_editable.cpython-312.pyc | Bin 2018 -> 0 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 3848 -> 0 bytes .../operations/build/build_tracker.py | 138 - .../_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 | 181 - .../pip/_internal/operations/freeze.py | 258 - .../_internal/operations/install/__init__.py | 2 - .../__pycache__/__init__.cpython-312.pyc | Bin 268 -> 0 bytes .../editable_legacy.cpython-312.pyc | Bin 1800 -> 0 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 34105 -> 0 bytes .../operations/install/editable_legacy.py | 47 - .../pip/_internal/operations/install/wheel.py | 741 -- .../pip/_internal/operations/prepare.py | 732 -- .../site-packages/pip/_internal/pyproject.py | 185 - .../pip/_internal/req/__init__.py | 90 - .../req/__pycache__/__init__.cpython-312.pyc | Bin 3447 -> 0 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 21257 -> 0 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 22125 -> 0 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 38477 -> 0 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 5485 -> 0 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 32096 -> 0 bytes .../pip/_internal/req/constructors.py | 560 -- .../pip/_internal/req/req_file.py | 574 -- .../pip/_internal/req/req_install.py | 934 -- .../pip/_internal/req/req_set.py | 82 - .../pip/_internal/req/req_uninstall.py | 633 -- .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 199 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 1187 -> 0 bytes .../pip/_internal/resolution/base.py | 20 - .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 206 -> 0 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 22581 -> 0 bytes .../_internal/resolution/legacy/resolver.py | 597 -- .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 210 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 8151 -> 0 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 29410 -> 0 bytes .../__pycache__/factory.cpython-312.pyc | Bin 32521 -> 0 bytes .../found_candidates.cpython-312.pyc | Bin 6795 -> 0 bytes .../__pycache__/provider.cpython-312.pyc | Bin 10525 -> 0 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 5042 -> 0 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 15358 -> 0 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 12316 -> 0 bytes .../_internal/resolution/resolvelib/base.py | 139 - .../resolution/resolvelib/candidates.py | 574 -- .../resolution/resolvelib/factory.py | 823 -- .../resolution/resolvelib/found_candidates.py | 174 - .../resolution/resolvelib/provider.py | 258 - .../resolution/resolvelib/reporter.py | 81 - .../resolution/resolvelib/requirements.py | 245 - .../resolution/resolvelib/resolver.py | 317 - .../pip/_internal/self_outdated_check.py | 244 - .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 194 -> 0 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 4529 -> 0 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 1865 -> 0 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 2409 -> 0 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 2906 -> 0 bytes .../compatibility_tags.cpython-312.pyc | Bin 6349 -> 0 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 683 -> 0 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 4190 -> 0 bytes .../direct_url_helpers.cpython-312.pyc | Bin 3535 -> 0 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 3205 -> 0 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 2147 -> 0 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 3992 -> 0 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 7328 -> 0 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 1163 -> 0 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 2418 -> 0 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 7602 -> 0 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 13557 -> 0 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 33450 -> 0 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 2582 -> 0 bytes .../utils/__pycache__/retry.cpython-312.pyc | Bin 2107 -> 0 bytes .../setuptools_build.cpython-312.pyc | Bin 4549 -> 0 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 8638 -> 0 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 12023 -> 0 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 13497 -> 0 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 2076 -> 0 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 4465 -> 0 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 5902 -> 0 bytes .../pip/_internal/utils/_jaraco_text.py | 109 - .../site-packages/pip/_internal/utils/_log.py | 38 - .../pip/_internal/utils/appdirs.py | 52 - .../pip/_internal/utils/compat.py | 79 - .../pip/_internal/utils/compatibility_tags.py | 188 - .../pip/_internal/utils/datetime.py | 11 - .../pip/_internal/utils/deprecation.py | 124 - .../pip/_internal/utils/direct_url_helpers.py | 87 - .../pip/_internal/utils/egg_link.py | 80 - .../pip/_internal/utils/encoding.py | 36 - .../pip/_internal/utils/entrypoints.py | 84 - .../pip/_internal/utils/filesystem.py | 149 - .../pip/_internal/utils/filetypes.py | 27 - .../pip/_internal/utils/glibc.py | 101 - .../pip/_internal/utils/hashes.py | 147 - .../pip/_internal/utils/logging.py | 347 - .../site-packages/pip/_internal/utils/misc.py | 772 -- .../pip/_internal/utils/packaging.py | 57 - .../pip/_internal/utils/retry.py | 42 - .../pip/_internal/utils/setuptools_build.py | 146 - .../pip/_internal/utils/subprocess.py | 245 - .../pip/_internal/utils/temp_dir.py | 296 - .../pip/_internal/utils/unpacking.py | 337 - .../site-packages/pip/_internal/utils/urls.py | 55 - .../pip/_internal/utils/virtualenv.py | 104 - .../pip/_internal/utils/wheel.py | 134 - .../pip/_internal/vcs/__init__.py | 15 - .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 533 -> 0 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 5054 -> 0 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 19019 -> 0 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 7607 -> 0 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 12526 -> 0 bytes .../versioncontrol.cpython-312.pyc | Bin 28999 -> 0 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 - .../site-packages/pip/_internal/vcs/git.py | 527 - .../pip/_internal/vcs/mercurial.py | 163 - .../pip/_internal/vcs/subversion.py | 324 - .../pip/_internal/vcs/versioncontrol.py | 688 -- .../pip/_internal/wheel_builder.py | 354 - .../Lib/site-packages/pip/_vendor/__init__.py | 116 - .../__pycache__/__init__.cpython-312.pyc | Bin 4552 -> 0 bytes .../typing_extensions.cpython-312.pyc | Bin 139454 -> 0 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 - .../__pycache__/__init__.cpython-312.pyc | Bin 905 -> 0 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 2649 -> 0 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 6467 -> 0 bytes .../__pycache__/cache.cpython-312.pyc | Bin 3790 -> 0 bytes .../__pycache__/controller.cpython-312.pyc | Bin 16227 -> 0 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 4350 -> 0 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 6697 -> 0 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 5264 -> 0 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 1677 -> 0 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 - .../pip/_vendor/cachecontrol/adapter.py | 161 - .../pip/_vendor/cachecontrol/cache.py | 74 - .../_vendor/cachecontrol/caches/__init__.py | 8 - .../__pycache__/__init__.cpython-312.pyc | Bin 438 -> 0 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 7766 -> 0 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 2736 -> 0 bytes .../_vendor/cachecontrol/caches/file_cache.py | 182 - .../cachecontrol/caches/redis_cache.py | 48 - .../pip/_vendor/cachecontrol/controller.py | 499 - .../pip/_vendor/cachecontrol/filewrapper.py | 119 - .../pip/_vendor/cachecontrol/heuristics.py | 154 - .../pip/_vendor/cachecontrol/py.typed | 0 .../pip/_vendor/cachecontrol/serialize.py | 146 - .../pip/_vendor/cachecontrol/wrapper.py | 43 - .../pip/_vendor/certifi/__init__.py | 4 - .../pip/_vendor/certifi/__main__.py | 12 - .../__pycache__/__init__.cpython-312.pyc | Bin 321 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 648 -> 0 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 3214 -> 0 bytes .../pip/_vendor/certifi/cacert.pem | 4929 --------- .../site-packages/pip/_vendor/certifi/core.py | 114 - .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/distlib/__init__.py | 33 - .../__pycache__/__init__.cpython-312.pyc | Bin 1272 -> 0 bytes .../__pycache__/compat.cpython-312.pyc | Bin 45529 -> 0 bytes .../__pycache__/database.cpython-312.pyc | Bin 65584 -> 0 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 24319 -> 0 bytes .../__pycache__/locators.cpython-312.pyc | Bin 59864 -> 0 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 15079 -> 0 bytes .../__pycache__/markers.cpython-312.pyc | Bin 7657 -> 0 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 41563 -> 0 bytes .../__pycache__/resources.cpython-312.pyc | Bin 17315 -> 0 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 19756 -> 0 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 88038 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 30347 -> 0 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 52548 -> 0 bytes .../pip/_vendor/distlib/compat.py | 1137 --- .../pip/_vendor/distlib/database.py | 1329 --- .../pip/_vendor/distlib/index.py | 508 - .../pip/_vendor/distlib/locators.py | 1295 --- .../pip/_vendor/distlib/manifest.py | 384 - .../pip/_vendor/distlib/markers.py | 162 - .../pip/_vendor/distlib/metadata.py | 1031 -- .../pip/_vendor/distlib/resources.py | 358 - .../pip/_vendor/distlib/scripts.py | 447 - .../site-packages/pip/_vendor/distlib/t32.exe | Bin 97792 -> 0 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 182784 -> 0 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 108032 -> 0 bytes .../site-packages/pip/_vendor/distlib/util.py | 1984 ---- .../pip/_vendor/distlib/version.py | 750 -- .../site-packages/pip/_vendor/distlib/w32.exe | Bin 91648 -> 0 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 168448 -> 0 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 101888 -> 0 bytes .../pip/_vendor/distlib/wheel.py | 1100 -- .../pip/_vendor/distro/__init__.py | 54 - .../pip/_vendor/distro/__main__.py | 4 - .../__pycache__/__init__.cpython-312.pyc | Bin 963 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 295 -> 0 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 53795 -> 0 bytes .../pip/_vendor/distro/distro.py | 1403 --- .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 44 - .../idna/__pycache__/__init__.cpython-312.pyc | Bin 884 -> 0 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 4979 -> 0 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 890 -> 0 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 15794 -> 0 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 99479 -> 0 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 2636 -> 0 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 219 -> 0 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 158851 -> 0 bytes .../site-packages/pip/_vendor/idna/codec.py | 118 - .../site-packages/pip/_vendor/idna/compat.py | 13 - .../site-packages/pip/_vendor/idna/core.py | 395 - .../pip/_vendor/idna/idnadata.py | 4245 -------- .../pip/_vendor/idna/intranges.py | 54 - .../pip/_vendor/idna/package_data.py | 2 - .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8598 ---------------- .../pip/_vendor/msgpack/__init__.py | 55 - .../__pycache__/__init__.cpython-312.pyc | Bin 1744 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 2028 -> 0 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 8173 -> 0 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 42046 -> 0 bytes .../pip/_vendor/msgpack/exceptions.py | 48 - .../site-packages/pip/_vendor/msgpack/ext.py | 168 - .../pip/_vendor/msgpack/fallback.py | 951 -- .../pip/_vendor/packaging/__init__.py | 15 - .../__pycache__/__init__.cpython-312.pyc | Bin 561 -> 0 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 4970 -> 0 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 9688 -> 0 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 4557 -> 0 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 13988 -> 0 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 3244 -> 0 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 7918 -> 0 bytes .../__pycache__/markers.cpython-312.pyc | Bin 11014 -> 0 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 24956 -> 0 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 4413 -> 0 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 38742 -> 0 bytes .../__pycache__/tags.cpython-312.pyc | Bin 23222 -> 0 bytes .../__pycache__/utils.cpython-312.pyc | Bin 7344 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 19510 -> 0 bytes .../pip/_vendor/packaging/_elffile.py | 110 - .../pip/_vendor/packaging/_manylinux.py | 262 - .../pip/_vendor/packaging/_musllinux.py | 85 - .../pip/_vendor/packaging/_parser.py | 354 - .../pip/_vendor/packaging/_structures.py | 61 - .../pip/_vendor/packaging/_tokenizer.py | 194 - .../pip/_vendor/packaging/markers.py | 325 - .../pip/_vendor/packaging/metadata.py | 804 -- .../pip/_vendor/packaging/py.typed | 0 .../pip/_vendor/packaging/requirements.py | 91 - .../pip/_vendor/packaging/specifiers.py | 1009 -- .../pip/_vendor/packaging/tags.py | 627 -- .../pip/_vendor/packaging/utils.py | 174 - .../pip/_vendor/packaging/version.py | 563 -- .../pip/_vendor/pkg_resources/__init__.py | 3676 ------- .../__pycache__/__init__.cpython-312.pyc | Bin 161264 -> 0 bytes .../pip/_vendor/platformdirs/__init__.py | 627 -- .../pip/_vendor/platformdirs/__main__.py | 55 - .../__pycache__/__init__.cpython-312.pyc | Bin 19832 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 1951 -> 0 bytes .../__pycache__/android.cpython-312.pyc | Bin 10700 -> 0 bytes .../__pycache__/api.cpython-312.pyc | Bin 12914 -> 0 bytes .../__pycache__/macos.cpython-312.pyc | Bin 8010 -> 0 bytes .../__pycache__/unix.cpython-312.pyc | Bin 15040 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 600 -> 0 bytes .../__pycache__/windows.cpython-312.pyc | Bin 13677 -> 0 bytes .../pip/_vendor/platformdirs/android.py | 249 - .../pip/_vendor/platformdirs/api.py | 292 - .../pip/_vendor/platformdirs/macos.py | 130 - .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 275 - .../pip/_vendor/platformdirs/version.py | 16 - .../pip/_vendor/platformdirs/windows.py | 272 - .../pip/_vendor/pygments/__init__.py | 82 - .../pip/_vendor/pygments/__main__.py | 17 - .../__pycache__/__init__.cpython-312.pyc | Bin 3492 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 738 -> 0 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 26588 -> 0 bytes .../__pycache__/console.cpython-312.pyc | Bin 2632 -> 0 bytes .../__pycache__/filter.cpython-312.pyc | Bin 3225 -> 0 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 4724 -> 0 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 38365 -> 0 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 1563 -> 0 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 2612 -> 0 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 4081 -> 0 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 4760 -> 0 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 12102 -> 0 bytes .../__pycache__/style.cpython-312.pyc | Bin 6697 -> 0 bytes .../__pycache__/token.cpython-312.pyc | Bin 8193 -> 0 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 32976 -> 0 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 14073 -> 0 bytes .../pip/_vendor/pygments/cmdline.py | 668 -- .../pip/_vendor/pygments/console.py | 70 - .../pip/_vendor/pygments/filter.py | 70 - .../pip/_vendor/pygments/filters/__init__.py | 940 -- .../__pycache__/__init__.cpython-312.pyc | Bin 37915 -> 0 bytes .../pip/_vendor/pygments/formatter.py | 129 - .../_vendor/pygments/formatters/__init__.py | 157 - .../__pycache__/__init__.cpython-312.pyc | Bin 6906 -> 0 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 4219 -> 0 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 4226 -> 0 bytes .../__pycache__/groff.cpython-312.pyc | Bin 7297 -> 0 bytes .../__pycache__/html.cpython-312.pyc | Bin 41030 -> 0 bytes .../__pycache__/img.cpython-312.pyc | Bin 28552 -> 0 bytes .../__pycache__/irc.cpython-312.pyc | Bin 6059 -> 0 bytes .../__pycache__/latex.cpython-312.pyc | Bin 20129 -> 0 bytes .../__pycache__/other.cpython-312.pyc | Bin 6881 -> 0 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 2962 -> 0 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 13777 -> 0 bytes .../__pycache__/svg.cpython-312.pyc | Bin 9143 -> 0 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 5823 -> 0 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 15122 -> 0 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 | 987 -- .../pip/_vendor/pygments/formatters/img.py | 685 -- .../pip/_vendor/pygments/formatters/irc.py | 154 - .../pip/_vendor/pygments/formatters/latex.py | 518 - .../pip/_vendor/pygments/formatters/other.py | 160 - .../pygments/formatters/pangomarkup.py | 83 - .../pip/_vendor/pygments/formatters/rtf.py | 349 - .../pip/_vendor/pygments/formatters/svg.py | 185 - .../_vendor/pygments/formatters/terminal.py | 127 - .../pygments/formatters/terminal256.py | 338 - .../pip/_vendor/pygments/lexer.py | 963 -- .../pip/_vendor/pygments/lexers/__init__.py | 362 - .../__pycache__/__init__.cpython-312.pyc | Bin 14625 -> 0 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 68267 -> 0 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 42971 -> 0 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 589 -- .../pip/_vendor/pygments/lexers/python.py | 1198 --- .../pip/_vendor/pygments/modeline.py | 43 - .../pip/_vendor/pygments/plugin.py | 72 - .../pip/_vendor/pygments/regexopt.py | 91 - .../pip/_vendor/pygments/scanner.py | 104 - .../pip/_vendor/pygments/sphinxext.py | 247 - .../pip/_vendor/pygments/style.py | 203 - .../pip/_vendor/pygments/styles/__init__.py | 61 - .../__pycache__/__init__.cpython-312.pyc | Bin 2668 -> 0 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 3652 -> 0 bytes .../pip/_vendor/pygments/styles/_mapping.py | 54 - .../pip/_vendor/pygments/token.py | 214 - .../pip/_vendor/pygments/unistring.py | 153 - .../pip/_vendor/pygments/util.py | 324 - .../pip/_vendor/pyproject_hooks/__init__.py | 23 - .../__pycache__/__init__.cpython-312.pyc | Bin 617 -> 0 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 378 -> 0 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 14697 -> 0 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 - .../pip/_vendor/pyproject_hooks/_impl.py | 330 - .../pyproject_hooks/_in_process/__init__.py | 18 - .../__pycache__/__init__.cpython-312.pyc | Bin 1084 -> 0 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 14357 -> 0 bytes .../_in_process/_in_process.py | 353 - .../pip/_vendor/requests/__init__.py | 179 - .../__pycache__/__init__.cpython-312.pyc | Bin 5257 -> 0 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 588 -> 0 bytes .../_internal_utils.cpython-312.pyc | Bin 2028 -> 0 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 28435 -> 0 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 7195 -> 0 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 13925 -> 0 bytes .../__pycache__/certs.cpython-312.pyc | Bin 926 -> 0 bytes .../__pycache__/compat.cpython-312.pyc | Bin 1681 -> 0 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 25202 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 7602 -> 0 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 4232 -> 0 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 1055 -> 0 bytes .../__pycache__/models.cpython-312.pyc | Bin 35432 -> 0 bytes .../__pycache__/packages.cpython-312.pyc | Bin 1270 -> 0 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 27850 -> 0 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 6027 -> 0 bytes .../__pycache__/structures.cpython-312.pyc | Bin 5627 -> 0 bytes .../__pycache__/utils.cpython-312.pyc | Bin 36370 -> 0 bytes .../pip/_vendor/requests/__version__.py | 14 - .../pip/_vendor/requests/_internal_utils.py | 50 - .../pip/_vendor/requests/adapters.py | 719 -- .../site-packages/pip/_vendor/requests/api.py | 157 - .../pip/_vendor/requests/auth.py | 314 - .../pip/_vendor/requests/certs.py | 24 - .../pip/_vendor/requests/compat.py | 78 - .../pip/_vendor/requests/cookies.py | 561 -- .../pip/_vendor/requests/exceptions.py | 151 - .../pip/_vendor/requests/help.py | 127 - .../pip/_vendor/requests/hooks.py | 33 - .../pip/_vendor/requests/models.py | 1037 -- .../pip/_vendor/requests/packages.py | 25 - .../pip/_vendor/requests/sessions.py | 831 -- .../pip/_vendor/requests/status_codes.py | 128 - .../pip/_vendor/requests/structures.py | 99 - .../pip/_vendor/requests/utils.py | 1096 -- .../pip/_vendor/resolvelib/__init__.py | 26 - .../__pycache__/__init__.cpython-312.pyc | Bin 638 -> 0 bytes .../__pycache__/providers.cpython-312.pyc | Bin 6855 -> 0 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 2658 -> 0 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 25884 -> 0 bytes .../__pycache__/structs.cpython-312.pyc | Bin 10504 -> 0 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 204 -> 0 bytes .../collections_abc.cpython-312.pyc | Bin 424 -> 0 bytes .../resolvelib/compat/collections_abc.py | 6 - .../pip/_vendor/resolvelib/providers.py | 133 - .../pip/_vendor/resolvelib/py.typed | 0 .../pip/_vendor/resolvelib/reporters.py | 43 - .../pip/_vendor/resolvelib/resolvers.py | 547 - .../pip/_vendor/resolvelib/structs.py | 170 - .../pip/_vendor/rich/__init__.py | 177 - .../pip/_vendor/rich/__main__.py | 273 - .../rich/__pycache__/__init__.cpython-312.pyc | Bin 7019 -> 0 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 10296 -> 0 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 7876 -> 0 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 205980 -> 0 bytes .../_emoji_replace.cpython-312.pyc | Bin 1733 -> 0 bytes .../_export_format.cpython-312.pyc | Bin 2353 -> 0 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 541 -> 0 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 859 -> 0 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 12077 -> 0 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 4151 -> 0 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 1874 -> 0 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 3624 -> 0 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 5164 -> 0 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 725 -> 0 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 6574 -> 0 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 13183 -> 0 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 969 -> 0 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 869 -> 0 bytes .../_win32_console.cpython-312.pyc | Bin 28980 -> 0 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 2494 -> 0 bytes .../_windows_renderer.cpython-312.pyc | Bin 3567 -> 0 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 3330 -> 0 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 1612 -> 0 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 12291 -> 0 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 9070 -> 0 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 4276 -> 0 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 11842 -> 0 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 5814 -> 0 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 26573 -> 0 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 1705 -> 0 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 8588 -> 0 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 113440 -> 0 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 2262 -> 0 bytes .../__pycache__/containers.cpython-312.pyc | Bin 9214 -> 0 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 10945 -> 0 bytes .../default_styles.cpython-312.pyc | Bin 10370 -> 0 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 1492 -> 0 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 4216 -> 0 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 1849 -> 0 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 3575 -> 0 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 3076 -> 0 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 9891 -> 0 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 6039 -> 0 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 5212 -> 0 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 20162 -> 0 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 19013 -> 0 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 4893 -> 0 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 13558 -> 0 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 9571 -> 0 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 6382 -> 0 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 7128 -> 0 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 1815 -> 0 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 5301 -> 0 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 12187 -> 0 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 40151 -> 0 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 74939 -> 0 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 10381 -> 0 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 14791 -> 0 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 1796 -> 0 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 571 -> 0 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 6617 -> 0 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 6572 -> 0 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 3829 -> 0 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 2483 -> 0 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 28119 -> 0 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 6068 -> 0 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 6065 -> 0 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 33504 -> 0 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 2143 -> 0 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 39952 -> 0 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 43543 -> 0 bytes .../terminal_theme.cpython-312.pyc | Bin 3352 -> 0 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 60853 -> 0 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 6339 -> 0 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 318 -> 0 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 31515 -> 0 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 11440 -> 0 bytes .../pip/_vendor/rich/_cell_widths.py | 454 - .../pip/_vendor/rich/_emoji_codes.py | 3610 ------- .../pip/_vendor/rich/_emoji_replace.py | 32 - .../pip/_vendor/rich/_export_format.py | 76 - .../pip/_vendor/rich/_extension.py | 10 - .../site-packages/pip/_vendor/rich/_fileno.py | 24 - .../pip/_vendor/rich/_inspect.py | 270 - .../pip/_vendor/rich/_log_render.py | 94 - .../site-packages/pip/_vendor/rich/_loop.py | 43 - .../pip/_vendor/rich/_null_file.py | 69 - .../pip/_vendor/rich/_palettes.py | 309 - .../site-packages/pip/_vendor/rich/_pick.py | 17 - .../site-packages/pip/_vendor/rich/_ratio.py | 159 - .../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 | 71 - .../pip/_vendor/rich/_windows_renderer.py | 56 - .../site-packages/pip/_vendor/rich/_wrap.py | 93 - .../Lib/site-packages/pip/_vendor/rich/abc.py | 33 - .../site-packages/pip/_vendor/rich/align.py | 311 - .../site-packages/pip/_vendor/rich/ansi.py | 240 - .../Lib/site-packages/pip/_vendor/rich/bar.py | 93 - .../Lib/site-packages/pip/_vendor/rich/box.py | 480 - .../site-packages/pip/_vendor/rich/cells.py | 167 - .../site-packages/pip/_vendor/rich/color.py | 621 -- .../pip/_vendor/rich/color_triplet.py | 38 - .../site-packages/pip/_vendor/rich/columns.py | 187 - .../site-packages/pip/_vendor/rich/console.py | 2633 ----- .../pip/_vendor/rich/constrain.py | 37 - .../pip/_vendor/rich/containers.py | 167 - .../site-packages/pip/_vendor/rich/control.py | 225 - .../pip/_vendor/rich/default_styles.py | 190 - .../pip/_vendor/rich/diagnose.py | 37 - .../site-packages/pip/_vendor/rich/emoji.py | 96 - .../site-packages/pip/_vendor/rich/errors.py | 34 - .../pip/_vendor/rich/file_proxy.py | 57 - .../pip/_vendor/rich/filesize.py | 89 - .../pip/_vendor/rich/highlighter.py | 232 - .../site-packages/pip/_vendor/rich/json.py | 139 - .../site-packages/pip/_vendor/rich/jupyter.py | 101 - .../site-packages/pip/_vendor/rich/layout.py | 442 - .../site-packages/pip/_vendor/rich/live.py | 375 - .../pip/_vendor/rich/live_render.py | 112 - .../site-packages/pip/_vendor/rich/logging.py | 289 - .../site-packages/pip/_vendor/rich/markup.py | 251 - .../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 | 312 - .../site-packages/pip/_vendor/rich/pretty.py | 995 -- .../pip/_vendor/rich/progress.py | 1699 ---- .../pip/_vendor/rich/progress_bar.py | 223 - .../site-packages/pip/_vendor/rich/prompt.py | 375 - .../pip/_vendor/rich/protocol.py | 42 - .../site-packages/pip/_vendor/rich/py.typed | 0 .../site-packages/pip/_vendor/rich/region.py | 10 - .../site-packages/pip/_vendor/rich/repr.py | 149 - .../site-packages/pip/_vendor/rich/rule.py | 130 - .../site-packages/pip/_vendor/rich/scope.py | 86 - .../site-packages/pip/_vendor/rich/screen.py | 54 - .../site-packages/pip/_vendor/rich/segment.py | 738 -- .../site-packages/pip/_vendor/rich/spinner.py | 137 - .../site-packages/pip/_vendor/rich/status.py | 131 - .../site-packages/pip/_vendor/rich/style.py | 796 -- .../site-packages/pip/_vendor/rich/styled.py | 42 - .../site-packages/pip/_vendor/rich/syntax.py | 958 -- .../site-packages/pip/_vendor/rich/table.py | 1000 -- .../pip/_vendor/rich/terminal_theme.py | 153 - .../site-packages/pip/_vendor/rich/text.py | 1357 --- .../site-packages/pip/_vendor/rich/theme.py | 115 - .../site-packages/pip/_vendor/rich/themes.py | 5 - .../pip/_vendor/rich/traceback.py | 753 -- .../site-packages/pip/_vendor/rich/tree.py | 249 - .../pip/_vendor/tomli/__init__.py | 11 - .../__pycache__/__init__.cpython-312.pyc | Bin 388 -> 0 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 26903 -> 0 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 3912 -> 0 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 370 -> 0 bytes .../pip/_vendor/tomli/_parser.py | 691 -- .../site-packages/pip/_vendor/tomli/_re.py | 107 - .../site-packages/pip/_vendor/tomli/_types.py | 10 - .../site-packages/pip/_vendor/tomli/py.typed | 1 - .../pip/_vendor/truststore/__init__.py | 36 - .../__pycache__/__init__.cpython-312.pyc | Bin 1348 -> 0 bytes .../__pycache__/_api.cpython-312.pyc | Bin 16777 -> 0 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 18991 -> 0 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 2209 -> 0 bytes .../_ssl_constants.cpython-312.pyc | Bin 1103 -> 0 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 15769 -> 0 bytes .../pip/_vendor/truststore/_api.py | 316 - .../pip/_vendor/truststore/_macos.py | 571 -- .../pip/_vendor/truststore/_openssl.py | 66 - .../pip/_vendor/truststore/_ssl_constants.py | 31 - .../pip/_vendor/truststore/_windows.py | 567 -- .../pip/_vendor/truststore/py.typed | 0 .../pip/_vendor/typing_extensions.py | 3641 ------- .../pip/_vendor/urllib3/__init__.py | 102 - .../__pycache__/__init__.cpython-312.pyc | Bin 3409 -> 0 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 16368 -> 0 bytes .../__pycache__/_version.cpython-312.pyc | Bin 222 -> 0 bytes .../__pycache__/connection.cpython-312.pyc | Bin 20407 -> 0 bytes .../connectionpool.cpython-312.pyc | Bin 36542 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 13497 -> 0 bytes .../__pycache__/fields.cpython-312.pyc | Bin 10406 -> 0 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 4016 -> 0 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 20433 -> 0 bytes .../__pycache__/request.cpython-312.pyc | Bin 7298 -> 0 bytes .../__pycache__/response.cpython-312.pyc | Bin 33947 -> 0 bytes .../pip/_vendor/urllib3/_collections.py | 355 - .../pip/_vendor/urllib3/_version.py | 2 - .../pip/_vendor/urllib3/connection.py | 572 -- .../pip/_vendor/urllib3/connectionpool.py | 1140 --- .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 202 -> 0 bytes .../_appengine_environ.cpython-312.pyc | Bin 1852 -> 0 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 11568 -> 0 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 5718 -> 0 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 24452 -> 0 bytes .../securetransport.cpython-312.pyc | Bin 35505 -> 0 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 7515 -> 0 bytes .../urllib3/contrib/_appengine_environ.py | 36 - .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 219 -> 0 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 17431 -> 0 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 14767 -> 0 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 | 920 -- .../pip/_vendor/urllib3/contrib/socks.py | 216 - .../pip/_vendor/urllib3/exceptions.py | 323 - .../pip/_vendor/urllib3/fields.py | 274 - .../pip/_vendor/urllib3/filepost.py | 98 - .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 203 -> 0 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 41259 -> 0 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 213 -> 0 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 1829 -> 0 bytes .../weakref_finalize.cpython-312.pyc | Bin 7340 -> 0 bytes .../urllib3/packages/backports/makefile.py | 51 - .../packages/backports/weakref_finalize.py | 155 - .../pip/_vendor/urllib3/packages/six.py | 1076 -- .../pip/_vendor/urllib3/poolmanager.py | 540 - .../pip/_vendor/urllib3/request.py | 191 - .../pip/_vendor/urllib3/response.py | 879 -- .../pip/_vendor/urllib3/util/__init__.py | 49 - .../util/__pycache__/__init__.cpython-312.pyc | Bin 1150 -> 0 bytes .../__pycache__/connection.cpython-312.pyc | Bin 4751 -> 0 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 1556 -> 0 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 1356 -> 0 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 4187 -> 0 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 2996 -> 0 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 21726 -> 0 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 15368 -> 0 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 5055 -> 0 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 10757 -> 0 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 11143 -> 0 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 15789 -> 0 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 4407 -> 0 bytes .../pip/_vendor/urllib3/util/connection.py | 149 - .../pip/_vendor/urllib3/util/proxy.py | 57 - .../pip/_vendor/urllib3/util/queue.py | 22 - .../pip/_vendor/urllib3/util/request.py | 137 - .../pip/_vendor/urllib3/util/response.py | 107 - .../pip/_vendor/urllib3/util/retry.py | 622 -- .../pip/_vendor/urllib3/util/ssl_.py | 504 - .../urllib3/util/ssl_match_hostname.py | 159 - .../pip/_vendor/urllib3/util/ssltransport.py | 221 - .../pip/_vendor/urllib3/util/timeout.py | 271 - .../pip/_vendor/urllib3/util/url.py | 435 - .../pip/_vendor/urllib3/util/wait.py | 152 - .../Lib/site-packages/pip/_vendor/vendor.txt | 18 - backend/.venv/Lib/site-packages/pip/py.typed | 4 - .../psycopg-3.2.3.dist-info/INSTALLER | 1 - .../psycopg-3.2.3.dist-info/LICENSE.txt | 165 - .../psycopg-3.2.3.dist-info/METADATA | 109 - .../psycopg-3.2.3.dist-info/RECORD | 165 - .../psycopg-3.2.3.dist-info/REQUESTED | 0 .../psycopg-3.2.3.dist-info/WHEEL | 5 - .../psycopg-3.2.3.dist-info/top_level.txt | 1 - .../Lib/site-packages/psycopg/__init__.py | 121 - .../__pycache__/__init__.cpython-312.pyc | Bin 3121 -> 0 bytes .../__pycache__/_acompat.cpython-312.pyc | Bin 4354 -> 0 bytes .../__pycache__/_adapters_map.cpython-312.pyc | Bin 12424 -> 0 bytes .../__pycache__/_capabilities.cpython-312.pyc | Bin 5942 -> 0 bytes .../__pycache__/_cmodule.cpython-312.pyc | Bin 800 -> 0 bytes .../__pycache__/_column.cpython-312.pyc | Bin 5593 -> 0 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 1794 -> 0 bytes .../_connection_base.cpython-312.pyc | Bin 32595 -> 0 bytes .../_connection_info.cpython-312.pyc | Bin 8975 -> 0 bytes .../_conninfo_attempts.cpython-312.pyc | Bin 3657 -> 0 bytes .../_conninfo_attempts_async.cpython-312.pyc | Bin 3930 -> 0 bytes .../_conninfo_utils.cpython-312.pyc | Bin 4366 -> 0 bytes .../psycopg/__pycache__/_copy.cpython-312.pyc | Bin 12284 -> 0 bytes .../__pycache__/_copy_async.cpython-312.pyc | Bin 13641 -> 0 bytes .../__pycache__/_copy_base.cpython-312.pyc | Bin 17498 -> 0 bytes .../__pycache__/_cursor_base.cpython-312.pyc | Bin 28155 -> 0 bytes .../psycopg/__pycache__/_dns.cpython-312.pyc | Bin 11354 -> 0 bytes .../__pycache__/_encodings.cpython-312.pyc | Bin 6189 -> 0 bytes .../__pycache__/_enums.cpython-312.pyc | Bin 2612 -> 0 bytes .../psycopg/__pycache__/_oids.cpython-312.pyc | Bin 2532 -> 0 bytes .../__pycache__/_pipeline.cpython-312.pyc | Bin 15139 -> 0 bytes .../__pycache__/_preparing.cpython-312.pyc | Bin 8534 -> 0 bytes .../_py_transformer.cpython-312.pyc | Bin 14417 -> 0 bytes .../__pycache__/_queries.cpython-312.pyc | Bin 16051 -> 0 bytes .../__pycache__/_struct.cpython-312.pyc | Bin 3633 -> 0 bytes .../psycopg/__pycache__/_tpc.cpython-312.pyc | Bin 5565 -> 0 bytes .../__pycache__/_transformer.cpython-312.pyc | Bin 670 -> 0 bytes .../__pycache__/_typeinfo.cpython-312.pyc | Bin 16086 -> 0 bytes .../__pycache__/_typemod.cpython-312.pyc | Bin 4223 -> 0 bytes .../psycopg/__pycache__/_tz.cpython-312.pyc | Bin 1871 -> 0 bytes .../__pycache__/_wrappers.cpython-312.pyc | Bin 5919 -> 0 bytes .../psycopg/__pycache__/abc.cpython-312.pyc | Bin 10826 -> 0 bytes .../psycopg/__pycache__/adapt.cpython-312.pyc | Bin 6153 -> 0 bytes .../__pycache__/client_cursor.cpython-312.pyc | Bin 3978 -> 0 bytes .../__pycache__/connection.cpython-312.pyc | Bin 22231 -> 0 bytes .../connection_async.cpython-312.pyc | Bin 27272 -> 0 bytes .../__pycache__/conninfo.cpython-312.pyc | Bin 5279 -> 0 bytes .../psycopg/__pycache__/copy.cpython-312.pyc | Bin 1571 -> 0 bytes .../__pycache__/cursor.cpython-312.pyc | Bin 14910 -> 0 bytes .../__pycache__/cursor_async.cpython-312.pyc | Bin 17506 -> 0 bytes .../__pycache__/dbapi20.cpython-312.pyc | Bin 6743 -> 0 bytes .../__pycache__/errors.cpython-312.pyc | Bin 79169 -> 0 bytes .../__pycache__/generators.cpython-312.pyc | Bin 13543 -> 0 bytes .../__pycache__/postgres.cpython-312.pyc | Bin 7825 -> 0 bytes .../__pycache__/raw_cursor.cpython-312.pyc | Bin 3597 -> 0 bytes .../psycopg/__pycache__/rows.cpython-312.pyc | Bin 11421 -> 0 bytes .../__pycache__/server_cursor.cpython-312.pyc | Bin 25081 -> 0 bytes .../psycopg/__pycache__/sql.cpython-312.pyc | Bin 22166 -> 0 bytes .../__pycache__/transaction.cpython-312.pyc | Bin 14101 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 491 -> 0 bytes .../__pycache__/waiting.cpython-312.pyc | Bin 15193 -> 0 bytes .../Lib/site-packages/psycopg/_acompat.py | 106 - .../site-packages/psycopg/_adapters_map.py | 296 - .../site-packages/psycopg/_capabilities.py | 132 - .../Lib/site-packages/psycopg/_cmodule.py | 24 - .../Lib/site-packages/psycopg/_column.py | 104 - .../Lib/site-packages/psycopg/_compat.py | 59 - .../site-packages/psycopg/_connection_base.py | 691 -- .../site-packages/psycopg/_connection_info.py | 173 - .../psycopg/_conninfo_attempts.py | 96 - .../psycopg/_conninfo_attempts_async.py | 101 - .../site-packages/psycopg/_conninfo_utils.py | 124 - .../.venv/Lib/site-packages/psycopg/_copy.py | 298 - .../Lib/site-packages/psycopg/_copy_async.py | 299 - .../Lib/site-packages/psycopg/_copy_base.py | 438 - .../Lib/site-packages/psycopg/_cursor_base.py | 627 -- .../.venv/Lib/site-packages/psycopg/_dns.py | 247 - .../Lib/site-packages/psycopg/_encodings.py | 154 - .../.venv/Lib/site-packages/psycopg/_enums.py | 80 - .../.venv/Lib/site-packages/psycopg/_oids.py | 97 - .../Lib/site-packages/psycopg/_pipeline.py | 268 - .../Lib/site-packages/psycopg/_preparing.py | 201 - .../site-packages/psycopg/_py_transformer.py | 361 - .../Lib/site-packages/psycopg/_queries.py | 425 - .../Lib/site-packages/psycopg/_struct.py | 57 - .../.venv/Lib/site-packages/psycopg/_tpc.py | 115 - .../Lib/site-packages/psycopg/_transformer.py | 21 - .../Lib/site-packages/psycopg/_typeinfo.py | 343 - .../Lib/site-packages/psycopg/_typemod.py | 86 - .../.venv/Lib/site-packages/psycopg/_tz.py | 45 - .../Lib/site-packages/psycopg/_wrappers.py | 137 - .../.venv/Lib/site-packages/psycopg/abc.py | 251 - .../.venv/Lib/site-packages/psycopg/adapt.py | 153 - .../site-packages/psycopg/client_cursor.py | 93 - .../Lib/site-packages/psycopg/connection.py | 479 - .../site-packages/psycopg/connection_async.py | 519 - .../Lib/site-packages/psycopg/conninfo.py | 154 - .../.venv/Lib/site-packages/psycopg/copy.py | 35 - .../site-packages/psycopg/crdb/__init__.py | 20 - .../crdb/__pycache__/__init__.cpython-312.pyc | Bin 693 -> 0 bytes .../crdb/__pycache__/_types.cpython-312.pyc | Bin 9477 -> 0 bytes .../__pycache__/connection.cpython-312.pyc | Bin 4774 -> 0 bytes .../Lib/site-packages/psycopg/crdb/_types.py | 201 - .../site-packages/psycopg/crdb/connection.py | 105 - .../.venv/Lib/site-packages/psycopg/cursor.py | 288 - .../Lib/site-packages/psycopg/cursor_async.py | 298 - .../Lib/site-packages/psycopg/dbapi20.py | 134 - .../.venv/Lib/site-packages/psycopg/errors.py | 1759 ---- .../Lib/site-packages/psycopg/generators.py | 407 - .../Lib/site-packages/psycopg/postgres.py | 158 - .../Lib/site-packages/psycopg/pq/__init__.py | 137 - .../pq/__pycache__/__init__.cpython-312.pyc | Bin 4114 -> 0 bytes .../pq/__pycache__/_debug.cpython-312.pyc | Bin 5237 -> 0 bytes .../pq/__pycache__/_enums.cpython-312.pyc | Bin 5178 -> 0 bytes .../pq/__pycache__/_pq_ctypes.cpython-312.pyc | Bin 20981 -> 0 bytes .../pq/__pycache__/abc.cpython-312.pyc | Bin 18861 -> 0 bytes .../pq/__pycache__/misc.cpython-312.pyc | Bin 8434 -> 0 bytes .../pq/__pycache__/pq_ctypes.cpython-312.pyc | Bin 63278 -> 0 bytes .../Lib/site-packages/psycopg/pq/_debug.py | 104 - .../Lib/site-packages/psycopg/pq/_enums.py | 259 - .../site-packages/psycopg/pq/_pq_ctypes.py | 841 -- .../site-packages/psycopg/pq/_pq_ctypes.pyi | 227 - .../.venv/Lib/site-packages/psycopg/pq/abc.py | 336 - .../Lib/site-packages/psycopg/pq/misc.py | 187 - .../Lib/site-packages/psycopg/pq/pq_ctypes.py | 1276 --- .../.venv/Lib/site-packages/psycopg/py.typed | 0 .../Lib/site-packages/psycopg/raw_cursor.py | 73 - .../.venv/Lib/site-packages/psycopg/rows.py | 276 - .../site-packages/psycopg/server_cursor.py | 475 - .../.venv/Lib/site-packages/psycopg/sql.py | 484 - .../Lib/site-packages/psycopg/transaction.py | 286 - .../site-packages/psycopg/types/__init__.py | 11 - .../__pycache__/__init__.cpython-312.pyc | Bin 367 -> 0 bytes .../types/__pycache__/array.cpython-312.pyc | Bin 21715 -> 0 bytes .../types/__pycache__/bool.cpython-312.pyc | Bin 2675 -> 0 bytes .../__pycache__/composite.cpython-312.pyc | Bin 17711 -> 0 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 37932 -> 0 bytes .../types/__pycache__/enum.cpython-312.pyc | Bin 11576 -> 0 bytes .../types/__pycache__/hstore.cpython-312.pyc | Bin 6022 -> 0 bytes .../types/__pycache__/json.cpython-312.pyc | Bin 10964 -> 0 bytes .../__pycache__/multirange.cpython-312.pyc | Bin 27181 -> 0 bytes .../types/__pycache__/net.cpython-312.pyc | Bin 10596 -> 0 bytes .../types/__pycache__/none.cpython-312.pyc | Bin 1394 -> 0 bytes .../types/__pycache__/numeric.cpython-312.pyc | Bin 24291 -> 0 bytes .../types/__pycache__/numpy.cpython-312.pyc | Bin 5516 -> 0 bytes .../types/__pycache__/range.cpython-312.pyc | Bin 31821 -> 0 bytes .../types/__pycache__/shapely.cpython-312.pyc | Bin 4404 -> 0 bytes .../types/__pycache__/string.cpython-312.pyc | Bin 11375 -> 0 bytes .../types/__pycache__/uuid.cpython-312.pyc | Bin 3260 -> 0 bytes .../Lib/site-packages/psycopg/types/array.py | 476 - .../Lib/site-packages/psycopg/types/bool.py | 50 - .../site-packages/psycopg/types/composite.py | 386 - .../site-packages/psycopg/types/datetime.py | 763 -- .../Lib/site-packages/psycopg/types/enum.py | 254 - .../Lib/site-packages/psycopg/types/hstore.py | 146 - .../Lib/site-packages/psycopg/types/json.py | 253 - .../site-packages/psycopg/types/multirange.py | 561 -- .../Lib/site-packages/psycopg/types/net.py | 203 - .../Lib/site-packages/psycopg/types/none.py | 27 - .../site-packages/psycopg/types/numeric.py | 551 - .../Lib/site-packages/psycopg/types/numpy.py | 99 - .../Lib/site-packages/psycopg/types/range.py | 753 -- .../site-packages/psycopg/types/shapely.py | 89 - .../Lib/site-packages/psycopg/types/string.py | 233 - .../Lib/site-packages/psycopg/types/uuid.py | 64 - .../Lib/site-packages/psycopg/version.py | 12 - .../Lib/site-packages/psycopg/waiting.py | 424 - .../psycopg_binary-3.2.3.dist-info/DELVEWHEEL | 2 - .../psycopg_binary-3.2.3.dist-info/INSTALLER | 1 - .../LICENSE.txt | 165 - .../psycopg_binary-3.2.3.dist-info/METADATA | 70 - .../psycopg_binary-3.2.3.dist-info/RECORD | 21 - .../psycopg_binary-3.2.3.dist-info/WHEEL | 5 - .../top_level.txt | 1 - ...1-x64-15ec4b7b2d8017a72acf488cff1a1c38.dll | Bin 2878976 -> 0 bytes .../psycopg_binary.libs/libiconv-2.dll | Bin 1851113 -> 0 bytes ...ntl-9-6b2fa35014185f5e79c4c76df54d19ae.dll | Bin 475769 -> 0 bytes ...libpq-de0d6d7eef3cda3760db155fac0f1d34.dll | Bin 308224 -> 0 bytes ...1-x64-56850767f4919548e5b00c9d311d045e.dll | Bin 686592 -> 0 bytes .../psycopg_binary.libs/libwinpthread-1.dll | Bin 52736 -> 0 bytes .../site-packages/psycopg_binary/__init__.py | 27 - .../__pycache__/__init__.cpython-312.pyc | Bin 1150 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 502 -> 0 bytes .../_psycopg.cp312-win_amd64.pyd | Bin 669184 -> 0 bytes .../site-packages/psycopg_binary/_psycopg.pyi | 83 - .../psycopg_binary/pq.cp312-win_amd64.pyd | Bin 284672 -> 0 bytes .../Lib/site-packages/psycopg_binary/py.typed | 0 .../site-packages/psycopg_binary/version.py | 12 - .../pydantic-2.12.5.dist-info/INSTALLER | 1 - .../pydantic-2.12.5.dist-info/METADATA | 1029 -- .../pydantic-2.12.5.dist-info/RECORD | 217 - .../pydantic-2.12.5.dist-info/WHEEL | 4 - .../licenses/LICENSE | 21 - .../Lib/site-packages/pydantic/__init__.py | 456 - .../__pycache__/__init__.cpython-312.pyc | Bin 14423 -> 0 bytes .../__pycache__/_migration.cpython-312.pyc | Bin 11030 -> 0 bytes .../alias_generators.cpython-312.pyc | Bin 3280 -> 0 bytes .../__pycache__/aliases.cpython-312.pyc | Bin 6560 -> 0 bytes .../annotated_handlers.cpython-312.pyc | Bin 5494 -> 0 bytes .../class_validators.cpython-312.pyc | Bin 368 -> 0 bytes .../__pycache__/color.cpython-312.pyc | Bin 30174 -> 0 bytes .../__pycache__/config.cpython-312.pyc | Bin 7500 -> 0 bytes .../__pycache__/dataclasses.cpython-312.pyc | Bin 17327 -> 0 bytes .../datetime_parse.cpython-312.pyc | Bin 368 -> 0 bytes .../__pycache__/decorator.cpython-312.pyc | Bin 358 -> 0 bytes .../__pycache__/env_settings.cpython-312.pyc | Bin 364 -> 0 bytes .../error_wrappers.cpython-312.pyc | Bin 368 -> 0 bytes .../__pycache__/errors.cpython-312.pyc | Bin 7629 -> 0 bytes .../__pycache__/fields.cpython-312.pyc | Bin 72925 -> 0 bytes .../functional_serializers.cpython-312.pyc | Bin 17931 -> 0 bytes .../functional_validators.cpython-312.pyc | Bin 34742 -> 0 bytes .../__pycache__/generics.cpython-312.pyc | Bin 356 -> 0 bytes .../pydantic/__pycache__/json.cpython-312.pyc | Bin 348 -> 0 bytes .../__pycache__/json_schema.cpython-312.pyc | Bin 120011 -> 0 bytes .../pydantic/__pycache__/main.cpython-312.pyc | Bin 77302 -> 0 bytes .../pydantic/__pycache__/mypy.cpython-312.pyc | Bin 61637 -> 0 bytes .../__pycache__/networks.cpython-312.pyc | Bin 50217 -> 0 bytes .../__pycache__/parse.cpython-312.pyc | Bin 350 -> 0 bytes .../__pycache__/root_model.cpython-312.pyc | Bin 7811 -> 0 bytes .../__pycache__/schema.cpython-312.pyc | Bin 352 -> 0 bytes .../__pycache__/tools.cpython-312.pyc | Bin 350 -> 0 bytes .../__pycache__/type_adapter.cpython-312.pyc | Bin 35547 -> 0 bytes .../__pycache__/types.cpython-312.pyc | Bin 96768 -> 0 bytes .../__pycache__/typing.cpython-312.pyc | Bin 348 -> 0 bytes .../__pycache__/utils.cpython-312.pyc | Bin 350 -> 0 bytes .../validate_call_decorator.cpython-312.pyc | Bin 5446 -> 0 bytes .../__pycache__/validators.cpython-312.pyc | Bin 360 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 4796 -> 0 bytes .../__pycache__/warnings.cpython-312.pyc | Bin 7212 -> 0 bytes .../pydantic/_internal/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 193 -> 0 bytes .../__pycache__/_config.cpython-312.pyc | Bin 15672 -> 0 bytes .../_core_metadata.cpython-312.pyc | Bin 4613 -> 0 bytes .../__pycache__/_core_utils.cpython-312.pyc | Bin 7710 -> 0 bytes .../__pycache__/_dataclasses.cpython-312.pyc | Bin 13401 -> 0 bytes .../__pycache__/_decorators.cpython-312.pyc | Bin 36756 -> 0 bytes .../_decorators_v1.cpython-312.pyc | Bin 8613 -> 0 bytes .../_discriminated_union.cpython-312.pyc | Bin 20844 -> 0 bytes .../_docs_extraction.cpython-312.pyc | Bin 5306 -> 0 bytes .../__pycache__/_fields.cpython-312.pyc | Bin 24288 -> 0 bytes .../__pycache__/_forward_ref.cpython-312.pyc | Bin 1302 -> 0 bytes .../_generate_schema.cpython-312.pyc | Bin 130329 -> 0 bytes .../__pycache__/_generics.cpython-312.pyc | Bin 24329 -> 0 bytes .../__pycache__/_git.cpython-312.pyc | Bin 1508 -> 0 bytes .../__pycache__/_import_utils.cpython-312.pyc | Bin 821 -> 0 bytes .../_internal_dataclass.cpython-312.pyc | Bin 342 -> 0 bytes .../_known_annotated_metadata.cpython-312.pyc | Bin 14224 -> 0 bytes .../__pycache__/_mock_val_ser.cpython-312.pyc | Bin 11091 -> 0 bytes .../_model_construction.cpython-312.pyc | Bin 35103 -> 0 bytes .../_namespace_utils.cpython-312.pyc | Bin 12311 -> 0 bytes .../__pycache__/_repr.cpython-312.pyc | Bin 7851 -> 0 bytes .../_schema_gather.cpython-312.pyc | Bin 7638 -> 0 bytes .../_schema_generation_shared.cpython-312.pyc | Bin 6219 -> 0 bytes .../__pycache__/_serializers.cpython-312.pyc | Bin 2109 -> 0 bytes .../__pycache__/_signature.cpython-312.pyc | Bin 6759 -> 0 bytes .../__pycache__/_typing_extra.cpython-312.pyc | Bin 28178 -> 0 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 19766 -> 0 bytes .../_validate_call.cpython-312.pyc | Bin 6980 -> 0 bytes .../__pycache__/_validators.cpython-312.pyc | Bin 22959 -> 0 bytes .../pydantic/_internal/_config.py | 383 - .../pydantic/_internal/_core_metadata.py | 97 - .../pydantic/_internal/_core_utils.py | 174 - .../pydantic/_internal/_dataclasses.py | 315 - .../pydantic/_internal/_decorators.py | 858 -- .../pydantic/_internal/_decorators_v1.py | 174 - .../_internal/_discriminated_union.py | 479 - .../pydantic/_internal/_docs_extraction.py | 113 - .../pydantic/_internal/_fields.py | 635 -- .../pydantic/_internal/_forward_ref.py | 23 - .../pydantic/_internal/_generate_schema.py | 2867 ------ .../pydantic/_internal/_generics.py | 543 - .../site-packages/pydantic/_internal/_git.py | 27 - .../pydantic/_internal/_import_utils.py | 20 - .../pydantic/_internal/_internal_dataclass.py | 7 - .../_internal/_known_annotated_metadata.py | 401 - .../pydantic/_internal/_mock_val_ser.py | 228 - .../pydantic/_internal/_model_construction.py | 848 -- .../pydantic/_internal/_namespace_utils.py | 293 - .../site-packages/pydantic/_internal/_repr.py | 124 - .../pydantic/_internal/_schema_gather.py | 209 - .../_internal/_schema_generation_shared.py | 125 - .../pydantic/_internal/_serializers.py | 53 - .../pydantic/_internal/_signature.py | 188 - .../pydantic/_internal/_typing_extra.py | 760 -- .../pydantic/_internal/_utils.py | 446 - .../pydantic/_internal/_validate_call.py | 140 - .../pydantic/_internal/_validators.py | 533 - .../Lib/site-packages/pydantic/_migration.py | 316 - .../pydantic/alias_generators.py | 62 - .../Lib/site-packages/pydantic/aliases.py | 135 - .../pydantic/annotated_handlers.py | 122 - .../pydantic/class_validators.py | 5 - .../.venv/Lib/site-packages/pydantic/color.py | 604 -- .../Lib/site-packages/pydantic/config.py | 1288 --- .../Lib/site-packages/pydantic/dataclasses.py | 413 - .../site-packages/pydantic/datetime_parse.py | 5 - .../Lib/site-packages/pydantic/decorator.py | 5 - .../pydantic/deprecated/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 194 -> 0 bytes .../class_validators.cpython-312.pyc | Bin 11752 -> 0 bytes .../__pycache__/config.cpython-312.pyc | Bin 4071 -> 0 bytes .../copy_internals.cpython-312.pyc | Bin 8658 -> 0 bytes .../__pycache__/decorator.cpython-312.pyc | Bin 14022 -> 0 bytes .../__pycache__/json.cpython-312.pyc | Bin 6170 -> 0 bytes .../__pycache__/parse.cpython-312.pyc | Bin 3400 -> 0 bytes .../__pycache__/tools.cpython-312.pyc | Bin 3536 -> 0 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 - .../Lib/site-packages/pydantic/errors.py | 189 - .../pydantic/experimental/__init__.py | 1 - .../__pycache__/__init__.cpython-312.pyc | Bin 308 -> 0 bytes .../arguments_schema.cpython-312.pyc | Bin 2400 -> 0 bytes .../missing_sentinel.cpython-312.pyc | Bin 349 -> 0 bytes .../__pycache__/pipeline.cpython-312.pyc | Bin 34457 -> 0 bytes .../pydantic/experimental/arguments_schema.py | 44 - .../pydantic/experimental/missing_sentinel.py | 5 - .../pydantic/experimental/pipeline.py | 654 -- .../Lib/site-packages/pydantic/fields.py | 1834 ---- .../pydantic/functional_serializers.py | 451 - .../pydantic/functional_validators.py | 893 -- .../Lib/site-packages/pydantic/generics.py | 5 - .../.venv/Lib/site-packages/pydantic/json.py | 5 - .../Lib/site-packages/pydantic/json_schema.py | 2854 ------ .../.venv/Lib/site-packages/pydantic/main.py | 1819 ---- .../.venv/Lib/site-packages/pydantic/mypy.py | 1374 --- .../Lib/site-packages/pydantic/networks.py | 1331 --- .../.venv/Lib/site-packages/pydantic/parse.py | 5 - .../site-packages/pydantic/plugin/__init__.py | 193 - .../__pycache__/__init__.cpython-312.pyc | Bin 8936 -> 0 bytes .../__pycache__/_loader.cpython-312.pyc | Bin 2426 -> 0 bytes .../_schema_validator.cpython-312.pyc | Bin 6914 -> 0 bytes .../site-packages/pydantic/plugin/_loader.py | 58 - .../pydantic/plugin/_schema_validator.py | 140 - .../.venv/Lib/site-packages/pydantic/py.typed | 0 .../Lib/site-packages/pydantic/root_model.py | 155 - .../Lib/site-packages/pydantic/schema.py | 5 - .../.venv/Lib/site-packages/pydantic/tools.py | 5 - .../site-packages/pydantic/type_adapter.py | 795 -- .../.venv/Lib/site-packages/pydantic/types.py | 3295 ------ .../Lib/site-packages/pydantic/typing.py | 5 - .../.venv/Lib/site-packages/pydantic/utils.py | 5 - .../Lib/site-packages/pydantic/v1/__init__.py | 142 - .../v1/__pycache__/__init__.cpython-312.pyc | Bin 2515 -> 0 bytes .../_hypothesis_plugin.cpython-312.pyc | Bin 20502 -> 0 bytes .../annotated_types.cpython-312.pyc | Bin 3881 -> 0 bytes .../class_validators.cpython-312.pyc | Bin 19641 -> 0 bytes .../v1/__pycache__/color.cpython-312.pyc | Bin 25847 -> 0 bytes .../v1/__pycache__/config.cpython-312.pyc | Bin 8396 -> 0 bytes .../__pycache__/dataclasses.cpython-312.pyc | Bin 22741 -> 0 bytes .../datetime_parse.cpython-312.pyc | Bin 10349 -> 0 bytes .../v1/__pycache__/decorator.cpython-312.pyc | Bin 13914 -> 0 bytes .../__pycache__/env_settings.cpython-312.pyc | Bin 17716 -> 0 bytes .../error_wrappers.cpython-312.pyc | Bin 8924 -> 0 bytes .../v1/__pycache__/errors.cpython-312.pyc | Bin 29599 -> 0 bytes .../v1/__pycache__/fields.cpython-312.pyc | Bin 57439 -> 0 bytes .../v1/__pycache__/generics.cpython-312.pyc | Bin 16989 -> 0 bytes .../v1/__pycache__/json.cpython-312.pyc | Bin 5207 -> 0 bytes .../v1/__pycache__/main.cpython-312.pyc | Bin 48213 -> 0 bytes .../v1/__pycache__/mypy.cpython-312.pyc | Bin 46355 -> 0 bytes .../v1/__pycache__/networks.cpython-312.pyc | Bin 29546 -> 0 bytes .../v1/__pycache__/parse.cpython-312.pyc | Bin 2744 -> 0 bytes .../v1/__pycache__/schema.cpython-312.pyc | Bin 48472 -> 0 bytes .../v1/__pycache__/tools.cpython-312.pyc | Bin 3877 -> 0 bytes .../v1/__pycache__/types.cpython-312.pyc | Bin 48484 -> 0 bytes .../v1/__pycache__/typing.cpython-312.pyc | Bin 22627 -> 0 bytes .../v1/__pycache__/utils.cpython-312.pyc | Bin 35234 -> 0 bytes .../v1/__pycache__/validators.cpython-312.pyc | Bin 30892 -> 0 bytes .../v1/__pycache__/version.cpython-312.pyc | Bin 1955 -> 0 bytes .../pydantic/v1/_hypothesis_plugin.py | 391 - .../pydantic/v1/annotated_types.py | 72 - .../pydantic/v1/class_validators.py | 361 - .../Lib/site-packages/pydantic/v1/color.py | 494 - .../Lib/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 - .../Lib/site-packages/pydantic/v1/errors.py | 646 -- .../Lib/site-packages/pydantic/v1/fields.py | 1253 --- .../Lib/site-packages/pydantic/v1/generics.py | 400 - .../Lib/site-packages/pydantic/v1/json.py | 112 - .../Lib/site-packages/pydantic/v1/main.py | 1113 --- .../Lib/site-packages/pydantic/v1/mypy.py | 949 -- .../Lib/site-packages/pydantic/v1/networks.py | 747 -- .../Lib/site-packages/pydantic/v1/parse.py | 66 - .../Lib/site-packages/pydantic/v1/py.typed | 0 .../Lib/site-packages/pydantic/v1/schema.py | 1163 --- .../Lib/site-packages/pydantic/v1/tools.py | 92 - .../Lib/site-packages/pydantic/v1/types.py | 1205 --- .../Lib/site-packages/pydantic/v1/typing.py | 614 -- .../Lib/site-packages/pydantic/v1/utils.py | 806 -- .../site-packages/pydantic/v1/validators.py | 768 -- .../Lib/site-packages/pydantic/v1/version.py | 38 - .../pydantic/validate_call_decorator.py | 116 - .../Lib/site-packages/pydantic/validators.py | 5 - .../Lib/site-packages/pydantic/version.py | 113 - .../Lib/site-packages/pydantic/warnings.py | 122 - .../pydantic_core-2.41.5.dist-info/INSTALLER | 1 - .../pydantic_core-2.41.5.dist-info/METADATA | 180 - .../pydantic_core-2.41.5.dist-info/RECORD | 12 - .../pydantic_core-2.41.5.dist-info/WHEEL | 4 - .../licenses/LICENSE | 21 - .../site-packages/pydantic_core/__init__.py | 171 - .../__pycache__/__init__.cpython-312.pyc | Bin 3149 -> 0 bytes .../__pycache__/core_schema.cpython-312.pyc | Bin 155155 -> 0 bytes .../_pydantic_core.cp312-win_amd64.pyd | Bin 5436928 -> 0 bytes .../pydantic_core/_pydantic_core.pyi | 1046 -- .../pydantic_core/core_schema.py | 4435 --------- .../Lib/site-packages/pydantic_core/py.typed | 0 .../python_dotenv-1.2.1.dist-info/INSTALLER | 1 - .../python_dotenv-1.2.1.dist-info/METADATA | 749 -- .../python_dotenv-1.2.1.dist-info/RECORD | 25 - .../python_dotenv-1.2.1.dist-info/WHEEL | 5 - .../entry_points.txt | 2 - .../licenses/LICENSE | 27 - .../top_level.txt | 1 - .../pyyaml-6.0.3.dist-info/INSTALLER | 1 - .../pyyaml-6.0.3.dist-info/METADATA | 59 - .../pyyaml-6.0.3.dist-info/RECORD | 43 - .../pyyaml-6.0.3.dist-info/WHEEL | 5 - .../pyyaml-6.0.3.dist-info/licenses/LICENSE | 20 - .../pyyaml-6.0.3.dist-info/top_level.txt | 2 - .../starlette-0.41.3.dist-info/INSTALLER | 1 - .../starlette-0.41.3.dist-info/METADATA | 173 - .../starlette-0.41.3.dist-info/RECORD | 76 - .../starlette-0.41.3.dist-info/WHEEL | 4 - .../licenses/LICENSE.md | 27 - .../Lib/site-packages/starlette/__init__.py | 1 - .../__pycache__/__init__.cpython-312.pyc | Bin 211 -> 0 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 914 -> 0 bytes .../_exception_handler.cpython-312.pyc | Bin 3131 -> 0 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 5349 -> 0 bytes .../__pycache__/applications.cpython-312.pyc | Bin 12805 -> 0 bytes .../authentication.cpython-312.pyc | Bin 7841 -> 0 bytes .../__pycache__/background.cpython-312.pyc | Bin 2604 -> 0 bytes .../__pycache__/concurrency.cpython-312.pyc | Bin 3241 -> 0 bytes .../__pycache__/config.cpython-312.pyc | Bin 7530 -> 0 bytes .../__pycache__/convertors.cpython-312.pyc | Bin 4762 -> 0 bytes .../datastructures.cpython-312.pyc | Bin 39322 -> 0 bytes .../__pycache__/endpoints.cpython-312.pyc | Bin 7841 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 3407 -> 0 bytes .../__pycache__/formparsers.cpython-312.pyc | Bin 14162 -> 0 bytes .../__pycache__/requests.cpython-312.pyc | Bin 16113 -> 0 bytes .../__pycache__/responses.cpython-312.pyc | Bin 28761 -> 0 bytes .../__pycache__/routing.cpython-312.pyc | Bin 43958 -> 0 bytes .../__pycache__/schemas.cpython-312.pyc | Bin 7040 -> 0 bytes .../__pycache__/staticfiles.cpython-312.pyc | Bin 11494 -> 0 bytes .../__pycache__/status.cpython-312.pyc | Bin 5097 -> 0 bytes .../__pycache__/templating.cpython-312.pyc | Bin 10032 -> 0 bytes .../__pycache__/testclient.cpython-312.pyc | Bin 36657 -> 0 bytes .../__pycache__/types.cpython-312.pyc | Bin 1785 -> 0 bytes .../__pycache__/websockets.cpython-312.pyc | Bin 11817 -> 0 bytes .../Lib/site-packages/starlette/_compat.py | 26 - .../starlette/_exception_handler.py | 65 - .../Lib/site-packages/starlette/_utils.py | 100 - .../site-packages/starlette/applications.py | 250 - .../site-packages/starlette/authentication.py | 147 - .../Lib/site-packages/starlette/background.py | 41 - .../site-packages/starlette/concurrency.py | 64 - .../Lib/site-packages/starlette/config.py | 138 - .../Lib/site-packages/starlette/convertors.py | 89 - .../site-packages/starlette/datastructures.py | 679 -- .../Lib/site-packages/starlette/endpoints.py | 122 - .../Lib/site-packages/starlette/exceptions.py | 62 - .../site-packages/starlette/formparsers.py | 271 - .../starlette/middleware/__init__.py | 41 - .../__pycache__/__init__.cpython-312.pyc | Bin 2520 -> 0 bytes .../authentication.cpython-312.pyc | Bin 2872 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 11758 -> 0 bytes .../__pycache__/cors.cpython-312.pyc | Bin 7433 -> 0 bytes .../__pycache__/errors.cpython-312.pyc | Bin 9963 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 4085 -> 0 bytes .../__pycache__/gzip.cpython-312.pyc | Bin 6810 -> 0 bytes .../__pycache__/httpsredirect.cpython-312.pyc | Bin 1770 -> 0 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 4650 -> 0 bytes .../__pycache__/trustedhost.cpython-312.pyc | Bin 3113 -> 0 bytes .../__pycache__/wsgi.cpython-312.pyc | Bin 8500 -> 0 bytes .../starlette/middleware/authentication.py | 52 - .../starlette/middleware/base.py | 228 - .../starlette/middleware/cors.py | 172 - .../starlette/middleware/errors.py | 260 - .../starlette/middleware/exceptions.py | 72 - .../starlette/middleware/gzip.py | 108 - .../starlette/middleware/httpsredirect.py | 19 - .../starlette/middleware/sessions.py | 85 - .../starlette/middleware/trustedhost.py | 60 - .../starlette/middleware/wsgi.py | 152 - .../Lib/site-packages/starlette/py.typed | 0 .../Lib/site-packages/starlette/requests.py | 309 - .../Lib/site-packages/starlette/responses.py | 531 - .../Lib/site-packages/starlette/routing.py | 875 -- .../Lib/site-packages/starlette/schemas.py | 147 - .../site-packages/starlette/staticfiles.py | 220 - .../Lib/site-packages/starlette/status.py | 201 - .../Lib/site-packages/starlette/templating.py | 216 - .../Lib/site-packages/starlette/testclient.py | 791 -- .../Lib/site-packages/starlette/types.py | 24 - .../Lib/site-packages/starlette/websockets.py | 195 - .../INSTALLER | 1 - .../METADATA | 72 - .../typing_extensions-4.15.0.dist-info/RECORD | 7 - .../typing_extensions-4.15.0.dist-info/WHEEL | 4 - .../licenses/LICENSE | 279 - .../Lib/site-packages/typing_extensions.py | 4317 -------- .../INSTALLER | 1 - .../METADATA | 49 - .../typing_inspection-0.4.2.dist-info/RECORD | 13 - .../typing_inspection-0.4.2.dist-info/WHEEL | 4 - .../licenses/LICENSE | 21 - .../typing_inspection/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 192 -> 0 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 17789 -> 0 bytes .../typing_objects.cpython-312.pyc | Bin 17368 -> 0 bytes .../typing_inspection/introspection.py | 587 -- .../site-packages/typing_inspection/py.typed | 0 .../typing_inspection/typing_objects.py | 607 -- .../typing_inspection/typing_objects.pyi | 417 - .../tzdata-2025.2.dist-info/INSTALLER | 1 - .../tzdata-2025.2.dist-info/METADATA | 34 - .../tzdata-2025.2.dist-info/RECORD | 656 -- .../tzdata-2025.2.dist-info/WHEEL | 6 - .../tzdata-2025.2.dist-info/licenses/LICENSE | 15 - .../licenses/licenses/LICENSE_APACHE | 201 - .../tzdata-2025.2.dist-info/top_level.txt | 1 - .../Lib/site-packages/tzdata/__init__.py | 6 - .../__pycache__/__init__.cpython-312.pyc | Bin 242 -> 0 bytes .../tzdata/zoneinfo/Africa/Abidjan | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Accra | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Addis_Ababa | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Africa/Algiers | Bin 470 -> 0 bytes .../tzdata/zoneinfo/Africa/Asmara | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Africa/Asmera | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Africa/Bamako | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Bangui | Bin 180 -> 0 bytes .../tzdata/zoneinfo/Africa/Banjul | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Bissau | Bin 149 -> 0 bytes .../tzdata/zoneinfo/Africa/Blantyre | Bin 131 -> 0 bytes .../tzdata/zoneinfo/Africa/Brazzaville | Bin 180 -> 0 bytes .../tzdata/zoneinfo/Africa/Bujumbura | Bin 131 -> 0 bytes .../tzdata/zoneinfo/Africa/Cairo | Bin 1309 -> 0 bytes .../tzdata/zoneinfo/Africa/Casablanca | Bin 1919 -> 0 bytes .../tzdata/zoneinfo/Africa/Ceuta | Bin 562 -> 0 bytes .../tzdata/zoneinfo/Africa/Conakry | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Dakar | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Dar_es_Salaam | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Africa/Djibouti | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Africa/Douala | Bin 180 -> 0 bytes .../tzdata/zoneinfo/Africa/El_Aaiun | Bin 1830 -> 0 bytes .../tzdata/zoneinfo/Africa/Freetown | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Gaborone | Bin 131 -> 0 bytes .../tzdata/zoneinfo/Africa/Harare | Bin 131 -> 0 bytes .../tzdata/zoneinfo/Africa/Johannesburg | Bin 190 -> 0 bytes .../site-packages/tzdata/zoneinfo/Africa/Juba | Bin 458 -> 0 bytes .../tzdata/zoneinfo/Africa/Kampala | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Africa/Khartoum | Bin 458 -> 0 bytes .../tzdata/zoneinfo/Africa/Kigali | Bin 131 -> 0 bytes .../tzdata/zoneinfo/Africa/Kinshasa | Bin 180 -> 0 bytes .../tzdata/zoneinfo/Africa/Lagos | Bin 180 -> 0 bytes .../tzdata/zoneinfo/Africa/Libreville | Bin 180 -> 0 bytes .../site-packages/tzdata/zoneinfo/Africa/Lome | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Luanda | Bin 180 -> 0 bytes .../tzdata/zoneinfo/Africa/Lubumbashi | Bin 131 -> 0 bytes .../tzdata/zoneinfo/Africa/Lusaka | Bin 131 -> 0 bytes .../tzdata/zoneinfo/Africa/Malabo | Bin 180 -> 0 bytes .../tzdata/zoneinfo/Africa/Maputo | Bin 131 -> 0 bytes .../tzdata/zoneinfo/Africa/Maseru | Bin 190 -> 0 bytes .../tzdata/zoneinfo/Africa/Mbabane | Bin 190 -> 0 bytes .../tzdata/zoneinfo/Africa/Mogadishu | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Africa/Monrovia | Bin 164 -> 0 bytes .../tzdata/zoneinfo/Africa/Nairobi | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Africa/Ndjamena | Bin 160 -> 0 bytes .../tzdata/zoneinfo/Africa/Niamey | Bin 180 -> 0 bytes .../tzdata/zoneinfo/Africa/Nouakchott | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Ouagadougou | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Porto-Novo | Bin 180 -> 0 bytes .../tzdata/zoneinfo/Africa/Sao_Tome | Bin 173 -> 0 bytes .../tzdata/zoneinfo/Africa/Timbuktu | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Africa/Tripoli | Bin 431 -> 0 bytes .../tzdata/zoneinfo/Africa/Tunis | Bin 449 -> 0 bytes .../tzdata/zoneinfo/Africa/Windhoek | Bin 638 -> 0 bytes .../tzdata/zoneinfo/Africa/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 197 -> 0 bytes .../tzdata/zoneinfo/America/Adak | Bin 969 -> 0 bytes .../tzdata/zoneinfo/America/Anchorage | Bin 977 -> 0 bytes .../tzdata/zoneinfo/America/Anguilla | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Antigua | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Araguaina | Bin 592 -> 0 bytes .../zoneinfo/America/Argentina/Buenos_Aires | Bin 708 -> 0 bytes .../zoneinfo/America/Argentina/Catamarca | Bin 708 -> 0 bytes .../zoneinfo/America/Argentina/ComodRivadavia | Bin 708 -> 0 bytes .../tzdata/zoneinfo/America/Argentina/Cordoba | Bin 708 -> 0 bytes .../tzdata/zoneinfo/America/Argentina/Jujuy | Bin 690 -> 0 bytes .../zoneinfo/America/Argentina/La_Rioja | Bin 717 -> 0 bytes .../tzdata/zoneinfo/America/Argentina/Mendoza | Bin 708 -> 0 bytes .../zoneinfo/America/Argentina/Rio_Gallegos | Bin 708 -> 0 bytes .../tzdata/zoneinfo/America/Argentina/Salta | Bin 690 -> 0 bytes .../zoneinfo/America/Argentina/San_Juan | Bin 717 -> 0 bytes .../zoneinfo/America/Argentina/San_Luis | Bin 717 -> 0 bytes .../tzdata/zoneinfo/America/Argentina/Tucuman | Bin 726 -> 0 bytes .../tzdata/zoneinfo/America/Argentina/Ushuaia | Bin 708 -> 0 bytes .../zoneinfo/America/Argentina/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 208 -> 0 bytes .../tzdata/zoneinfo/America/Aruba | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Asuncion | Bin 1085 -> 0 bytes .../tzdata/zoneinfo/America/Atikokan | Bin 149 -> 0 bytes .../tzdata/zoneinfo/America/Atka | Bin 969 -> 0 bytes .../tzdata/zoneinfo/America/Bahia | Bin 682 -> 0 bytes .../tzdata/zoneinfo/America/Bahia_Banderas | Bin 700 -> 0 bytes .../tzdata/zoneinfo/America/Barbados | Bin 278 -> 0 bytes .../tzdata/zoneinfo/America/Belem | Bin 394 -> 0 bytes .../tzdata/zoneinfo/America/Belize | Bin 1045 -> 0 bytes .../tzdata/zoneinfo/America/Blanc-Sablon | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Boa_Vista | Bin 430 -> 0 bytes .../tzdata/zoneinfo/America/Bogota | Bin 179 -> 0 bytes .../tzdata/zoneinfo/America/Boise | Bin 999 -> 0 bytes .../tzdata/zoneinfo/America/Buenos_Aires | Bin 708 -> 0 bytes .../tzdata/zoneinfo/America/Cambridge_Bay | Bin 883 -> 0 bytes .../tzdata/zoneinfo/America/Campo_Grande | Bin 952 -> 0 bytes .../tzdata/zoneinfo/America/Cancun | Bin 538 -> 0 bytes .../tzdata/zoneinfo/America/Caracas | Bin 190 -> 0 bytes .../tzdata/zoneinfo/America/Catamarca | Bin 708 -> 0 bytes .../tzdata/zoneinfo/America/Cayenne | Bin 151 -> 0 bytes .../tzdata/zoneinfo/America/Cayman | Bin 149 -> 0 bytes .../tzdata/zoneinfo/America/Chicago | Bin 1754 -> 0 bytes .../tzdata/zoneinfo/America/Chihuahua | Bin 691 -> 0 bytes .../tzdata/zoneinfo/America/Ciudad_Juarez | Bin 718 -> 0 bytes .../tzdata/zoneinfo/America/Coral_Harbour | Bin 149 -> 0 bytes .../tzdata/zoneinfo/America/Cordoba | Bin 708 -> 0 bytes .../tzdata/zoneinfo/America/Costa_Rica | Bin 232 -> 0 bytes .../tzdata/zoneinfo/America/Coyhaique | Bin 1362 -> 0 bytes .../tzdata/zoneinfo/America/Creston | Bin 240 -> 0 bytes .../tzdata/zoneinfo/America/Cuiaba | Bin 934 -> 0 bytes .../tzdata/zoneinfo/America/Curacao | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Danmarkshavn | Bin 447 -> 0 bytes .../tzdata/zoneinfo/America/Dawson | Bin 1029 -> 0 bytes .../tzdata/zoneinfo/America/Dawson_Creek | Bin 683 -> 0 bytes .../tzdata/zoneinfo/America/Denver | Bin 1042 -> 0 bytes .../tzdata/zoneinfo/America/Detroit | Bin 899 -> 0 bytes .../tzdata/zoneinfo/America/Dominica | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Edmonton | Bin 970 -> 0 bytes .../tzdata/zoneinfo/America/Eirunepe | Bin 436 -> 0 bytes .../tzdata/zoneinfo/America/El_Salvador | Bin 176 -> 0 bytes .../tzdata/zoneinfo/America/Ensenada | Bin 1079 -> 0 bytes .../tzdata/zoneinfo/America/Fort_Nelson | Bin 1448 -> 0 bytes .../tzdata/zoneinfo/America/Fort_Wayne | Bin 531 -> 0 bytes .../tzdata/zoneinfo/America/Fortaleza | Bin 484 -> 0 bytes .../tzdata/zoneinfo/America/Glace_Bay | Bin 880 -> 0 bytes .../tzdata/zoneinfo/America/Godthab | Bin 965 -> 0 bytes .../tzdata/zoneinfo/America/Goose_Bay | Bin 1580 -> 0 bytes .../tzdata/zoneinfo/America/Grand_Turk | Bin 853 -> 0 bytes .../tzdata/zoneinfo/America/Grenada | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Guadeloupe | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Guatemala | Bin 212 -> 0 bytes .../tzdata/zoneinfo/America/Guayaquil | Bin 179 -> 0 bytes .../tzdata/zoneinfo/America/Guyana | Bin 181 -> 0 bytes .../tzdata/zoneinfo/America/Halifax | Bin 1672 -> 0 bytes .../tzdata/zoneinfo/America/Havana | Bin 1117 -> 0 bytes .../tzdata/zoneinfo/America/Hermosillo | Bin 258 -> 0 bytes .../zoneinfo/America/Indiana/Indianapolis | Bin 531 -> 0 bytes .../tzdata/zoneinfo/America/Indiana/Knox | Bin 1016 -> 0 bytes .../tzdata/zoneinfo/America/Indiana/Marengo | Bin 567 -> 0 bytes .../zoneinfo/America/Indiana/Petersburg | Bin 683 -> 0 bytes .../tzdata/zoneinfo/America/Indiana/Tell_City | Bin 522 -> 0 bytes .../tzdata/zoneinfo/America/Indiana/Vevay | Bin 369 -> 0 bytes .../tzdata/zoneinfo/America/Indiana/Vincennes | Bin 558 -> 0 bytes .../tzdata/zoneinfo/America/Indiana/Winamac | Bin 603 -> 0 bytes .../zoneinfo/America/Indiana/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 206 -> 0 bytes .../tzdata/zoneinfo/America/Indianapolis | Bin 531 -> 0 bytes .../tzdata/zoneinfo/America/Inuvik | Bin 817 -> 0 bytes .../tzdata/zoneinfo/America/Iqaluit | Bin 855 -> 0 bytes .../tzdata/zoneinfo/America/Jamaica | Bin 339 -> 0 bytes .../tzdata/zoneinfo/America/Jujuy | Bin 690 -> 0 bytes .../tzdata/zoneinfo/America/Juneau | Bin 966 -> 0 bytes .../zoneinfo/America/Kentucky/Louisville | Bin 1242 -> 0 bytes .../zoneinfo/America/Kentucky/Monticello | Bin 972 -> 0 bytes .../zoneinfo/America/Kentucky/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 207 -> 0 bytes .../tzdata/zoneinfo/America/Knox_IN | Bin 1016 -> 0 bytes .../tzdata/zoneinfo/America/Kralendijk | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/La_Paz | Bin 170 -> 0 bytes .../tzdata/zoneinfo/America/Lima | Bin 283 -> 0 bytes .../tzdata/zoneinfo/America/Los_Angeles | Bin 1294 -> 0 bytes .../tzdata/zoneinfo/America/Louisville | Bin 1242 -> 0 bytes .../tzdata/zoneinfo/America/Lower_Princes | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Maceio | Bin 502 -> 0 bytes .../tzdata/zoneinfo/America/Managua | Bin 295 -> 0 bytes .../tzdata/zoneinfo/America/Manaus | Bin 412 -> 0 bytes .../tzdata/zoneinfo/America/Marigot | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Martinique | Bin 178 -> 0 bytes .../tzdata/zoneinfo/America/Matamoros | Bin 437 -> 0 bytes .../tzdata/zoneinfo/America/Mazatlan | Bin 690 -> 0 bytes .../tzdata/zoneinfo/America/Mendoza | Bin 708 -> 0 bytes .../tzdata/zoneinfo/America/Menominee | Bin 917 -> 0 bytes .../tzdata/zoneinfo/America/Merida | Bin 654 -> 0 bytes .../tzdata/zoneinfo/America/Metlakatla | Bin 586 -> 0 bytes .../tzdata/zoneinfo/America/Mexico_City | Bin 773 -> 0 bytes .../tzdata/zoneinfo/America/Miquelon | Bin 550 -> 0 bytes .../tzdata/zoneinfo/America/Moncton | Bin 1493 -> 0 bytes .../tzdata/zoneinfo/America/Monterrey | Bin 709 -> 0 bytes .../tzdata/zoneinfo/America/Montevideo | Bin 969 -> 0 bytes .../tzdata/zoneinfo/America/Montreal | Bin 1717 -> 0 bytes .../tzdata/zoneinfo/America/Montserrat | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Nassau | Bin 1717 -> 0 bytes .../tzdata/zoneinfo/America/New_York | Bin 1744 -> 0 bytes .../tzdata/zoneinfo/America/Nipigon | Bin 1717 -> 0 bytes .../tzdata/zoneinfo/America/Nome | Bin 975 -> 0 bytes .../tzdata/zoneinfo/America/Noronha | Bin 484 -> 0 bytes .../zoneinfo/America/North_Dakota/Beulah | Bin 1043 -> 0 bytes .../zoneinfo/America/North_Dakota/Center | Bin 990 -> 0 bytes .../zoneinfo/America/North_Dakota/New_Salem | Bin 990 -> 0 bytes .../zoneinfo/America/North_Dakota/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 211 -> 0 bytes .../tzdata/zoneinfo/America/Nuuk | Bin 965 -> 0 bytes .../tzdata/zoneinfo/America/Ojinaga | Bin 718 -> 0 bytes .../tzdata/zoneinfo/America/Panama | Bin 149 -> 0 bytes .../tzdata/zoneinfo/America/Pangnirtung | Bin 855 -> 0 bytes .../tzdata/zoneinfo/America/Paramaribo | Bin 187 -> 0 bytes .../tzdata/zoneinfo/America/Phoenix | Bin 240 -> 0 bytes .../tzdata/zoneinfo/America/Port-au-Prince | Bin 565 -> 0 bytes .../tzdata/zoneinfo/America/Port_of_Spain | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Porto_Acre | Bin 418 -> 0 bytes .../tzdata/zoneinfo/America/Porto_Velho | Bin 394 -> 0 bytes .../tzdata/zoneinfo/America/Puerto_Rico | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Punta_Arenas | Bin 1218 -> 0 bytes .../tzdata/zoneinfo/America/Rainy_River | Bin 1294 -> 0 bytes .../tzdata/zoneinfo/America/Rankin_Inlet | Bin 807 -> 0 bytes .../tzdata/zoneinfo/America/Recife | Bin 484 -> 0 bytes .../tzdata/zoneinfo/America/Regina | Bin 638 -> 0 bytes .../tzdata/zoneinfo/America/Resolute | Bin 807 -> 0 bytes .../tzdata/zoneinfo/America/Rio_Branco | Bin 418 -> 0 bytes .../tzdata/zoneinfo/America/Rosario | Bin 708 -> 0 bytes .../tzdata/zoneinfo/America/Santa_Isabel | Bin 1079 -> 0 bytes .../tzdata/zoneinfo/America/Santarem | Bin 409 -> 0 bytes .../tzdata/zoneinfo/America/Santiago | Bin 1354 -> 0 bytes .../tzdata/zoneinfo/America/Santo_Domingo | Bin 317 -> 0 bytes .../tzdata/zoneinfo/America/Sao_Paulo | Bin 952 -> 0 bytes .../tzdata/zoneinfo/America/Scoresbysund | Bin 984 -> 0 bytes .../tzdata/zoneinfo/America/Shiprock | Bin 1042 -> 0 bytes .../tzdata/zoneinfo/America/Sitka | Bin 956 -> 0 bytes .../tzdata/zoneinfo/America/St_Barthelemy | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/St_Johns | Bin 1878 -> 0 bytes .../tzdata/zoneinfo/America/St_Kitts | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/St_Lucia | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/St_Thomas | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/St_Vincent | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Swift_Current | Bin 368 -> 0 bytes .../tzdata/zoneinfo/America/Tegucigalpa | Bin 194 -> 0 bytes .../tzdata/zoneinfo/America/Thule | Bin 455 -> 0 bytes .../tzdata/zoneinfo/America/Thunder_Bay | Bin 1717 -> 0 bytes .../tzdata/zoneinfo/America/Tijuana | Bin 1079 -> 0 bytes .../tzdata/zoneinfo/America/Toronto | Bin 1717 -> 0 bytes .../tzdata/zoneinfo/America/Tortola | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Vancouver | Bin 1330 -> 0 bytes .../tzdata/zoneinfo/America/Virgin | Bin 177 -> 0 bytes .../tzdata/zoneinfo/America/Whitehorse | Bin 1029 -> 0 bytes .../tzdata/zoneinfo/America/Winnipeg | Bin 1294 -> 0 bytes .../tzdata/zoneinfo/America/Yakutat | Bin 946 -> 0 bytes .../tzdata/zoneinfo/America/Yellowknife | Bin 970 -> 0 bytes .../tzdata/zoneinfo/America/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 198 -> 0 bytes .../tzdata/zoneinfo/Antarctica/Casey | Bin 287 -> 0 bytes .../tzdata/zoneinfo/Antarctica/Davis | Bin 197 -> 0 bytes .../tzdata/zoneinfo/Antarctica/DumontDUrville | Bin 154 -> 0 bytes .../tzdata/zoneinfo/Antarctica/Macquarie | Bin 976 -> 0 bytes .../tzdata/zoneinfo/Antarctica/Mawson | Bin 152 -> 0 bytes .../tzdata/zoneinfo/Antarctica/McMurdo | Bin 1043 -> 0 bytes .../tzdata/zoneinfo/Antarctica/Palmer | Bin 887 -> 0 bytes .../tzdata/zoneinfo/Antarctica/Rothera | Bin 132 -> 0 bytes .../tzdata/zoneinfo/Antarctica/South_Pole | Bin 1043 -> 0 bytes .../tzdata/zoneinfo/Antarctica/Syowa | Bin 133 -> 0 bytes .../tzdata/zoneinfo/Antarctica/Troll | Bin 158 -> 0 bytes .../tzdata/zoneinfo/Antarctica/Vostok | Bin 170 -> 0 bytes .../tzdata/zoneinfo/Antarctica/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 201 -> 0 bytes .../tzdata/zoneinfo/Arctic/Longyearbyen | Bin 705 -> 0 bytes .../tzdata/zoneinfo/Arctic/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 197 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Aden | Bin 133 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Almaty | Bin 618 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Amman | Bin 928 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Anadyr | Bin 743 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Aqtau | Bin 606 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Aqtobe | Bin 615 -> 0 bytes .../tzdata/zoneinfo/Asia/Ashgabat | Bin 375 -> 0 bytes .../tzdata/zoneinfo/Asia/Ashkhabad | Bin 375 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Atyrau | Bin 616 -> 0 bytes .../tzdata/zoneinfo/Asia/Baghdad | Bin 630 -> 0 bytes .../tzdata/zoneinfo/Asia/Bahrain | Bin 152 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Baku | Bin 744 -> 0 bytes .../tzdata/zoneinfo/Asia/Bangkok | Bin 152 -> 0 bytes .../tzdata/zoneinfo/Asia/Barnaul | Bin 753 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Beirut | Bin 732 -> 0 bytes .../tzdata/zoneinfo/Asia/Bishkek | Bin 618 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Brunei | Bin 320 -> 0 bytes .../tzdata/zoneinfo/Asia/Calcutta | Bin 220 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Chita | Bin 750 -> 0 bytes .../tzdata/zoneinfo/Asia/Choibalsan | Bin 594 -> 0 bytes .../tzdata/zoneinfo/Asia/Chongqing | Bin 393 -> 0 bytes .../tzdata/zoneinfo/Asia/Chungking | Bin 393 -> 0 bytes .../tzdata/zoneinfo/Asia/Colombo | Bin 247 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Dacca | Bin 231 -> 0 bytes .../tzdata/zoneinfo/Asia/Damascus | Bin 1234 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Dhaka | Bin 231 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Dili | Bin 170 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Dubai | Bin 133 -> 0 bytes .../tzdata/zoneinfo/Asia/Dushanbe | Bin 366 -> 0 bytes .../tzdata/zoneinfo/Asia/Famagusta | Bin 940 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Gaza | Bin 2950 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Harbin | Bin 393 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Hebron | Bin 2968 -> 0 bytes .../tzdata/zoneinfo/Asia/Ho_Chi_Minh | Bin 236 -> 0 bytes .../tzdata/zoneinfo/Asia/Hong_Kong | Bin 775 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Hovd | Bin 594 -> 0 bytes .../tzdata/zoneinfo/Asia/Irkutsk | Bin 760 -> 0 bytes .../tzdata/zoneinfo/Asia/Istanbul | Bin 1200 -> 0 bytes .../tzdata/zoneinfo/Asia/Jakarta | Bin 248 -> 0 bytes .../tzdata/zoneinfo/Asia/Jayapura | Bin 171 -> 0 bytes .../tzdata/zoneinfo/Asia/Jerusalem | Bin 1074 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Kabul | Bin 159 -> 0 bytes .../tzdata/zoneinfo/Asia/Kamchatka | Bin 727 -> 0 bytes .../tzdata/zoneinfo/Asia/Karachi | Bin 266 -> 0 bytes .../tzdata/zoneinfo/Asia/Kashgar | Bin 133 -> 0 bytes .../tzdata/zoneinfo/Asia/Kathmandu | Bin 161 -> 0 bytes .../tzdata/zoneinfo/Asia/Katmandu | Bin 161 -> 0 bytes .../tzdata/zoneinfo/Asia/Khandyga | Bin 775 -> 0 bytes .../tzdata/zoneinfo/Asia/Kolkata | Bin 220 -> 0 bytes .../tzdata/zoneinfo/Asia/Krasnoyarsk | Bin 741 -> 0 bytes .../tzdata/zoneinfo/Asia/Kuala_Lumpur | Bin 256 -> 0 bytes .../tzdata/zoneinfo/Asia/Kuching | Bin 320 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Kuwait | Bin 133 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Macao | Bin 791 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Macau | Bin 791 -> 0 bytes .../tzdata/zoneinfo/Asia/Magadan | Bin 751 -> 0 bytes .../tzdata/zoneinfo/Asia/Makassar | Bin 190 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Manila | Bin 274 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Muscat | Bin 133 -> 0 bytes .../tzdata/zoneinfo/Asia/Nicosia | Bin 597 -> 0 bytes .../tzdata/zoneinfo/Asia/Novokuznetsk | Bin 726 -> 0 bytes .../tzdata/zoneinfo/Asia/Novosibirsk | Bin 753 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Omsk | Bin 741 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Oral | Bin 625 -> 0 bytes .../tzdata/zoneinfo/Asia/Phnom_Penh | Bin 152 -> 0 bytes .../tzdata/zoneinfo/Asia/Pontianak | Bin 247 -> 0 bytes .../tzdata/zoneinfo/Asia/Pyongyang | Bin 183 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Qatar | Bin 152 -> 0 bytes .../tzdata/zoneinfo/Asia/Qostanay | Bin 624 -> 0 bytes .../tzdata/zoneinfo/Asia/Qyzylorda | Bin 624 -> 0 bytes .../tzdata/zoneinfo/Asia/Rangoon | Bin 187 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Riyadh | Bin 133 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Saigon | Bin 236 -> 0 bytes .../tzdata/zoneinfo/Asia/Sakhalin | Bin 755 -> 0 bytes .../tzdata/zoneinfo/Asia/Samarkand | Bin 366 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Seoul | Bin 415 -> 0 bytes .../tzdata/zoneinfo/Asia/Shanghai | Bin 393 -> 0 bytes .../tzdata/zoneinfo/Asia/Singapore | Bin 256 -> 0 bytes .../tzdata/zoneinfo/Asia/Srednekolymsk | Bin 742 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Taipei | Bin 511 -> 0 bytes .../tzdata/zoneinfo/Asia/Tashkent | Bin 366 -> 0 bytes .../tzdata/zoneinfo/Asia/Tbilisi | Bin 629 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Tehran | Bin 812 -> 0 bytes .../tzdata/zoneinfo/Asia/Tel_Aviv | Bin 1074 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Thimbu | Bin 154 -> 0 bytes .../tzdata/zoneinfo/Asia/Thimphu | Bin 154 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Tokyo | Bin 213 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Tomsk | Bin 753 -> 0 bytes .../tzdata/zoneinfo/Asia/Ujung_Pandang | Bin 190 -> 0 bytes .../tzdata/zoneinfo/Asia/Ulaanbaatar | Bin 594 -> 0 bytes .../tzdata/zoneinfo/Asia/Ulan_Bator | Bin 594 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Urumqi | Bin 133 -> 0 bytes .../tzdata/zoneinfo/Asia/Ust-Nera | Bin 771 -> 0 bytes .../tzdata/zoneinfo/Asia/Vientiane | Bin 152 -> 0 bytes .../tzdata/zoneinfo/Asia/Vladivostok | Bin 742 -> 0 bytes .../tzdata/zoneinfo/Asia/Yakutsk | Bin 741 -> 0 bytes .../site-packages/tzdata/zoneinfo/Asia/Yangon | Bin 187 -> 0 bytes .../tzdata/zoneinfo/Asia/Yekaterinburg | Bin 760 -> 0 bytes .../tzdata/zoneinfo/Asia/Yerevan | Bin 708 -> 0 bytes .../tzdata/zoneinfo/Asia/__init__.py | 0 .../Asia/__pycache__/__init__.cpython-312.pyc | Bin 195 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Azores | Bin 1401 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Bermuda | Bin 1024 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Canary | Bin 478 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Cape_Verde | Bin 175 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Faeroe | Bin 441 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Faroe | Bin 441 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Jan_Mayen | Bin 705 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Madeira | Bin 1372 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Reykjavik | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Atlantic/South_Georgia | Bin 132 -> 0 bytes .../tzdata/zoneinfo/Atlantic/St_Helena | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Atlantic/Stanley | Bin 789 -> 0 bytes .../tzdata/zoneinfo/Atlantic/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 199 -> 0 bytes .../tzdata/zoneinfo/Australia/ACT | Bin 904 -> 0 bytes .../tzdata/zoneinfo/Australia/Adelaide | Bin 921 -> 0 bytes .../tzdata/zoneinfo/Australia/Brisbane | Bin 289 -> 0 bytes .../tzdata/zoneinfo/Australia/Broken_Hill | Bin 941 -> 0 bytes .../tzdata/zoneinfo/Australia/Canberra | Bin 904 -> 0 bytes .../tzdata/zoneinfo/Australia/Currie | Bin 1003 -> 0 bytes .../tzdata/zoneinfo/Australia/Darwin | Bin 234 -> 0 bytes .../tzdata/zoneinfo/Australia/Eucla | Bin 314 -> 0 bytes .../tzdata/zoneinfo/Australia/Hobart | Bin 1003 -> 0 bytes .../tzdata/zoneinfo/Australia/LHI | Bin 692 -> 0 bytes .../tzdata/zoneinfo/Australia/Lindeman | Bin 325 -> 0 bytes .../tzdata/zoneinfo/Australia/Lord_Howe | Bin 692 -> 0 bytes .../tzdata/zoneinfo/Australia/Melbourne | Bin 904 -> 0 bytes .../tzdata/zoneinfo/Australia/NSW | Bin 904 -> 0 bytes .../tzdata/zoneinfo/Australia/North | Bin 234 -> 0 bytes .../tzdata/zoneinfo/Australia/Perth | Bin 306 -> 0 bytes .../tzdata/zoneinfo/Australia/Queensland | Bin 289 -> 0 bytes .../tzdata/zoneinfo/Australia/South | Bin 921 -> 0 bytes .../tzdata/zoneinfo/Australia/Sydney | Bin 904 -> 0 bytes .../tzdata/zoneinfo/Australia/Tasmania | Bin 1003 -> 0 bytes .../tzdata/zoneinfo/Australia/Victoria | Bin 904 -> 0 bytes .../tzdata/zoneinfo/Australia/West | Bin 306 -> 0 bytes .../tzdata/zoneinfo/Australia/Yancowinna | Bin 941 -> 0 bytes .../tzdata/zoneinfo/Australia/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 200 -> 0 bytes .../site-packages/tzdata/zoneinfo/Brazil/Acre | Bin 418 -> 0 bytes .../tzdata/zoneinfo/Brazil/DeNoronha | Bin 484 -> 0 bytes .../site-packages/tzdata/zoneinfo/Brazil/East | Bin 952 -> 0 bytes .../site-packages/tzdata/zoneinfo/Brazil/West | Bin 412 -> 0 bytes .../tzdata/zoneinfo/Brazil/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 197 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/CET | Bin 1103 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/CST6CDT | Bin 1754 -> 0 bytes .../tzdata/zoneinfo/Canada/Atlantic | Bin 1672 -> 0 bytes .../tzdata/zoneinfo/Canada/Central | Bin 1294 -> 0 bytes .../tzdata/zoneinfo/Canada/Eastern | Bin 1717 -> 0 bytes .../tzdata/zoneinfo/Canada/Mountain | Bin 970 -> 0 bytes .../tzdata/zoneinfo/Canada/Newfoundland | Bin 1878 -> 0 bytes .../tzdata/zoneinfo/Canada/Pacific | Bin 1330 -> 0 bytes .../tzdata/zoneinfo/Canada/Saskatchewan | Bin 638 -> 0 bytes .../tzdata/zoneinfo/Canada/Yukon | Bin 1029 -> 0 bytes .../tzdata/zoneinfo/Canada/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 197 -> 0 bytes .../tzdata/zoneinfo/Chile/Continental | Bin 1354 -> 0 bytes .../tzdata/zoneinfo/Chile/EasterIsland | Bin 1174 -> 0 bytes .../tzdata/zoneinfo/Chile/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 196 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Cuba | Bin 1117 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/EET | Bin 682 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/EST | Bin 149 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/EST5EDT | Bin 1744 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Egypt | Bin 1309 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Eire | Bin 1496 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Etc/GMT | Bin 111 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+0 | Bin 111 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+1 | Bin 113 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+10 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+11 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+12 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+2 | Bin 113 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+3 | Bin 113 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+4 | Bin 113 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+5 | Bin 113 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+6 | Bin 113 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+7 | Bin 113 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+8 | Bin 113 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT+9 | Bin 113 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-0 | Bin 111 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-1 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-10 | Bin 115 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-11 | Bin 115 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-12 | Bin 115 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-13 | Bin 115 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-14 | Bin 115 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-2 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-3 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-4 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-5 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-6 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-7 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-8 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT-9 | Bin 114 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/GMT0 | Bin 111 -> 0 bytes .../tzdata/zoneinfo/Etc/Greenwich | Bin 111 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Etc/UCT | Bin 111 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Etc/UTC | Bin 111 -> 0 bytes .../tzdata/zoneinfo/Etc/Universal | Bin 111 -> 0 bytes .../site-packages/tzdata/zoneinfo/Etc/Zulu | Bin 111 -> 0 bytes .../tzdata/zoneinfo/Etc/__init__.py | 0 .../Etc/__pycache__/__init__.cpython-312.pyc | Bin 194 -> 0 bytes .../tzdata/zoneinfo/Europe/Amsterdam | Bin 1103 -> 0 bytes .../tzdata/zoneinfo/Europe/Andorra | Bin 389 -> 0 bytes .../tzdata/zoneinfo/Europe/Astrakhan | Bin 726 -> 0 bytes .../tzdata/zoneinfo/Europe/Athens | Bin 682 -> 0 bytes .../tzdata/zoneinfo/Europe/Belfast | Bin 1599 -> 0 bytes .../tzdata/zoneinfo/Europe/Belgrade | Bin 478 -> 0 bytes .../tzdata/zoneinfo/Europe/Berlin | Bin 705 -> 0 bytes .../tzdata/zoneinfo/Europe/Bratislava | Bin 723 -> 0 bytes .../tzdata/zoneinfo/Europe/Brussels | Bin 1103 -> 0 bytes .../tzdata/zoneinfo/Europe/Bucharest | Bin 661 -> 0 bytes .../tzdata/zoneinfo/Europe/Budapest | Bin 766 -> 0 bytes .../tzdata/zoneinfo/Europe/Busingen | Bin 497 -> 0 bytes .../tzdata/zoneinfo/Europe/Chisinau | Bin 755 -> 0 bytes .../tzdata/zoneinfo/Europe/Copenhagen | Bin 705 -> 0 bytes .../tzdata/zoneinfo/Europe/Dublin | Bin 1496 -> 0 bytes .../tzdata/zoneinfo/Europe/Gibraltar | Bin 1220 -> 0 bytes .../tzdata/zoneinfo/Europe/Guernsey | Bin 1599 -> 0 bytes .../tzdata/zoneinfo/Europe/Helsinki | Bin 481 -> 0 bytes .../tzdata/zoneinfo/Europe/Isle_of_Man | Bin 1599 -> 0 bytes .../tzdata/zoneinfo/Europe/Istanbul | Bin 1200 -> 0 bytes .../tzdata/zoneinfo/Europe/Jersey | Bin 1599 -> 0 bytes .../tzdata/zoneinfo/Europe/Kaliningrad | Bin 904 -> 0 bytes .../site-packages/tzdata/zoneinfo/Europe/Kiev | Bin 558 -> 0 bytes .../tzdata/zoneinfo/Europe/Kirov | Bin 735 -> 0 bytes .../site-packages/tzdata/zoneinfo/Europe/Kyiv | Bin 558 -> 0 bytes .../tzdata/zoneinfo/Europe/Lisbon | Bin 1463 -> 0 bytes .../tzdata/zoneinfo/Europe/Ljubljana | Bin 478 -> 0 bytes .../tzdata/zoneinfo/Europe/London | Bin 1599 -> 0 bytes .../tzdata/zoneinfo/Europe/Luxembourg | Bin 1103 -> 0 bytes .../tzdata/zoneinfo/Europe/Madrid | Bin 897 -> 0 bytes .../tzdata/zoneinfo/Europe/Malta | Bin 928 -> 0 bytes .../tzdata/zoneinfo/Europe/Mariehamn | Bin 481 -> 0 bytes .../tzdata/zoneinfo/Europe/Minsk | Bin 808 -> 0 bytes .../tzdata/zoneinfo/Europe/Monaco | Bin 1105 -> 0 bytes .../tzdata/zoneinfo/Europe/Moscow | Bin 908 -> 0 bytes .../tzdata/zoneinfo/Europe/Nicosia | Bin 597 -> 0 bytes .../site-packages/tzdata/zoneinfo/Europe/Oslo | Bin 705 -> 0 bytes .../tzdata/zoneinfo/Europe/Paris | Bin 1105 -> 0 bytes .../tzdata/zoneinfo/Europe/Podgorica | Bin 478 -> 0 bytes .../tzdata/zoneinfo/Europe/Prague | Bin 723 -> 0 bytes .../site-packages/tzdata/zoneinfo/Europe/Riga | Bin 694 -> 0 bytes .../site-packages/tzdata/zoneinfo/Europe/Rome | Bin 947 -> 0 bytes .../tzdata/zoneinfo/Europe/Samara | Bin 732 -> 0 bytes .../tzdata/zoneinfo/Europe/San_Marino | Bin 947 -> 0 bytes .../tzdata/zoneinfo/Europe/Sarajevo | Bin 478 -> 0 bytes .../tzdata/zoneinfo/Europe/Saratov | Bin 726 -> 0 bytes .../tzdata/zoneinfo/Europe/Simferopol | Bin 865 -> 0 bytes .../tzdata/zoneinfo/Europe/Skopje | Bin 478 -> 0 bytes .../tzdata/zoneinfo/Europe/Sofia | Bin 592 -> 0 bytes .../tzdata/zoneinfo/Europe/Stockholm | Bin 705 -> 0 bytes .../tzdata/zoneinfo/Europe/Tallinn | Bin 675 -> 0 bytes .../tzdata/zoneinfo/Europe/Tirane | Bin 604 -> 0 bytes .../tzdata/zoneinfo/Europe/Tiraspol | Bin 755 -> 0 bytes .../tzdata/zoneinfo/Europe/Ulyanovsk | Bin 760 -> 0 bytes .../tzdata/zoneinfo/Europe/Uzhgorod | Bin 558 -> 0 bytes .../tzdata/zoneinfo/Europe/Vaduz | Bin 497 -> 0 bytes .../tzdata/zoneinfo/Europe/Vatican | Bin 947 -> 0 bytes .../tzdata/zoneinfo/Europe/Vienna | Bin 658 -> 0 bytes .../tzdata/zoneinfo/Europe/Vilnius | Bin 676 -> 0 bytes .../tzdata/zoneinfo/Europe/Volgograd | Bin 753 -> 0 bytes .../tzdata/zoneinfo/Europe/Warsaw | Bin 923 -> 0 bytes .../tzdata/zoneinfo/Europe/Zagreb | Bin 478 -> 0 bytes .../tzdata/zoneinfo/Europe/Zaporozhye | Bin 558 -> 0 bytes .../tzdata/zoneinfo/Europe/Zurich | Bin 497 -> 0 bytes .../tzdata/zoneinfo/Europe/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 197 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Factory | Bin 113 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/GB | Bin 1599 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/GB-Eire | Bin 1599 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/GMT | Bin 111 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/GMT+0 | Bin 111 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/GMT-0 | Bin 111 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/GMT0 | Bin 111 -> 0 bytes .../site-packages/tzdata/zoneinfo/Greenwich | Bin 111 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/HST | Bin 221 -> 0 bytes .../site-packages/tzdata/zoneinfo/Hongkong | Bin 775 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Iceland | Bin 130 -> 0 bytes .../tzdata/zoneinfo/Indian/Antananarivo | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Indian/Chagos | Bin 152 -> 0 bytes .../tzdata/zoneinfo/Indian/Christmas | Bin 152 -> 0 bytes .../tzdata/zoneinfo/Indian/Cocos | Bin 187 -> 0 bytes .../tzdata/zoneinfo/Indian/Comoro | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Indian/Kerguelen | Bin 152 -> 0 bytes .../site-packages/tzdata/zoneinfo/Indian/Mahe | Bin 133 -> 0 bytes .../tzdata/zoneinfo/Indian/Maldives | Bin 152 -> 0 bytes .../tzdata/zoneinfo/Indian/Mauritius | Bin 179 -> 0 bytes .../tzdata/zoneinfo/Indian/Mayotte | Bin 191 -> 0 bytes .../tzdata/zoneinfo/Indian/Reunion | Bin 133 -> 0 bytes .../tzdata/zoneinfo/Indian/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 197 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Iran | Bin 812 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Israel | Bin 1074 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Jamaica | Bin 339 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Japan | Bin 213 -> 0 bytes .../site-packages/tzdata/zoneinfo/Kwajalein | Bin 219 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Libya | Bin 431 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/MET | Bin 1103 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/MST | Bin 240 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/MST7MDT | Bin 1042 -> 0 bytes .../tzdata/zoneinfo/Mexico/BajaNorte | Bin 1079 -> 0 bytes .../tzdata/zoneinfo/Mexico/BajaSur | Bin 690 -> 0 bytes .../tzdata/zoneinfo/Mexico/General | Bin 773 -> 0 bytes .../tzdata/zoneinfo/Mexico/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 197 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/NZ | Bin 1043 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/NZ-CHAT | Bin 808 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Navajo | Bin 1042 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/PRC | Bin 393 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/PST8PDT | Bin 1294 -> 0 bytes .../tzdata/zoneinfo/Pacific/Apia | Bin 407 -> 0 bytes .../tzdata/zoneinfo/Pacific/Auckland | Bin 1043 -> 0 bytes .../tzdata/zoneinfo/Pacific/Bougainville | Bin 201 -> 0 bytes .../tzdata/zoneinfo/Pacific/Chatham | Bin 808 -> 0 bytes .../tzdata/zoneinfo/Pacific/Chuuk | Bin 154 -> 0 bytes .../tzdata/zoneinfo/Pacific/Easter | Bin 1174 -> 0 bytes .../tzdata/zoneinfo/Pacific/Efate | Bin 342 -> 0 bytes .../tzdata/zoneinfo/Pacific/Enderbury | Bin 172 -> 0 bytes .../tzdata/zoneinfo/Pacific/Fakaofo | Bin 153 -> 0 bytes .../tzdata/zoneinfo/Pacific/Fiji | Bin 396 -> 0 bytes .../tzdata/zoneinfo/Pacific/Funafuti | Bin 134 -> 0 bytes .../tzdata/zoneinfo/Pacific/Galapagos | Bin 175 -> 0 bytes .../tzdata/zoneinfo/Pacific/Gambier | Bin 132 -> 0 bytes .../tzdata/zoneinfo/Pacific/Guadalcanal | Bin 134 -> 0 bytes .../tzdata/zoneinfo/Pacific/Guam | Bin 350 -> 0 bytes .../tzdata/zoneinfo/Pacific/Honolulu | Bin 221 -> 0 bytes .../tzdata/zoneinfo/Pacific/Johnston | Bin 221 -> 0 bytes .../tzdata/zoneinfo/Pacific/Kanton | Bin 172 -> 0 bytes .../tzdata/zoneinfo/Pacific/Kiritimati | Bin 174 -> 0 bytes .../tzdata/zoneinfo/Pacific/Kosrae | Bin 242 -> 0 bytes .../tzdata/zoneinfo/Pacific/Kwajalein | Bin 219 -> 0 bytes .../tzdata/zoneinfo/Pacific/Majuro | Bin 134 -> 0 bytes .../tzdata/zoneinfo/Pacific/Marquesas | Bin 139 -> 0 bytes .../tzdata/zoneinfo/Pacific/Midway | Bin 146 -> 0 bytes .../tzdata/zoneinfo/Pacific/Nauru | Bin 183 -> 0 bytes .../tzdata/zoneinfo/Pacific/Niue | Bin 154 -> 0 bytes .../tzdata/zoneinfo/Pacific/Norfolk | Bin 237 -> 0 bytes .../tzdata/zoneinfo/Pacific/Noumea | Bin 198 -> 0 bytes .../tzdata/zoneinfo/Pacific/Pago_Pago | Bin 146 -> 0 bytes .../tzdata/zoneinfo/Pacific/Palau | Bin 148 -> 0 bytes .../tzdata/zoneinfo/Pacific/Pitcairn | Bin 153 -> 0 bytes .../tzdata/zoneinfo/Pacific/Pohnpei | Bin 134 -> 0 bytes .../tzdata/zoneinfo/Pacific/Ponape | Bin 134 -> 0 bytes .../tzdata/zoneinfo/Pacific/Port_Moresby | Bin 154 -> 0 bytes .../tzdata/zoneinfo/Pacific/Rarotonga | Bin 406 -> 0 bytes .../tzdata/zoneinfo/Pacific/Saipan | Bin 350 -> 0 bytes .../tzdata/zoneinfo/Pacific/Samoa | Bin 146 -> 0 bytes .../tzdata/zoneinfo/Pacific/Tahiti | Bin 133 -> 0 bytes .../tzdata/zoneinfo/Pacific/Tarawa | Bin 134 -> 0 bytes .../tzdata/zoneinfo/Pacific/Tongatapu | Bin 237 -> 0 bytes .../tzdata/zoneinfo/Pacific/Truk | Bin 154 -> 0 bytes .../tzdata/zoneinfo/Pacific/Wake | Bin 134 -> 0 bytes .../tzdata/zoneinfo/Pacific/Wallis | Bin 134 -> 0 bytes .../site-packages/tzdata/zoneinfo/Pacific/Yap | Bin 154 -> 0 bytes .../tzdata/zoneinfo/Pacific/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 198 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Poland | Bin 923 -> 0 bytes .../site-packages/tzdata/zoneinfo/Portugal | Bin 1463 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/ROC | Bin 511 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/ROK | Bin 415 -> 0 bytes .../site-packages/tzdata/zoneinfo/Singapore | Bin 256 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Turkey | Bin 1200 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/UCT | Bin 111 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Alaska | Bin 977 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Aleutian | Bin 969 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Arizona | Bin 240 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Central | Bin 1754 -> 0 bytes .../tzdata/zoneinfo/US/East-Indiana | Bin 531 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Eastern | Bin 1744 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Hawaii | Bin 221 -> 0 bytes .../tzdata/zoneinfo/US/Indiana-Starke | Bin 1016 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Michigan | Bin 899 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Mountain | Bin 1042 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Pacific | Bin 1294 -> 0 bytes .../site-packages/tzdata/zoneinfo/US/Samoa | Bin 146 -> 0 bytes .../tzdata/zoneinfo/US/__init__.py | 0 .../US/__pycache__/__init__.cpython-312.pyc | Bin 193 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/UTC | Bin 111 -> 0 bytes .../site-packages/tzdata/zoneinfo/Universal | Bin 111 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/W-SU | Bin 908 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/WET | Bin 1463 -> 0 bytes .../Lib/site-packages/tzdata/zoneinfo/Zulu | Bin 111 -> 0 bytes .../site-packages/tzdata/zoneinfo/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 190 -> 0 bytes .../site-packages/tzdata/zoneinfo/iso3166.tab | 279 - .../site-packages/tzdata/zoneinfo/leapseconds | 79 - .../site-packages/tzdata/zoneinfo/tzdata.zi | 4300 -------- .../site-packages/tzdata/zoneinfo/zone.tab | 448 - .../tzdata/zoneinfo/zone1970.tab | 375 - .../site-packages/tzdata/zoneinfo/zonenow.tab | 296 - backend/.venv/Lib/site-packages/tzdata/zones | 598 -- .../uvicorn-0.32.1.dist-info/INSTALLER | 1 - .../uvicorn-0.32.1.dist-info/METADATA | 186 - .../uvicorn-0.32.1.dist-info/RECORD | 87 - .../uvicorn-0.32.1.dist-info/REQUESTED | 0 .../uvicorn-0.32.1.dist-info/WHEEL | 4 - .../uvicorn-0.32.1.dist-info/entry_points.txt | 2 - .../licenses/LICENSE.md | 27 - .../Lib/site-packages/uvicorn/__init__.py | 5 - .../Lib/site-packages/uvicorn/__main__.py | 4 - .../__pycache__/__init__.cpython-312.pyc | Bin 380 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 300 -> 0 bytes .../__pycache__/_subprocess.cpython-312.pyc | Bin 2934 -> 0 bytes .../__pycache__/_types.cpython-312.pyc | Bin 11349 -> 0 bytes .../__pycache__/config.cpython-312.pyc | Bin 24695 -> 0 bytes .../__pycache__/importer.cpython-312.pyc | Bin 1773 -> 0 bytes .../__pycache__/logging.cpython-312.pyc | Bin 7783 -> 0 bytes .../uvicorn/__pycache__/main.cpython-312.pyc | Bin 19971 -> 0 bytes .../__pycache__/server.cpython-312.pyc | Bin 16598 -> 0 bytes .../__pycache__/workers.cpython-312.pyc | Bin 6715 -> 0 bytes .../Lib/site-packages/uvicorn/_subprocess.py | 84 - .../.venv/Lib/site-packages/uvicorn/_types.py | 293 - .../.venv/Lib/site-packages/uvicorn/config.py | 529 - .../Lib/site-packages/uvicorn/importer.py | 34 - .../uvicorn/lifespan/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 191 -> 0 bytes .../lifespan/__pycache__/off.cpython-312.pyc | Bin 980 -> 0 bytes .../lifespan/__pycache__/on.cpython-312.pyc | Bin 7955 -> 0 bytes .../Lib/site-packages/uvicorn/lifespan/off.py | 17 - .../Lib/site-packages/uvicorn/lifespan/on.py | 137 - .../Lib/site-packages/uvicorn/logging.py | 117 - .../site-packages/uvicorn/loops/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 188 -> 0 bytes .../loops/__pycache__/asyncio.cpython-312.pyc | Bin 751 -> 0 bytes .../loops/__pycache__/auto.cpython-312.pyc | Bin 655 -> 0 bytes .../loops/__pycache__/uvloop.cpython-312.pyc | Bin 541 -> 0 bytes .../site-packages/uvicorn/loops/asyncio.py | 10 - .../Lib/site-packages/uvicorn/loops/auto.py | 11 - .../Lib/site-packages/uvicorn/loops/uvloop.py | 7 - .../.venv/Lib/site-packages/uvicorn/main.py | 591 -- .../uvicorn/middleware/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 193 -> 0 bytes .../__pycache__/asgi2.cpython-312.pyc | Bin 1003 -> 0 bytes .../message_logger.cpython-312.pyc | Bin 4394 -> 0 bytes .../__pycache__/proxy_headers.cpython-312.pyc | Bin 5813 -> 0 bytes .../__pycache__/wsgi.cpython-312.pyc | Bin 9927 -> 0 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-312.pyc | Bin 192 -> 0 bytes .../__pycache__/utils.cpython-312.pyc | Bin 2959 -> 0 bytes .../uvicorn/protocols/http/__init__.py | 0 .../http/__pycache__/__init__.cpython-312.pyc | Bin 197 -> 0 bytes .../http/__pycache__/auto.cpython-312.pyc | Bin 608 -> 0 bytes .../__pycache__/flow_control.cpython-312.pyc | Bin 3038 -> 0 bytes .../http/__pycache__/h11_impl.cpython-312.pyc | Bin 27028 -> 0 bytes .../httptools_impl.cpython-312.pyc | Bin 29029 -> 0 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-312.pyc | Bin 203 -> 0 bytes .../__pycache__/auto.cpython-312.pyc | Bin 788 -> 0 bytes .../websockets_impl.cpython-312.pyc | Bin 20452 -> 0 bytes .../__pycache__/wsproto_impl.cpython-312.pyc | Bin 21122 -> 0 bytes .../uvicorn/protocols/websockets/auto.py | 21 - .../protocols/websockets/websockets_impl.py | 385 - .../protocols/websockets/wsproto_impl.py | 376 - .../.venv/Lib/site-packages/uvicorn/py.typed | 1 - .../.venv/Lib/site-packages/uvicorn/server.py | 339 - .../uvicorn/supervisors/__init__.py | 23 - .../__pycache__/__init__.cpython-312.pyc | Bin 921 -> 0 bytes .../__pycache__/basereload.cpython-312.pyc | Bin 6837 -> 0 bytes .../__pycache__/multiprocess.cpython-312.pyc | Bin 13324 -> 0 bytes .../__pycache__/statreload.cpython-312.pyc | Bin 2814 -> 0 bytes .../watchfilesreload.cpython-312.pyc | Bin 4535 -> 0 bytes .../watchgodreload.cpython-312.pyc | Bin 7719 -> 0 bytes .../uvicorn/supervisors/basereload.py | 121 - .../uvicorn/supervisors/multiprocess.py | 222 - .../uvicorn/supervisors/statreload.py | 52 - .../uvicorn/supervisors/watchfilesreload.py | 88 - .../uvicorn/supervisors/watchgodreload.py | 152 - .../Lib/site-packages/uvicorn/workers.py | 114 - .../watchfiles-1.1.1.dist-info/INSTALLER | 1 - .../watchfiles-1.1.1.dist-info/METADATA | 148 - .../watchfiles-1.1.1.dist-info/RECORD | 24 - .../watchfiles-1.1.1.dist-info/WHEEL | 4 - .../entry_points.txt | 2 - .../licenses/LICENSE | 21 - .../Lib/site-packages/watchfiles/__init__.py | 17 - .../Lib/site-packages/watchfiles/__main__.py | 4 - .../__pycache__/__init__.cpython-312.pyc | Bin 544 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 278 -> 0 bytes .../__pycache__/cli.cpython-312.pyc | Bin 10196 -> 0 bytes .../__pycache__/filters.cpython-312.pyc | Bin 7219 -> 0 bytes .../__pycache__/main.cpython-312.pyc | Bin 17116 -> 0 bytes .../__pycache__/run.cpython-312.pyc | Bin 19474 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 278 -> 0 bytes .../_rust_notify.cp312-win_amd64.pyd | Bin 685568 -> 0 bytes .../site-packages/watchfiles/_rust_notify.pyi | 111 - .../.venv/Lib/site-packages/watchfiles/cli.py | 224 - .../Lib/site-packages/watchfiles/filters.py | 149 - .../Lib/site-packages/watchfiles/main.py | 373 - .../Lib/site-packages/watchfiles/py.typed | 1 - .../.venv/Lib/site-packages/watchfiles/run.py | 438 - .../Lib/site-packages/watchfiles/version.py | 5 - .../websockets-15.0.1.dist-info/INSTALLER | 1 - .../websockets-15.0.1.dist-info/LICENSE | 24 - .../websockets-15.0.1.dist-info/METADATA | 179 - .../websockets-15.0.1.dist-info/RECORD | 106 - .../websockets-15.0.1.dist-info/WHEEL | 5 - .../entry_points.txt | 2 - .../websockets-15.0.1.dist-info/top_level.txt | 1 - .../Lib/site-packages/websockets/__init__.py | 236 - .../Lib/site-packages/websockets/__main__.py | 5 - .../__pycache__/__init__.cpython-312.pyc | Bin 4486 -> 0 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 286 -> 0 bytes .../__pycache__/auth.cpython-312.pyc | Bin 798 -> 0 bytes .../__pycache__/cli.cpython-312.pyc | Bin 8314 -> 0 bytes .../__pycache__/client.cpython-312.pyc | Bin 16161 -> 0 bytes .../__pycache__/connection.cpython-312.pyc | Bin 554 -> 0 bytes .../datastructures.cpython-312.pyc | Bin 8908 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 17931 -> 0 bytes .../__pycache__/frames.cpython-312.pyc | Bin 16009 -> 0 bytes .../__pycache__/headers.cpython-312.pyc | Bin 18141 -> 0 bytes .../__pycache__/http.cpython-312.pyc | Bin 910 -> 0 bytes .../__pycache__/http11.cpython-312.pyc | Bin 15480 -> 0 bytes .../__pycache__/imports.cpython-312.pyc | Bin 3409 -> 0 bytes .../__pycache__/protocol.cpython-312.pyc | Bin 25396 -> 0 bytes .../__pycache__/server.cpython-312.pyc | Bin 23051 -> 0 bytes .../__pycache__/streams.cpython-312.pyc | Bin 5448 -> 0 bytes .../__pycache__/typing.cpython-312.pyc | Bin 1255 -> 0 bytes .../__pycache__/uri.cpython-312.pyc | Bin 8121 -> 0 bytes .../__pycache__/utils.cpython-312.pyc | Bin 2231 -> 0 bytes .../__pycache__/version.cpython-312.pyc | Bin 2979 -> 0 bytes .../websockets/asyncio/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 193 -> 0 bytes .../__pycache__/async_timeout.cpython-312.pyc | Bin 10634 -> 0 bytes .../__pycache__/client.cpython-312.pyc | Bin 33669 -> 0 bytes .../__pycache__/compatibility.cpython-312.pyc | Bin 1069 -> 0 bytes .../__pycache__/connection.cpython-312.pyc | Bin 51681 -> 0 bytes .../__pycache__/messages.cpython-312.pyc | Bin 13591 -> 0 bytes .../__pycache__/router.cpython-312.pyc | Bin 8184 -> 0 bytes .../__pycache__/server.cpython-312.pyc | Bin 39238 -> 0 bytes .../websockets/asyncio/async_timeout.py | 282 - .../websockets/asyncio/client.py | 820 -- .../websockets/asyncio/compatibility.py | 30 - .../websockets/asyncio/connection.py | 1237 --- .../websockets/asyncio/messages.py | 314 - .../websockets/asyncio/router.py | 198 - .../websockets/asyncio/server.py | 981 -- .../Lib/site-packages/websockets/auth.py | 18 - .../.venv/Lib/site-packages/websockets/cli.py | 178 - .../Lib/site-packages/websockets/client.py | 389 - .../site-packages/websockets/connection.py | 12 - .../websockets/datastructures.py | 187 - .../site-packages/websockets/exceptions.py | 473 - .../websockets/extensions/__init__.py | 4 - .../__pycache__/__init__.cpython-312.pyc | Bin 308 -> 0 bytes .../__pycache__/base.cpython-312.pyc | Bin 3922 -> 0 bytes .../permessage_deflate.cpython-312.pyc | Bin 19439 -> 0 bytes .../websockets/extensions/base.py | 123 - .../extensions/permessage_deflate.py | 697 -- .../Lib/site-packages/websockets/frames.py | 430 - .../Lib/site-packages/websockets/headers.py | 586 -- .../Lib/site-packages/websockets/http.py | 20 - .../Lib/site-packages/websockets/http11.py | 427 - .../Lib/site-packages/websockets/imports.py | 100 - .../websockets/legacy/__init__.py | 11 - .../__pycache__/__init__.cpython-312.pyc | Bin 478 -> 0 bytes .../legacy/__pycache__/auth.cpython-312.pyc | Bin 7693 -> 0 bytes .../legacy/__pycache__/client.cpython-312.pyc | Bin 27844 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 3326 -> 0 bytes .../__pycache__/framing.cpython-312.pyc | Bin 8188 -> 0 bytes .../__pycache__/handshake.cpython-312.pyc | Bin 6337 -> 0 bytes .../legacy/__pycache__/http.cpython-312.pyc | Bin 7695 -> 0 bytes .../__pycache__/protocol.cpython-312.pyc | Bin 63999 -> 0 bytes .../legacy/__pycache__/server.cpython-312.pyc | Bin 46690 -> 0 bytes .../site-packages/websockets/legacy/auth.py | 190 - .../site-packages/websockets/legacy/client.py | 705 -- .../websockets/legacy/exceptions.py | 71 - .../websockets/legacy/framing.py | 225 - .../websockets/legacy/handshake.py | 158 - .../site-packages/websockets/legacy/http.py | 201 - .../websockets/legacy/protocol.py | 1641 --- .../site-packages/websockets/legacy/server.py | 1191 --- .../Lib/site-packages/websockets/protocol.py | 758 -- .../Lib/site-packages/websockets/py.typed | 0 .../Lib/site-packages/websockets/server.py | 587 -- .../Lib/site-packages/websockets/speedups.c | 222 - .../websockets/speedups.cp312-win_amd64.pyd | Bin 11776 -> 0 bytes .../Lib/site-packages/websockets/speedups.pyi | 1 - .../Lib/site-packages/websockets/streams.py | 151 - .../site-packages/websockets/sync/__init__.py | 0 .../sync/__pycache__/__init__.cpython-312.pyc | Bin 190 -> 0 bytes .../sync/__pycache__/client.cpython-312.pyc | Bin 24597 -> 0 bytes .../__pycache__/connection.cpython-312.pyc | Bin 39780 -> 0 bytes .../sync/__pycache__/messages.cpython-312.pyc | Bin 13466 -> 0 bytes .../sync/__pycache__/router.cpython-312.pyc | Bin 7866 -> 0 bytes .../sync/__pycache__/server.cpython-312.pyc | Bin 28354 -> 0 bytes .../sync/__pycache__/utils.cpython-312.pyc | Bin 1659 -> 0 bytes .../site-packages/websockets/sync/client.py | 648 -- .../websockets/sync/connection.py | 1072 -- .../site-packages/websockets/sync/messages.py | 345 - .../site-packages/websockets/sync/router.py | 192 - .../site-packages/websockets/sync/server.py | 763 -- .../site-packages/websockets/sync/utils.py | 45 - .../Lib/site-packages/websockets/typing.py | 74 - .../.venv/Lib/site-packages/websockets/uri.py | 225 - .../Lib/site-packages/websockets/utils.py | 51 - .../Lib/site-packages/websockets/version.py | 92 - .../.venv/Lib/site-packages/yaml/__init__.py | 390 - .../yaml/__pycache__/__init__.cpython-312.pyc | Bin 15594 -> 0 bytes .../yaml/__pycache__/composer.cpython-312.pyc | Bin 6525 -> 0 bytes .../__pycache__/constructor.cpython-312.pyc | Bin 34847 -> 0 bytes .../yaml/__pycache__/cyaml.cpython-312.pyc | Bin 4626 -> 0 bytes .../yaml/__pycache__/dumper.cpython-312.pyc | Bin 2462 -> 0 bytes .../yaml/__pycache__/emitter.cpython-312.pyc | Bin 50109 -> 0 bytes .../yaml/__pycache__/error.cpython-312.pyc | Bin 4268 -> 0 bytes .../yaml/__pycache__/events.cpython-312.pyc | Bin 4716 -> 0 bytes .../yaml/__pycache__/loader.cpython-312.pyc | Bin 3524 -> 0 bytes .../yaml/__pycache__/nodes.cpython-312.pyc | Bin 2209 -> 0 bytes .../yaml/__pycache__/parser.cpython-312.pyc | Bin 24704 -> 0 bytes .../yaml/__pycache__/reader.cpython-312.pyc | Bin 8844 -> 0 bytes .../__pycache__/representer.cpython-312.pyc | Bin 16898 -> 0 bytes .../yaml/__pycache__/resolver.cpython-312.pyc | Bin 9025 -> 0 bytes .../yaml/__pycache__/scanner.cpython-312.pyc | Bin 49825 -> 0 bytes .../__pycache__/serializer.cpython-312.pyc | Bin 6179 -> 0 bytes .../yaml/__pycache__/tokens.cpython-312.pyc | Bin 5783 -> 0 bytes .../yaml/_yaml.cp312-win_amd64.pyd | Bin 253952 -> 0 bytes .../.venv/Lib/site-packages/yaml/composer.py | 139 - .../Lib/site-packages/yaml/constructor.py | 748 -- backend/.venv/Lib/site-packages/yaml/cyaml.py | 101 - .../.venv/Lib/site-packages/yaml/dumper.py | 62 - .../.venv/Lib/site-packages/yaml/emitter.py | 1137 --- backend/.venv/Lib/site-packages/yaml/error.py | 75 - .../.venv/Lib/site-packages/yaml/events.py | 86 - .../.venv/Lib/site-packages/yaml/loader.py | 63 - backend/.venv/Lib/site-packages/yaml/nodes.py | 49 - .../.venv/Lib/site-packages/yaml/parser.py | 589 -- .../.venv/Lib/site-packages/yaml/reader.py | 185 - .../Lib/site-packages/yaml/representer.py | 389 - .../.venv/Lib/site-packages/yaml/resolver.py | 227 - .../.venv/Lib/site-packages/yaml/scanner.py | 1435 --- .../Lib/site-packages/yaml/serializer.py | 111 - .../.venv/Lib/site-packages/yaml/tokens.py | 104 - backend/.venv/Scripts/Activate.ps1 | 528 - backend/.venv/Scripts/activate | 71 - backend/.venv/Scripts/activate.bat | 34 - backend/.venv/Scripts/deactivate.bat | 22 - backend/.venv/Scripts/dotenv.exe | Bin 108414 -> 0 bytes backend/.venv/Scripts/fastapi.exe | Bin 108412 -> 0 bytes backend/.venv/Scripts/pip.exe | Bin 108423 -> 0 bytes backend/.venv/Scripts/pip3.12.exe | Bin 108423 -> 0 bytes backend/.venv/Scripts/pip3.exe | Bin 108423 -> 0 bytes backend/.venv/Scripts/python.exe | Bin 275176 -> 0 bytes backend/.venv/Scripts/pythonw.exe | Bin 263528 -> 0 bytes backend/.venv/Scripts/uvicorn.exe | Bin 108413 -> 0 bytes backend/.venv/Scripts/watchfiles.exe | Bin 108413 -> 0 bytes backend/.venv/Scripts/websockets.exe | Bin 108415 -> 0 bytes backend/.venv/pyvenv.cfg | 5 - .../app/__pycache__/__init__.cpython-312.pyc | Bin 154 -> 0 bytes backend/app/__pycache__/main.cpython-312.pyc | Bin 1840 -> 0 bytes .../core/__pycache__/__init__.cpython-312.pyc | Bin 159 -> 0 bytes .../core/__pycache__/database.cpython-312.pyc | Bin 794 -> 0 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 752 -> 0 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 162 -> 0 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 171 -> 0 bytes .../__pycache__/router.cpython-312.pyc | Bin 4844 -> 0 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 171 -> 0 bytes .../__pycache__/router.cpython-312.pyc | Bin 6548 -> 0 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 169 -> 0 bytes .../ledger/__pycache__/router.cpython-312.pyc | Bin 4813 -> 0 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 179 -> 0 bytes .../__pycache__/router.cpython-312.pyc | Bin 2967 -> 0 bytes .../__pycache__/schema.cpython-312.pyc | Bin 1512 -> 0 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 176 -> 0 bytes .../__pycache__/router.cpython-312.pyc | Bin 3791 -> 0 bytes 2675 files changed, 332047 deletions(-) delete mode 100644 backend/.venv/Lib/site-packages/__pycache__/typing_extensions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/_yaml/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/annotated_types/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/annotated_types/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/annotated_types/__pycache__/test_cases.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/annotated_types/py.typed delete mode 100644 backend/.venv/Lib/site-packages/annotated_types/test_cases.py delete mode 100644 backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/entry_points.txt delete mode 100644 backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/anyio/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/__pycache__/from_thread.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/__pycache__/functools.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/__pycache__/lowlevel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/__pycache__/pytest_plugin.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/__pycache__/to_interpreter.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/__pycache__/to_process.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/__pycache__/to_thread.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_backends/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_backends/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_backends/__pycache__/_trio.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_backends/_asyncio.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_backends/_trio.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_asyncio_selector_thread.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_contextmanagers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_eventloop.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_fileio.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_resources.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_signals.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_sockets.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_streams.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_subprocesses.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_synchronization.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_tasks.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_tempfile.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_testing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_typedattr.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_asyncio_selector_thread.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_contextmanagers.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_eventloop.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_fileio.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_resources.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_signals.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_sockets.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_streams.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_subprocesses.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_synchronization.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_tasks.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_tempfile.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_testing.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/_core/_typedattr.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_eventloop.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_resources.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_sockets.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_streams.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_subprocesses.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_tasks.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_testing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/_eventloop.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/_resources.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/_sockets.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/_streams.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/_subprocesses.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/_tasks.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/abc/_testing.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/from_thread.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/functools.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/lowlevel.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/py.typed delete mode 100644 backend/.venv/Lib/site-packages/anyio/pytest_plugin.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/__pycache__/buffered.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/__pycache__/file.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/__pycache__/memory.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/__pycache__/stapled.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/__pycache__/text.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/__pycache__/tls.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/buffered.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/file.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/memory.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/stapled.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/text.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/streams/tls.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/to_interpreter.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/to_process.py delete mode 100644 backend/.venv/Lib/site-packages/anyio/to_thread.py delete mode 100644 backend/.venv/Lib/site-packages/click-8.3.1.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/click-8.3.1.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/click-8.3.1.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/click-8.3.1.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/click-8.3.1.dist-info/licenses/LICENSE.txt delete mode 100644 backend/.venv/Lib/site-packages/click/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/_compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/_termui_impl.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/_textwrap.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/_utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/_winconsole.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/core.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/decorators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/formatting.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/globals.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/parser.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/shell_completion.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/termui.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/testing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/types.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/click/_compat.py delete mode 100644 backend/.venv/Lib/site-packages/click/_termui_impl.py delete mode 100644 backend/.venv/Lib/site-packages/click/_textwrap.py delete mode 100644 backend/.venv/Lib/site-packages/click/_utils.py delete mode 100644 backend/.venv/Lib/site-packages/click/_winconsole.py delete mode 100644 backend/.venv/Lib/site-packages/click/core.py delete mode 100644 backend/.venv/Lib/site-packages/click/decorators.py delete mode 100644 backend/.venv/Lib/site-packages/click/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/click/formatting.py delete mode 100644 backend/.venv/Lib/site-packages/click/globals.py delete mode 100644 backend/.venv/Lib/site-packages/click/parser.py delete mode 100644 backend/.venv/Lib/site-packages/click/py.typed delete mode 100644 backend/.venv/Lib/site-packages/click/shell_completion.py delete mode 100644 backend/.venv/Lib/site-packages/click/termui.py delete mode 100644 backend/.venv/Lib/site-packages/click/testing.py delete mode 100644 backend/.venv/Lib/site-packages/click/types.py delete mode 100644 backend/.venv/Lib/site-packages/click/utils.py delete mode 100644 backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt delete mode 100644 backend/.venv/Lib/site-packages/colorama/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/__pycache__/ansi.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/__pycache__/ansitowin32.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/__pycache__/initialise.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/__pycache__/win32.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/__pycache__/winterm.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/ansi.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/ansitowin32.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/initialise.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/__pycache__/ansi_test.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/__pycache__/initialise_test.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/__pycache__/isatty_test.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/__pycache__/winterm_test.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/ansi_test.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/ansitowin32_test.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/initialise_test.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/isatty_test.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/utils.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/tests/winterm_test.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/win32.py delete mode 100644 backend/.venv/Lib/site-packages/colorama/winterm.py delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__pycache__/cli.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__pycache__/ipython.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__pycache__/main.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__pycache__/parser.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__pycache__/variables.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/dotenv/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/dotenv/cli.py delete mode 100644 backend/.venv/Lib/site-packages/dotenv/ipython.py delete mode 100644 backend/.venv/Lib/site-packages/dotenv/main.py delete mode 100644 backend/.venv/Lib/site-packages/dotenv/parser.py delete mode 100644 backend/.venv/Lib/site-packages/dotenv/py.typed delete mode 100644 backend/.venv/Lib/site-packages/dotenv/variables.py delete mode 100644 backend/.venv/Lib/site-packages/dotenv/version.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/REQUESTED delete mode 100644 backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/entry_points.txt delete mode 100644 backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/_compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/applications.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/background.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/cli.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/concurrency.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/datastructures.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/encoders.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/exception_handlers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/logger.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/param_functions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/params.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/requests.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/responses.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/routing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/staticfiles.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/templating.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/testclient.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/types.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/__pycache__/websockets.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/_compat.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/applications.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/background.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/cli.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/concurrency.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/datastructures.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/dependencies/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/dependencies/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/dependencies/__pycache__/models.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/dependencies/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/dependencies/models.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/dependencies/utils.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/encoders.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/exception_handlers.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/logger.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/cors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/gzip.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/httpsredirect.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/trustedhost.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/wsgi.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/cors.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/gzip.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/httpsredirect.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/trustedhost.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/middleware/wsgi.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/constants.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/docs.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/models.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/constants.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/docs.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/models.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/openapi/utils.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/param_functions.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/params.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/py.typed delete mode 100644 backend/.venv/Lib/site-packages/fastapi/requests.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/responses.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/routing.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/__pycache__/api_key.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/__pycache__/base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/__pycache__/http.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/__pycache__/oauth2.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/__pycache__/open_id_connect_url.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/api_key.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/base.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/http.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/oauth2.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/open_id_connect_url.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/security/utils.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/staticfiles.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/templating.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/testclient.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/types.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/utils.py delete mode 100644 backend/.venv/Lib/site-packages/fastapi/websockets.py delete mode 100644 backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt delete mode 100644 backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/h11/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_abnf.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_connection.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_events.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_headers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_readers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_receivebuffer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_state.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_util.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/__pycache__/_writers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/h11/_abnf.py delete mode 100644 backend/.venv/Lib/site-packages/h11/_connection.py delete mode 100644 backend/.venv/Lib/site-packages/h11/_events.py delete mode 100644 backend/.venv/Lib/site-packages/h11/_headers.py delete mode 100644 backend/.venv/Lib/site-packages/h11/_readers.py delete mode 100644 backend/.venv/Lib/site-packages/h11/_receivebuffer.py delete mode 100644 backend/.venv/Lib/site-packages/h11/_state.py delete mode 100644 backend/.venv/Lib/site-packages/h11/_util.py delete mode 100644 backend/.venv/Lib/site-packages/h11/_version.py delete mode 100644 backend/.venv/Lib/site-packages/h11/_writers.py delete mode 100644 backend/.venv/Lib/site-packages/h11/py.typed delete mode 100644 backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/httptools/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/httptools/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/httptools/__pycache__/_version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/httptools/_version.py delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/__pycache__/errors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/__pycache__/protocol.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/cparser.pxd delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/errors.py delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/parser.cp312-win_amd64.pyd delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/parser.pyi delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/parser.pyx delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/protocol.py delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/python.pxd delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/url_cparser.pxd delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/url_parser.cp312-win_amd64.pyd delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/url_parser.pyi delete mode 100644 backend/.venv/Lib/site-packages/httptools/parser/url_parser.pyx delete mode 100644 backend/.venv/Lib/site-packages/idna-3.11.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/idna-3.11.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/idna-3.11.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/idna-3.11.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/idna-3.11.dist-info/licenses/LICENSE.md delete mode 100644 backend/.venv/Lib/site-packages/idna/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/idna/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/idna/__pycache__/codec.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/idna/__pycache__/compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/idna/__pycache__/core.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/idna/__pycache__/idnadata.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/idna/__pycache__/intranges.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/idna/__pycache__/package_data.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/idna/__pycache__/uts46data.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/idna/codec.py delete mode 100644 backend/.venv/Lib/site-packages/idna/compat.py delete mode 100644 backend/.venv/Lib/site-packages/idna/core.py delete mode 100644 backend/.venv/Lib/site-packages/idna/idnadata.py delete mode 100644 backend/.venv/Lib/site-packages/idna/intranges.py delete mode 100644 backend/.venv/Lib/site-packages/idna/package_data.py delete mode 100644 backend/.venv/Lib/site-packages/idna/py.typed delete mode 100644 backend/.venv/Lib/site-packages/idna/uts46data.py delete mode 100644 backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/AUTHORS.txt delete mode 100644 backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/LICENSE.txt delete mode 100644 backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/REQUESTED delete mode 100644 backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/entry_points.txt delete mode 100644 backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/pip/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/__pip-runner__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/build_env.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cache.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/autocompletion.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/base_command.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/command_context.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/index_command.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/main.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/parser.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/progress_bars.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/req_command.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/spinners.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/cli/status_codes.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/cache.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/check.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/completion.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/configuration.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/debug.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/download.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/freeze.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/hash.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/help.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/index.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/inspect.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/install.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/list.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/search.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/show.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/commands/wheel.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/configuration.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/base.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/installed.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/index/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/index/collector.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/index/package_finder.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/index/sources.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/locations/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/locations/_distutils.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/locations/base.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/main.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/_json.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/base.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/candidate.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/direct_url.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/format_control.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/index.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/installation_report.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/link.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/scheme.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/search_scope.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/selection_prefs.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/target_python.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/models/wheel.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/auth.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/cache.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/download.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/session.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/utils.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/check.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/freeze.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/install/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/operations/prepare.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/pyproject.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/constructors.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/req_file.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/req_install.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/req_set.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/base.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/self_outdated_check.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/_log.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/appdirs.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/compat.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/datetime.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/deprecation.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/egg_link.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/encoding.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/entrypoints.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/filesystem.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/filetypes.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/glibc.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/hashes.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/logging.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/misc.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/packaging.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/retry.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/subprocess.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/temp_dir.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/unpacking.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/urls.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/virtualenv.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/utils/wheel.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/bazaar.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/git.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/mercurial.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/subversion.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_internal/wheel_builder.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/certifi/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/certifi/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/certifi/core.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/certifi/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/compat.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/database.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/index.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/locators.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/manifest.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/markers.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/metadata.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/resources.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/scripts.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/t32.exe delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/t64.exe delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/util.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/version.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/w32.exe delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/w64.exe delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distlib/wheel.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distro/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distro/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distro/distro.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/distro/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/codec.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/compat.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/core.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/idnadata.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/intranges.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/package_data.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/idna/uts46data.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/msgpack/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/msgpack/ext.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/_elffile.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/_parser.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/_structures.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/markers.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/metadata.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/requirements.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/tags.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/utils.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/packaging/version.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/android.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/api.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/version.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/cmdline.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/console.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/filter.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatter.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/html.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/img.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/irc.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/latex.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/other.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/rtf.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/svg.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal256.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/lexer.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/python.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/modeline.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/plugin.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/regexopt.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/scanner.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/sphinxext.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/style.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/styles/_mapping.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/token.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/unistring.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pygments/util.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_compat.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/__version__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/_internal_utils.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/adapters.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/api.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/auth.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/certs.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/compat.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/cookies.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/help.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/hooks.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/models.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/packages.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/sessions.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/status_codes.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/structures.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/requests/utils.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/providers.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/reporters.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/resolvelib/structs.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_cell_widths.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_export_format.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_extension.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_fileno.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_inspect.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_log_render.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_loop.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_null_file.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_palettes.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_pick.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_ratio.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_spinners.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_stack.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_timer.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_win32_console.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_windows.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/_wrap.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/abc.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/align.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/ansi.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/bar.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/box.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/cells.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/color.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/color_triplet.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/columns.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/console.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/constrain.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/containers.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/control.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/default_styles.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/diagnose.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/emoji.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/errors.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/file_proxy.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/filesize.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/highlighter.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/json.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/jupyter.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/layout.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/live.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/live_render.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/logging.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/markup.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/measure.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/padding.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/pager.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/palette.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/panel.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/pretty.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/progress.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/progress_bar.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/prompt.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/protocol.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/region.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/repr.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/rule.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/scope.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/screen.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/segment.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/spinner.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/status.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/style.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/styled.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/syntax.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/table.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/terminal_theme.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/text.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/theme.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/themes.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/traceback.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/rich/tree.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/tomli/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/tomli/_parser.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/tomli/_re.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/tomli/_types.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/tomli/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/_api.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/_macos.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/_openssl.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/_windows.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/truststore/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/typing_extensions.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/_collections.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/_version.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/connection.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/fields.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/filepost.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/six.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/request.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/response.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/connection.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/queue.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/request.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/response.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/retry.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/url.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/urllib3/util/wait.py delete mode 100644 backend/.venv/Lib/site-packages/pip/_vendor/vendor.txt delete mode 100644 backend/.venv/Lib/site-packages/pip/py.typed delete mode 100644 backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/LICENSE.txt delete mode 100644 backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/REQUESTED delete mode 100644 backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_acompat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_adapters_map.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_capabilities.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_cmodule.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_column.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_connection_base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_connection_info.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_conninfo_attempts.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_conninfo_attempts_async.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_conninfo_utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_copy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_copy_async.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_copy_base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_cursor_base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_dns.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_encodings.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_enums.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_oids.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_pipeline.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_preparing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_py_transformer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_queries.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_struct.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_tpc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_transformer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_typeinfo.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_typemod.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_tz.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/_wrappers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/abc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/adapt.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/client_cursor.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/connection.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/connection_async.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/conninfo.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/copy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/cursor.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/cursor_async.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/dbapi20.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/errors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/generators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/postgres.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/raw_cursor.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/rows.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/server_cursor.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/sql.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/transaction.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/__pycache__/waiting.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_acompat.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_adapters_map.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_capabilities.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_cmodule.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_column.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_compat.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_connection_base.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_connection_info.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_conninfo_attempts.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_conninfo_attempts_async.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_conninfo_utils.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_copy.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_copy_async.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_copy_base.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_cursor_base.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_dns.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_encodings.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_enums.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_oids.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_pipeline.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_preparing.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_py_transformer.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_queries.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_struct.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_tpc.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_transformer.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_typeinfo.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_typemod.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_tz.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/_wrappers.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/abc.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/adapt.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/client_cursor.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/connection.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/connection_async.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/conninfo.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/copy.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/crdb/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/crdb/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/crdb/__pycache__/_types.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/crdb/__pycache__/connection.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/crdb/_types.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/crdb/connection.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/cursor.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/cursor_async.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/dbapi20.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/errors.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/generators.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/postgres.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/__pycache__/_debug.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/__pycache__/_enums.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/__pycache__/_pq_ctypes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/__pycache__/abc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/__pycache__/misc.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/__pycache__/pq_ctypes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/_debug.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/_enums.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/_pq_ctypes.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/_pq_ctypes.pyi delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/abc.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/misc.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/pq/pq_ctypes.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/py.typed delete mode 100644 backend/.venv/Lib/site-packages/psycopg/raw_cursor.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/rows.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/server_cursor.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/sql.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/transaction.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/array.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/bool.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/composite.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/datetime.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/enum.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/hstore.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/json.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/multirange.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/net.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/none.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/numeric.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/numpy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/range.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/shapely.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/string.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/__pycache__/uuid.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/array.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/bool.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/composite.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/datetime.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/enum.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/hstore.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/json.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/multirange.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/net.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/none.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/numeric.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/numpy.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/range.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/shapely.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/string.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/types/uuid.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/version.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg/waiting.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary-3.2.3.dist-info/DELVEWHEEL delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary-3.2.3.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary-3.2.3.dist-info/LICENSE.txt delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary-3.2.3.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary-3.2.3.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary-3.2.3.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary-3.2.3.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary.libs/libcrypto-1_1-x64-15ec4b7b2d8017a72acf488cff1a1c38.dll delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary.libs/libiconv-2.dll delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary.libs/libintl-9-6b2fa35014185f5e79c4c76df54d19ae.dll delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary.libs/libpq-de0d6d7eef3cda3760db155fac0f1d34.dll delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary.libs/libssl-1_1-x64-56850767f4919548e5b00c9d311d045e.dll delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary.libs/libwinpthread-1.dll delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary/_psycopg.cp312-win_amd64.pyd delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary/_psycopg.pyi delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary/pq.cp312-win_amd64.pyd delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary/py.typed delete mode 100644 backend/.venv/Lib/site-packages/psycopg_binary/version.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic-2.12.5.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/pydantic-2.12.5.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/pydantic-2.12.5.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/pydantic-2.12.5.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/pydantic-2.12.5.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/_migration.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/alias_generators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/aliases.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/annotated_handlers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/class_validators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/color.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/config.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/dataclasses.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/datetime_parse.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/decorator.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/env_settings.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/error_wrappers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/errors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/fields.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/functional_serializers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/functional_validators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/generics.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/json.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/json_schema.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/main.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/mypy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/networks.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/parse.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/root_model.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/schema.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/tools.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/type_adapter.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/types.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/typing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/validate_call_decorator.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/validators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/__pycache__/warnings.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_config.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_core_metadata.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_core_utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_dataclasses.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_decorators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_decorators_v1.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_discriminated_union.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_docs_extraction.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_fields.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_forward_ref.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_generate_schema.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_generics.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_git.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_import_utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_internal_dataclass.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_known_annotated_metadata.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_mock_val_ser.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_model_construction.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_namespace_utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_repr.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_schema_gather.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_schema_generation_shared.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_serializers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_signature.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_typing_extra.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_validate_call.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/__pycache__/_validators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_config.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_core_metadata.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_core_utils.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_dataclasses.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_decorators.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_decorators_v1.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_discriminated_union.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_docs_extraction.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_fields.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_forward_ref.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_generate_schema.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_generics.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_git.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_import_utils.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_internal_dataclass.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_known_annotated_metadata.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_mock_val_ser.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_model_construction.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_namespace_utils.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_repr.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_schema_gather.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_schema_generation_shared.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_serializers.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_signature.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_typing_extra.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_utils.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_validate_call.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_internal/_validators.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/_migration.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/alias_generators.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/aliases.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/annotated_handlers.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/class_validators.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/color.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/config.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/dataclasses.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/datetime_parse.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/decorator.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/__pycache__/class_validators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/__pycache__/config.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/__pycache__/copy_internals.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/__pycache__/decorator.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/__pycache__/json.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/__pycache__/parse.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/__pycache__/tools.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/class_validators.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/config.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/copy_internals.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/decorator.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/json.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/parse.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/deprecated/tools.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/env_settings.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/error_wrappers.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/errors.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/experimental/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/experimental/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/experimental/__pycache__/arguments_schema.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/experimental/__pycache__/missing_sentinel.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/experimental/__pycache__/pipeline.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/experimental/arguments_schema.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/experimental/missing_sentinel.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/experimental/pipeline.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/fields.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/functional_serializers.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/functional_validators.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/generics.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/json.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/json_schema.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/main.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/mypy.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/networks.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/parse.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/plugin/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/plugin/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/plugin/__pycache__/_loader.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/plugin/__pycache__/_schema_validator.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/plugin/_loader.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/plugin/_schema_validator.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pydantic/root_model.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/schema.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/tools.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/type_adapter.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/types.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/typing.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/utils.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/_hypothesis_plugin.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/annotated_types.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/class_validators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/color.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/config.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/dataclasses.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/datetime_parse.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/decorator.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/env_settings.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/error_wrappers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/errors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/fields.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/generics.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/json.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/main.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/mypy.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/networks.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/parse.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/schema.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/tools.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/types.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/typing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/validators.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/_hypothesis_plugin.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/annotated_types.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/class_validators.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/color.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/config.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/dataclasses.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/datetime_parse.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/decorator.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/env_settings.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/error_wrappers.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/errors.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/fields.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/generics.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/json.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/main.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/mypy.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/networks.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/parse.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/py.typed delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/schema.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/tools.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/types.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/typing.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/utils.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/validators.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/v1/version.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/validate_call_decorator.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/validators.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/version.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic/warnings.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core-2.41.5.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core-2.41.5.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core-2.41.5.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core-2.41.5.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core-2.41.5.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core/__pycache__/core_schema.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core/_pydantic_core.cp312-win_amd64.pyd delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core/_pydantic_core.pyi delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core/core_schema.py delete mode 100644 backend/.venv/Lib/site-packages/pydantic_core/py.typed delete mode 100644 backend/.venv/Lib/site-packages/python_dotenv-1.2.1.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/python_dotenv-1.2.1.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/python_dotenv-1.2.1.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/python_dotenv-1.2.1.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/python_dotenv-1.2.1.dist-info/entry_points.txt delete mode 100644 backend/.venv/Lib/site-packages/python_dotenv-1.2.1.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/python_dotenv-1.2.1.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/pyyaml-6.0.3.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/pyyaml-6.0.3.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/pyyaml-6.0.3.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/pyyaml-6.0.3.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/pyyaml-6.0.3.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/pyyaml-6.0.3.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/starlette-0.41.3.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/starlette-0.41.3.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/starlette-0.41.3.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/starlette-0.41.3.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/starlette-0.41.3.dist-info/licenses/LICENSE.md delete mode 100644 backend/.venv/Lib/site-packages/starlette/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/_compat.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/_exception_handler.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/_utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/applications.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/authentication.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/background.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/concurrency.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/config.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/convertors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/datastructures.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/endpoints.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/formparsers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/requests.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/responses.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/routing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/schemas.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/staticfiles.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/status.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/templating.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/testclient.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/types.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/__pycache__/websockets.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/_compat.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/_exception_handler.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/_utils.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/applications.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/authentication.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/background.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/concurrency.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/config.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/convertors.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/datastructures.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/endpoints.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/formparsers.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/authentication.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/cors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/errors.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/gzip.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/httpsredirect.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/sessions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/trustedhost.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/__pycache__/wsgi.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/authentication.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/base.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/cors.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/errors.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/gzip.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/httpsredirect.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/sessions.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/trustedhost.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/middleware/wsgi.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/py.typed delete mode 100644 backend/.venv/Lib/site-packages/starlette/requests.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/responses.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/routing.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/schemas.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/staticfiles.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/status.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/templating.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/testclient.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/types.py delete mode 100644 backend/.venv/Lib/site-packages/starlette/websockets.py delete mode 100644 backend/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/typing_extensions.py delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection-0.4.2.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection-0.4.2.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection-0.4.2.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection-0.4.2.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection-0.4.2.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection/__pycache__/introspection.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection/__pycache__/typing_objects.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection/introspection.py delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection/py.typed delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection/typing_objects.py delete mode 100644 backend/.venv/Lib/site-packages/typing_inspection/typing_objects.pyi delete mode 100644 backend/.venv/Lib/site-packages/tzdata-2025.2.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/tzdata-2025.2.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/tzdata-2025.2.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/tzdata-2025.2.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/tzdata-2025.2.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/tzdata-2025.2.dist-info/licenses/licenses/LICENSE_APACHE delete mode 100644 backend/.venv/Lib/site-packages/tzdata-2025.2.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/tzdata/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Abidjan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Accra delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Addis_Ababa delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Algiers delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Asmara delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Asmera delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Bamako delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Bangui delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Banjul delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Bissau delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Blantyre delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Brazzaville delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Bujumbura delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Cairo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Casablanca delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Ceuta delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Conakry delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Dakar delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Dar_es_Salaam delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Djibouti delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Douala delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/El_Aaiun delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Freetown delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Gaborone delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Harare delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Johannesburg delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Juba delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Kampala delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Khartoum delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Kigali delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Kinshasa delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Lagos delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Libreville delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Lome delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Luanda delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Lubumbashi delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Lusaka delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Malabo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Maputo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Maseru delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Mbabane delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Mogadishu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Monrovia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Nairobi delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Ndjamena delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Niamey delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Nouakchott delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Ouagadougou delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Porto-Novo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Sao_Tome delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Timbuktu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Tripoli delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Tunis delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/Windhoek delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Africa/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Adak delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Anchorage delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Anguilla delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Antigua delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Araguaina delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/Buenos_Aires delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/Catamarca delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/ComodRivadavia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/Cordoba delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/Jujuy delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/La_Rioja delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/Mendoza delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/Rio_Gallegos delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/Salta delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/San_Juan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/San_Luis delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/Tucuman delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/Ushuaia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Argentina/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Aruba delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Asuncion delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Atikokan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Atka delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Bahia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Bahia_Banderas delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Barbados delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Belem delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Belize delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Blanc-Sablon delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Boa_Vista delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Bogota delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Boise delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Buenos_Aires delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Cambridge_Bay delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Campo_Grande delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Cancun delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Caracas delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Catamarca delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Cayenne delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Cayman delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Chicago delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Chihuahua delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Ciudad_Juarez delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Coral_Harbour delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Cordoba delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Costa_Rica delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Coyhaique delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Creston delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Cuiaba delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Curacao delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Danmarkshavn delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Dawson delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Dawson_Creek delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Denver delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Detroit delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Dominica delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Edmonton delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Eirunepe delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/El_Salvador delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Ensenada delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Fort_Nelson delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Fort_Wayne delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Fortaleza delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Glace_Bay delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Godthab delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Goose_Bay delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Grand_Turk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Grenada delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Guadeloupe delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Guatemala delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Guayaquil delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Guyana delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Halifax delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Havana delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Hermosillo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/Indianapolis delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/Knox delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/Marengo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/Petersburg delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/Tell_City delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/Vevay delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/Vincennes delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/Winamac delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indiana/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Indianapolis delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Inuvik delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Iqaluit delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Jamaica delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Jujuy delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Juneau delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Kentucky/Louisville delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Kentucky/Monticello delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Kentucky/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Kentucky/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Knox_IN delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Kralendijk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/La_Paz delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Lima delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Los_Angeles delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Louisville delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Lower_Princes delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Maceio delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Managua delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Manaus delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Marigot delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Martinique delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Matamoros delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Mazatlan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Mendoza delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Menominee delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Merida delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Metlakatla delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Mexico_City delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Miquelon delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Moncton delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Monterrey delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Montevideo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Montreal delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Montserrat delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Nassau delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/New_York delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Nipigon delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Nome delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Noronha delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/North_Dakota/Beulah delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/North_Dakota/Center delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/North_Dakota/New_Salem delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/North_Dakota/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/North_Dakota/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Nuuk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Ojinaga delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Panama delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Pangnirtung delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Paramaribo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Phoenix delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Port-au-Prince delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Port_of_Spain delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Porto_Acre delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Porto_Velho delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Puerto_Rico delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Punta_Arenas delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Rainy_River delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Rankin_Inlet delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Recife delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Regina delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Resolute delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Rio_Branco delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Rosario delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Santa_Isabel delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Santarem delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Santiago delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Santo_Domingo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Sao_Paulo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Scoresbysund delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Shiprock delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Sitka delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/St_Barthelemy delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/St_Johns delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/St_Kitts delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/St_Lucia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/St_Thomas delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/St_Vincent delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Swift_Current delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Tegucigalpa delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Thule delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Thunder_Bay delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Tijuana delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Toronto delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Tortola delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Vancouver delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Virgin delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Whitehorse delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Winnipeg delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Yakutat delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/Yellowknife delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/America/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/Casey delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/Davis delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/DumontDUrville delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/Macquarie delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/Mawson delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/McMurdo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/Palmer delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/Rothera delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/South_Pole delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/Syowa delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/Troll delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/Vostok delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Antarctica/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Arctic/Longyearbyen delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Arctic/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Arctic/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Aden delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Almaty delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Amman delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Anadyr delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Aqtau delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Aqtobe delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Ashgabat delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Ashkhabad delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Atyrau delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Baghdad delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Bahrain delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Baku delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Bangkok delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Barnaul delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Beirut delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Bishkek delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Brunei delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Calcutta delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Chita delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Choibalsan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Chongqing delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Chungking delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Colombo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Dacca delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Damascus delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Dhaka delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Dili delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Dubai delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Dushanbe delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Famagusta delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Gaza delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Harbin delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Hebron delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Ho_Chi_Minh delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Hong_Kong delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Hovd delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Irkutsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Istanbul delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Jakarta delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Jayapura delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Jerusalem delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Kabul delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Kamchatka delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Karachi delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Kashgar delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Kathmandu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Katmandu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Khandyga delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Kolkata delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Krasnoyarsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Kuala_Lumpur delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Kuching delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Kuwait delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Macao delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Macau delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Magadan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Makassar delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Manila delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Muscat delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Nicosia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Novokuznetsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Novosibirsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Omsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Oral delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Phnom_Penh delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Pontianak delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Pyongyang delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Qatar delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Qostanay delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Qyzylorda delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Rangoon delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Riyadh delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Saigon delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Sakhalin delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Samarkand delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Seoul delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Shanghai delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Singapore delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Srednekolymsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Taipei delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Tashkent delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Tbilisi delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Tehran delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Tel_Aviv delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Thimbu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Thimphu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Tokyo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Tomsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Ujung_Pandang delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Ulaanbaatar delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Ulan_Bator delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Urumqi delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Ust-Nera delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Vientiane delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Vladivostok delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Yakutsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Yangon delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Yekaterinburg delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/Yerevan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Asia/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Azores delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Bermuda delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Canary delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Cape_Verde delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Faeroe delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Faroe delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Jan_Mayen delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Madeira delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Reykjavik delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/South_Georgia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/St_Helena delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/Stanley delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Atlantic/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/ACT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Adelaide delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Brisbane delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Broken_Hill delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Canberra delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Currie delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Darwin delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Eucla delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Hobart delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/LHI delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Lindeman delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Lord_Howe delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Melbourne delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/NSW delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/North delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Perth delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Queensland delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/South delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Sydney delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Tasmania delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Victoria delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/West delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/Yancowinna delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Australia/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Brazil/Acre delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Brazil/DeNoronha delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Brazil/East delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Brazil/West delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Brazil/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Brazil/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/CET delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/CST6CDT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/Atlantic delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/Central delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/Eastern delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/Mountain delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/Newfoundland delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/Pacific delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/Saskatchewan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/Yukon delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Canada/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Chile/Continental delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Chile/EasterIsland delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Chile/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Chile/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Cuba delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/EET delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/EST delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/EST5EDT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Egypt delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Eire delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+0 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+1 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+10 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+11 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+12 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+2 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+3 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+4 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+5 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+6 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+7 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+8 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT+9 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-0 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-1 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-10 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-11 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-12 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-13 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-14 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-2 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-3 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-4 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-5 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-6 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-7 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-8 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT-9 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/GMT0 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/Greenwich delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/UCT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/UTC delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/Universal delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/Zulu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Etc/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Amsterdam delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Andorra delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Astrakhan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Athens delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Belfast delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Belgrade delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Berlin delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Bratislava delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Brussels delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Bucharest delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Budapest delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Busingen delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Chisinau delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Copenhagen delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Dublin delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Gibraltar delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Guernsey delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Helsinki delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Isle_of_Man delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Istanbul delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Jersey delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Kaliningrad delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Kiev delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Kirov delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Kyiv delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Lisbon delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Ljubljana delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/London delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Luxembourg delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Madrid delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Malta delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Mariehamn delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Minsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Monaco delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Moscow delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Nicosia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Oslo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Paris delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Podgorica delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Prague delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Riga delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Rome delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Samara delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/San_Marino delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Sarajevo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Saratov delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Simferopol delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Skopje delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Sofia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Stockholm delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Tallinn delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Tirane delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Tiraspol delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Ulyanovsk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Uzhgorod delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Vaduz delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Vatican delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Vienna delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Vilnius delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Volgograd delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Warsaw delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Zagreb delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Zaporozhye delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/Zurich delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Europe/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Factory delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/GB delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/GB-Eire delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/GMT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/GMT+0 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/GMT-0 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/GMT0 delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Greenwich delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/HST delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Hongkong delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Iceland delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Antananarivo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Chagos delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Christmas delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Cocos delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Comoro delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Kerguelen delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Mahe delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Maldives delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Mauritius delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Mayotte delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/Reunion delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Indian/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Iran delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Israel delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Jamaica delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Japan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Kwajalein delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Libya delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/MET delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/MST delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/MST7MDT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Mexico/BajaNorte delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Mexico/BajaSur delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Mexico/General delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Mexico/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Mexico/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/NZ delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/NZ-CHAT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Navajo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/PRC delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/PST8PDT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Apia delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Auckland delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Bougainville delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Chatham delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Chuuk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Easter delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Efate delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Enderbury delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Fakaofo delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Fiji delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Funafuti delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Galapagos delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Gambier delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Guadalcanal delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Guam delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Honolulu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Johnston delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Kanton delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Kiritimati delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Kosrae delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Kwajalein delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Majuro delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Marquesas delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Midway delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Nauru delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Niue delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Norfolk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Noumea delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Pago_Pago delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Palau delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Pitcairn delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Pohnpei delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Ponape delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Port_Moresby delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Rarotonga delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Saipan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Samoa delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Tahiti delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Tarawa delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Tongatapu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Truk delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Wake delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Wallis delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/Yap delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Pacific/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Poland delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Portugal delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/ROC delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/ROK delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Singapore delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Turkey delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/UCT delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Alaska delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Aleutian delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Arizona delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Central delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/East-Indiana delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Eastern delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Hawaii delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Indiana-Starke delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Michigan delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Mountain delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Pacific delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/Samoa delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/US/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/UTC delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Universal delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/W-SU delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/WET delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/Zulu delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/iso3166.tab delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/leapseconds delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/tzdata.zi delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/zone.tab delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/zone1970.tab delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zoneinfo/zonenow.tab delete mode 100644 backend/.venv/Lib/site-packages/tzdata/zones delete mode 100644 backend/.venv/Lib/site-packages/uvicorn-0.32.1.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/uvicorn-0.32.1.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/uvicorn-0.32.1.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/uvicorn-0.32.1.dist-info/REQUESTED delete mode 100644 backend/.venv/Lib/site-packages/uvicorn-0.32.1.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/uvicorn-0.32.1.dist-info/entry_points.txt delete mode 100644 backend/.venv/Lib/site-packages/uvicorn-0.32.1.dist-info/licenses/LICENSE.md delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/_subprocess.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/_types.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/config.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/importer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/logging.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/main.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/server.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/__pycache__/workers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/_subprocess.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/_types.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/config.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/importer.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/lifespan/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/lifespan/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/lifespan/__pycache__/off.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/lifespan/__pycache__/on.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/lifespan/off.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/lifespan/on.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/logging.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/loops/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/loops/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/loops/__pycache__/asyncio.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/loops/__pycache__/auto.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/loops/__pycache__/uvloop.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/loops/asyncio.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/loops/auto.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/loops/uvloop.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/main.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/__pycache__/asgi2.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/__pycache__/message_logger.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/__pycache__/proxy_headers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/__pycache__/wsgi.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/asgi2.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/message_logger.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/proxy_headers.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/middleware/wsgi.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/__pycache__/auto.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/__pycache__/flow_control.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/__pycache__/h11_impl.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/__pycache__/httptools_impl.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/auto.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/flow_control.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/h11_impl.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/http/httptools_impl.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/utils.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/websockets/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/websockets/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/websockets/__pycache__/auto.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/websockets/__pycache__/websockets_impl.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/websockets/__pycache__/wsproto_impl.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/websockets/auto.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/websockets/websockets_impl.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/protocols/websockets/wsproto_impl.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/py.typed delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/server.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/__pycache__/basereload.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/__pycache__/multiprocess.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/__pycache__/statreload.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/__pycache__/watchfilesreload.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/__pycache__/watchgodreload.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/basereload.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/multiprocess.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/statreload.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/watchfilesreload.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/supervisors/watchgodreload.py delete mode 100644 backend/.venv/Lib/site-packages/uvicorn/workers.py delete mode 100644 backend/.venv/Lib/site-packages/watchfiles-1.1.1.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/watchfiles-1.1.1.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/watchfiles-1.1.1.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/watchfiles-1.1.1.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/watchfiles-1.1.1.dist-info/entry_points.txt delete mode 100644 backend/.venv/Lib/site-packages/watchfiles-1.1.1.dist-info/licenses/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/__pycache__/cli.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/__pycache__/filters.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/__pycache__/main.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/__pycache__/run.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/_rust_notify.cp312-win_amd64.pyd delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/_rust_notify.pyi delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/cli.py delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/filters.py delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/main.py delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/py.typed delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/run.py delete mode 100644 backend/.venv/Lib/site-packages/watchfiles/version.py delete mode 100644 backend/.venv/Lib/site-packages/websockets-15.0.1.dist-info/INSTALLER delete mode 100644 backend/.venv/Lib/site-packages/websockets-15.0.1.dist-info/LICENSE delete mode 100644 backend/.venv/Lib/site-packages/websockets-15.0.1.dist-info/METADATA delete mode 100644 backend/.venv/Lib/site-packages/websockets-15.0.1.dist-info/RECORD delete mode 100644 backend/.venv/Lib/site-packages/websockets-15.0.1.dist-info/WHEEL delete mode 100644 backend/.venv/Lib/site-packages/websockets-15.0.1.dist-info/entry_points.txt delete mode 100644 backend/.venv/Lib/site-packages/websockets-15.0.1.dist-info/top_level.txt delete mode 100644 backend/.venv/Lib/site-packages/websockets/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/__main__.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/__main__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/auth.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/cli.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/client.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/connection.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/datastructures.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/frames.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/headers.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/http.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/http11.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/imports.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/protocol.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/server.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/streams.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/typing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/uri.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/__pycache__/version.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/__pycache__/async_timeout.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/__pycache__/client.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/__pycache__/compatibility.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/__pycache__/connection.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/__pycache__/messages.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/__pycache__/router.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/__pycache__/server.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/async_timeout.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/client.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/compatibility.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/connection.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/messages.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/router.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/asyncio/server.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/auth.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/cli.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/client.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/connection.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/datastructures.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/extensions/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/extensions/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/extensions/__pycache__/base.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/extensions/__pycache__/permessage_deflate.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/extensions/base.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/extensions/permessage_deflate.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/frames.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/headers.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/http.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/http11.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/imports.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__pycache__/auth.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__pycache__/client.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__pycache__/framing.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__pycache__/handshake.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__pycache__/http.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__pycache__/protocol.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/__pycache__/server.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/auth.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/client.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/exceptions.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/framing.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/handshake.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/http.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/protocol.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/legacy/server.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/protocol.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/py.typed delete mode 100644 backend/.venv/Lib/site-packages/websockets/server.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/speedups.c delete mode 100644 backend/.venv/Lib/site-packages/websockets/speedups.cp312-win_amd64.pyd delete mode 100644 backend/.venv/Lib/site-packages/websockets/speedups.pyi delete mode 100644 backend/.venv/Lib/site-packages/websockets/streams.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/__pycache__/client.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/__pycache__/connection.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/__pycache__/messages.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/__pycache__/router.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/__pycache__/server.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/__pycache__/utils.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/client.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/connection.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/messages.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/router.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/server.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/sync/utils.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/typing.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/uri.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/utils.py delete mode 100644 backend/.venv/Lib/site-packages/websockets/version.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/__init__.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/composer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/constructor.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/dumper.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/emitter.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/error.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/events.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/loader.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/nodes.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/parser.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/reader.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/representer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/resolver.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/scanner.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/serializer.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/__pycache__/tokens.cpython-312.pyc delete mode 100644 backend/.venv/Lib/site-packages/yaml/_yaml.cp312-win_amd64.pyd delete mode 100644 backend/.venv/Lib/site-packages/yaml/composer.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/constructor.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/cyaml.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/dumper.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/emitter.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/error.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/events.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/loader.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/nodes.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/parser.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/reader.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/representer.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/resolver.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/scanner.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/serializer.py delete mode 100644 backend/.venv/Lib/site-packages/yaml/tokens.py delete mode 100644 backend/.venv/Scripts/Activate.ps1 delete mode 100644 backend/.venv/Scripts/activate delete mode 100644 backend/.venv/Scripts/activate.bat delete mode 100644 backend/.venv/Scripts/deactivate.bat delete mode 100644 backend/.venv/Scripts/dotenv.exe delete mode 100644 backend/.venv/Scripts/fastapi.exe delete mode 100644 backend/.venv/Scripts/pip.exe delete mode 100644 backend/.venv/Scripts/pip3.12.exe delete mode 100644 backend/.venv/Scripts/pip3.exe delete mode 100644 backend/.venv/Scripts/python.exe delete mode 100644 backend/.venv/Scripts/pythonw.exe delete mode 100644 backend/.venv/Scripts/uvicorn.exe delete mode 100644 backend/.venv/Scripts/watchfiles.exe delete mode 100644 backend/.venv/Scripts/websockets.exe delete mode 100644 backend/.venv/pyvenv.cfg delete mode 100644 backend/app/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/app/__pycache__/main.cpython-312.pyc delete mode 100644 backend/app/core/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/app/core/__pycache__/database.cpython-312.pyc delete mode 100644 backend/app/core/__pycache__/exceptions.cpython-312.pyc delete mode 100644 backend/app/modules/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/app/modules/accounts/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/app/modules/accounts/__pycache__/router.cpython-312.pyc delete mode 100644 backend/app/modules/journals/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/app/modules/journals/__pycache__/router.cpython-312.pyc delete mode 100644 backend/app/modules/ledger/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/app/modules/ledger/__pycache__/router.cpython-312.pyc delete mode 100644 backend/app/modules/opening_balances/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/app/modules/opening_balances/__pycache__/router.cpython-312.pyc delete mode 100644 backend/app/modules/opening_balances/__pycache__/schema.cpython-312.pyc delete mode 100644 backend/app/modules/trial_balance/__pycache__/__init__.cpython-312.pyc delete mode 100644 backend/app/modules/trial_balance/__pycache__/router.cpython-312.pyc diff --git a/backend/.venv/Lib/site-packages/__pycache__/typing_extensions.cpython-312.pyc b/backend/.venv/Lib/site-packages/__pycache__/typing_extensions.cpython-312.pyc deleted file mode 100644 index 91b124c74f007794645d9e633b5c3c3913ee9091..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 163641 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%0AIpAG8-S;f=d&+q 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 B!C3$R diff --git a/backend/.venv/Lib/site-packages/_yaml/__init__.py b/backend/.venv/Lib/site-packages/_yaml/__init__.py deleted file mode 100644 index 7baa8c4..0000000 --- a/backend/.venv/Lib/site-packages/_yaml/__init__.py +++ /dev/null @@ -1,33 +0,0 @@ -# This is a stub package designed to roughly emulate the _yaml -# extension module, which previously existed as a standalone module -# and has been moved into the `yaml` package namespace. -# It does not perfectly mimic its old counterpart, but should get -# close enough for anyone who's relying on it even when they shouldn't. -import yaml - -# in some circumstances, the yaml module we imoprted may be from a different version, so we need -# to tread carefully when poking at it here (it may not have the attributes we expect) -if not getattr(yaml, '__with_libyaml__', False): - from sys import version_info - - exc = ModuleNotFoundError if version_info >= (3, 6) else ImportError - raise exc("No module named '_yaml'") -else: - from yaml._yaml import * - import warnings - warnings.warn( - 'The _yaml extension module is now located at yaml._yaml' - ' and its location is subject to change. To use the' - ' LibYAML-based parser and emitter, import from `yaml`:' - ' `from yaml import CLoader as Loader, CDumper as Dumper`.', - DeprecationWarning - ) - del warnings - # Don't `del yaml` here because yaml is actually an existing - # namespace member of _yaml. - -__name__ = '_yaml' -# If the module is top-level (i.e. not a part of any specific package) -# then the attribute should be set to ''. -# https://docs.python.org/3.8/library/types.html -__package__ = '' diff --git a/backend/.venv/Lib/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 696f314f09d38811b1ca4bb0a86569b776781078..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 862 zcmYjPzi$&U6t?d!$>mo|Ta^j{k~^hAO*$e~fP_*ikeV)3LZl}-m$RE*dv}g(r)fI1 zEHJY1FMui}M*atu@?)SzNJy}B3n~*6c8&_(VEcRT``&wg_PcVq0JPP-+u=b5fbRxe zn8sr}f3CL|fB*s`&;k~qkOE>6``AtiVot}L$cpWj4FR=DX4eCNThvJ)&9t&wktNw< zn6jTh&CW%+*A`53x-C~T+@0w({{Ko`S~#{+4+NVo$+wE6&?*gKwRmRS>*^B5gHUec zDC`XVIKp_f3RP*3auKowhshSJT4$!wv#eeY=GGaC8RxI<8i!I+zKFuO$GAjWoW-bZinW(fdyEXY2shT4 zPmENc^t6Z?EB&~ay3$j-t}^3B6{wb#W8^B=rP7y@D_aZ&cl2=7OmjS$btYF?KOy%x zXIvE@jN3?oP4@#;_;+#T4t$=3NmnSxoYeFR?QyC{q=)b*4Jj96Gi!`h5#yd8?D|~| zUV(F66a0SISoQ{t?+P8EUa})a%?|=yU+T2AfN|<|w1y_ctMAcd&(nkRL?~(PZz|!9 zueOBsYljl!dT*%QTj?X;;a7AG^YcWgmyr!2JTC!Q`so69@|irDt-PH5lw11hpl|cF zHhS*4=23HG+4&VXazXy;uVOZn X9Zi7zl!m35LsxH;Q%6NUr>p$|)lvo| diff --git a/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/INSTALLER b/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/METADATA b/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/METADATA deleted file mode 100644 index 3ac05cf..0000000 --- a/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/METADATA +++ /dev/null @@ -1,295 +0,0 @@ -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/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/RECORD b/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/RECORD deleted file mode 100644 index 7045729..0000000 --- a/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/RECORD +++ /dev/null @@ -1,10 +0,0 @@ -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-312.pyc,, -annotated_types/__pycache__/test_cases.cpython-312.pyc,, -annotated_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -annotated_types/test_cases.py,sha256=zHFX6EpcMbGJ8FzBYDbO56bPwx_DYIVSKbZM-4B3_lg,6421 diff --git a/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/WHEEL b/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/WHEEL deleted file mode 100644 index 516596c..0000000 --- a/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/WHEEL +++ /dev/null @@ -1,4 +0,0 @@ -Wheel-Version: 1.0 -Generator: hatchling 1.24.2 -Root-Is-Purelib: true -Tag: py3-none-any diff --git a/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE b/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE deleted file mode 100644 index d99323a..0000000 --- a/backend/.venv/Lib/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -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/backend/.venv/Lib/site-packages/annotated_types/__init__.py b/backend/.venv/Lib/site-packages/annotated_types/__init__.py deleted file mode 100644 index 74e0dee..0000000 --- a/backend/.venv/Lib/site-packages/annotated_types/__init__.py +++ /dev/null @@ -1,432 +0,0 @@ -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/backend/.venv/Lib/site-packages/annotated_types/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/annotated_types/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 4aa951c8d687c4d00873f9c1d8bf010d7b052159..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18621 zcmc(GYit}>c4k#S$ZmG?O+854QjvPGC9)~&X-gC})N^Q4lpM+Nx-F->*i}uI*xf}} zRZD6{v*FBo5*gS`=u8rEFd0M+oD3Buu$?Sm1y~@){0gucq-i=3Q{(J-u^VLP9~CN? z*#HadckZp~7n`zdYp@OS)~$2TeVu#mx#w}~zcn^C2>9KbJ*M3~EC~OTUff^3lUc1p z?v|hkikKE+{3*sn_U?&!@bsj;8DGpNQkggH&(y{0Sl*Ye&jezDOfVMAG{hP*p;#yr zj)gOgvBpeOtSQqRYtFR9T0}t=uk^UxmY#}#$|DFy5Utjw+cNF3_Dn~tLlm+B2B|MW z)~R1#tRF!A4Y3WGjj@eR{Q$;Rgsf9P$m%zG1a*_T`L4)E7VFf6SQq}E$~Ivf4QWrN zGuDauhLo@-#=4Y7_Iyfdiao6~$DTp$W~HTAdy7XnD=4jR3QC*We%I@?xs^fN0qrP* zN({OI(2Zr#ZU)^1=;ktL4}*3B+EoVK#-L9D`g9p|JA*z0=$5;nF#TdXFixLxTG>jY zSD$)U{Eo=5Bw%%`JKT}p<>*3e=Q{X3z~5E_f7d$r+kwBM27d24_&b5Ws|J2V?O@~W zMR}w&*W!40SG3plZuuN{qs|_6_nJBGsi;$;Ngwe0YmA|99sDTp2WsH=uY);;({^1(<&#r_29Ppp7fxl1nu{An^@}n;26<26K zT5DDY)dPQi%q@!@R5z#x0pF({xRQ2Quk7LOs+6abc=&KoD8rvFLv*rL_|I41Tc3-6 zR6QCStf({dxpjtu0-M*6+M+h9O?;$fGdzwFA7?WZuFQUJYs0K}hL1Y?)koH;n(c{F zUDW%{&+Y3}3E%1K5p}BiI$f%ZzW(#)_I0*|@AUPEI#qprJtzd}&ywq7US~jIef_CGjS1+87pZxmilP`{powdEg*}NS%DW}u& zcv`gsBbI8&mTuUA^V625XXUircriCUts9nkCaud>>2)NlsMqcKOZjQ_S7pQYznler z#Pc&cGJY0767kr93x;m#Nj+`18o8{cWz=|bQcX@#XAzIlM5sZI8XV4MbxXEX#jYRK zXc%c1gH!-aB78cX)}~F(q%Q6HscUgPo6cXd{bpLX%t)slJ|UaxIn|PB>UQ&4L(fgC zN)g~WYuTQ&s_hxYbCf2VMK@P5#fEdaw53g_)$=L4?wpn#RkL`?*Xik{Byb5spV70b z9lT(uik8GU?ck_>O*KxUPdoVX^t6)=jF_ji3C%LmzIjH=Vk&lM#2nKt=f#f~8BH=6 zs8-I% zCY`gm*c&bNs*m-Q7w(8-cd+KhLA)D>keGxnN&o)($s?Dq>Bf{fEhp8>*(;XWFDH{a z@k4f^KdBq)<#9PVrDm1O(W`3q>g7>w{IUtU^`pX+JfWJGWtTVN7S`Up9FG&Z;_>Ko z-mZ(sCyb#X9wc(tPDmj}Iid5$b zt(D4%T)tG80b42qO0w|ibuyj@3Y(C-SZ4rm7K=@fkrXYKkyIs;0`vmaJw^!;1JpE* z)63T=8K#5?XPltq>y%W{jaI~Pt$ok+MFZQD%vp8QZhz`CE5_^3DIT^-;91GzPW&rt)Wc?-;5I9(Du4Sb9y}5 z{0gB~(T0(hl8aPWq78w*AZ@&k{PQvS7jlKhIbGq5(_WN+0DTqCc^PA?piVuLHrQ6} zWu1aP5JB7($SI8on3!!fISP;u(5uraBx}DOlR?`ij zuR^!iFt%#CDb!?%Zs-AYW58bn_UF^>b;7EmTZ~|outFjpmqi4spp9c!3#%O{DL+$V zI8$T3yf@-ANWGu=0qGwS)48OSZb;Coq>Q7EL>n3;{4PyurleliOv{uqvIhM{GIhzC zlr2fiKmp09q?4EoHz{W&MVAtqsbx(|&L-8~Xf)akf@aEQv^m;+&}}(lyPR1U2#!sSdm$ z)6r=0rb>y#P$D7e(BDY$?PIjkvdMH#fqEikbD420NS_3q6627wibQHG0H$RCfikLv zluEFadX`h$_Doncj>kBr$Fv8#IUX-tqO~+9LKu{gS-DCy|F-bJ$7vpHe{+n}oDjY= ztx0d0`TMhK?}YkAX$|gHNnMgG{VUM@*e{3h>UxA{>W6|^S2H+K!l2|DWmHO-UP7QR zP2OivdFF3Mt={zGuyR^88Jm9vJ|6s~kTbn5A2W@m7CC9=1|{F3Oo^NX`qJdwg32?0 zH>&ogABS5@9bjO0*?V1#OF_;4DghtLor_!@&c& z>m`|;@{mDTbTHJRq+Sg;C4QKSLAAkrN~w#5lzKI+1n}=sf~mTjLP}H`-VDbYD{6$O z#!cb67;CyHxX(z~=t5WW7M~ytLu|t`C+VuEAj-MvE$QP|)FesLv^E7fohO9o%UQAk z9l@TcvgjeTvl1+ANxz1tDZzhGJa3sio|Fj)n4G1?m}noyp^R=x@+WaN;@s4-XoAGI zdsa*4q@KeOiW4N2OXG-EuTLA;p5(P~jt2>+P6i$Gh7#pRa$=V$aeEnu&v;&{9yK%< za&N@ry^(}7v6Ff>i7IMI2aw76V!8v-akLwng0rfM0_AP7kwF~G3XZ5rRWle_+&S^d zpP|igT_#QA2v`{TEsAkg8m_z9ZotrgKq1jYbNl8UQkz*nv^$$rSARMj2Yn)kLuN(>uM@!*6PN$+1 zP^dUZ(4f}h5pJF-O3*c&8j*?-l($wkfyZt3RB6to_E`tRY3K>2O1en(iW5U6T(?vL z44BrhaaA(wuA9R$7i7bPUgC0yp(gc-tTsc9V&25fIkt7MKS~;Ag<{0UG7ihw)sVQV zq~|QBDz=QnB>hsN=$(5F+oez9oPkA)yq=JHr`ce*R_1ie5I8~C*4|xN{le)B{f7=5 z;@HfCaVhC4-4Gh==SAwen#71_>=HY|?}*I!FbP}YzKdPp8q-y+RE0Z?;!NV;&D{>L zCJtBeHSMLxsdx{4nSLa*!e`CxOiy^^XoZr)#mG|KvcbX?#bv?F<{G16QsTd&O3A=s zv$lP*F=5(uQ`hJ@R?#~RtQr5S29n@IL!Zk$Vzs+lo%BQ7f%JaiJcgoyaz z&xPC8uv-BlC!gC6ROC0%BRfazAo+k#8-{K~e6}~4HVvAuVImxVWonOFS^gRuGaZsphB1dV* zy-go={Pi>c3ioKos@Das)WKUi-+TMeV%P3f@|-@X6T+R#9UE^3SA4!;LR{FkBGB_* zJAZ!E@o(&XB`gMa&QIRHy0|6!a{>9)c2wj#JdLJ8F`|W_-|Cx4s?AZd=vBW8C5T7D z)Oy7`2t2?8fCtOqJ_p_ac&H5Sci>^bp&Aw2sblbZwMlJul&b(#rIx%W5;V4=i<$rK zN`7X)I!cGcY*ACYs!HtehGEKH#^FF$OhCxvX_up;LKR3QXu*x_ZujV@i2 z^AhwdI?VVe`q|LRwJUzKj~TQK#snoAB~z3zhjmd#0Yb~O4gae<0ew*ru|$wk0960J zxyf>uavcm;GW~&gYh77~R@{pu>qx^jt}Ef- zQUjy1mAsf2|H6x~pJ!%2*OYPcOGPfia_Q2HYQQUDNEyUgDi+9$jzt1|NtmyJt;^Hs zn=cNt;n)f>i=*n~;*zM;dW4y?0SvFl} zdC>wgj~5q%N9c8klB1N+Ze_{eA!8D6mV7hYcFmr+>A!hpetV&5%VJ>bl5gj7&(1Fm zTk!?`TObk#7rXX86p-h`pb^k+D*oJ^u(}hVYN19xHnpxOh&&{Sn72(rMjppLD+NG% zU4tyHr^qXm(IzIDudRIZYgx&b<&MJgk!76m7({Ghxb+uRp_YrXZ zxuT}XHtZbC``|(DM#Y)e*rM@hd2h*6n}If!$z{rpt+bk*uqHVT)#yYND+v%^$%r&` z3@nyKkcf~Hu!xBj3=ev+8%hOZcWM)?o$$O^F6OX ze`p*ACI6Q)zeNcXYy_&9vTFk{OQM=hTr~--Qon{(0*=bWJVzvXYGD!QssV*7OLb~U z4LeFvJ(QwGuvx&^29%jwj3ICdql{iGUXnoT!Zlm~7ii{#ook9ao zMxELG#nhR+C+}e@gmCj;ZJn%Y7b%@!4f zHXJ%8iNK0^^jz8M^y{$`ak&nX>(iKot2<L=0BFS5Mv z5Ws=?&fEL%cov?$>%VwLJLe_Ud-QwzW0W&kyo(_!L;2&$+8bo;rkJaY;*YX7H+>gW!a@LLRtjT#dsR z&1p5MrL-gq>oI=kfjwe-erwLLs^HMT(Ju4YY-tv~L_UBqHY#~O*fNshvo+tItoqwi-G7Tz9?sKs+7ck@#l4Nj}aBNeYjj`$YROWgot6RYp01D|J zkxHIb=0@+6Xs*4xGP`Iqu~r#JflpOsee3~~;k)yy&|lrb(8QgvHSLYGngajO?E_W9 za3}(Spo5D{!4aB2-?fOTqlTHAz->Hc{p%nW?JY9%acPf-D^LdSyk<^=GCnxD-hN zF|IVP!zZti{CS-gpRW|$h>*&Yka`Fj5vMt~3|v<@$OuXxL;^`T1>s664mx%CwTwl0 zbGDB_V|UhE^keqQcd&@AU zb?8lq)pjhdv<7$tGZv&PUB(Vnm8T%V5{cqn-QH9#n>-@9_nb)xlWj_NT!M-mV+2sh z6(eU&=9w(OKGzh!+i{78t=h}wQ5Wq06qG|S9qe5kH8A?Jbe_;Iz$F#u>Q5hI1q7x@ z#%HmM*^VQ_k+nEYw}@H9CY8p`pmB|H57t9A#x;Z|jlAUCotDs_BmHo6O3W%|T;z-m zhAy1CS1C{^ODXjl!&h;$7+sdCvY9z{u5;9t1wwhGERh&7+3jXT^GZYnc2vU^A&eIk zB;Fb^xl+9ri>b{F3uZH$Ct>rO(KQ-X=*l$EqY@`DZGfWDUfda==%h|g&!Sh-x#%+i zH3gmr67dlJxD2GEu~+$}9Qmq_MWh{!y~ZRQ3oye7l{4cCb|ylSQ8pq-3*Bu(gL%7iAR8 zMgurhl3X*R@EmcLl*ElE9O-VatVtD@!VMs@X8M`-z!wxUgPaw-jz%JdrZb^t>5dba zLA?$g3t~#*zLpaE;JO(F(Ya29!;|FoxQcmeaG$ubMyPgBUqDN=M3X7an5!g+sGIya zgfmjTP9A6o#i&$%1g;4vR&yC=2m}{7=}p{m%UWqpN^?q^#)9(QS;o8MNh;rrY#^Y7 zgy^|$9Hmlh7v7+SZAFCTRA=NQlHoMTVnX_~JON5k4LTWRxX$U6#LCcZ1uRr)TCA$= zBPp`h1SA`pWZLTcP{+$-aq#W}QvFjz*wT&+R6J9?kfA$)30YSCyW(2sWd+~I$Bnhy z{XTAZ{J?inC`IjR<5>-EbG3ZWWu+w0t9~hu`>BfYtEHG@?S8JbR8__+<}SE%zb<}5 zH1>bNnTwdef1UnnQ_J^*y2qdinU3sdQJ{?du8?Y6^}CCMj($Zd?EQk{ugMWtHuF}? zQ_PdC<`ZduJ<5PvB6VZTOqdA_a#1;Ci@mlOvBhYl(XOAs@n*qR_&tn`g#a0{-B7x& zYWvyO8u+}1$!!YR+N~#Y8f~F65Q5;OkKhKXkMIprD(rgAl+C23v9Ai84;AbneVxHR zBdNF`j0Q*-M@+x1C`RCD;IJ4|K#(9P8fu$6aO?TEpP#?7uzM+V@Lt!)p_9uSyKZIQ z&feeHzqql#upzo2zwi4n_(5>t8~26_?L&p|(5ImdbIL94ZSCD1_j~p&_U!vFr|%zl zaq+;5h3?T$Lgzm1lx}zYu=AbH``!B&yZ65z`>127^GqRp=H>{J&(<~{T=?~S-SZW2A%2J^s@LFMf>Dy9 zPG~;g7Cviet0una@0mYIUjy{qK1E*x^zap+iufw(qGiw)#a#qHbCTkds4;E3PtECM@%t?2cVW(}LAONm{jL?pc6ojr;Cc zg&tZSDlM9auzq?Xud};&>|UJ&L!>xbTm_-o<3aN`X*cmpS&V5|@~1>TigC{h4?BdG zO>^H^YTi)@IAIr(ERj*$myxYWIHK~V@qIw-Q1O1EY8pg9JK%Z(nWqY$x3b%!h96~I zZn2HS+`7!cOL~nFqJ(1V28G$|u=_0~eHm-F@+RV>8Z#r_G+GF?l@jJXrqkc}BdQs2 zKSX6NGQ0l8SK{Z#Mqjo47e~)ux=0^Xu391Dfa>;EW~_?axqHCgUhb^ zbLTXRytANt7Zq%!M53gdk{(L7QL>$qIZ8-`vhB~M^a5V#0A)svLDGQUm_=sna^9GJ zZPz;{nL%RPxXsE&%wcx${u#XmG?RasYD5TQH^KaxnU%A~9s=|^0MO9rCqR@Ewg*U1 z;LFzxeLKu=GgTfOc3_Zyd^u$N2&lv@=3n{*VZ|$o;!lLoPlSe_2;qMcy8lUd>ZigR z_k}n9L3racZ{2-w`=YmfF7>hZ>7V+J6@173#ka2-e4yYv@Grhd2|V$!_nCie-!vci z?$GS$a#PFf+2wH4H&6ewujjMo%@nHN3P@weoO1L0?CF)du8?Q8e&so#dE;ydcaZ$y znop8t76z1aRhprk|agce0t6s=P*$`oQWd$pldB&ow)Pn2M@UiZC@U*S=@bd zU{%1wX%D#v+t;?&C=T4bu`1x<;34-wT8q~%Hr*Ut74UHIkbBU#7EcmSh;!jpfu0T~ zWmnD+A%E`ii9NX0CiYNKXoX%MGzsDMxg)nPeiDkz20jaKn45ejxUlWLJ$LpjNrws> z4=sid&jtzAhjXZL<0Feh9dlp*p0?n9FLWogwB)ZZS z*eLG&AO5CA|Moeh;NL#4BKLDoz5lrt0SVTkZU=TCUfUY{JC`?gt$6YLEZFjIemqw? bQTyMSKJep~z`0K0$DP~91n-ZJi%9<;puh9l diff --git a/backend/.venv/Lib/site-packages/annotated_types/__pycache__/test_cases.cpython-312.pyc b/backend/.venv/Lib/site-packages/annotated_types/__pycache__/test_cases.cpython-312.pyc deleted file mode 100644 index 944fabb10f2126b25677845408506456dae9a053..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13234 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 diff --git a/backend/.venv/Lib/site-packages/annotated_types/py.typed b/backend/.venv/Lib/site-packages/annotated_types/py.typed deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/annotated_types/test_cases.py b/backend/.venv/Lib/site-packages/annotated_types/test_cases.py deleted file mode 100644 index d9164d6..0000000 --- a/backend/.venv/Lib/site-packages/annotated_types/test_cases.py +++ /dev/null @@ -1,151 +0,0 @@ -import math -import sys -from datetime import date, datetime, timedelta, timezone -from decimal import Decimal -from typing import Any, Dict, Iterable, Iterator, List, NamedTuple, Set, Tuple - -if sys.version_info < (3, 9): - from typing_extensions import Annotated -else: - from typing import Annotated - -import annotated_types as at - - -class Case(NamedTuple): - """ - A test case for `annotated_types`. - """ - - annotation: Any - valid_cases: Iterable[Any] - invalid_cases: Iterable[Any] - - -def cases() -> 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/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/INSTALLER b/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/METADATA b/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/METADATA deleted file mode 100644 index 0552dea..0000000 --- a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/METADATA +++ /dev/null @@ -1,96 +0,0 @@ -Metadata-Version: 2.4 -Name: anyio -Version: 4.12.0 -Summary: High-level concurrency and networking framework on top of asyncio or Trio -Author-email: Alex Grönholm -License-Expression: 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: 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 -Classifier: Programming Language :: Python :: 3.14 -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: typing_extensions>=4.5; python_version < "3.13" -Provides-Extra: trio -Requires-Dist: trio>=0.32.0; python_version >= "3.10" and extra == "trio" -Requires-Dist: trio>=0.31.0; python_version < "3.10" and extra == "trio" -Dynamic: license-file - -.. 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. - -To find out why you might want to use AnyIO's APIs instead of asyncio's, you can read about it -`here `_. - -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 -* Subinterpreter support for code parallelization (on Python 3.13 and later) -* Asynchronous file I/O (using worker threads) -* Signal handling -* Asynchronous version of the functools_ module - -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/ -.. _functools: https://docs.python.org/3/library/functools.html -.. _Hypothesis: https://hypothesis.works/ diff --git a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/RECORD b/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/RECORD deleted file mode 100644 index c203c32..0000000 --- a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/RECORD +++ /dev/null @@ -1,92 +0,0 @@ -anyio-4.12.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -anyio-4.12.0.dist-info/METADATA,sha256=rte2_C2hYKP9_iVMFYogSzBxdHBzwY45S1TrLiBsxdk,4277 -anyio-4.12.0.dist-info/RECORD,, -anyio-4.12.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91 -anyio-4.12.0.dist-info/entry_points.txt,sha256=_d6Yu6uiaZmNe0CydowirE9Cmg7zUL2g08tQpoS3Qvc,39 -anyio-4.12.0.dist-info/licenses/LICENSE,sha256=U2GsncWPLvX9LpsJxoKXwX8ElQkJu8gCO9uC6s8iwrA,1081 -anyio-4.12.0.dist-info/top_level.txt,sha256=QglSMiWX8_5dpoVAEIHdEYzvqFMdSYWmCj6tYw2ITkQ,6 -anyio/__init__.py,sha256=7iDVqMUprUuKNY91FuoKqayAhR-OY136YDPI6P78HHk,6170 -anyio/__pycache__/__init__.cpython-312.pyc,, -anyio/__pycache__/from_thread.cpython-312.pyc,, -anyio/__pycache__/functools.cpython-312.pyc,, -anyio/__pycache__/lowlevel.cpython-312.pyc,, -anyio/__pycache__/pytest_plugin.cpython-312.pyc,, -anyio/__pycache__/to_interpreter.cpython-312.pyc,, -anyio/__pycache__/to_process.cpython-312.pyc,, -anyio/__pycache__/to_thread.cpython-312.pyc,, -anyio/_backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -anyio/_backends/__pycache__/__init__.cpython-312.pyc,, -anyio/_backends/__pycache__/_asyncio.cpython-312.pyc,, -anyio/_backends/__pycache__/_trio.cpython-312.pyc,, -anyio/_backends/_asyncio.py,sha256=w6gCSMs_2D1doKVtzi32bOloBl1df-IHubl8-Vks908,99656 -anyio/_backends/_trio.py,sha256=ScNVMQB0iiuJMAon1epQCVOVbIbf-Lxnfb5OxujzMok,42398 -anyio/_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -anyio/_core/__pycache__/__init__.cpython-312.pyc,, -anyio/_core/__pycache__/_asyncio_selector_thread.cpython-312.pyc,, -anyio/_core/__pycache__/_contextmanagers.cpython-312.pyc,, -anyio/_core/__pycache__/_eventloop.cpython-312.pyc,, -anyio/_core/__pycache__/_exceptions.cpython-312.pyc,, -anyio/_core/__pycache__/_fileio.cpython-312.pyc,, -anyio/_core/__pycache__/_resources.cpython-312.pyc,, -anyio/_core/__pycache__/_signals.cpython-312.pyc,, -anyio/_core/__pycache__/_sockets.cpython-312.pyc,, -anyio/_core/__pycache__/_streams.cpython-312.pyc,, -anyio/_core/__pycache__/_subprocesses.cpython-312.pyc,, -anyio/_core/__pycache__/_synchronization.cpython-312.pyc,, -anyio/_core/__pycache__/_tasks.cpython-312.pyc,, -anyio/_core/__pycache__/_tempfile.cpython-312.pyc,, -anyio/_core/__pycache__/_testing.cpython-312.pyc,, -anyio/_core/__pycache__/_typedattr.cpython-312.pyc,, -anyio/_core/_asyncio_selector_thread.py,sha256=2PdxFM3cs02Kp6BSppbvmRT7q7asreTW5FgBxEsflBo,5626 -anyio/_core/_contextmanagers.py,sha256=YInBCabiEeS-UaP_Jdxa1CaFC71ETPW8HZTHIM8Rsc8,7215 -anyio/_core/_eventloop.py,sha256=xsoYgHIddNYusTqAFDVmcvpjHKJFmdgtDcAjpN3JEWQ,6261 -anyio/_core/_exceptions.py,sha256=fR2SvRUBYVHvolNKbzWSLt8FC_5NFB2OAzGD738fD8Q,4257 -anyio/_core/_fileio.py,sha256=uc7t10Vb-If7GbdWM_zFf-ajUe6uek63fSt7IBLlZW0,25731 -anyio/_core/_resources.py,sha256=NbmU5O5UX3xEyACnkmYX28Fmwdl-f-ny0tHym26e0w0,435 -anyio/_core/_signals.py,sha256=vulT1M1xdLYtAR-eY5TamIgaf1WTlOwOrMGwswlTTr8,905 -anyio/_core/_sockets.py,sha256=aTbgMr0qPmBPfrapxLykyajsmS7IAerhW9_Qk5r5E18,34311 -anyio/_core/_streams.py,sha256=FczFwIgDpnkK0bODWJXMpsUJYdvAD04kaUaGzJU8DK0,1806 -anyio/_core/_subprocesses.py,sha256=EXm5igL7dj55iYkPlbYVAqtbqxJxjU-6OndSTIx9SRg,8047 -anyio/_core/_synchronization.py,sha256=SY3nsr1ZZyDrjamsOVoYcvj-x6d_AR13Cu5lZecG0gY,20894 -anyio/_core/_tasks.py,sha256=km6hVE1fsuIenya3MDud8KP6-J_bNzlgYC10wUxI7iA,4880 -anyio/_core/_tempfile.py,sha256=lHb7CW4FyIlpkf5ADAf4VmLHCKwEHF9nxqNyBCFFUiA,19697 -anyio/_core/_testing.py,sha256=YUGwA5cgFFbUTv4WFd7cv_BSVr4ryTtPp8owQA3JdWE,2118 -anyio/_core/_typedattr.py,sha256=P4ozZikn3-DbpoYcvyghS_FOYAgbmUxeoU8-L_07pZM,2508 -anyio/abc/__init__.py,sha256=6mWhcl_pGXhrgZVHP_TCfMvIXIOp9mroEFM90fYCU_U,2869 -anyio/abc/__pycache__/__init__.cpython-312.pyc,, -anyio/abc/__pycache__/_eventloop.cpython-312.pyc,, -anyio/abc/__pycache__/_resources.cpython-312.pyc,, -anyio/abc/__pycache__/_sockets.cpython-312.pyc,, -anyio/abc/__pycache__/_streams.cpython-312.pyc,, -anyio/abc/__pycache__/_subprocesses.cpython-312.pyc,, -anyio/abc/__pycache__/_tasks.cpython-312.pyc,, -anyio/abc/__pycache__/_testing.cpython-312.pyc,, -anyio/abc/_eventloop.py,sha256=GTZbdItBHcj_b-8K2XylET2-bBYLZ3XjW4snY7vK7LE,10900 -anyio/abc/_resources.py,sha256=DrYvkNN1hH6Uvv5_5uKySvDsnknGVDe8FCKfko0VtN8,783 -anyio/abc/_sockets.py,sha256=ECTY0jLEF18gryANHR3vFzXzGdZ-xPwELq1QdgOb0Jo,13258 -anyio/abc/_streams.py,sha256=005GKSCXGprxnhucILboSqc2JFovECZk9m3p-qqxXVc,7640 -anyio/abc/_subprocesses.py,sha256=cumAPJTktOQtw63IqG0lDpyZqu_l1EElvQHMiwJgL08,2067 -anyio/abc/_tasks.py,sha256=KC7wrciE48AINOI-AhPutnFhe1ewfP7QnamFlDzqesQ,3721 -anyio/abc/_testing.py,sha256=tBJUzkSfOXJw23fe8qSJ03kJlShOYjjaEyFB6k6MYT8,1821 -anyio/from_thread.py,sha256=-YZOTpu9WVHtAsMxQGIOaHMjaDRNeKQilx6Nn2qDU-o,19017 -anyio/functools.py,sha256=tIWQ90cuLMxfJIpdBfFY3W3CC1zqFCRAyR3DxKc0Xlo,10061 -anyio/lowlevel.py,sha256=NnPYQ6tWDzLRwpalX2CvsbkXkTeasbJcL52gPopWdYg,5048 -anyio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -anyio/pytest_plugin.py,sha256=3jAFQn0jv_pyoWE2GBBlHaj9sqXj4e8vob0_hgrsXE8,10244 -anyio/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -anyio/streams/__pycache__/__init__.cpython-312.pyc,, -anyio/streams/__pycache__/buffered.cpython-312.pyc,, -anyio/streams/__pycache__/file.cpython-312.pyc,, -anyio/streams/__pycache__/memory.cpython-312.pyc,, -anyio/streams/__pycache__/stapled.cpython-312.pyc,, -anyio/streams/__pycache__/text.cpython-312.pyc,, -anyio/streams/__pycache__/tls.cpython-312.pyc,, -anyio/streams/buffered.py,sha256=2R3PeJhe4EXrdYqz44Y6-Eg9R6DrmlsYrP36Ir43-po,6263 -anyio/streams/file.py,sha256=4WZ7XGz5WNu39FQHvqbe__TQ0HDP9OOhgO1mk9iVpVU,4470 -anyio/streams/memory.py,sha256=F0zwzvFJKAhX_LRZGoKzzqDC2oMM-f-yyTBrEYEGOaU,10740 -anyio/streams/stapled.py,sha256=T8Xqwf8K6EgURPxbt1N4i7A8BAk-gScv-GRhjLXIf_o,4390 -anyio/streams/text.py,sha256=BcVAGJw1VRvtIqnv-o0Rb0pwH7p8vwlvl21xHq522ag,5765 -anyio/streams/tls.py,sha256=Jpxy0Mfbcp1BxHCwE-YjSSFaLnIBbnnwur-excYThs4,15368 -anyio/to_interpreter.py,sha256=_mLngrMy97TMR6VbW4Y6YzDUk9ZuPcQMPlkuyRh3C9k,7100 -anyio/to_process.py,sha256=cEyYUgb8LJVRJCfs6rK3aEM_T3k2gEmhl0nBjEvflOk,9687 -anyio/to_thread.py,sha256=tXQPvHohvQ2Vrw2pBtdzkRPNV7u3H2_UDbvwL2u_R7k,2465 diff --git a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/WHEEL b/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/WHEEL deleted file mode 100644 index e7fa31b..0000000 --- a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/WHEEL +++ /dev/null @@ -1,5 +0,0 @@ -Wheel-Version: 1.0 -Generator: setuptools (80.9.0) -Root-Is-Purelib: true -Tag: py3-none-any - diff --git a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/entry_points.txt b/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/entry_points.txt deleted file mode 100644 index 44dd9bd..0000000 --- a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/entry_points.txt +++ /dev/null @@ -1,2 +0,0 @@ -[pytest11] -anyio = anyio.pytest_plugin diff --git a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/licenses/LICENSE b/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/licenses/LICENSE deleted file mode 100644 index 104eebf..0000000 --- a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/licenses/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/top_level.txt b/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/top_level.txt deleted file mode 100644 index c77c069..0000000 --- a/backend/.venv/Lib/site-packages/anyio-4.12.0.dist-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -anyio diff --git a/backend/.venv/Lib/site-packages/anyio/__init__.py b/backend/.venv/Lib/site-packages/anyio/__init__.py deleted file mode 100644 index d23c5a5..0000000 --- a/backend/.venv/Lib/site-packages/anyio/__init__.py +++ /dev/null @@ -1,111 +0,0 @@ -from __future__ import annotations - -from ._core._contextmanagers import AsyncContextManagerMixin as AsyncContextManagerMixin -from ._core._contextmanagers import ContextManagerMixin as ContextManagerMixin -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_available_backends as get_available_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 BrokenWorkerInterpreter as BrokenWorkerInterpreter -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 ConnectionFailed as ConnectionFailed -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 NoEventLoopError as NoEventLoopError -from ._core._exceptions import RunFinishedError as RunFinishedError -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 TCPConnectable as TCPConnectable -from ._core._sockets import UNIXConnectable as UNIXConnectable -from ._core._sockets import as_connectable as as_connectable -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 notify_closing as notify_closing -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 - - -def __getattr__(attr: str) -> type[BrokenWorkerInterpreter]: - """Support deprecated aliases.""" - if attr == "BrokenWorkerIntepreter": - import warnings - - warnings.warn( - "The 'BrokenWorkerIntepreter' alias is deprecated, use 'BrokenWorkerInterpreter' instead.", - DeprecationWarning, - stacklevel=2, - ) - return BrokenWorkerInterpreter - - raise AttributeError(f"module {__name__!r} has no attribute {attr!r}") diff --git a/backend/.venv/Lib/site-packages/anyio/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 5e90c7708d2c3c1c1ea5f8ee5278bd3830980d0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4624 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 E0?4OoMF0Q* diff --git a/backend/.venv/Lib/site-packages/anyio/__pycache__/from_thread.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/__pycache__/from_thread.cpython-312.pyc deleted file mode 100644 index a5ea73f9f8e17acc80b3ada02e853d3fab78c3a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25797 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 diff --git a/backend/.venv/Lib/site-packages/anyio/__pycache__/lowlevel.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/__pycache__/lowlevel.cpython-312.pyc deleted file mode 100644 index e176a32b33a8755c83f0a088e4b0c61556045c0d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7885 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 Vd{GddSbpQqYqul+MG)tl{a^0l{4f9j diff --git a/backend/.venv/Lib/site-packages/anyio/__pycache__/pytest_plugin.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/__pycache__/pytest_plugin.cpython-312.pyc deleted file mode 100644 index f8b72be01b549bd90669858e253382ed86cdb0a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14283 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 WUnMK9QP$s4fZ`*nl79uJ>3;y=;JqgR diff --git a/backend/.venv/Lib/site-packages/anyio/__pycache__/to_thread.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/__pycache__/to_thread.cpython-312.pyc deleted file mode 100644 index 76dd7928d81612f4ad619bbd8ca7746479ce9a49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2973 zcmZuz&2JmW6`%bex#UtGq#Qd=9C=zBj+xkMS`;zB)OKAL0fMG(k*Enu(^w97N77o$ zSz=}>g{lgujnVedLoTg*X#ar1>AlS<_g>`sV0BTUDcYhDdSM_3DRSz2vr9^mJ(OnN ze7$+|e!ur-|2#ESAyEFfbvgWRnUH^CXI$(|F!nzN;VubCU__*6v`h3aO?J|@o@)jP+4sg zBFmu71#L5}nci$`)*!;sBejDOlkiedy=P>5TXpEq1XGj#TreG2@SFLqRVGjR1@&O| zPO)_?ml zlC!{z!d{qgc?0%3*I5*?Zp1+@Ee`wqEha&<*O?T1Xf1SV%RKQIYV^9yU*#fz!I|r< z&-^eMzMd&-n0pp1-*a(~nO1XMi-Uf|)8Y>VEM85WMehxstg$F{z8|Y=a#=0D+OX0Z z>oO6aY2^`!bf=MdYG&n8fS8O&;x)J4FzR%J(jCn z!aSn1P|=!RThi-0okI@kbZFey`a(syK==X*9@HxnrdH`X3zJYR)1_F_5Y+o|4{*r0 zXuY{Q9$d(F=`+DTuv;Zq1B>#l1F1Oe4iep!JQ+wq0mA{O=RrLaLn>LQc%b$2cYLmG zYh=p0oQBIHmVA7nW}ivc(=KVko&B7DdUHMpZc$Czj}=@Z7A&F%e!>f(U!S<`D2tl3 z(^-@Q4*p7Fnv?ACb;VPX;&suWVTQy?tY9%Z8JvH} zi=ED^EK>Pd*_9{C#@OL?G}d^914RP?9@looeJ*t%(-k&B4Qv2<;FgRa6SWyp4ts8V z5HO-i1KyY1X99fB;YJE1J#B3giH#Xi~1Oz&VJbbxB zSNRYy0srQKj92PFM1=7|66fi5VVsXU$e2T*s1Q;ey(WgQeUE;9;j0TTy`sJHI6`nx zC{zMTVGpwzWZ#NPAfHBjjYkbr)?rW{!x>vT(4_Tm=g1Tw#fF92KSs;&LgKJZU}C^5O}>Ldv2hfsY?{iKQw z=N9e(lPRQ~gD-eeTkSCq@>jU)?8W zz4#e1tHlv93s_Z)pQ~xm{?kj>i18=miv2+W1Rq8w1w9OD+}Qsb2zSZBTQYekVD@Mk z&%FuYZ2U?y4<0&9lv%Pm%75fv&QsbQ0x9(S{KbF}gI*V2gLp}+^J9^}=Htl7iP@Ym z{P8%8ySKTYWDg1O1Sud9%HNZHyn)0|8a<$^Z$VEThiZ#FnkCie9=P)l-OKmg%MaYE z+xAs?8m1am`3y80=dR~@`{vE;ZNE8w&~M$kK*!JgE%_`io;|umlPtBnaU4mc+J=iF z-J~~S!8MaNjvx8H$S2ccc3nA(#+dR;&`ABwaXhVf-qHY^&OJ{eMrq0Oz)H_cEj3i> zj2}l4xC3+W0_*w`zaY|LGVEh`;Nzb<_}K$Jm4(r)hkRb}Ak0J(#c@9iA`3U;nQ0X= zrUHEsP4F-wvE&Sn*D|FZe<$Gr7btD7tlzt;p5x17JaCw^0T;GWrXMpbh9?9S;kJLg{b#64#ecPcN9ENDM+pB)vT p9Tmybr$!}|98!O7R7R;nrq7OWHS8`@#FG`I`N=(j9%}a^VD@)BQi}A@!iYd-4N!0~v$WBa8 zEsjadtIW)giH9mHj){-Y%*!l^kJl@xyv1RYo1apelWJGQ3bc(8h>JmtkIamWj77{q F769m;G&leN diff --git a/backend/.venv/Lib/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-312.pyc deleted file mode 100644 index 9272641b13f9b4501db9a956606112a9d6fa6ace..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139824 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 diff --git a/backend/.venv/Lib/site-packages/anyio/_backends/__pycache__/_trio.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_backends/__pycache__/_trio.cpython-312.pyc deleted file mode 100644 index a43a198864f67bb6d63823ffcbcfcca1bbab767f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 73271 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ȥAAYAVnYmY=tpx5O|DcK@%;6L3OfFG)Eg9 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 diff --git a/backend/.venv/Lib/site-packages/anyio/_backends/_asyncio.py b/backend/.venv/Lib/site-packages/anyio/_backends/_asyncio.py deleted file mode 100644 index 2a4dacc..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_backends/_asyncio.py +++ /dev/null @@ -1,3007 +0,0 @@ -from __future__ import annotations - -import array -import asyncio -import concurrent.futures -import contextvars -import math -import os -import socket -import sys -import threading -import weakref -from asyncio import ( - AbstractEventLoop, - CancelledError, - all_tasks, - create_task, - current_task, - get_running_loop, - sleep, -) -from asyncio.base_events import _run_until_complete_cb # type: ignore[attr-defined] -from collections import OrderedDict, deque -from collections.abc import ( - AsyncGenerator, - AsyncIterator, - Awaitable, - Callable, - Collection, - Coroutine, - Iterable, - Sequence, -) -from concurrent.futures import Future -from contextlib import AbstractContextManager, suppress -from contextvars import Context, copy_context -from dataclasses import dataclass, field -from functools import partial, wraps -from inspect import ( - CORO_RUNNING, - CORO_SUSPENDED, - getcoroutinestate, - iscoroutine, -) -from io import IOBase -from os import PathLike -from queue import Queue -from signal import Signals -from socket import AddressFamily, SocketKind -from threading import Thread -from types import CodeType, TracebackType -from typing import ( - IO, - TYPE_CHECKING, - Any, - Optional, - TypeVar, - cast, -) -from weakref import WeakKeyDictionary - -from .. import ( - CapacityLimiterStatistics, - EventStatistics, - LockStatistics, - TaskInfo, - abc, -) -from .._core._eventloop import ( - claim_worker_thread, - set_current_async_library, - threadlocals, -) -from .._core._exceptions import ( - BrokenResourceError, - BusyResourceError, - ClosedResourceError, - EndOfStream, - RunFinishedError, - WouldBlock, - iterate_exceptions, -) -from .._core._sockets import convert_ipv6_sockaddr -from .._core._streams import create_memory_object_stream -from .._core._synchronization import ( - CapacityLimiter as BaseCapacityLimiter, -) -from .._core._synchronization import Event as BaseEvent -from .._core._synchronization import Lock as BaseLock -from .._core._synchronization import ( - ResourceGuard, - SemaphoreStatistics, -) -from .._core._synchronization import Semaphore as BaseSemaphore -from .._core._tasks import CancelScope as BaseCancelScope -from ..abc import ( - AsyncBackend, - IPSockAddrType, - SocketListener, - UDPPacketType, - UNIXDatagramPacketType, -) -from ..abc._eventloop import StrOrBytesPath -from ..lowlevel import RunVar -from ..streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream - -if TYPE_CHECKING: - from _typeshed import FileDescriptorLike -else: - FileDescriptorLike = object - -if sys.version_info >= (3, 10): - from typing import ParamSpec -else: - from typing_extensions import ParamSpec - -if sys.version_info >= (3, 11): - from asyncio import Runner - from typing import TypeVarTuple, Unpack -else: - import contextvars - import enum - import signal - from asyncio import coroutines, events, exceptions, tasks - - from exceptiongroup import BaseExceptionGroup - from typing_extensions import TypeVarTuple, Unpack - - class _State(enum.Enum): - CREATED = "created" - INITIALIZED = "initialized" - CLOSED = "closed" - - class Runner: - # Copied from CPython 3.11 - def __init__( - self, - *, - debug: bool | None = None, - loop_factory: Callable[[], AbstractEventLoop] | None = None, - ): - self._state = _State.CREATED - self._debug = debug - self._loop_factory = loop_factory - self._loop: AbstractEventLoop | None = None - self._context = None - self._interrupt_count = 0 - self._set_event_loop = False - - def __enter__(self) -> Runner: - self._lazy_init() - return self - - def __exit__( - self, - exc_type: type[BaseException] | None, - exc_val: BaseException | None, - exc_tb: TracebackType | None, - ) -> None: - self.close() - - def close(self) -> None: - """Shutdown and close event loop.""" - loop = self._loop - if self._state is not _State.INITIALIZED or loop is None: - return - try: - _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 # noqa: B904 - 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 via 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._cancel_reason: str | None = None - 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("deadline exceeded") - 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(origin._cancel_reason) - 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, reason: str | None = None) -> None: - if not self._cancel_called: - if self._timeout_handle: - self._timeout_handle.cancel() - self._timeout_handle = None - - self._cancel_called = True - self._cancel_reason = f"Cancelled via cancel scope {id(self):x}" - if task := current_task(): - self._cancel_reason += f" by {task}" - - if reason: - self._cancel_reason += f"; reason: {reason}" - - 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: - 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: - if sys.version_info >= (3, 14) and self.cancel_scope._host_task is not None: - asyncio.future_discard_from_awaited_by( - _task, self.cancel_scope._host_task - ) - - 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) - if sys.version_info >= (3, 14) and self.cancel_scope._host_task is not None: - asyncio.future_add_to_awaited_by(task, self.cancel_scope._host_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 - _closed: bool = field(init=False, default=False) - - async def send(self, item: bytes) -> None: - await AsyncIOBackend.checkpoint_if_cancelled() - stream_paused = self._stream._protocol._paused # type: ignore[attr-defined] - try: - self._stream.write(item) - await self._stream.drain() - except (ConnectionResetError, BrokenPipeError, RuntimeError) as exc: - # If closed by us and/or the peer: - # * on stdlib, drain() raises ConnectionResetError or BrokenPipeError - # * on uvloop and Winloop, write() eventually starts raising RuntimeError - if self._closed: - raise ClosedResourceError from exc - elif self._stream.is_closing(): - raise BrokenResourceError from exc - - raise - - if not stream_paused: - await AsyncIOBackend.cancel_shielded_checkpoint() - - async def aclose(self) -> None: - self._closed = True - 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 # type: ignore[name-defined] - 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.copy(): - 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: - workers = workers.copy() - 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: - self._closed = True - if not self._transport.is_closing(): - 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: - self._closed = True - if not self._transport.is_closing(): - 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: - self._closed = True - if not self._transport.is_closing(): - 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.Future[bool]]] = RunVar("read_events") -_write_events: RunVar[dict[int, asyncio.Future[bool]]] = 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 < 0: - raise ValueError("total_tokens must be >= 0") - - 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 _notify_next_waiter(self) -> 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 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) - if event.is_set(): - self._notify_next_waiter() - - 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 - - self._notify_next_waiter() - - 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: - if sys.platform != "win32": - import uvloop - - loop_factory = uvloop.new_event_loop - else: - import winloop - - loop_factory = winloop.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): - if sys.platform != "win32": - import uvloop - - loop_factory = uvloop.new_event_loop - else: - import winloop - - loop_factory = winloop.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(set_current_async_library, 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() -> T_Retval: - __tracebackhide__ = True - if scope is not None: - 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: - if scope is not None: - scope._tasks.discard(task) - - loop = cast( - "AbstractEventLoop", token or threadlocals.current_token.native_token - ) - if loop.is_closed(): - raise RunFinishedError - - context = copy_context() - context.run(set_current_async_library, "asyncio") - scope = getattr(threadlocals, "current_cancel_scope", None) - f: concurrent.futures.Future[T_Retval] = context.run( - asyncio.run_coroutine_threadsafe, task_wrapper(), loop=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: - set_current_async_library("asyncio") - f.set_result(func(*args)) - except BaseException as exc: - f.set_exception(exc) - if not isinstance(exc, Exception): - raise - - loop = cast( - "AbstractEventLoop", token or threadlocals.current_token.native_token - ) - if loop.is_closed(): - raise RunFinishedError - - f: concurrent.futures.Future[T_Retval] = Future() - 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: - try: - read_events = _read_events.get() - except LookupError: - read_events = {} - _read_events.set(read_events) - - fd = obj if isinstance(obj, int) else obj.fileno() - if read_events.get(fd): - raise BusyResourceError("reading from") - - loop = get_running_loop() - fut: asyncio.Future[bool] = loop.create_future() - - def cb() -> None: - try: - del read_events[fd] - except KeyError: - pass - else: - remove_reader(fd) - - try: - fut.set_result(True) - except asyncio.InvalidStateError: - pass - - try: - loop.add_reader(fd, cb) - except NotImplementedError: - from anyio._core._asyncio_selector_thread import get_selector - - selector = get_selector() - selector.add_reader(fd, cb) - remove_reader = selector.remove_reader - else: - remove_reader = loop.remove_reader - - read_events[fd] = fut - try: - success = await fut - finally: - try: - del read_events[fd] - except KeyError: - pass - else: - remove_reader(fd) - - if not success: - raise ClosedResourceError - - @classmethod - async def wait_writable(cls, obj: FileDescriptorLike) -> None: - try: - write_events = _write_events.get() - except LookupError: - write_events = {} - _write_events.set(write_events) - - fd = obj if isinstance(obj, int) else obj.fileno() - if write_events.get(fd): - raise BusyResourceError("writing to") - - loop = get_running_loop() - fut: asyncio.Future[bool] = loop.create_future() - - def cb() -> None: - try: - del write_events[fd] - except KeyError: - pass - else: - remove_writer(fd) - - try: - fut.set_result(True) - except asyncio.InvalidStateError: - pass - - try: - loop.add_writer(fd, cb) - except NotImplementedError: - from anyio._core._asyncio_selector_thread import get_selector - - selector = get_selector() - selector.add_writer(fd, cb) - remove_writer = selector.remove_writer - else: - remove_writer = loop.remove_writer - - write_events[fd] = fut - try: - success = await fut - finally: - try: - del write_events[fd] - except KeyError: - pass - else: - remove_writer(fd) - - if not success: - raise ClosedResourceError - - @classmethod - def notify_closing(cls, obj: FileDescriptorLike) -> None: - fd = obj if isinstance(obj, int) else obj.fileno() - loop = get_running_loop() - - try: - write_events = _write_events.get() - except LookupError: - pass - else: - try: - fut = write_events.pop(fd) - except KeyError: - pass - else: - try: - fut.set_result(False) - except asyncio.InvalidStateError: - pass - - try: - loop.remove_writer(fd) - except NotImplementedError: - from anyio._core._asyncio_selector_thread import get_selector - - get_selector().remove_writer(fd) - - try: - read_events = _read_events.get() - except LookupError: - pass - else: - try: - fut = read_events.pop(fd) - except KeyError: - pass - else: - try: - fut.set_result(False) - except asyncio.InvalidStateError: - pass - - try: - loop.remove_reader(fd) - except NotImplementedError: - from anyio._core._asyncio_selector_thread import get_selector - - get_selector().remove_reader(fd) - - @classmethod - async def wrap_listener_socket(cls, sock: socket.socket) -> SocketListener: - return TCPSocketListener(sock) - - @classmethod - async def wrap_stream_socket(cls, sock: socket.socket) -> SocketStream: - transport, protocol = await get_running_loop().create_connection( - StreamProtocol, sock=sock - ) - return SocketStream(transport, protocol) - - @classmethod - async def wrap_unix_stream_socket(cls, sock: socket.socket) -> UNIXSocketStream: - return UNIXSocketStream(sock) - - @classmethod - async def wrap_udp_socket(cls, sock: socket.socket) -> UDPSocket: - transport, protocol = await get_running_loop().create_datagram_endpoint( - DatagramProtocol, sock=sock - ) - return UDPSocket(transport, protocol) - - @classmethod - async def wrap_connected_udp_socket(cls, sock: socket.socket) -> ConnectedUDPSocket: - transport, protocol = await get_running_loop().create_datagram_endpoint( - DatagramProtocol, sock=sock - ) - return ConnectedUDPSocket(transport, protocol) - - @classmethod - async def wrap_unix_datagram_socket(cls, sock: socket.socket) -> UNIXDatagramSocket: - return UNIXDatagramSocket(sock) - - @classmethod - async def wrap_connected_unix_datagram_socket( - cls, sock: socket.socket - ) -> ConnectedUNIXDatagramSocket: - return ConnectedUNIXDatagramSocket(sock) - - @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/backend/.venv/Lib/site-packages/anyio/_backends/_trio.py b/backend/.venv/Lib/site-packages/anyio/_backends/_trio.py deleted file mode 100644 index 36941f0..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_backends/_trio.py +++ /dev/null @@ -1,1384 +0,0 @@ -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, - notify_closing, - wait_readable, - wait_writable, -) -from trio.socket import SocketType as TrioSocketType -from trio.to_thread import run_sync - -from .. import ( - CapacityLimiterStatistics, - EventStatistics, - LockStatistics, - RunFinishedError, - 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 FileDescriptorLike - -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, reason: str | None = None) -> None: - self.__original.cancel(reason) - - @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 bytes(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: - trio_token = cast("trio.lowlevel.TrioToken | None", token) - try: - return trio.from_thread.run(func, *args, trio_token=trio_token) - except trio.RunFinishedError: - raise RunFinishedError from None - - @classmethod - def run_sync_from_thread( - cls, - func: Callable[[Unpack[PosArgsT]], T_Retval], - args: tuple[Unpack[PosArgsT]], - token: object, - ) -> T_Retval: - trio_token = cast("trio.lowlevel.TrioToken | None", token) - try: - return trio.from_thread.run_sync(func, *args, trio_token=trio_token) - except trio.RunFinishedError: - raise RunFinishedError from None - - @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: FileDescriptorLike) -> 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: FileDescriptorLike) -> 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 notify_closing(cls, obj: FileDescriptorLike) -> None: - notify_closing(obj) - - @classmethod - async def wrap_listener_socket(cls, sock: socket.socket) -> abc.SocketListener: - return TCPSocketListener(sock) - - @classmethod - async def wrap_stream_socket(cls, sock: socket.socket) -> SocketStream: - trio_sock = trio.socket.from_stdlib_socket(sock) - return SocketStream(trio_sock) - - @classmethod - async def wrap_unix_stream_socket(cls, sock: socket.socket) -> UNIXSocketStream: - trio_sock = trio.socket.from_stdlib_socket(sock) - return UNIXSocketStream(trio_sock) - - @classmethod - async def wrap_udp_socket(cls, sock: socket.socket) -> UDPSocket: - trio_sock = trio.socket.from_stdlib_socket(sock) - return UDPSocket(trio_sock) - - @classmethod - async def wrap_connected_udp_socket(cls, sock: socket.socket) -> ConnectedUDPSocket: - trio_sock = trio.socket.from_stdlib_socket(sock) - return ConnectedUDPSocket(trio_sock) - - @classmethod - async def wrap_unix_datagram_socket(cls, sock: socket.socket) -> UNIXDatagramSocket: - trio_sock = trio.socket.from_stdlib_socket(sock) - return UNIXDatagramSocket(trio_sock) - - @classmethod - async def wrap_connected_unix_datagram_socket( - cls, sock: socket.socket - ) -> ConnectedUNIXDatagramSocket: - trio_sock = trio.socket.from_stdlib_socket(sock) - return ConnectedUNIXDatagramSocket(trio_sock) - - @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/backend/.venv/Lib/site-packages/anyio/_core/__init__.py b/backend/.venv/Lib/site-packages/anyio/_core/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 97f172658ad4aa71e8610c970802498485403f09..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 186 zcmX@j%ge<81UnjRGePuY5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!igdP$DbFv;E-pw+ zPL0XSDk;`YOis=(%`3^wOV>@#FG`I`N=(j9%}a^VD@)BQi}A@!iYd-4N!0~v$WBa8 zEsjadtIW)gi3h8VkI&4@EQycTE2zB1VUwGmQks)$SHudmi4lm4L5z>gjEsy$%s>_Z D``j|3 diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_asyncio_selector_thread.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_asyncio_selector_thread.cpython-312.pyc deleted file mode 100644 index ba022c9bde9a968db8ecab6feecc796383ceb2c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8401 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 diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_contextmanagers.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_contextmanagers.cpython-312.pyc deleted file mode 100644 index a67afb0b660fbcaa2a0db9e5956a7dc760421e67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8996 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 r9(hjD4R_k>>`p-}!ex915E diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_exceptions.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_exceptions.cpython-312.pyc deleted file mode 100644 index 7694f66d2181f433ea6c8c261daae70ffbeca71e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7263 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 Te*V&N5!WB(mEUDtvr>Nn4mo(i diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_sockets.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_sockets.cpython-312.pyc deleted file mode 100644 index 5ff95ebed54deafae022d3b84b04d8fbb53b2b43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 39926 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 diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_synchronization.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_synchronization.cpython-312.pyc deleted file mode 100644 index cfdfb67c58d24022571f7cabff3bcbce4bce0d43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32941 zcmc(I4Rl+_mEL>!;{)+ag5v)V_)kz2tsl#h8OO0KS&Ac>Ni5lk89NXJKq4iOkRL!v zL}Z7NoUD}EYk8B6yh)nayV(<~c6Xg-yUF&XC$XKhX|p{A1gT_EdgJYG+N68V9x703 zTRlDPcW2%o9v-P5JJ~03-n^N4^X}ZabLZYWcLqQ6`Dz7R-=F{B)U*2p;qT}{y_`HE zmiO5N;k=L#5@Jf27AHiJ;IpYS7IoA9Ip)4_@0blpT9d-kU4r$ZAV7WbtZrq@iYVR3(| zak^=uX}Wo$SrlwS(whjpEOJOETJS6-g0Ix6DK=r3kf?u3NQ7QS8|ZqO--L-)%d!n9 zyQZpan`PNXlx?ai+iqF58D(3l%63?mZAIC(s?oPzAv3M$$$>71aPmaZt2V(If`{s^PZVlZZj>*5Gj>dCSd@>n7ax^_PlZ{Rt zjK*U#@nkBMO#F(7C1NYB8BcGYmF472c3Wm{CVnq!O3oxob%&DKXpB;#R5_ARSKYm{ znYjm(ne?n2Pu?fXX&H&0?X1eZ@ie|~D@prenIrel988yjR7ITE9nB)OB<|aX7hDJB zbS^m)r#7pX(r0419VzF9q%a{SgbCY27;6*uge~bv*zZEloFn2a1@1crX!jDDGTEtk zCih@%7}wa;v6vi2GsE<)O!RncDmyiEXe>N4JAEK2htmgnMp(%Rr)R=r)5+}Q*#0L+ zS(T%dv!7K~vZJDsucD^$3(k@hjn2fTlhJ6YHX5ByCuUO=_eP_S&&Eqb$H=O>`*fEXl!O~D*b4bm5ov_P0Hz+sT`x6(W7(n8hnQZAw)6(1fLhK zIBZU7SrQtWE;$_8gSbUc}eX49axOhu=$l(0fbskyLPHhf@?_o$(+gQ;{31b{J= z(yC%l1}cahi%qeygmUyT!|U1Eqp76&0U2O00tlx;J=sa3p#z7L@odHb%w#&1K(8rP zsjnu&pz&!|F_C6=aw-!}aXc8lc2l&fRi@Fb3BjYW_~Wxva&kYwz2U;q^i1?Xax#`W z7)>AKq%Sw3TT1~I%L*DxPKMf&*NEF(Jww>1I9f)+qobpbmE6jkaz<`KP2+MiLb;Oy zMss0`^{7ERBAIRkM4uAqvq5NVDLR@L>zj&>ro}*a(b2saYSbu}UbLpz^~kw7ik*`p z?vj5`I)21JoDG%4c_5umg;OY!OpJvOrecS{VG>hu3^a856j%!DTI7eRi&;4$7jSVy zM?cAi>*zj(GltX0XOc1}E-O-+OtPB7L#Sx~{_*roa{qq*t)$km^eOrzJ`|ozrV=z5 z@D)a|5yPi%ipF$)NJ!BLid9!~5GqP8-o|SItuZIV1Yya^8pVibm3|*WC&?6y;xE&R zfco8ue)kK$y3>0WJ*`DYtFgnWuyuzIAm>Ipe9jfADTTJD(Qh=d>V2L2!ObD+fZD%? zi9@T_FnREqNa=LKr2a|PvC)h+ca4ShIGdr+_p>vJq@0=qfoZ)x#-@9ksHi%_IAy42 z2rUH&Iz!dg1CQ`7Q$UP5L(>FxfCC-i#l%o_G%l{`z2xZSLzT)|SL>kDGZ9#3U51XEZJQ$EC+ndI?kH0R^OlJdA0c^Trp z^TM*t?(SI%^%X+{3!zPg(57N&bKbl8ouxqEuLY5^y1sPxMQ``A9S_$s^wm>Mt-@DB z>+OFouD4g9hd#{E<45GYkVVL^Q({ES4eU)~md98jjyyt4aOxlpm@uSdOthJ75)3vo zidKZi)7kr{F{@9bp~(ajT9NF?BvS{Ct+Qv6*_@lV4ADpMv9g3}et`n#p$yq6vTh(tez9_*IR&d;(%GxK4H|rQtL@8OwwZB$G1)=xD80 z^nRN0INDi}SPFEMfJ~+o4IiJxJ8V)U(K?-=IVz4`NhU_Z_=?Q1!bL8UjHafilZh!% zVrtIt6>Bs&h#TZ;IT9!yL-R63AHNjdnHR1Gg+LE_>fJI8i&Hgju>vWp6Vz6vyA0eo zb|5{=iA)ha8LLimE{#?tY3QubW3_rcxu8N+8qYrh@bsP=zhEo5I9lXQ$hlyXKZ0Ay zL9?pzAV>5JCe=qIxrJ(>2~=*QfaG=g9tyToa32N4=*)r_eS&@GK}0h2>Qh45=5Y3u zy*30A3nXXH)ds})EI_Zs@uyuFmvo8c1VWu7nw7N#aYHAR0vAzr!k4HazL=~@_!H7o z4wXesNQpqgjU0C(n5f0Q7SA5sJ&C%67kBTR7^#=Hpo(#21cVilBM^mjlayy5>$A?- z$?yb5#Yad*_Y=(c6U!qEW}Tl{G1-&C%S0}?_6qW5+^CPZkjoLh6={YM$`W%8tfLhM zI;yZo`cSzJ!Mv~(So7?YXP14!gA?T12f?Tmd=-UlFJLF}%a(8u<>2eVl@OD5&CY zyz_FQO7yWFJ&qSLyAaF^Z+QX>p00wYEAJUx>bzg+Om1(3_XISYwUz{rJj?IF}M4@TkxP%n;Oi z;xeY|ur>kf89K)1Kt|*HFatBxFob*px5Ii~VD!aB4(nc@_aa@9dGI0a+PgxJuSR<+HP{VJ-i{j0 zG{AV4i2(Q*{sKy8)*&!8IMj6huIKK`d%LvWT?h;p0>j0?NM0JLZaNK_(=`0|A;PCb z>*iar1GNiJ!`}ND)bthGdHWZfPE4$G!WQ9aCrzk~O+;)m>ruviO?1v!a;~m|$Y~OL znp#NWG@Ha0{q@ftIeTQm-&yc?7X9G`DSS~1Un?_NsdGqtK^$dci&}6Olwjrh!D19%g1IHtm>OPl>sviq`9M`kkg`$P z%S)l2SL-f?Hs!sW4Bb3h2#gj3>+{lj*3G~<&6jL~kngA1ZVDctU>rfjXPzqA@av#_ zHU??tEJ;UYm@nn*9Phw;D0e#rD^8>|A+e7hMI=LIKQAoy4b6Y_+@nRu&|*W&{H`~`?{F$Lh*1x5%Dp_!{LT5Vf=^bmJ|^u@?E&Ql!>?ocTB_8)9;)oQde@2 zp1Bi(viD#t14A%3Eoq#SI3e*r04A1a7*IE=z?>9c5p~)#DKP<~5@RfBQe|5qJ5g9BlxB!%!(5}`v$mH?sd&_gv!=a`u)S*T;A^vKZJ0!k~@gny0?m1(qUTqkul_0MJ&r1pzayTWc7 zI>oPu?T+)VPBBiMtzLve)(R4(Zlo2&Cp8{P5X;F_GL}hRaL6A*6(uQoA|B0R*`icK zv12iqnOM?+41JgM1UXCv-PEEJQ&}{KneEVR%JU1zW?~j=4{RB3-?QGc-e>%ZHc;PC z$uhMztfnGetJ}uup6NV9T-M^gd<0+5aY9l$<0XQJm^OoltB~)?JCUG`A;d9*C}W7U z7_*jp?YO3Pnc)}-AD@DD1^tBCq@ej4w5KsSHkCC zg79(5UVJv5q-b*I_>Xtx( zQa-75`OPb&^l1YbjE;tn!3YA2XDpF`^?EG4X>`3-y=5OWjZxth`t1B~(HON;y@pOD zV-oRHrgia2I7W{&|6Y*f3~sqr8rGk>7lZx26Y=CxvcEp2sBbc66*Sw-4v@8YW-yoV&x#ysB55G*RvRc ztCCCAt?4U-L+!Hjm{|S;MD(e?TDML(G4%&ArMob-V=)d-blK%PWUJ%2Mcq^d}Y()}N(_(K#_*v1GDV*Ct{dPJb_kzR)w zzvj5MAHlME)F}5r#-xd=N`j!};HeolA2sYj!*wut>R;of3}=Un9g#DR%TjA4MD$q= zHBaGTMGZ8fOYf?1U?rhLmbcLGb&1Q^T5GuIKfk~_{Iiu9! zxw?whQ__D%>C83+iss%~@O0)q14})dianbbdbSmMwk>vaFLc~i=(ug!F7)0jmIYg{ zpH%rSj3a3Afu6z&b`rwaX(FcIsxk-Ga*mqJxQ40SGBK50V@0bqVQUe2l^WgQvxgV_ z;etP0^!F@CJr|{(Yx1KgWi3`sAV(9c5I0|+YqRdT)l^p!!3;te2%7aS`=#JybwZ`Xo%u;3lM?2Vvny=&iPwV#Ttt(3vu zuWl4gI=QIo)&+ zMh3@l9$8VT98^VOYPMRQ$sWv7H-gLI}i0a92Tb7yl4fp8%ZUdg6QmRS(GSf<%)C1B@$I(JXl zpw`<}m$6&3xxzNf^3rXLM5={R5>zmb;*Urm1`T0IyFjdTiRI@Jt|EZeLCADG<%IAVV)iAMg>XssrW)ka!jFVI z*_+(B({fKO?j(GAAY{^Vj~7B_6U0v^#7-`L`f(@mGmvOz;%6|?k_h6t4q|9)$*p-_ zjLS3~l{``AfxOXC+rfEa?}2{8j7-0JmqqlrID1D9PdD|h57xS<6AZtrz) zVq$E>fpQQCNjHYt1!5zSvE(4OQ6aSw73JzR=wZX)!lE0KNv0W@FoLdW`GZe?ec#s} zKI3@0c4=VkpBy^lc*a-F2??Il)K~W)qKOQ~NeSt6scpEf1zSFh(p6I>lXe=6AggvH zcpV7xG`&MsKx=ts1UWYXT!ooPK1!9YB%0{nJh}-eNT3|2w@wf!Ml2AX@F$iP3b0&Q z(^;^Jts^kR${w8(5}M)ilsE_0GM?MC4~yaI@-X=dYA#u-TVRDh5A*(kt^At=WgUW& z_d!~BpXScAX1v3JlsWIJ=GR27#n15=JZ+b{ZYy?exairiRNtBJ z+E=W9DDQoUB(jaGkP@L>>n+61*J=_B$jc;*>Bv)&S}}}BRBK@V2)11NHiNNE_km(K z8zox<8)ZiT4?`VCqIr&?>|C9WB}Fi5C+rX%GNIK%q{DjbQrp^M+d5Lxnt>yCuVTyX z+=4}y&5jq>Y^ju9HLmh7s$FSfUkzE{K&$f@2!q#7Y18Z~*!k^R12xn?xjO18JJ(!= zdc|DWO+Cn9aPmYfo`tb?#^41u9&yRv#``6w9Gf|mlwYKH&CxWR!VYFjwfDo_@&xk> zlkY(e7!8}a#hH>AEjgJRLZx?Zx*-&4xPGbF0a>lV(Btu!FZjrx>z$i|Y zYB}nos4Hg>QS{WisZ%hMn>qzD*7?W2{MecM7QJ;G_u%@Cv{DO&*>~2rAhi{ww#$-* z9|aL36T2Qo^Z8s^ElgI=g+P}!fKY>S=_sw94$uvj_B<=k9DPVK-<(y46$Yz#*r!6E z-&I&N*d3~)16Fs}sO1v2SL`n@WHU7o@?wG`J{vb=DVL^QD?IP9*U$MI7<@hcM++ z3KnRehA)KM-H+WK=ZBvg{?f>Tx3l2w#M)tf#|u0DOI>8KvGsiFxzv|t;MA25_PuQv z>WA}nk>xhQJ@gKid3{~)E(O|uEjZlui=k%n3HtKgZ~;5-d(Ow*z+QOhQgH2C-nwNs zid=&^tginZwU+<$<+iGiz;ldcFVsZ}b&>y<`7&B~%D-boJSX1U<9KeH8`0O=LiY{` zuZ@cL_Bmd=%|Y?oy-0suXxQFuf4xE6-sO6Ijf3JXwUpi`qRi_9cWiIBztL{rzD{_f zOGNG)-Ola9HE#^mpv)WVd^;lcH^v%vbkzLVFYc(T{c*ra@dh{2f862RG2r=ePYuN* zc9gHsaEYy)R*g)YA=!xFkxbVK@d;a|2SY^}v^Z{(>>!r7kZrFe&Q>{Mi$YetS8XOZ5+*&O(h^YDu^#q`h!?>3u8YfYVU8B0MrhSse z4^_j)&y_}@bMR}Q%7=!|-GN}SzVUqIxyYB+E_gfg-i|AFJ+}}V!WmfU_-l*nMDLv%ih8H z-RHWBj=`(gRXSRhZhlq#VX-XP@oKGv0N&=RY0~X%E;qX18W#*Y`^$ZPXXDkd%lR>p zqnO}`<4?P2#NiUlFCobyzj)nH5vQovfJdB-t}z$5i?0ga;`Nw4AP`cwy;e%j&RSHkRDlKBn=Va4&aH z$4-#v(`=F%tTpyd0=71Qv#g0X?rC?@cG8ZuUj;=~TZUjU)3*#^CENzDP(`4x^tX$^ z+mlSz7ex8r;|2mI;jt7{-0m{!MlbGr7t~s&I^a2&1768ThR!K?>+^O}ReVVuq7rdU zqg!5`R*CAHClmG203Zv3)BRylbH~tY9ZR2}(PHGO#1opc-~zc?WHw>lBdwxwSe+K54s7%?{(6C&j9oorZinOl{N# zcEMih8qZ<#s-XwM)3X_PkR`Ekl=jUhp&PTMoLsAQvAaJQUZ3mJ2-V_s+WJcSR&raa zOW`Dg7}UKqm6@D6MBAw`)zg;^AYprd?NnxJ2Amk@6!5LcZaUF`Dd?rzhiQaxW&Ihn zOHtP4|AaUrO)GjLeweE_(i43$8l5MCB0kBS)q<_huX`nQDX?y-zAfK=cd`CMdGCi7 zJ+5)Q+7MXFOyQ?NA0xLl+!FI~?b0y53L6(Cb+I zE5T;22!8~qSFrfgsANc`NmfzOHAJ2gnfxl|Ht$G+h0)GHCL(53KE|cZ5zV=hoC0T( z@nj|wljm0O0i+o=XW&|j<@rT|kyiTTod_!IHPpq7zxWX`JAcamg5IHxQ&mPun#Oa@ zIzE&yDTdZRr4N3V-lP7!@ek%Y@1I!(87s7!qzPlI6$9y?5fIyM0f=7Xf(n=U>D&&; z?^@?rLsD|G(z$?+7nbm^0Ez0n=rTAj-UMP8OyFlz)3eix9&%$aF^-he_d$6@-D;}@&!{S>_t;F z#H`W`UaHhW>ILmm#0s%Y3kSbv5WB1VR7K{SY8Jx-3GTOQof|wO92DU+;Ag(9btYd{ zE_k~Y!MhfBwp$clugrT@oh2u{NNFH}TT9XWSEG7*4s+9>}F4H(bqBCG1s8q!@_ zwQ;kP3BeUIBKSAw;UkC`dAOCSw`yA{_iO!Yyjr=!z;~wTEME63WjpYHO2kGcPA<4K zR_`iRgi_}1>Qq6b3Fr?+BamkuCxvH_PqM#JQy{x5gh#a&0l5{<4_NwUsE9a9&de+} z6UZcEmB6U8Y`!FYVzG1W8OJ55ZLzf%&J%&^*^p?MO~2Z52@=fL z{O!7tM5QCEg%N8L2~s6nKt9b&G!ePA5qsykQ+kma`;$uvGrlW@Ba5ly&7+^2G*sOo??2$opk$&z zzHna6z!dTDA1om5Do9a_%xchlB30{yOwFBn=Y$WBXzg3gAX(|yja&T8Nl2^ zO3XD@bqy0b|B>1^i~^P8YBAKb5E>|i2J+qkavuHc+0QNn`U-)*ywq3SQ$%iz#99$q zsog5fq9r5X0%&U$kQ!V54FT%qfO3HHQfDRE02Uh`Q)eXj0T~LF{OqV+1(Jbn1 zsP~NLkqE~}2@}H1T|tQ!d`_23-=${K46QgvseCRp@ao4eg|_6qTeR+o6atZAU~OJn z%g|6I!O4OK8=Mn}+{}Vn3(gEd>8z03QmA%nJnv?4gIk^s% zU7|BWK@S!@NMv=u9?Z8-BZdknO>}lCX^6dzJ=A>jKWkSUP0}u+VO(PQrw9#p;-GSj zQyo9XsmktK&yRIVx*%TSU?-JACu)*4hiU1>bV20AZfip+7p%VUgVj>ptR{HGYALm_ zEt6-g2OhBG8SBL}*_3^FCehZ9XF3QafM*}>LHNm%Uu@l6AktjIdO^iGi<)>!fYGpH z1NSf@H-5;JzE)mkGsYpcS#99z|Jmqv=A zEf>98$Q-;?F>W=t314g2X#bA5v2yP=O`NBRepa?9v1VKA%qar9wHj>I09Qkh6C-9~ z$PznpO4%=LWSut$gpB%3ip4R4!+bQS?n7IP50uFq#lXPI7e7(yCT&+SGR)PIFi#g* zbj(L^@`E?S`bnJR;K0v~tlZ1IkB(Qw{}|S9V~KUgWjI%3-I$-%Fd9~lqgtVQdX;Qi z*nNuAr(i_VV4@n*GVMmCRq9m^h&7(vi9OfwSAx0x5d6q+mKfDIr60A)+hn;;8Hb(w zP}LS(6*+2ixbN`sFg21^!bdf5bt{ct6Beg8Y6aA)xWz0Et2#Dm6R2<&B$NAk16bAs zN&_v|ZYEIUVW0IxqO~XnjjPjWNh6|EFLXR-IMp^yeRRMw!<0dquqp=k^?~Tc$8O26 zxP{2j(9!%*S>|gn89Syqantd#bd;HT`l+?CQSJrgxh^xd)R&YaQ*qk!tr_{OVbu@7 z)rSqb7M-kq*Rp3zL9Ms~S1xP@++1ShRw4hPMv>bTXKpxf5UQC66UIxWv%GqU0r^DG z>3zfnuzExk%RNW5>NE%qgnZp|4rHus;cq6*VE`A=PX4XnH@Z305`$a|>#RZ=Z=qs# z-vE@Uc4p-uIxa^eUAtBp9q^M_)LLss-gWV$x6Fti?q#D;2c0(y{9~;HXEN)&7MzuJ zkoN807FLx(Uy@XKj3d9)rmD2Y^N7`xCf2TmdW*szAku{^pT+VA^~7~%aP)%C(9OL- zG-D=VxZW$YYg{6_NkX=!x+4I$TGCPQbRRYI8cOh~*+^tJ*37514mUOPMqBhgkemhr zM*#e~E2e`|gB4Na`fh|89sm{$M?)%Sk=*PFEV&CBh{nwWoTI6yE}KchI0BWESd5!| zv_n`bwhhs7n{ZjySh+eZ**W5%I+K^1B0?KJWlck*7gp1dVug8_Xh{S{}QSCf@hsr{8GBQ&Yk>L^PYP{z)M z)r}M3>m4*&-PyW4Xgu0Q`-C+uFe^!w3Zlb7zWn;aF*)LsI41W|@DU2i6zrzp3kcNZ zHOjx>;Ok_1S!U-T>jtu%K#ffHUtSGmsW0~+UhT?8I-bFSjcnu$7Pvbnv)Ek8#4lN( zYMJ$e{L;AXm-bL{V+ej&#oC*VwSod#9Lc3$FSFXLG^XOr{C8!q&1(F~x*&-Bq`;gu_?M4J-gC z9Mu&F<*=ILH0~b4o7M6nayU$6-G>R-`mh={HX@2nRb?=t zmANWaMF)W|r{!oYaNTaPeTW>DS~xTqMcSod=oFGxGDy!4y_W^EmzD3`$ikRvWNM(1 zPL?M5Hwa+%G%Bs;6%}mIRyu!WoG1mJAe?*vRVqgO?t-T~?};q+-%;$}y3qfzLjT9u z;#f~1h;eQkU<+czDQH2gzYyrpOa0bJJpH>^5Njc{klD$M0+yKTHc3%BMW`mJFHrj{ zR>r2!PA~We3jTqje`rA(x+o1<9Ao3eCs_kOiO9{a`0<5k)nV1V?#GrBA+k{70_hnq3QlU3qC& zKCnx%5_S)Ze>2P!jN>cWp*X7o?nzxjN9Hwqfo zf>~m&cZJ?I4wdH!5hHlJlHS>(RevGWpZE5&(>I8;7Xlj#fsJ`d*+`BzwTob77~pnx zgKw*q*K7xTX|>i_Ey~TpXFjX#G%)VKH+a^1)UQ`~)(VHcYPx=(mlzk-OxQTenKs#3 zSn{LVSK&MB7|#tFk!A9IC7;&mSax!BYUUvG@z1qbmWBuIhDfbUjzZkG)j@C3k4+tv z^ORViK<`mT-%JeqzsRVVS}65~`t^D0*GEtqKV=YTdA|Q!aB}T`ssAss-#hW06NTXq zF@M+liuF75-kpoS`g0%u;v>x6b!)Ny&b;?dcJ8*q`xd(g=zy-yMQ{CE{qSd{JzbY2 zi<8W?VL(FXio-yhBh;gW`Lfzp$~_^7(lG8BhI$dNVs4a}8(4wdRYRF#2>VmQ4835c z_yz-^Z!QEj=cUcnoLp<;KgCdI!moL#Q(|s#g|=(9FQxIXP~&fSxZhC-+>w{=sKx?y z2pjHO5m~9HS99*5Q$P4ruCVhbQBhU5Qev)urKVL_;=W4_)7>H1R^GmX)OT4L;NTO; z>IKj__@r~(4EXxeS5*U;I%3v3WlGI$yiN-&3|fCl&1nF1+`EG{XG1~S@aoWI=>ygM zK@B?nJCiSt;A>TVMTxnUgkHs@^H>;*MOOcFq6?ry{Fhjen{;x4Y7`b)Nxtr z`rQmMrrlTd3#G2uFIMK9*Qp(*u{B(fhF{uxS-QP?Y`N4Pm`7wKW-;HQD?s$C5mvtw zfvssG_RuSW&x&WfX+jD}^&MF}ne4p5AC*>%0%Uxzgy05>q4?MDW3)4HPLcJ`|P%)v!5 z47r>GW%Z{42FU#-LZ&GAkMmQ8;Xke#qnIl>w?-kVnxhcq_9%yQlTs04Cmzq1Y(sw8>H4f(%Eo}=~#Rdt`yC@i--~$wdDcF3~<#ujj1BEpzoen z!p8F$tCf!AQtZ|D(FyvzD!gp|*zw6Jwq>215|YQJ(z6-OY)uE%<0Ck|VGfJ%%y%Fw zPaOh?>=R=+;eKp?)eq|KS3aw3k;iE^a8lq)cRWsuqlX9w;n<-VZIlZS9m9?}+BrW( zzr2+UuT(SpEO`p>UGy9l@{CB19vThzY=fofejPq0-84U;_)zG_-+ ziiTqX`x5&b<6yNJNW6Go$^{5*@~fS1n~-mh#9&X zE64&B^ip2g;lmCw`z>2iC~WLKWaToV-EdD?Jn6fSy^9IfET5SZ_qWRq37=e&znNWn?m24Lid|O z*PBA?FND#b3-`P!4CC?V!ur2;c+PA;y=Pv$;u370bA6Y@rnhZQu?f*1SxQ zSAu%3pK=i>xrklq(Q|7l7lD$C*p*g2R}%Y{1q4biVmOLJ`>u=LMWEy&_I7=n*mFfd zaP_WUal^UIR|VYO-XpG~WCU0Diysu%pX<9S;P&=CwnZE-_6gNE|y^5bf7dO3~vxP+*2Zn&*`Tqk~>L5@6 diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_tasks.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_tasks.cpython-312.pyc deleted file mode 100644 index a1931d5683a816ad48e5f5be8a6cf43c75e86d24..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7127 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 SWobppNQdujPDls%nf@ElkHnn- diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_tempfile.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_tempfile.cpython-312.pyc deleted file mode 100644 index cc1b2fa7fac004f7cb48986028e32ecb30ca70b7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28130 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 diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_testing.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_testing.cpython-312.pyc deleted file mode 100644 index c5ad7765786e07cd93c3280e0133dce4f5bc2713..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3566 zcmaJDZEV}d^-d!7LD`m**h#$F8SA-5m^w<^wQ-j;E4mah+!jt-7yD40(KJcNv?S7A>c(R9VWC{XZ*jr9m{=QY;C^ zj8(8?7_;z%42(H=LKen+EvNN`xwj0yGVLw;#xw|{sPMgMuQHq4UcgnuQ-xSd%=i2% zR|6m}DT3;pbHiY&;{~c?ol}D)TdjJ|^{Ne1V09K9o2mYy*g&oho>hYZh2Ca+ls+O5 zmrbb7B1ln-*x|;YwrZ;#CtO}dbsO##kmPE|B|KoNXH@J+G|T2Da|CIpQ0mF(bghH& z=cezvwkeEQG8W9zMW6ZA!0~L=1S~oav1rX-SO((GL&aH|9LhT0AEq2D%qIeel30}R z08{QTavE^>)7C9v;~?33TW-k9u?HlJfP4tf4Lh;R@89_--5@%iD82@TSwh!H!7RDC zfs~nqQi55wJ*yEdH51a3mJ9pQLCq=?hC_3Pimq3DtLoai9`@+^^{V0G%XFRf06*(R z(1)OipdWyi2_Z=3!L__= zr$K%8TpTKMr5m<)W9~I)VU9b2eHs{6jB7TZ1GjPfIbG1|fz6S#v|0;uy6$*RpzHNR zZRanwmyUu2{33vLa=(xCtGA@xngLi=Igj2}!_R$aRSk!V|5is8dU*@rl0 z97R!8b{v;7x^7z^2TNN= z#+yCkUlm81xe@j)pfr=`!UVljsA2+;eX1Y_dHcPXcb2eWV1O(tEg5`Cyyh+y(sLw< zr3Mq@c9)5xrBgu0(IG+d;*s}X-k7>Q^{cm=x#35JL~RNoqk01NfQ9bwAaO--9%#J} zQx*i^a$={4r@>D8qs%PPq?x*O(y=bovlAkPT?nZLmdxwA=^C6vz`^t4U=wjBLhL(m zQkM!CB=Rm5L`$cUwgh0E>>fV4QMz5)Ijn6R)|!V-ZH{dQe^|S_wz=}ju}=s7H1x-z zPkaCTMzeUinY;X`f>3&)APJBSQlna`u8RbSLHwp2RGFvF&%ed0_WV4ia;y`WKUA=V zYN#gqrR$24sjfoZgAknnhD(Oakwf_7n#1k5=-{cB?h@Ah*yC`V9`oy+ht?lY{Pus5 zJO!e2OnU2NPa*w-;*~R6E{c>i)D@A)>I&AnhC1UzB}a|d6|6Dw0{T;3ORD@8DDe|& z8(amdq!+-gtD3~V4IE)6Dj#8n2~~yCg73Q!jb~t!p_O7hOv7F6bre`r7z8|F0|*8I zgjrp;d=s1l{DixH0Di)Ta92ezhCoAr@y4D+fH5h8JW33h9rEz!vjA?AZ&Eoqw>Llz zonN2clX~Qr>EC*adom(>88UEUFDuX-DGu%B1*(wZ^Q{7+tzk(%(dwb{NGn6-*XjL? zEJu13SDA1@@?o+OF7yl_or&OHOtK8S-CuhTqJ`FfC>$);r*LMgaAv#kbW?gdiWt~V zKCHarxt9Rxe6B@<Y<#nh2k>s~ zO(HFVAHbhuAVk{hZ}zKSjDB}}^tqkUsjbne?a}G&!YfVbl}FWxs(J_8rPl#@mC${v zY^&)1dCoh~KK%?%`Aupg{YzPf6KZslyet1cy@pBbxgSC64jpaaxT@j0Q6h@<2<@wi zojq!H(Pt|6D|WDi&BaXYGvQI(*MTuofWF}R(AHbsiufJ~&k$f^&mRNuFY=#t@|E(~ zwlcD#JiDblyRDqvkvl$A?~R zu?ndeyE9Z=SnTR?nFOm0oh{5jgAGq%SfGSafm?VAI!Y7}cwH0~!jR$-PvTmVP{P~` zQFHix_9ARxVdj{3_R^HnzmU;?lBfPkhW|mde`hA>;5P(7>!&nJpJ@$b>8teqK#ER^ G)BX$TZ$7dB diff --git a/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_typedattr.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/_core/__pycache__/_typedattr.cpython-312.pyc deleted file mode 100644 index ef8dc8ad496928185485ba7ccfa13b3db0a7ceb8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3831 zcma)9U2Ggz6~6Pc|7)**YS(EYnKWsd4YnIv62KxrNLmt-hN?-Bx^Xm}ow*xNJUg?! zch=6XHkB1w;3`F`kdQ0!qlgF8$}c>^3+f{hFE&NNJ|2i;`CoulFbi)2Btp0_Yc&On*>i!NEtHdIf#hGgKb{K#xVViPX{|Mv0M zsNZC+W@t^%D{-oCA)Y5!Us~c=y^HB-Sh_&F;pjkSk{D5>(-se|N&CD)( zY@Rm^lg_%=eLiKFrq^_RFn7xI7@e&e<~((++35x9F3g^{tFzqp=@eX;H?C1WYq%}j zo7DxaE<~cl=|(FkiJhJ(z(zsj0Q`6krX}+4!tm{HE&Z4c!>-Q>-~b#__aMwa12<4o zkt|Y?Evced$_lATmb_f7s4L`#R7rtL)L^*Zw%=V^BBh>zP0u~&E{I&<{ZLCvwiShzbDG+AajiZwjlBq%Vt5I`v&v*qV3NC6o5EH zM~dTX1;e^-ySA^#?$vdKp6PIgJ_)kO$2ICS$mzQ9zpiskJMi2~Yy=i;FHG$NkHy6F zV~qCzA)kfm(Gt0LXzG1){l(KCRyPlwT`Am~c>29lzs;_k*&2QNaMqb-nIcO$XOSU4OG_IMJ7ku3Mg|>%yd9ATrpbjssqi z*nZR>BkcR3;qZ8b;e>ABI6Yb>4`el!eOSz<4n80-33UXK3Ez{EByMy^Kj^4xWdL$& zoP{bWnzpi*vg0HJCpk;)JIT@Tq?sUH}eYCX7$ z6^+oiX!AMDZjF#S!ZN+#GouGiKHUd6bPWWJ)J5d25}RNGHO|7Z04HXMlaMY&en(vU zb5z^S5oMZDF^E(NA5u_5=3|sMJlBHYPna$kPLswd1*Mz~c}Kc4ZIKxb$Qe*^<|vCz zVv~Ypk}@G@F|QuxBD?_L(D>;c!o@Qq6Wvr)fdLw_U*_)DZTuafhK4i7zpu zy3x|Gaxw5cen?pMY>lK-p)FPu+XdjdCM`$F5-npx;996HDyL3O#G)o*F&Gk#>=gjs ze(sB(eR?+`B)PasY>$(nk(FFnC8AmmU&A3@7UOmm64eLNg-{ilO~O%->$wr{fuab9 zASHygzw%|Od;phR4U)$Y-eFumPWWYSS$0A3^qh@bfJAYpqX(vkfL z{Dd?KEAA*5(i$QNh9%#EvSZ4x1A-RG4dr#RD3ulC&pVMMJbO5C`=l0`f1>Ha%66$$ z4r?s9LW_DB1e^d%jJ|6&bQ)ib?Hxfk(=eD(@4s^vhlhMhuk7)gpu3FU+eixwe-BO)+CoL$pgFER@1Vh#E!D{MY? zfDC0N>h^>&!{(6h-V$xqbickk`p6j#grMs7rs{pd@Z<1hc^^!m`N_n+MRi^1(2eE*ymf#I#v1bJ`YjPfUGM!8Uy*)wp~ zem3gnuY{fWq!#!2SFT*0)WXB7SHV0)Fhe%to>-OBJ5JGPhW%{FcO<;3b%4j|5cV-S z)*j&_R*K2Rs+?yB@!(mU4&j7}FUUfXfK2bV#1k;=mKo*@hJ6}4juWQbu#Ah0as;^x!tGwkKc}sK>;~mU;{*0`+pVyL>;D-#Y%iE*Vcv z;8Ed$469HKGLK!z(4O)rHZ8R#{1JhsC2Y(}JG*J4YBJ0!4D)D^_FMQDN?c{wkA}ve zZ9ze&H%!_PO}L1y(Cfmr!ePQ>{P!T57GdZv4+Poog#FWZ*$JS-oW;+;w5>>z^mp>i zf63H8$k9!5^grZH(p-7SvXKC_hTre*1ghxw8OjS@@` N4^BxCZ!ifb{11zh=ve>& diff --git a/backend/.venv/Lib/site-packages/anyio/_core/_asyncio_selector_thread.py b/backend/.venv/Lib/site-packages/anyio/_core/_asyncio_selector_thread.py deleted file mode 100644 index 9f35bae..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_asyncio_selector_thread.py +++ /dev/null @@ -1,167 +0,0 @@ -from __future__ import annotations - -import asyncio -import socket -import threading -from collections.abc import Callable -from selectors import EVENT_READ, EVENT_WRITE, DefaultSelector -from typing import TYPE_CHECKING, Any - -if TYPE_CHECKING: - from _typeshed import FileDescriptorLike - -_selector_lock = threading.Lock() -_selector: Selector | None = None - - -class Selector: - def __init__(self) -> None: - self._thread = threading.Thread(target=self.run, name="AnyIO socket selector") - self._selector = DefaultSelector() - self._send, self._receive = socket.socketpair() - self._send.setblocking(False) - self._receive.setblocking(False) - # This somewhat reduces the amount of memory wasted queueing up data - # for wakeups. With these settings, maximum number of 1-byte sends - # before getting BlockingIOError: - # Linux 4.8: 6 - # macOS (darwin 15.5): 1 - # Windows 10: 525347 - # Windows you're weird. (And on Windows setting SNDBUF to 0 makes send - # blocking, even on non-blocking sockets, so don't do that.) - self._receive.setsockopt(socket.SOL_SOCKET, socket.SO_RCVBUF, 1) - self._send.setsockopt(socket.SOL_SOCKET, socket.SO_SNDBUF, 1) - # On Windows this is a TCP socket so this might matter. On other - # platforms this fails b/c AF_UNIX sockets aren't actually TCP. - try: - self._send.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) - except OSError: - pass - - self._selector.register(self._receive, EVENT_READ) - self._closed = False - - def start(self) -> None: - self._thread.start() - threading._register_atexit(self._stop) # type: ignore[attr-defined] - - def _stop(self) -> None: - global _selector - self._closed = True - self._notify_self() - self._send.close() - self._thread.join() - self._selector.unregister(self._receive) - self._receive.close() - self._selector.close() - _selector = None - assert not self._selector.get_map(), ( - "selector still has registered file descriptors after shutdown" - ) - - def _notify_self(self) -> None: - try: - self._send.send(b"\x00") - except BlockingIOError: - pass - - def add_reader(self, fd: FileDescriptorLike, callback: Callable[[], Any]) -> None: - loop = asyncio.get_running_loop() - try: - key = self._selector.get_key(fd) - except KeyError: - self._selector.register(fd, EVENT_READ, {EVENT_READ: (loop, callback)}) - else: - if EVENT_READ in key.data: - raise ValueError( - "this file descriptor is already registered for reading" - ) - - key.data[EVENT_READ] = loop, callback - self._selector.modify(fd, key.events | EVENT_READ, key.data) - - self._notify_self() - - def add_writer(self, fd: FileDescriptorLike, callback: Callable[[], Any]) -> None: - loop = asyncio.get_running_loop() - try: - key = self._selector.get_key(fd) - except KeyError: - self._selector.register(fd, EVENT_WRITE, {EVENT_WRITE: (loop, callback)}) - else: - if EVENT_WRITE in key.data: - raise ValueError( - "this file descriptor is already registered for writing" - ) - - key.data[EVENT_WRITE] = loop, callback - self._selector.modify(fd, key.events | EVENT_WRITE, key.data) - - self._notify_self() - - def remove_reader(self, fd: FileDescriptorLike) -> bool: - try: - key = self._selector.get_key(fd) - except KeyError: - return False - - if new_events := key.events ^ EVENT_READ: - del key.data[EVENT_READ] - self._selector.modify(fd, new_events, key.data) - else: - self._selector.unregister(fd) - - return True - - def remove_writer(self, fd: FileDescriptorLike) -> bool: - try: - key = self._selector.get_key(fd) - except KeyError: - return False - - if new_events := key.events ^ EVENT_WRITE: - del key.data[EVENT_WRITE] - self._selector.modify(fd, new_events, key.data) - else: - self._selector.unregister(fd) - - return True - - def run(self) -> None: - while not self._closed: - for key, events in self._selector.select(): - if key.fileobj is self._receive: - try: - while self._receive.recv(4096): - pass - except BlockingIOError: - pass - - continue - - if events & EVENT_READ: - loop, callback = key.data[EVENT_READ] - self.remove_reader(key.fd) - try: - loop.call_soon_threadsafe(callback) - except RuntimeError: - pass # the loop was already closed - - if events & EVENT_WRITE: - loop, callback = key.data[EVENT_WRITE] - self.remove_writer(key.fd) - try: - loop.call_soon_threadsafe(callback) - except RuntimeError: - pass # the loop was already closed - - -def get_selector() -> Selector: - global _selector - - with _selector_lock: - if _selector is None: - _selector = Selector() - _selector.start() - - return _selector diff --git a/backend/.venv/Lib/site-packages/anyio/_core/_contextmanagers.py b/backend/.venv/Lib/site-packages/anyio/_core/_contextmanagers.py deleted file mode 100644 index 302f32b..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_contextmanagers.py +++ /dev/null @@ -1,200 +0,0 @@ -from __future__ import annotations - -from abc import abstractmethod -from contextlib import AbstractAsyncContextManager, AbstractContextManager -from inspect import isasyncgen, iscoroutine, isgenerator -from types import TracebackType -from typing import Protocol, TypeVar, cast, final - -_T_co = TypeVar("_T_co", covariant=True) -_ExitT_co = TypeVar("_ExitT_co", covariant=True, bound="bool | None") - - -class _SupportsCtxMgr(Protocol[_T_co, _ExitT_co]): - def __contextmanager__(self) -> AbstractContextManager[_T_co, _ExitT_co]: ... - - -class _SupportsAsyncCtxMgr(Protocol[_T_co, _ExitT_co]): - def __asynccontextmanager__( - self, - ) -> AbstractAsyncContextManager[_T_co, _ExitT_co]: ... - - -class ContextManagerMixin: - """ - Mixin class providing context manager functionality via a generator-based - implementation. - - This class allows you to implement a context manager via :meth:`__contextmanager__` - which should return a generator. The mechanics are meant to mirror those of - :func:`@contextmanager `. - - .. note:: Classes using this mix-in are not reentrant as context managers, meaning - that once you enter it, you can't re-enter before first exiting it. - - .. seealso:: :doc:`contextmanagers` - """ - - __cm: AbstractContextManager[object, bool | None] | None = None - - @final - def __enter__(self: _SupportsCtxMgr[_T_co, bool | None]) -> _T_co: - # Needed for mypy to assume self still has the __cm member - assert isinstance(self, ContextManagerMixin) - if self.__cm is not None: - raise RuntimeError( - f"this {self.__class__.__qualname__} has already been entered" - ) - - cm = self.__contextmanager__() - if not isinstance(cm, AbstractContextManager): - if isgenerator(cm): - raise TypeError( - "__contextmanager__() returned a generator object instead of " - "a context manager. Did you forget to add the @contextmanager " - "decorator?" - ) - - raise TypeError( - f"__contextmanager__() did not return a context manager object, " - f"but {cm.__class__!r}" - ) - - if cm is self: - raise TypeError( - f"{self.__class__.__qualname__}.__contextmanager__() returned " - f"self. Did you forget to add the @contextmanager decorator and a " - f"'yield' statement?" - ) - - value = cm.__enter__() - self.__cm = cm - return value - - @final - def __exit__( - self: _SupportsCtxMgr[object, _ExitT_co], - exc_type: type[BaseException] | None, - exc_val: BaseException | None, - exc_tb: TracebackType | None, - ) -> _ExitT_co: - # Needed for mypy to assume self still has the __cm member - assert isinstance(self, ContextManagerMixin) - if self.__cm is None: - raise RuntimeError( - f"this {self.__class__.__qualname__} has not been entered yet" - ) - - # Prevent circular references - cm = self.__cm - del self.__cm - - return cast(_ExitT_co, cm.__exit__(exc_type, exc_val, exc_tb)) - - @abstractmethod - def __contextmanager__(self) -> AbstractContextManager[object, bool | None]: - """ - Implement your context manager logic here. - - This method **must** be decorated with - :func:`@contextmanager `. - - .. note:: Remember that the ``yield`` will raise any exception raised in the - enclosed context block, so use a ``finally:`` block to clean up resources! - - :return: a context manager object - """ - - -class AsyncContextManagerMixin: - """ - Mixin class providing async context manager functionality via a generator-based - implementation. - - This class allows you to implement a context manager via - :meth:`__asynccontextmanager__`. The mechanics are meant to mirror those of - :func:`@asynccontextmanager `. - - .. note:: Classes using this mix-in are not reentrant as context managers, meaning - that once you enter it, you can't re-enter before first exiting it. - - .. seealso:: :doc:`contextmanagers` - """ - - __cm: AbstractAsyncContextManager[object, bool | None] | None = None - - @final - async def __aenter__(self: _SupportsAsyncCtxMgr[_T_co, bool | None]) -> _T_co: - # Needed for mypy to assume self still has the __cm member - assert isinstance(self, AsyncContextManagerMixin) - if self.__cm is not None: - raise RuntimeError( - f"this {self.__class__.__qualname__} has already been entered" - ) - - cm = self.__asynccontextmanager__() - if not isinstance(cm, AbstractAsyncContextManager): - if isasyncgen(cm): - raise TypeError( - "__asynccontextmanager__() returned an async generator instead of " - "an async context manager. Did you forget to add the " - "@asynccontextmanager decorator?" - ) - elif iscoroutine(cm): - cm.close() - raise TypeError( - "__asynccontextmanager__() returned a coroutine object instead of " - "an async context manager. Did you forget to add the " - "@asynccontextmanager decorator and a 'yield' statement?" - ) - - raise TypeError( - f"__asynccontextmanager__() did not return an async context manager, " - f"but {cm.__class__!r}" - ) - - if cm is self: - raise TypeError( - f"{self.__class__.__qualname__}.__asynccontextmanager__() returned " - f"self. Did you forget to add the @asynccontextmanager decorator and a " - f"'yield' statement?" - ) - - value = await cm.__aenter__() - self.__cm = cm - return value - - @final - async def __aexit__( - self: _SupportsAsyncCtxMgr[object, _ExitT_co], - exc_type: type[BaseException] | None, - exc_val: BaseException | None, - exc_tb: TracebackType | None, - ) -> _ExitT_co: - assert isinstance(self, AsyncContextManagerMixin) - if self.__cm is None: - raise RuntimeError( - f"this {self.__class__.__qualname__} has not been entered yet" - ) - - # Prevent circular references - cm = self.__cm - del self.__cm - - return cast(_ExitT_co, await cm.__aexit__(exc_type, exc_val, exc_tb)) - - @abstractmethod - def __asynccontextmanager__( - self, - ) -> AbstractAsyncContextManager[object, bool | None]: - """ - Implement your async context manager logic here. - - This method **must** be decorated with - :func:`@asynccontextmanager `. - - .. note:: Remember that the ``yield`` will raise any exception raised in the - enclosed context block, so use a ``finally:`` block to clean up resources! - - :return: an async context manager object - """ diff --git a/backend/.venv/Lib/site-packages/anyio/_core/_eventloop.py b/backend/.venv/Lib/site-packages/anyio/_core/_eventloop.py deleted file mode 100644 index 46d9f46..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_eventloop.py +++ /dev/null @@ -1,229 +0,0 @@ -from __future__ import annotations - -import math -import sys -import threading -from collections.abc import Awaitable, Callable, Generator -from contextlib import contextmanager -from contextvars import Token -from importlib import import_module -from typing import TYPE_CHECKING, Any, TypeVar - -if sys.version_info >= (3, 11): - from typing import TypeVarTuple, Unpack -else: - from typing_extensions import TypeVarTuple, Unpack - -sniffio: Any -try: - import sniffio -except ModuleNotFoundError: - sniffio = None - -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 - - """ - if asynclib_name := current_async_library(): - 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 asynclib_name is None: - # Since we're in control of the event loop, we can cache the name of the async - # library - token = set_current_async_library(backend) - - try: - backend_options = backend_options or {} - return async_backend.run(func, args, {}, backend_options) - finally: - reset_current_async_library(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_available_backends() -> tuple[str, ...]: - """ - Test for the availability of built-in backends. - - :return a tuple of the built-in backend names that were successfully imported - - .. versionadded:: 4.12 - - """ - available_backends: list[str] = [] - for backend_name in get_all_backends(): - try: - get_async_backend(backend_name) - except ImportError: - continue - - available_backends.append(backend_name) - - return tuple(available_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]: - from ..lowlevel import EventLoopToken - - threadlocals.current_token = EventLoopToken(backend_class, token) - try: - yield - finally: - del threadlocals.current_token - - -class NoCurrentAsyncBackend(Exception): - def __init__(self) -> None: - super().__init__( - f"Not currently running on any asynchronous event loop" - f"Available async backends: {', '.join(get_all_backends())}" - ) - - -def get_async_backend(asynclib_name: str | None = None) -> type[AsyncBackend]: - if asynclib_name is None: - asynclib_name = current_async_library() - if not asynclib_name: - raise NoCurrentAsyncBackend - - # 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 - - -def current_async_library() -> str | None: - if sniffio is None: - # If sniffio is not installed, we assume we're either running asyncio or nothing - import asyncio - - try: - asyncio.get_running_loop() - return "asyncio" - except RuntimeError: - pass - else: - try: - return sniffio.current_async_library() - except sniffio.AsyncLibraryNotFoundError: - pass - - return None - - -def set_current_async_library(asynclib_name: str | None) -> Token | None: - # no-op if sniffio is not installed - if sniffio is None: - return None - - return sniffio.current_async_library_cvar.set(asynclib_name) - - -def reset_current_async_library(token: Token | None) -> None: - if token is not None: - sniffio.current_async_library_cvar.reset(token) diff --git a/backend/.venv/Lib/site-packages/anyio/_core/_exceptions.py b/backend/.venv/Lib/site-packages/anyio/_core/_exceptions.py deleted file mode 100644 index 5f123d7..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_exceptions.py +++ /dev/null @@ -1,153 +0,0 @@ -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 BrokenWorkerInterpreter(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 ConnectionFailed(OSError): - """ - Raised when a connection attempt fails. - - .. note:: This class inherits from :exc:`OSError` for backwards compatibility. - """ - - -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 - - -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.""" - - -class NoEventLoopError(RuntimeError): - """ - Raised by :func:`.from_thread.run` and :func:`.from_thread.run_sync` if - not calling from an AnyIO worker thread, and no ``token`` was passed. - """ - - -class RunFinishedError(RuntimeError): - """ - Raised by :func:`.from_thread.run` and :func:`.from_thread.run_sync` if the event - loop associated with the explicitly passed token has already finished. - """ - - def __init__(self) -> None: - super().__init__( - "The event loop associated with the given token has already finished" - ) diff --git a/backend/.venv/Lib/site-packages/anyio/_core/_fileio.py b/backend/.venv/Lib/site-packages/anyio/_core/_fileio.py deleted file mode 100644 index 061f0d7..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_fileio.py +++ /dev/null @@ -1,797 +0,0 @@ -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, - preserve_metadata: bool = False, - ) -> Path: - func = partial( - self._path.copy, - follow_symlinks=follow_symlinks, - preserve_metadata=preserve_metadata, - ) - return Path(await to_thread.run_sync(func, pathlib.Path(target))) - - async def copy_into( - self, - target_dir: str | os.PathLike[str], - *, - follow_symlinks: bool = True, - preserve_metadata: bool = False, - ) -> Path: - func = partial( - self._path.copy_into, - follow_symlinks=follow_symlinks, - preserve_metadata=preserve_metadata, - ) - return Path(await to_thread.run_sync(func, pathlib.Path(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) - ) - - if sys.version_info < (3, 12): - # Python 3.11 and earlier - def glob(self, pattern: str) -> AsyncIterator[Path]: - gen = self._path.glob(pattern) - return _PathIterator(gen) - elif (3, 12) <= sys.version_info < (3, 13): - # changed in Python 3.12: - # - The case_sensitive parameter was added. - def glob( - self, - pattern: str, - *, - case_sensitive: bool | None = None, - ) -> AsyncIterator[Path]: - gen = self._path.glob(pattern, case_sensitive=case_sensitive) - return _PathIterator(gen) - elif sys.version_info >= (3, 13): - # Changed in Python 3.13: - # - The recurse_symlinks parameter was added. - # - The pattern parameter accepts a path-like object. - def glob( # type: ignore[misc] # mypy doesn't allow for differing signatures in a conditional block - self, - pattern: str | PathLike[str], - *, - case_sensitive: bool | None = None, - recurse_symlinks: bool = False, - ) -> AsyncIterator[Path]: - gen = self._path.glob( - pattern, # type: ignore[arg-type] - case_sensitive=case_sensitive, - recurse_symlinks=recurse_symlinks, - ) - 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: - # relative_to() should work with any PathLike but it doesn't - others = [pathlib.Path(other) for other in other] - return Path(self._path.relative_to(*others, 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)) - - if sys.version_info < (3, 12): - # Pre Python 3.12 - def rglob(self, pattern: str) -> AsyncIterator[Path]: - gen = self._path.rglob(pattern) - return _PathIterator(gen) - elif (3, 12) <= sys.version_info < (3, 13): - # Changed in Python 3.12: - # - The case_sensitive parameter was added. - def rglob( - self, pattern: str, *, case_sensitive: bool | None = None - ) -> AsyncIterator[Path]: - gen = self._path.rglob(pattern, case_sensitive=case_sensitive) - return _PathIterator(gen) - elif sys.version_info >= (3, 13): - # Changed in Python 3.13: - # - The recurse_symlinks parameter was added. - # - The pattern parameter accepts a path-like object. - def rglob( # type: ignore[misc] # mypy doesn't allow for differing signatures in a conditional block - self, - pattern: str | PathLike[str], - *, - case_sensitive: bool | None = None, - recurse_symlinks: bool = False, - ) -> AsyncIterator[Path]: - gen = self._path.rglob( - pattern, # type: ignore[arg-type] - case_sensitive=case_sensitive, - recurse_symlinks=recurse_symlinks, - ) - 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/backend/.venv/Lib/site-packages/anyio/_core/_resources.py b/backend/.venv/Lib/site-packages/anyio/_core/_resources.py deleted file mode 100644 index b9a5344..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_resources.py +++ /dev/null @@ -1,18 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/_core/_signals.py b/backend/.venv/Lib/site-packages/anyio/_core/_signals.py deleted file mode 100644 index f3451d3..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_signals.py +++ /dev/null @@ -1,27 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/_core/_sockets.py b/backend/.venv/Lib/site-packages/anyio/_core/_sockets.py deleted file mode 100644 index c65508f..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_sockets.py +++ /dev/null @@ -1,991 +0,0 @@ -from __future__ import annotations - -import errno -import os -import socket -import ssl -import stat -import sys -from collections.abc import Awaitable -from dataclasses import dataclass -from ipaddress import IPv4Address, IPv6Address, ip_address -from os import PathLike, chmod -from socket import AddressFamily, SocketKind -from typing import TYPE_CHECKING, Any, Literal, cast, overload - -from .. import ConnectionFailed, to_thread -from ..abc import ( - ByteStreamConnectable, - ConnectedUDPSocket, - ConnectedUNIXDatagramSocket, - IPAddressType, - IPSockAddrType, - SocketListener, - SocketStream, - UDPSocket, - UNIXDatagramSocket, - UNIXSocketStream, -) -from ..streams.stapled import MultiListener -from ..streams.tls import TLSConnectable, 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, 12): - from typing import override -else: - from typing_extensions import override - -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 ConnectionFailed: if the connection 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, *_, 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 _af, addr in 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 - :raises ConnectionFailed: if the connection fails - - """ - 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 multi-listener object containing one or more socket listeners - :raises OSError: if there's an error creating a socket, or binding to one or more - interfaces failed - - """ - asynclib = get_async_backend() - backlog = min(backlog, 65536) - local_host = str(local_host) if local_host is not None else None - - def setup_raw_socket( - fam: AddressFamily, - bind_addr: tuple[str, int] | tuple[str, int, int, int], - *, - v6only: bool = True, - ) -> socket.socket: - sock = socket.socket(fam) - try: - sock.setblocking(False) - - if fam == AddressFamily.AF_INET6: - sock.setsockopt(IPPROTO_IPV6, socket.IPV6_V6ONLY, v6only) - - # For Windows, enable exclusive address use. For others, enable address - # reuse. - if sys.platform == "win32": - sock.setsockopt(socket.SOL_SOCKET, socket.SO_EXCLUSIVEADDRUSE, 1) - else: - sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) - - if reuse_port: - sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1) - - # Workaround for #554 - if fam == socket.AF_INET6 and "%" in bind_addr[0]: - addr, scope_id = bind_addr[0].split("%", 1) - bind_addr = (addr, bind_addr[1], 0, int(scope_id)) - - sock.bind(bind_addr) - sock.listen(backlog) - except BaseException: - sock.close() - raise - - return sock - - # We passing type=0 on non-Windows platforms as a workaround for a 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 - gai_res = await getaddrinfo( - local_host, - local_port, - family=family, - type=socket.SOCK_STREAM if sys.platform == "win32" else 0, - flags=socket.AI_PASSIVE | socket.AI_ADDRCONFIG, - ) - - # The set comprehension is here to work around a glibc bug: - # https://sourceware.org/bugzilla/show_bug.cgi?id=14969 - sockaddrs = sorted({res for res in gai_res if res[1] == SocketKind.SOCK_STREAM}) - - # Special case for dual-stack binding on the "any" interface - if ( - local_host is None - and family == AddressFamily.AF_UNSPEC - and socket.has_dualstack_ipv6() - and any(fam == AddressFamily.AF_INET6 for fam, *_ in gai_res) - ): - raw_socket = setup_raw_socket( - AddressFamily.AF_INET6, ("::", local_port), v6only=False - ) - listener = asynclib.create_tcp_listener(raw_socket) - return MultiListener([listener]) - - errors: list[OSError] = [] - try: - for _ in range(len(sockaddrs)): - listeners: list[SocketListener] = [] - bound_ephemeral_port = local_port - try: - for fam, *_, sockaddr in sockaddrs: - sockaddr = sockaddr[0], bound_ephemeral_port, *sockaddr[2:] - raw_socket = setup_raw_socket(fam, sockaddr) - - # Store the assigned port if an ephemeral port was requested, so - # we'll bind to the same port on all interfaces - if local_port == 0 and len(gai_res) > 1: - bound_ephemeral_port = raw_socket.getsockname()[1] - - listeners.append(asynclib.create_tcp_listener(raw_socket)) - except BaseException as exc: - for listener in listeners: - await listener.aclose() - - # If an ephemeral port was requested but binding the assigned port - # failed for another interface, rotate the address list and try again - if ( - isinstance(exc, OSError) - and exc.errno == errno.EADDRINUSE - and local_port == 0 - and bound_ephemeral_port - ): - errors.append(exc) - sockaddrs.append(sockaddrs.pop(0)) - continue - - raise - - return MultiListener(listeners) - - raise OSError( - f"Could not create {len(sockaddrs)} listeners with a consistent port" - ) from ExceptionGroup("Several bind attempts failed", errors) - finally: - del errors # Prevent reference cycles - - -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) - - -def notify_closing(obj: FileDescriptorLike) -> None: - """ - Call this before closing a file descriptor (on Unix) or socket (on - Windows). This will cause any `wait_readable` or `wait_writable` - calls on the given object to immediately wake up and raise - `~anyio.ClosedResourceError`. - - This doesn't actually close the object – you still have to do that - yourself afterwards. Also, you want to be careful to make sure no - new tasks start waiting on the object in between when you call this - and when it's actually closed. So to close something properly, you - usually want to do these steps in order: - - 1. Explicitly mark the object as closed, so that any new attempts - to use it will abort before they start. - 2. Call `notify_closing` to wake up any already-existing users. - 3. Actually close the object. - - It's also possible to do them in a different order if that's more - convenient, *but only if* you make sure not to have any checkpoints in - between the steps. This way they all happen in a single atomic - step, so other tasks won't be able to tell what order they happened - in anyway. - - :param obj: an object with a ``.fileno()`` method or an integer handle - - """ - get_async_backend().notify_closing(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 - - -@dataclass -class TCPConnectable(ByteStreamConnectable): - """ - Connects to a TCP server at the given host and port. - - :param host: host name or IP address of the server - :param port: TCP port number of the server - """ - - host: str | IPv4Address | IPv6Address - port: int - - def __post_init__(self) -> None: - if self.port < 1 or self.port > 65535: - raise ValueError("TCP port number out of range") - - @override - async def connect(self) -> SocketStream: - try: - return await connect_tcp(self.host, self.port) - except OSError as exc: - raise ConnectionFailed( - f"error connecting to {self.host}:{self.port}: {exc}" - ) from exc - - -@dataclass -class UNIXConnectable(ByteStreamConnectable): - """ - Connects to a UNIX domain socket at the given path. - - :param path: the file system path of the socket - """ - - path: str | bytes | PathLike[str] | PathLike[bytes] - - @override - async def connect(self) -> UNIXSocketStream: - try: - return await connect_unix(self.path) - except OSError as exc: - raise ConnectionFailed(f"error connecting to {self.path!r}: {exc}") from exc - - -def as_connectable( - remote: ByteStreamConnectable - | tuple[str | IPv4Address | IPv6Address, int] - | str - | bytes - | PathLike[str], - /, - *, - tls: bool = False, - ssl_context: ssl.SSLContext | None = None, - tls_hostname: str | None = None, - tls_standard_compatible: bool = True, -) -> ByteStreamConnectable: - """ - Return a byte stream connectable from the given object. - - If a bytestream connectable is given, it is returned unchanged. - If a tuple of (host, port) is given, a TCP connectable is returned. - If a string or bytes path is given, a UNIX connectable is returned. - - If ``tls=True``, the connectable will be wrapped in a - :class:`~.streams.tls.TLSConnectable`. - - :param remote: a connectable, a tuple of (host, port) or a path to a UNIX socket - :param tls: if ``True``, wrap the plaintext connectable in a - :class:`~.streams.tls.TLSConnectable`, using the provided TLS settings) - :param ssl_context: if ``tls=True``, the SSLContext object to use (if not provided, - a secure default will be created) - :param tls_hostname: if ``tls=True``, host name of the server to use for checking - the server certificate (defaults to the host portion of the address for TCP - connectables) - :param tls_standard_compatible: if ``False`` and ``tls=True``, makes the TLS stream - skip the closing handshake when closing the connection, so it won't raise an - exception if the server does the same - - """ - connectable: TCPConnectable | UNIXConnectable | TLSConnectable - if isinstance(remote, ByteStreamConnectable): - return remote - elif isinstance(remote, tuple) and len(remote) == 2: - connectable = TCPConnectable(*remote) - elif isinstance(remote, (str, bytes, PathLike)): - connectable = UNIXConnectable(remote) - else: - raise TypeError(f"cannot convert {remote!r} to a connectable") - - if tls: - if not tls_hostname and isinstance(connectable, TCPConnectable): - tls_hostname = str(connectable.host) - - connectable = TLSConnectable( - connectable, - ssl_context=ssl_context, - hostname=tls_hostname, - standard_compatible=tls_standard_compatible, - ) - - return connectable diff --git a/backend/.venv/Lib/site-packages/anyio/_core/_streams.py b/backend/.venv/Lib/site-packages/anyio/_core/_streams.py deleted file mode 100644 index 2b9c7df..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_streams.py +++ /dev/null @@ -1,52 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/_core/_subprocesses.py b/backend/.venv/Lib/site-packages/anyio/_core/_subprocesses.py deleted file mode 100644 index 36d9b30..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_subprocesses.py +++ /dev/null @@ -1,202 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/_core/_synchronization.py b/backend/.venv/Lib/site-packages/anyio/_core/_synchronization.py deleted file mode 100644 index eab87d4..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_synchronization.py +++ /dev/null @@ -1,753 +0,0 @@ -from __future__ import annotations - -import math -from collections import deque -from collections.abc import Callable -from dataclasses import dataclass -from types import TracebackType -from typing import TypeVar - -from ..lowlevel import checkpoint_if_cancelled -from ._eventloop import NoCurrentAsyncBackend, get_async_backend -from ._exceptions import BusyResourceError -from ._tasks import CancelScope -from ._testing import TaskInfo, get_current_task - -T = TypeVar("T") - - -@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 NoCurrentAsyncBackend: - 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 NoCurrentAsyncBackend: - 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_if_cancelled() - self._check_acquired() - 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() - - async def wait_for(self, predicate: Callable[[], T]) -> T: - """ - Wait until a predicate becomes true. - - :param predicate: a callable that returns a truthy value when the condition is - met - :return: the result of the predicate - - .. versionadded:: 4.11.0 - - """ - while not (result := predicate()): - await self.wait() - - return result - - 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 NoCurrentAsyncBackend: - 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 NoCurrentAsyncBackend: - 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, - ) -> 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. - .. versionchanged:: 4.12 - The value can now be set to 0. - - """ - 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, - ) -> 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/backend/.venv/Lib/site-packages/anyio/_core/_tasks.py b/backend/.venv/Lib/site-packages/anyio/_core/_tasks.py deleted file mode 100644 index d37efe3..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_tasks.py +++ /dev/null @@ -1,163 +0,0 @@ -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, reason: str | None = None) -> None: - """ - Cancel this scope immediately. - - :param reason: a message describing the reason for the cancellation - - """ - 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/backend/.venv/Lib/site-packages/anyio/_core/_tempfile.py b/backend/.venv/Lib/site-packages/anyio/_core/_tempfile.py deleted file mode 100644 index fbb6b14..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_tempfile.py +++ /dev/null @@ -1,616 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/_core/_testing.py b/backend/.venv/Lib/site-packages/anyio/_core/_testing.py deleted file mode 100644 index 9e28b22..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_testing.py +++ /dev/null @@ -1,78 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/_core/_typedattr.py b/backend/.venv/Lib/site-packages/anyio/_core/_typedattr.py deleted file mode 100644 index f358a44..0000000 --- a/backend/.venv/Lib/site-packages/anyio/_core/_typedattr.py +++ /dev/null @@ -1,81 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/abc/__init__.py b/backend/.venv/Lib/site-packages/anyio/abc/__init__.py deleted file mode 100644 index d560ce3..0000000 --- a/backend/.venv/Lib/site-packages/anyio/abc/__init__.py +++ /dev/null @@ -1,58 +0,0 @@ -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 AnyByteStreamConnectable as AnyByteStreamConnectable -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 ByteStreamConnectable as ByteStreamConnectable -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 ObjectStreamConnectable as ObjectStreamConnectable -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/backend/.venv/Lib/site-packages/anyio/abc/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/abc/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index e9971da0acb50a3b3fbcf9c33dbc29f92cee0687..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2361 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 diff --git a/backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_sockets.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_sockets.cpython-312.pyc deleted file mode 100644 index a83f01f7c4b2d1b47822709a64ddb5f0fa1b4b98..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18426 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 JUXknU{{S^e0SEv9 diff --git a/backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_subprocesses.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_subprocesses.cpython-312.pyc deleted file mode 100644 index dd7853b104120dab9db053cf188e08e0338ab096..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3241 zcmcIn-ESL35Z|@${B5`Chky!ItBQ(RG$$3Q0$F@Cg(^f1Y19N2Sr+H>-6lD5A7=NQ zV2cL|ec(Un-%wS&@xcGU6K`-*1rk)EZ>9zbcw*-6d^xA-M})YC@$Ag(&dhITXV>4= z>lFgux1Yah_ezBPf`jR&#tfabfw@gAVo`^ag6bJitMdhE>D!{J;oo-;*$G7(E#X z!wg&=Z21;Qifi_!XE^c!jVII>u1wTltKn5J{AbqzICRrDh~0 zUXE5O?8(v-S zn1T3h3E%SvlI?II0ea?du$Ji$oQvrAhk+r))G7z2(J|xp^}-t#W9-9tkint z4!J`^MRI3DVo2_Qf!S^}PiqdK^i1t7nXziyJhC05fH zIfc$Z1Tq4}PA8~EcmSG7n#DR7uI(8Cm)RuGvrQ;_zAy zvcS&hIDrIVGZD7z zx4#CzNuk2t$P6Z<);itzz4Ffh_e^__wWP<3bu)*%ZwSLpoWw^wap(=)9vAE!*ETiQ zvW&ohf{J3%pd8=(V71#!Lye25nG;7KwXhJINlcZoxSpyR_oL&}ipmII0pkoz*=~k# z?T6{~dZuG7y}Pd)X^*MueBZW4)v0$FTs)lD-85r#ANR$Bx}nCFX1XKWG9-g5lnr^n z(qm*LEn*j{Bwe`2;k>W-9?!Oi$D~teGm#;pM{x^Xij=@dv@PM^gazFk#flgahNn!^QLZlj7k* z0A7cV3Z~6O1>@zJs8->Pua1V2(R0iDm#A9W})DF1uF;Zy!fJ;(!K3Wn;NJrgWh4=tvk-@+H{$(#OI!dG?79+nVw|Ux-Xmx3lhgOe Zsr%&YPvo^f3Rfsyq+hvzl8A}I{1>5tDVG2M diff --git a/backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_tasks.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/abc/__pycache__/_tasks.cpython-312.pyc deleted file mode 100644 index 0848341c2b7b1aad027e251842794ac3d5585ca7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5140 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 P_Z92M5B?!A$Tj^7s}b-D diff --git a/backend/.venv/Lib/site-packages/anyio/abc/_eventloop.py b/backend/.venv/Lib/site-packages/anyio/abc/_eventloop.py deleted file mode 100644 index a99a7ee..0000000 --- a/backend/.venv/Lib/site-packages/anyio/abc/_eventloop.py +++ /dev/null @@ -1,420 +0,0 @@ -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 FileDescriptorLike - - 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 an object that allows other threads to run code inside the event loop. - - :return: a token object, specific to the event loop running in the current - thread - """ - - @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: FileDescriptorLike) -> None: - pass - - @classmethod - @abstractmethod - async def wait_writable(cls, obj: FileDescriptorLike) -> None: - pass - - @classmethod - @abstractmethod - def notify_closing(cls, obj: FileDescriptorLike) -> None: - pass - - @classmethod - @abstractmethod - async def wrap_listener_socket(cls, sock: socket) -> SocketListener: - pass - - @classmethod - @abstractmethod - async def wrap_stream_socket(cls, sock: socket) -> SocketStream: - pass - - @classmethod - @abstractmethod - async def wrap_unix_stream_socket(cls, sock: socket) -> UNIXSocketStream: - pass - - @classmethod - @abstractmethod - async def wrap_udp_socket(cls, sock: socket) -> UDPSocket: - pass - - @classmethod - @abstractmethod - async def wrap_connected_udp_socket(cls, sock: socket) -> ConnectedUDPSocket: - pass - - @classmethod - @abstractmethod - async def wrap_unix_datagram_socket(cls, sock: socket) -> UNIXDatagramSocket: - pass - - @classmethod - @abstractmethod - async def wrap_connected_unix_datagram_socket( - cls, sock: socket - ) -> ConnectedUNIXDatagramSocket: - 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/backend/.venv/Lib/site-packages/anyio/abc/_resources.py b/backend/.venv/Lib/site-packages/anyio/abc/_resources.py deleted file mode 100644 index 10df115..0000000 --- a/backend/.venv/Lib/site-packages/anyio/abc/_resources.py +++ /dev/null @@ -1,33 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/abc/_sockets.py b/backend/.venv/Lib/site-packages/anyio/abc/_sockets.py deleted file mode 100644 index 3ff60d4..0000000 --- a/backend/.venv/Lib/site-packages/anyio/abc/_sockets.py +++ /dev/null @@ -1,405 +0,0 @@ -from __future__ import annotations - -import errno -import socket -import sys -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 typing import Any, TypeVar, Union - -from .._core._eventloop import get_async_backend -from .._core._typedattr import ( - TypedAttributeProvider, - TypedAttributeSet, - typed_attribute, -) -from ._streams import ByteStream, Listener, UnreliableObjectStream -from ._tasks import TaskGroup - -if sys.version_info >= (3, 10): - from typing import TypeAlias -else: - from typing_extensions import TypeAlias - -IPAddressType: TypeAlias = Union[str, IPv4Address, IPv6Address] -IPSockAddrType: TypeAlias = tuple[str, int] -SockAddrType: TypeAlias = Union[IPSockAddrType, str] -UDPPacketType: TypeAlias = tuple[bytes, IPSockAddrType] -UNIXDatagramPacketType: TypeAlias = tuple[bytes, str] -T_Retval = TypeVar("T_Retval") - - -def _validate_socket( - sock_or_fd: socket.socket | int, - sock_type: socket.SocketKind, - addr_family: socket.AddressFamily = socket.AF_UNSPEC, - *, - require_connected: bool = False, - require_bound: bool = False, -) -> socket.socket: - if isinstance(sock_or_fd, int): - try: - sock = socket.socket(fileno=sock_or_fd) - except OSError as exc: - if exc.errno == errno.ENOTSOCK: - raise ValueError( - "the file descriptor does not refer to a socket" - ) from exc - elif require_connected: - raise ValueError("the socket must be connected") from exc - elif require_bound: - raise ValueError("the socket must be bound to a local address") from exc - else: - raise - elif isinstance(sock_or_fd, socket.socket): - sock = sock_or_fd - else: - raise TypeError( - f"expected an int or socket, got {type(sock_or_fd).__qualname__} instead" - ) - - try: - if require_connected: - try: - sock.getpeername() - except OSError as exc: - raise ValueError("the socket must be connected") from exc - - if require_bound: - try: - if sock.family in (socket.AF_INET, socket.AF_INET6): - bound_addr = sock.getsockname()[1] - else: - bound_addr = sock.getsockname() - except OSError: - bound_addr = None - - if not bound_addr: - raise ValueError("the socket must be bound to a local address") - - if addr_family != socket.AF_UNSPEC and sock.family != addr_family: - raise ValueError( - f"address family mismatch: expected {addr_family.name}, got " - f"{sock.family.name}" - ) - - if sock.type != sock_type: - raise ValueError( - f"socket type mismatch: expected {sock_type.name}, got {sock.type.name}" - ) - except BaseException: - # Avoid ResourceWarning from the locally constructed socket object - if isinstance(sock_or_fd, int): - sock.detach() - - raise - - sock.setblocking(False) - return sock - - -class SocketAttribute(TypedAttributeSet): - """ - .. attribute:: family - :type: socket.AddressFamily - - the address family of the underlying socket - - .. attribute:: local_address - :type: tuple[str, int] | str - - the local address the underlying socket is connected to - - .. attribute:: local_port - :type: int - - for IP based sockets, the local port the underlying socket is bound to - - .. attribute:: raw_socket - :type: socket.socket - - the underlying stdlib socket object - - .. attribute:: remote_address - :type: tuple[str, int] | str - - the remote address the underlying socket is connected to - - .. attribute:: remote_port - :type: int - - for IP based sockets, the remote port the underlying socket is connected to - """ - - family: AddressFamily = typed_attribute() - local_address: SockAddrType = typed_attribute() - local_port: int = typed_attribute() - raw_socket: socket.socket = typed_attribute() - remote_address: SockAddrType = typed_attribute() - 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`. - """ - - @classmethod - async def from_socket(cls, sock_or_fd: socket.socket | int) -> SocketStream: - """ - Wrap an existing socket object or file descriptor as a socket stream. - - The newly created socket wrapper takes ownership of the socket being passed in. - The existing socket must already be connected. - - :param sock_or_fd: a socket object or file descriptor - :return: a socket stream - - """ - sock = _validate_socket(sock_or_fd, socket.SOCK_STREAM, require_connected=True) - return await get_async_backend().wrap_stream_socket(sock) - - -class UNIXSocketStream(SocketStream): - @classmethod - async def from_socket(cls, sock_or_fd: socket.socket | int) -> UNIXSocketStream: - """ - Wrap an existing socket object or file descriptor as a UNIX socket stream. - - The newly created socket wrapper takes ownership of the socket being passed in. - The existing socket must already be connected. - - :param sock_or_fd: a socket object or file descriptor - :return: a UNIX socket stream - - """ - sock = _validate_socket( - sock_or_fd, socket.SOCK_STREAM, socket.AF_UNIX, require_connected=True - ) - return await get_async_backend().wrap_unix_stream_socket(sock) - - @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`. - """ - - @classmethod - async def from_socket( - cls, - sock_or_fd: socket.socket | int, - ) -> SocketListener: - """ - Wrap an existing socket object or file descriptor as a socket listener. - - The newly created listener takes ownership of the socket being passed in. - - :param sock_or_fd: a socket object or file descriptor - :return: a socket listener - - """ - sock = _validate_socket(sock_or_fd, socket.SOCK_STREAM, require_bound=True) - return await get_async_backend().wrap_listener_socket(sock) - - @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`. - """ - - @classmethod - async def from_socket(cls, sock_or_fd: socket.socket | int) -> UDPSocket: - """ - Wrap an existing socket object or file descriptor as a UDP socket. - - The newly created socket wrapper takes ownership of the socket being passed in. - The existing socket must be bound to a local address. - - :param sock_or_fd: a socket object or file descriptor - :return: a UDP socket - - """ - sock = _validate_socket(sock_or_fd, socket.SOCK_DGRAM, require_bound=True) - return await get_async_backend().wrap_udp_socket(sock) - - 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`. - """ - - @classmethod - async def from_socket(cls, sock_or_fd: socket.socket | int) -> ConnectedUDPSocket: - """ - Wrap an existing socket object or file descriptor as a connected UDP socket. - - The newly created socket wrapper takes ownership of the socket being passed in. - The existing socket must already be connected. - - :param sock_or_fd: a socket object or file descriptor - :return: a connected UDP socket - - """ - sock = _validate_socket( - sock_or_fd, - socket.SOCK_DGRAM, - require_connected=True, - ) - return await get_async_backend().wrap_connected_udp_socket(sock) - - -class UNIXDatagramSocket( - UnreliableObjectStream[UNIXDatagramPacketType], _SocketProvider -): - """ - Represents an unconnected Unix datagram socket. - - Supports all relevant extra attributes from :class:`~SocketAttribute`. - """ - - @classmethod - async def from_socket( - cls, - sock_or_fd: socket.socket | int, - ) -> UNIXDatagramSocket: - """ - Wrap an existing socket object or file descriptor as a UNIX datagram - socket. - - The newly created socket wrapper takes ownership of the socket being passed in. - - :param sock_or_fd: a socket object or file descriptor - :return: a UNIX datagram socket - - """ - sock = _validate_socket(sock_or_fd, socket.SOCK_DGRAM, socket.AF_UNIX) - return await get_async_backend().wrap_unix_datagram_socket(sock) - - 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`. - """ - - @classmethod - async def from_socket( - cls, - sock_or_fd: socket.socket | int, - ) -> ConnectedUNIXDatagramSocket: - """ - Wrap an existing socket object or file descriptor as a connected UNIX datagram - socket. - - The newly created socket wrapper takes ownership of the socket being passed in. - The existing socket must already be connected. - - :param sock_or_fd: a socket object or file descriptor - :return: a connected UNIX datagram socket - - """ - sock = _validate_socket( - sock_or_fd, socket.SOCK_DGRAM, socket.AF_UNIX, require_connected=True - ) - return await get_async_backend().wrap_connected_unix_datagram_socket(sock) diff --git a/backend/.venv/Lib/site-packages/anyio/abc/_streams.py b/backend/.venv/Lib/site-packages/anyio/abc/_streams.py deleted file mode 100644 index 369df3f..0000000 --- a/backend/.venv/Lib/site-packages/anyio/abc/_streams.py +++ /dev/null @@ -1,239 +0,0 @@ -from __future__ import annotations - -import sys -from abc import ABCMeta, 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 - -if sys.version_info >= (3, 10): - from typing import TypeAlias -else: - from typing_extensions import TypeAlias - -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 from None - - @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 from None - - @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: TypeAlias = Union[ - UnreliableObjectReceiveStream[bytes], ByteReceiveStream -] -#: Type alias for all unreliable bytes-oriented send streams. -AnyUnreliableByteSendStream: TypeAlias = Union[ - UnreliableObjectSendStream[bytes], ByteSendStream -] -#: Type alias for all unreliable bytes-oriented streams. -AnyUnreliableByteStream: TypeAlias = Union[UnreliableObjectStream[bytes], ByteStream] -#: Type alias for all bytes-oriented receive streams. -AnyByteReceiveStream: TypeAlias = Union[ObjectReceiveStream[bytes], ByteReceiveStream] -#: Type alias for all bytes-oriented send streams. -AnyByteSendStream: TypeAlias = Union[ObjectSendStream[bytes], ByteSendStream] -#: Type alias for all bytes-oriented streams. -AnyByteStream: TypeAlias = 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) - """ - - -class ObjectStreamConnectable(Generic[T_co], metaclass=ABCMeta): - @abstractmethod - async def connect(self) -> ObjectStream[T_co]: - """ - Connect to the remote endpoint. - - :return: an object stream connected to the remote end - :raises ConnectionFailed: if the connection fails - """ - - -class ByteStreamConnectable(metaclass=ABCMeta): - @abstractmethod - async def connect(self) -> ByteStream: - """ - Connect to the remote endpoint. - - :return: a bytestream connected to the remote end - :raises ConnectionFailed: if the connection fails - """ - - -#: Type alias for all connectables returning bytestreams or bytes-oriented object streams -AnyByteStreamConnectable: TypeAlias = Union[ - ObjectStreamConnectable[bytes], ByteStreamConnectable -] diff --git a/backend/.venv/Lib/site-packages/anyio/abc/_subprocesses.py b/backend/.venv/Lib/site-packages/anyio/abc/_subprocesses.py deleted file mode 100644 index ce0564c..0000000 --- a/backend/.venv/Lib/site-packages/anyio/abc/_subprocesses.py +++ /dev/null @@ -1,79 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/abc/_tasks.py b/backend/.venv/Lib/site-packages/anyio/abc/_tasks.py deleted file mode 100644 index 516b3ec..0000000 --- a/backend/.venv/Lib/site-packages/anyio/abc/_tasks.py +++ /dev/null @@ -1,117 +0,0 @@ -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, overload - -if sys.version_info >= (3, 13): - from typing import TypeVar -else: - from typing_extensions import TypeVar - -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, default=None) -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. - - The target callable must accept a keyword argument ``task_status`` (of type - :class:`TaskStatus`). Awaiting on this method will return whatever was passed to - ``task_status.started()`` (``None`` by default). - - .. note:: The :class:`TaskStatus` class is generic, and the type argument should - indicate the type of the value that will be passed to - ``task_status.started()``. - - :param func: a coroutine function that accepts the ``task_status`` keyword - argument - :param args: positional arguments to call the function with - :param name: an optional name for the task, for introspection and debugging - :return: the value passed to ``task_status.started()`` - :raises RuntimeError: if the task finishes without calling - ``task_status.started()`` - - .. seealso:: :ref:`start_initialize` - - .. 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: - """Exit the task group context waiting for all tasks to finish.""" diff --git a/backend/.venv/Lib/site-packages/anyio/abc/_testing.py b/backend/.venv/Lib/site-packages/anyio/abc/_testing.py deleted file mode 100644 index 7c50ed7..0000000 --- a/backend/.venv/Lib/site-packages/anyio/abc/_testing.py +++ /dev/null @@ -1,65 +0,0 @@ -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/backend/.venv/Lib/site-packages/anyio/from_thread.py b/backend/.venv/Lib/site-packages/anyio/from_thread.py deleted file mode 100644 index f8fb99e..0000000 --- a/backend/.venv/Lib/site-packages/anyio/from_thread.py +++ /dev/null @@ -1,570 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "BlockingPortal", - "BlockingPortalProvider", - "check_cancelled", - "run", - "run_sync", - "start_blocking_portal", -) - -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, current_thread, get_ident -from types import TracebackType -from typing import ( - Any, - Generic, - TypeVar, - cast, - overload, -) - -from ._core._eventloop import ( - get_async_backend, - get_cancelled_exc_class, - threadlocals, -) -from ._core._eventloop import run as run_eventloop -from ._core._exceptions import NoEventLoopError -from ._core._synchronization import Event -from ._core._tasks import CancelScope, create_task_group -from .abc._tasks import TaskStatus -from .lowlevel import EventLoopToken - -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 _token_or_error(token: EventLoopToken | None) -> EventLoopToken: - if token is not None: - return token - - try: - return threadlocals.current_token - except AttributeError: - raise NoEventLoopError( - "Not running inside an AnyIO worker thread, and no event loop token was " - "provided" - ) from None - - -def run( - func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], - *args: Unpack[PosArgsT], - token: EventLoopToken | None = None, -) -> T_Retval: - """ - Call a coroutine function from a worker thread. - - :param func: a coroutine function - :param args: positional arguments for the callable - :param token: an event loop token to use to get back to the event loop thread - (required if calling this function from outside an AnyIO worker thread) - :return: the return value of the coroutine function - :raises MissingTokenError: if no token was provided and called from outside an - AnyIO worker thread - :raises RunFinishedError: if the event loop tied to ``token`` is no longer running - - .. versionchanged:: 4.11.0 - Added the ``token`` parameter. - - """ - explicit_token = token is not None - token = _token_or_error(token) - return token.backend_class.run_async_from_thread( - func, args, token=token.native_token if explicit_token else None - ) - - -def run_sync( - func: Callable[[Unpack[PosArgsT]], T_Retval], - *args: Unpack[PosArgsT], - token: EventLoopToken | None = None, -) -> 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 - :param token: an event loop token to use to get back to the event loop thread - (required if calling this function from outside an AnyIO worker thread) - :return: the return value of the callable - :raises MissingTokenError: if no token was provided and called from outside an - AnyIO worker thread - :raises RunFinishedError: if the event loop tied to ``token`` is no longer running - - .. versionchanged:: 4.11.0 - Added the ``token`` parameter. - - """ - explicit_token = token is not None - token = _token_or_error(token) - return token.backend_class.run_sync_from_thread( - func, args, token=token.native_token if explicit_token else None - ) - - -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: - 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("the blocking portal is shutting down") - - 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(): - if self._event_loop_thread_id == get_ident(): - scope.cancel("the future was cancelled") - elif self._event_loop_thread_id is not None: - self.call(scope.cancel, "the future was cancelled") - - try: - retval_or_awaitable = func(*args, **kwargs) - if isawaitable(retval_or_awaitable): - with CancelScope() as scope: - 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, - *, - name: str | 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 - :param name: name of the thread - :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_: - if name is None: - current_thread().name = f"{backend}-portal-{id(portal_):x}" - - future.set_result(portal_) - await portal_.sleep_until_stopped() - - def run_blocking_portal() -> None: - if future.set_running_or_notify_cancel(): - try: - run_eventloop( - 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, name=name) - 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: - token: EventLoopToken = threadlocals.current_token - except AttributeError: - raise NoEventLoopError( - "This function can only be called inside an AnyIO worker thread" - ) from None - - token.backend_class.check_cancelled() diff --git a/backend/.venv/Lib/site-packages/anyio/functools.py b/backend/.venv/Lib/site-packages/anyio/functools.py deleted file mode 100644 index 41cc723..0000000 --- a/backend/.venv/Lib/site-packages/anyio/functools.py +++ /dev/null @@ -1,347 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "AsyncCacheInfo", - "AsyncCacheParameters", - "AsyncLRUCacheWrapper", - "cache", - "lru_cache", - "reduce", -) - -import functools -import sys -from collections import OrderedDict -from collections.abc import ( - AsyncIterable, - Awaitable, - Callable, - Coroutine, - Hashable, - Iterable, -) -from functools import update_wrapper -from inspect import iscoroutinefunction -from typing import ( - Any, - Generic, - NamedTuple, - TypedDict, - TypeVar, - cast, - final, - overload, -) -from weakref import WeakKeyDictionary - -from ._core._synchronization import Lock -from .lowlevel import RunVar, checkpoint - -if sys.version_info >= (3, 11): - from typing import ParamSpec -else: - from typing_extensions import ParamSpec - -T = TypeVar("T") -S = TypeVar("S") -P = ParamSpec("P") -lru_cache_items: RunVar[ - WeakKeyDictionary[ - AsyncLRUCacheWrapper[Any, Any], - OrderedDict[Hashable, tuple[_InitialMissingType, Lock] | tuple[Any, None]], - ] -] = RunVar("lru_cache_items") - - -class _InitialMissingType: - pass - - -initial_missing: _InitialMissingType = _InitialMissingType() - - -class AsyncCacheInfo(NamedTuple): - hits: int - misses: int - maxsize: int | None - currsize: int - - -class AsyncCacheParameters(TypedDict): - maxsize: int | None - typed: bool - always_checkpoint: bool - - -@final -class AsyncLRUCacheWrapper(Generic[P, T]): - def __init__( - self, - func: Callable[..., Awaitable[T]], - maxsize: int | None, - typed: bool, - always_checkpoint: bool, - ): - self.__wrapped__ = func - self._hits: int = 0 - self._misses: int = 0 - self._maxsize = max(maxsize, 0) if maxsize is not None else None - self._currsize: int = 0 - self._typed = typed - self._always_checkpoint = always_checkpoint - update_wrapper(self, func) - - def cache_info(self) -> AsyncCacheInfo: - return AsyncCacheInfo(self._hits, self._misses, self._maxsize, self._currsize) - - def cache_parameters(self) -> AsyncCacheParameters: - return { - "maxsize": self._maxsize, - "typed": self._typed, - "always_checkpoint": self._always_checkpoint, - } - - def cache_clear(self) -> None: - if cache := lru_cache_items.get(None): - cache.pop(self, None) - self._hits = self._misses = self._currsize = 0 - - async def __call__(self, *args: P.args, **kwargs: P.kwargs) -> T: - # Easy case first: if maxsize == 0, no caching is done - if self._maxsize == 0: - value = await self.__wrapped__(*args, **kwargs) - self._misses += 1 - return value - - # The key is constructed as a flat tuple to avoid memory overhead - key: tuple[Any, ...] = args - if kwargs: - # initial_missing is used as a separator - key += (initial_missing,) + sum(kwargs.items(), ()) - - if self._typed: - key += tuple(type(arg) for arg in args) - if kwargs: - key += (initial_missing,) + tuple(type(val) for val in kwargs.values()) - - try: - cache = lru_cache_items.get() - except LookupError: - cache = WeakKeyDictionary() - lru_cache_items.set(cache) - - try: - cache_entry = cache[self] - except KeyError: - cache_entry = cache[self] = OrderedDict() - - cached_value: T | _InitialMissingType - try: - cached_value, lock = cache_entry[key] - except KeyError: - # We're the first task to call this function - cached_value, lock = ( - initial_missing, - Lock(fast_acquire=not self._always_checkpoint), - ) - cache_entry[key] = cached_value, lock - - if lock is None: - # The value was already cached - self._hits += 1 - cache_entry.move_to_end(key) - if self._always_checkpoint: - await checkpoint() - - return cast(T, cached_value) - - async with lock: - # Check if another task filled the cache while we acquired the lock - if (cached_value := cache_entry[key][0]) is initial_missing: - self._misses += 1 - if self._maxsize is not None and self._currsize >= self._maxsize: - cache_entry.popitem(last=False) - else: - self._currsize += 1 - - value = await self.__wrapped__(*args, **kwargs) - cache_entry[key] = value, None - else: - # Another task filled the cache while we were waiting for the lock - self._hits += 1 - cache_entry.move_to_end(key) - value = cast(T, cached_value) - - return value - - -class _LRUCacheWrapper(Generic[T]): - def __init__(self, maxsize: int | None, typed: bool, always_checkpoint: bool): - self._maxsize = maxsize - self._typed = typed - self._always_checkpoint = always_checkpoint - - @overload - def __call__( # type: ignore[overload-overlap] - self, func: Callable[P, Coroutine[Any, Any, T]], / - ) -> AsyncLRUCacheWrapper[P, T]: ... - - @overload - def __call__( - self, func: Callable[..., T], / - ) -> functools._lru_cache_wrapper[T]: ... - - def __call__( - self, f: Callable[P, Coroutine[Any, Any, T]] | Callable[..., T], / - ) -> AsyncLRUCacheWrapper[P, T] | functools._lru_cache_wrapper[T]: - if iscoroutinefunction(f): - return AsyncLRUCacheWrapper( - f, self._maxsize, self._typed, self._always_checkpoint - ) - - return functools.lru_cache(maxsize=self._maxsize, typed=self._typed)(f) # type: ignore[arg-type] - - -@overload -def cache( # type: ignore[overload-overlap] - func: Callable[P, Coroutine[Any, Any, T]], / -) -> AsyncLRUCacheWrapper[P, T]: ... - - -@overload -def cache(func: Callable[..., T], /) -> functools._lru_cache_wrapper[T]: ... - - -def cache( - func: Callable[..., T] | Callable[P, Coroutine[Any, Any, T]], / -) -> AsyncLRUCacheWrapper[P, T] | functools._lru_cache_wrapper[T]: - """ - A convenient shortcut for :func:`lru_cache` with ``maxsize=None``. - - This is the asynchronous equivalent to :func:`functools.cache`. - - """ - return lru_cache(maxsize=None)(func) - - -@overload -def lru_cache( - *, maxsize: int | None = ..., typed: bool = ..., always_checkpoint: bool = ... -) -> _LRUCacheWrapper[Any]: ... - - -@overload -def lru_cache( # type: ignore[overload-overlap] - func: Callable[P, Coroutine[Any, Any, T]], / -) -> AsyncLRUCacheWrapper[P, T]: ... - - -@overload -def lru_cache(func: Callable[..., T], /) -> functools._lru_cache_wrapper[T]: ... - - -def lru_cache( - func: Callable[P, Coroutine[Any, Any, T]] | Callable[..., T] | None = None, - /, - *, - maxsize: int | None = 128, - typed: bool = False, - always_checkpoint: bool = False, -) -> ( - AsyncLRUCacheWrapper[P, T] | functools._lru_cache_wrapper[T] | _LRUCacheWrapper[Any] -): - """ - An asynchronous version of :func:`functools.lru_cache`. - - If a synchronous function is passed, the standard library - :func:`functools.lru_cache` is applied instead. - - :param always_checkpoint: if ``True``, every call to the cached function will be - guaranteed to yield control to the event loop at least once - - .. note:: Caches and locks are managed on a per-event loop basis. - - """ - if func is None: - return _LRUCacheWrapper[Any](maxsize, typed, always_checkpoint) - - if not callable(func): - raise TypeError("the first argument must be callable") - - return _LRUCacheWrapper[T](maxsize, typed, always_checkpoint)(func) - - -@overload -async def reduce( - function: Callable[[T, S], Awaitable[T]], - iterable: Iterable[S] | AsyncIterable[S], - /, - initial: T, -) -> T: ... - - -@overload -async def reduce( - function: Callable[[T, T], Awaitable[T]], - iterable: Iterable[T] | AsyncIterable[T], - /, -) -> T: ... - - -async def reduce( # type: ignore[misc] - function: Callable[[T, T], Awaitable[T]] | Callable[[T, S], Awaitable[T]], - iterable: Iterable[T] | Iterable[S] | AsyncIterable[T] | AsyncIterable[S], - /, - initial: T | _InitialMissingType = initial_missing, -) -> T: - """ - Asynchronous version of :func:`functools.reduce`. - - :param function: a coroutine function that takes two arguments: the accumulated - value and the next element from the iterable - :param iterable: an iterable or async iterable - :param initial: the initial value (if missing, the first element of the iterable is - used as the initial value) - - """ - element: Any - function_called = False - if isinstance(iterable, AsyncIterable): - async_it = iterable.__aiter__() - if initial is initial_missing: - try: - value = cast(T, await async_it.__anext__()) - except StopAsyncIteration: - raise TypeError( - "reduce() of empty sequence with no initial value" - ) from None - else: - value = cast(T, initial) - - async for element in async_it: - value = await function(value, element) - function_called = True - elif isinstance(iterable, Iterable): - it = iter(iterable) - if initial is initial_missing: - try: - value = cast(T, next(it)) - except StopIteration: - raise TypeError( - "reduce() of empty sequence with no initial value" - ) from None - else: - value = cast(T, initial) - - for element in it: - value = await function(value, element) - function_called = True - else: - raise TypeError("reduce() argument 2 must be an iterable or async iterable") - - # Make sure there is at least one checkpoint, even if an empty iterable and an - # initial value were given - if not function_called: - await checkpoint() - - return value diff --git a/backend/.venv/Lib/site-packages/anyio/lowlevel.py b/backend/.venv/Lib/site-packages/anyio/lowlevel.py deleted file mode 100644 index 06d23c9..0000000 --- a/backend/.venv/Lib/site-packages/anyio/lowlevel.py +++ /dev/null @@ -1,195 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "EventLoopToken", - "RunvarToken", - "RunVar", - "checkpoint", - "checkpoint_if_cancelled", - "cancel_shielded_checkpoint", - "current_token", -) - -import enum -from dataclasses import dataclass -from types import TracebackType -from typing import Any, Generic, Literal, TypeVar, final, overload -from weakref import WeakKeyDictionary - -from ._core._eventloop import get_async_backend -from .abc import AsyncBackend - -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() - - -@final -@dataclass(frozen=True, repr=False) -class EventLoopToken: - """ - An opaque object that holds a reference to an event loop. - - .. versionadded:: 4.11.0 - """ - - backend_class: type[AsyncBackend] - native_token: object - - -def current_token() -> EventLoopToken: - """ - Return a token object that can be used to call code in the current event loop from - another thread. - - .. versionadded:: 4.11.0 - - """ - backend_class = get_async_backend() - raw_token = backend_class.current_token() - return EventLoopToken(backend_class, raw_token) - - -_run_vars: WeakKeyDictionary[object, dict[RunVar[Any], Any]] = WeakKeyDictionary() - - -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 - - def __enter__(self) -> RunvarToken[T]: - return self - - def __exit__( - self, - exc_type: type[BaseException] | None, - exc_val: BaseException | None, - exc_tb: TracebackType | None, - ) -> None: - self._var.reset(self) - - -class RunVar(Generic[T]): - """ - Like a :class:`~contextvars.ContextVar`, except scoped to the running event loop. - - Can be used as a context manager, Just like :class:`~contextvars.ContextVar`, that - will reset the variable to its previous value when the context block is exited. - """ - - __slots__ = "_name", "_default" - - NO_VALUE_SET: Literal[_NoValueSet.NO_VALUE_SET] = _NoValueSet.NO_VALUE_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[RunVar[T], T]: - native_token = current_token().native_token - try: - return _run_vars[native_token] - except KeyError: - run_vars = _run_vars[native_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] - 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, RunVar.NO_VALUE_SET)) - current_vars[self] = 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] - except KeyError: - pass - else: - self._current_vars[self] = token._value - - token._redeemed = True - - def __repr__(self) -> str: - return f"" diff --git a/backend/.venv/Lib/site-packages/anyio/py.typed b/backend/.venv/Lib/site-packages/anyio/py.typed deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/anyio/pytest_plugin.py b/backend/.venv/Lib/site-packages/anyio/pytest_plugin.py deleted file mode 100644 index 4222816..0000000 --- a/backend/.venv/Lib/site-packages/anyio/pytest_plugin.py +++ /dev/null @@ -1,302 +0,0 @@ -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 -from _pytest.fixtures import SubRequest -from _pytest.outcomes import Exit - -from . import get_available_backends -from ._core._eventloop import ( - current_async_library, - get_async_backend, - reset_current_async_library, - set_current_async_library, -) -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 current_async_library() is None: - # Since we're in control of the event loop, we can cache the name of the - # async library - token = set_current_async_library(backend_name) - _runner_stack.callback(reset_current_async_library, 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_addoption(parser: pytest.Parser) -> None: - parser.addini( - "anyio_mode", - default="strict", - help='AnyIO plugin mode (either "strict" or "auto")', - ) - - -def pytest_configure(config: pytest.Config) -> None: - config.addinivalue_line( - "markers", - "anyio: mark the (coroutine function) test to be run asynchronously via anyio.", - ) - if ( - config.getini("anyio_mode") == "auto" - and config.pluginmanager.has_plugin("asyncio") - and config.getini("asyncio_mode") == "auto" - ): - config.issue_config_time_warning( - pytest.PytestConfigWarning( - "AnyIO auto mode has been enabled together with pytest-asyncio auto " - "mode. This may cause unexpected behavior." - ), - 1, - ) - - -@pytest.hookimpl(hookwrapper=True) -def pytest_fixture_setup(fixturedef: Any, request: Any) -> Generator[Any]: - def wrapper(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: pytest.Module | pytest.Class, name: str, obj: object -) -> None: - if collector.istestfunction(obj, name): - inner_func = obj.hypothesis.inner_test if hasattr(obj, "hypothesis") else obj - if iscoroutinefunction(inner_func): - anyio_auto_mode = collector.config.getini("anyio_mode") == "auto" - marker = collector.get_closest_marker("anyio") - own_markers = getattr(obj, "pytestmark", ()) - if ( - anyio_auto_mode - or 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_available_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/backend/.venv/Lib/site-packages/anyio/streams/__init__.py b/backend/.venv/Lib/site-packages/anyio/streams/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 57aae846362fb0c76687f09f5699cc3774d199f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmX@j%ge<81UnjRGePuY5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!igvb&DbFv;E-pw+ zPL0XSDk;`YOis=(%`3^wOV>@#FG`I`N=(j9%}a^VD@)BQi}A@!iYd-4N!0~v$WBa8 zEsjadtIW)gDK05WP0THhiI30B%PfhH*DI*J#bJ}1pHiBWYFESxw2Kjli$RQ!%#4hT IMa)1J0D9Ron*aa+ diff --git a/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/buffered.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/buffered.cpython-312.pyc deleted file mode 100644 index b01dd7d5149fbeef2460b4c702a4c0f60a649c2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9067 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 QwcKE#ZO^X>{Ic`-KObU8`Tzg` diff --git a/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/file.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/file.cpython-312.pyc deleted file mode 100644 index 67a2832b95f21b0687e555544969f0171293363d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7562 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 diff --git a/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/memory.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/memory.cpython-312.pyc deleted file mode 100644 index 0f40c4be34595c382efec3d9b46b1b89599707f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15009 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 XZruHTLu%tQSq2Mfg9j$e(pCE(p?1?0 diff --git a/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/stapled.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/stapled.cpython-312.pyc deleted file mode 100644 index f7dda3548de72ddba4f7e990c28154673dca3d70..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7538 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 diff --git a/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/tls.cpython-312.pyc b/backend/.venv/Lib/site-packages/anyio/streams/__pycache__/tls.cpython-312.pyc deleted file mode 100644 index b7022fcb2272d94d8e225bda6ba6926fe1dec979..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20219 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 diff --git a/backend/.venv/Lib/site-packages/anyio/streams/buffered.py b/backend/.venv/Lib/site-packages/anyio/streams/buffered.py deleted file mode 100644 index 57c7cd7..0000000 --- a/backend/.venv/Lib/site-packages/anyio/streams/buffered.py +++ /dev/null @@ -1,188 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "BufferedByteReceiveStream", - "BufferedByteStream", - "BufferedConnectable", -) - -import sys -from collections.abc import Callable, Iterable, Mapping -from dataclasses import dataclass, field -from typing import Any, SupportsIndex - -from .. import ClosedResourceError, DelimiterNotFound, EndOfStream, IncompleteRead -from ..abc import ( - AnyByteReceiveStream, - AnyByteStream, - AnyByteStreamConnectable, - ByteReceiveStream, - ByteStream, - ByteStreamConnectable, -) - -if sys.version_info >= (3, 12): - from typing import override -else: - from typing_extensions import override - - -@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 - - def feed_data(self, data: Iterable[SupportsIndex], /) -> None: - """ - Append data directly into the buffer. - - Any data in the buffer will be consumed by receive operations before receiving - anything from the wrapped stream. - - :param data: the data to append to the buffer (can be bytes or anything else - that supports ``__index__()``) - - """ - self._buffer.extend(data) - - 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) - - -class BufferedByteStream(BufferedByteReceiveStream, ByteStream): - """ - A full-duplex variant of :class:`BufferedByteReceiveStream`. All writes are passed - through to the wrapped stream as-is. - """ - - def __init__(self, stream: AnyByteStream): - """ - :param stream: the stream to be wrapped - - """ - super().__init__(stream) - self._stream = stream - - @override - async def send_eof(self) -> None: - await self._stream.send_eof() - - @override - async def send(self, item: bytes) -> None: - await self._stream.send(item) - - -class BufferedConnectable(ByteStreamConnectable): - def __init__(self, connectable: AnyByteStreamConnectable): - """ - :param connectable: the connectable to wrap - - """ - self.connectable = connectable - - @override - async def connect(self) -> BufferedByteStream: - stream = await self.connectable.connect() - return BufferedByteStream(stream) diff --git a/backend/.venv/Lib/site-packages/anyio/streams/file.py b/backend/.venv/Lib/site-packages/anyio/streams/file.py deleted file mode 100644 index 82d2da8..0000000 --- a/backend/.venv/Lib/site-packages/anyio/streams/file.py +++ /dev/null @@ -1,154 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "FileReadStream", - "FileStreamAttribute", - "FileWriteStream", -) - -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/backend/.venv/Lib/site-packages/anyio/streams/memory.py b/backend/.venv/Lib/site-packages/anyio/streams/memory.py deleted file mode 100644 index a3fa0c3..0000000 --- a/backend/.venv/Lib/site-packages/anyio/streams/memory.py +++ /dev/null @@ -1,325 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "MemoryObjectReceiveStream", - "MemoryObjectSendStream", - "MemoryObjectStreamStatistics", -) - -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, - stacklevel=1, - 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, - stacklevel=1, - source=self, - ) diff --git a/backend/.venv/Lib/site-packages/anyio/streams/stapled.py b/backend/.venv/Lib/site-packages/anyio/streams/stapled.py deleted file mode 100644 index 9248b68..0000000 --- a/backend/.venv/Lib/site-packages/anyio/streams/stapled.py +++ /dev/null @@ -1,147 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "MultiListener", - "StapledByteStream", - "StapledObjectStream", -) - -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/backend/.venv/Lib/site-packages/anyio/streams/text.py b/backend/.venv/Lib/site-packages/anyio/streams/text.py deleted file mode 100644 index 296cd25..0000000 --- a/backend/.venv/Lib/site-packages/anyio/streams/text.py +++ /dev/null @@ -1,176 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "TextConnectable", - "TextReceiveStream", - "TextSendStream", - "TextStream", -) - -import codecs -import sys -from collections.abc import Callable, Mapping -from dataclasses import InitVar, dataclass, field -from typing import Any - -from ..abc import ( - AnyByteReceiveStream, - AnyByteSendStream, - AnyByteStream, - AnyByteStreamConnectable, - ObjectReceiveStream, - ObjectSendStream, - ObjectStream, - ObjectStreamConnectable, -) - -if sys.version_info >= (3, 12): - from typing import override -else: - from typing_extensions import override - - -@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, - } - - -class TextConnectable(ObjectStreamConnectable[str]): - def __init__(self, connectable: AnyByteStreamConnectable): - """ - :param connectable: the bytestream endpoint to wrap - - """ - self.connectable = connectable - - @override - async def connect(self) -> TextStream: - stream = await self.connectable.connect() - return TextStream(stream) diff --git a/backend/.venv/Lib/site-packages/anyio/streams/tls.py b/backend/.venv/Lib/site-packages/anyio/streams/tls.py deleted file mode 100644 index b507488..0000000 --- a/backend/.venv/Lib/site-packages/anyio/streams/tls.py +++ /dev/null @@ -1,424 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "TLSAttribute", - "TLSConnectable", - "TLSListener", - "TLSStream", -) - -import logging -import re -import ssl -import sys -from collections.abc import Callable, Mapping -from dataclasses import dataclass -from functools import wraps -from ssl import SSLContext -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, - AnyByteStreamConnectable, - ByteStream, - ByteStreamConnectable, - Listener, - TaskGroup, -) - -if sys.version_info >= (3, 10): - from typing import TypeAlias -else: - from typing_extensions import TypeAlias - -if sys.version_info >= (3, 11): - from typing import TypeVarTuple, Unpack -else: - from typing_extensions import TypeVarTuple, Unpack - -if sys.version_info >= (3, 12): - from typing import override -else: - from typing_extensions import override - -T_Retval = TypeVar("T_Retval") -PosArgsT = TypeVarTuple("PosArgsT") -_PCTRTT: TypeAlias = tuple[tuple[str, str], ...] -_PCTRTTT: TypeAlias = 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, - } - - -class TLSConnectable(ByteStreamConnectable): - """ - Wraps another connectable and does TLS negotiation after a successful connection. - - :param connectable: the connectable to wrap - :param hostname: host name of the server (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 server does the same - """ - - def __init__( - self, - connectable: AnyByteStreamConnectable, - *, - hostname: str | None = None, - ssl_context: ssl.SSLContext | None = None, - standard_compatible: bool = True, - ) -> None: - self.connectable = connectable - self.ssl_context: SSLContext = ssl_context or ssl.create_default_context( - ssl.Purpose.SERVER_AUTH - ) - if not isinstance(self.ssl_context, ssl.SSLContext): - raise TypeError( - "ssl_context must be an instance of ssl.SSLContext, not " - f"{type(self.ssl_context).__name__}" - ) - self.hostname = hostname - self.standard_compatible = standard_compatible - - @override - async def connect(self) -> TLSStream: - stream = await self.connectable.connect() - try: - return await TLSStream.wrap( - stream, - hostname=self.hostname, - ssl_context=self.ssl_context, - standard_compatible=self.standard_compatible, - ) - except BaseException: - await aclose_forcefully(stream) - raise diff --git a/backend/.venv/Lib/site-packages/anyio/to_interpreter.py b/backend/.venv/Lib/site-packages/anyio/to_interpreter.py deleted file mode 100644 index 694dbe7..0000000 --- a/backend/.venv/Lib/site-packages/anyio/to_interpreter.py +++ /dev/null @@ -1,246 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "run_sync", - "current_default_interpreter_limiter", -) - -import atexit -import os -import sys -from collections import deque -from collections.abc import Callable -from typing import Any, Final, TypeVar - -from . import current_time, to_thread -from ._core._exceptions import BrokenWorkerInterpreter -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 - -if sys.version_info >= (3, 14): - from concurrent.interpreters import ExecutionFailed, create - - def _interp_call( - func: Callable[..., Any], args: tuple[Any, ...] - ) -> tuple[Any, bool]: - try: - retval = func(*args) - except BaseException as exc: - return exc, True - else: - return retval, False - - class _Worker: - last_used: float = 0 - - def __init__(self) -> None: - self._interpreter = create() - - def destroy(self) -> None: - self._interpreter.close() - - def call( - self, - func: Callable[..., T_Retval], - args: tuple[Any, ...], - ) -> T_Retval: - try: - res, is_exception = self._interpreter.call(_interp_call, func, args) - except ExecutionFailed as exc: - raise BrokenWorkerInterpreter(exc.excinfo) from exc - - if is_exception: - raise res - - return res -elif sys.version_info >= (3, 13): - import _interpqueues - import _interpreters - - 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 - QUEUE_PICKLE_ARGS: Final = (FMT_PICKLED, UNBOUND) - QUEUE_UNPICKLE_ARGS: Final = (FMT_UNPICKLED, UNBOUND) - - _run_func = compile( - """ -import _interpqueues -from _interpreters import NotShareableError -from pickle import loads, dumps, HIGHEST_PROTOCOL - -QUEUE_PICKLE_ARGS = (1, 2) -QUEUE_UNPICKLE_ARGS = (0, 2) - -item = _interpqueues.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: - _interpqueues.put(queue_id, (retval, is_exception), *QUEUE_UNPICKLE_ARGS) -except NotShareableError: - retval = dumps(retval, HIGHEST_PROTOCOL) - _interpqueues.put(queue_id, (retval, is_exception), *QUEUE_PICKLE_ARGS) - """, - "", - "exec", - ) - - class _Worker: - last_used: float = 0 - - def __init__(self) -> None: - self._interpreter_id = _interpreters.create() - self._queue_id = _interpqueues.create(1, *QUEUE_UNPICKLE_ARGS) - _interpreters.set___main___attrs( - self._interpreter_id, {"queue_id": self._queue_id} - ) - - def destroy(self) -> None: - _interpqueues.destroy(self._queue_id) - _interpreters.destroy(self._interpreter_id) - - def call( - self, - func: Callable[..., T_Retval], - args: tuple[Any, ...], - ) -> T_Retval: - import pickle - - item = pickle.dumps((func, args), pickle.HIGHEST_PROTOCOL) - _interpqueues.put(self._queue_id, item, *QUEUE_PICKLE_ARGS) - exc_info = _interpreters.exec(self._interpreter_id, _run_func) - if exc_info: - raise BrokenWorkerInterpreter(exc_info) - - res = _interpqueues.get(self._queue_id) - (res, is_exception), fmt = res[:2] - if fmt == FMT_PICKLED: - res = pickle.loads(res) - - if is_exception: - raise res - - return res -else: - - class _Worker: - last_used: float = 0 - - def __init__(self) -> None: - raise RuntimeError("subinterpreters require at least Python 3.13") - - def call( - self, - func: Callable[..., T_Retval], - args: tuple[Any, ...], - ) -> T_Retval: - raise NotImplementedError - - def destroy(self) -> None: - pass - - -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") - - -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. - - .. warning:: On Python 3.13, the :mod:`concurrent.interpreters` module was not yet - available, so the code path for that Python version relies on an undocumented, - private API. As such, it is recommended to not rely on this function for anything - mission-critical on Python 3.13. - - :param func: a callable - :param args: the positional arguments for the callable - :param limiter: capacity limiter to use to limit the total number of subinterpreters - running (if omitted, the default limiter is used) - :return: the result of the call - :raises BrokenWorkerInterpreter: if there's an internal error in a subinterpreter - - """ - 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 to_thread.run_sync( - worker.call, - func, - args, - limiter=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 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/backend/.venv/Lib/site-packages/anyio/to_process.py b/backend/.venv/Lib/site-packages/anyio/to_process.py deleted file mode 100644 index e6796cd..0000000 --- a/backend/.venv/Lib/site-packages/anyio/to_process.py +++ /dev/null @@ -1,264 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "current_default_process_limiter", - "process_worker", - "run_sync", -) - -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/backend/.venv/Lib/site-packages/anyio/to_thread.py b/backend/.venv/Lib/site-packages/anyio/to_thread.py deleted file mode 100644 index 1f05ed9..0000000 --- a/backend/.venv/Lib/site-packages/anyio/to_thread.py +++ /dev/null @@ -1,74 +0,0 @@ -from __future__ import annotations - -__all__ = ( - "run_sync", - "current_default_thread_limiter", -) - -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/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/INSTALLER b/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/METADATA b/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/METADATA deleted file mode 100644 index 3f433af..0000000 --- a/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/METADATA +++ /dev/null @@ -1,84 +0,0 @@ -Metadata-Version: 2.4 -Name: click -Version: 8.3.1 -Summary: Composable command line interface toolkit -Maintainer-email: Pallets -Requires-Python: >=3.10 -Description-Content-Type: text/markdown -License-Expression: BSD-3-Clause -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Developers -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Typing :: Typed -License-File: LICENSE.txt -Requires-Dist: colorama; platform_system == 'Windows' -Project-URL: Changes, https://click.palletsprojects.com/page/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 - -## Contributing - -See our [detailed contributing documentation][contrib] for many ways to -contribute, including reporting issues, requesting features, asking or answering -questions, and making PRs. - -[contrib]: https://palletsprojects.com/contributing/ - diff --git a/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/RECORD b/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/RECORD deleted file mode 100644 index 008d697..0000000 --- a/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/RECORD +++ /dev/null @@ -1,40 +0,0 @@ -click-8.3.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -click-8.3.1.dist-info/METADATA,sha256=XZeBrMAE0ghTE88SjfrSDuSyNCpBPplxJR1tbwD9oZg,2621 -click-8.3.1.dist-info/RECORD,, -click-8.3.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82 -click-8.3.1.dist-info/licenses/LICENSE.txt,sha256=morRBqOU6FO_4h9C9OctWSgZoigF2ZG18ydQKSkrZY0,1475 -click/__init__.py,sha256=6YyS1aeyknZ0LYweWozNZy0A9nZ_11wmYIhv3cbQrYo,4473 -click/__pycache__/__init__.cpython-312.pyc,, -click/__pycache__/_compat.cpython-312.pyc,, -click/__pycache__/_termui_impl.cpython-312.pyc,, -click/__pycache__/_textwrap.cpython-312.pyc,, -click/__pycache__/_utils.cpython-312.pyc,, -click/__pycache__/_winconsole.cpython-312.pyc,, -click/__pycache__/core.cpython-312.pyc,, -click/__pycache__/decorators.cpython-312.pyc,, -click/__pycache__/exceptions.cpython-312.pyc,, -click/__pycache__/formatting.cpython-312.pyc,, -click/__pycache__/globals.cpython-312.pyc,, -click/__pycache__/parser.cpython-312.pyc,, -click/__pycache__/shell_completion.cpython-312.pyc,, -click/__pycache__/termui.cpython-312.pyc,, -click/__pycache__/testing.cpython-312.pyc,, -click/__pycache__/types.cpython-312.pyc,, -click/__pycache__/utils.cpython-312.pyc,, -click/_compat.py,sha256=v3xBZkFbvA1BXPRkFfBJc6-pIwPI7345m-kQEnpVAs4,18693 -click/_termui_impl.py,sha256=rgCb3On8X5A4200rA5L6i13u5iapmFer7sru57Jy6zA,27093 -click/_textwrap.py,sha256=BOae0RQ6vg3FkNgSJyOoGzG1meGMxJ_ukWVZKx_v-0o,1400 -click/_utils.py,sha256=kZwtTf5gMuCilJJceS2iTCvRvCY-0aN5rJq8gKw7p8g,943 -click/_winconsole.py,sha256=_vxUuUaxwBhoR0vUWCNuHY8VUefiMdCIyU2SXPqoF-A,8465 -click/core.py,sha256=U6Bfxt8GkjNDqyJ0HqXvluJHtyZ4sY5USAvM1Cdq7mQ,132105 -click/decorators.py,sha256=5P7abhJtAQYp_KHgjUvhMv464ERwOzrv2enNknlwHyQ,18461 -click/exceptions.py,sha256=8utf8w6V5hJXMnO_ic1FNrtbwuEn1NUu1aDwV8UqnG4,9954 -click/formatting.py,sha256=RVfwwr0rwWNpgGr8NaHodPzkIr7_tUyVh_nDdanLMNc,9730 -click/globals.py,sha256=gM-Nh6A4M0HB_SgkaF5M4ncGGMDHc_flHXu9_oh4GEU,1923 -click/parser.py,sha256=Q31pH0FlQZEq-UXE_ABRzlygEfvxPTuZbWNh4xfXmzw,19010 -click/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -click/shell_completion.py,sha256=Cc4GQUFuWpfQBa9sF5qXeeYI7n3tI_1k6ZdSn4BZbT0,20994 -click/termui.py,sha256=hqCEjNndU-nzW08nRAkBaVgfZp_FdCA9KxfIWlKYaMc,31037 -click/testing.py,sha256=EERbzcl1br0mW0qBS9EqkknfNfXB9WQEW0ELIpkvuSs,19102 -click/types.py,sha256=ek54BNSFwPKsqtfT7jsqcc4WHui8AIFVMKM4oVZIXhc,39927 -click/utils.py,sha256=gCUoewdAhA-QLBUUHxrLh4uj6m7T1WjZZMNPvR0I7YA,20257 diff --git a/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/WHEEL b/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/WHEEL deleted file mode 100644 index d8b9936..0000000 --- a/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/WHEEL +++ /dev/null @@ -1,4 +0,0 @@ -Wheel-Version: 1.0 -Generator: flit 3.12.0 -Root-Is-Purelib: true -Tag: py3-none-any diff --git a/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/licenses/LICENSE.txt b/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/licenses/LICENSE.txt deleted file mode 100644 index d12a849..0000000 --- a/backend/.venv/Lib/site-packages/click-8.3.1.dist-info/licenses/LICENSE.txt +++ /dev/null @@ -1,28 +0,0 @@ -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/backend/.venv/Lib/site-packages/click/__init__.py b/backend/.venv/Lib/site-packages/click/__init__.py deleted file mode 100644 index 1aa547c..0000000 --- a/backend/.venv/Lib/site-packages/click/__init__.py +++ /dev/null @@ -1,123 +0,0 @@ -""" -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 __future__ import annotations - -from .core import Argument as Argument -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 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 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 .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 - - -def __getattr__(name: str) -> object: - import warnings - - if name == "BaseCommand": - from .core import _BaseCommand - - warnings.warn( - "'BaseCommand' is deprecated and will be removed in Click 9.0. Use" - " 'Command' instead.", - DeprecationWarning, - stacklevel=2, - ) - return _BaseCommand - - if name == "MultiCommand": - from .core import _MultiCommand - - warnings.warn( - "'MultiCommand' is deprecated and will be removed in Click 9.0. Use" - " 'Group' instead.", - DeprecationWarning, - stacklevel=2, - ) - return _MultiCommand - - if name == "OptionParser": - from .parser import _OptionParser - - warnings.warn( - "'OptionParser' is deprecated and will be removed in Click 9.0. The" - " old parser is available in 'optparse'.", - DeprecationWarning, - stacklevel=2, - ) - return _OptionParser - - if name == "__version__": - import importlib.metadata - import warnings - - warnings.warn( - "The '__version__' attribute is deprecated and will be removed in" - " Click 9.1. Use feature detection or" - " 'importlib.metadata.version(\"click\")' instead.", - DeprecationWarning, - stacklevel=2, - ) - return importlib.metadata.version("click") - - raise AttributeError(name) diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 94982408e0e869ad6a2b70a1047a333d79911544..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4066 zcmbW4OHUlx700Wg-w&FHAK2zmfbFJjXalyf!T7<`X5s{b*mZ% zYZ#59ERt0gStK7J(c}ZU;tcZ{@L6$|`7HRHILCa>K40z?z0Bvq z7sLhTUhqY6k@*7nlDNct5!@&Gm@k3*ML%;Nct8v=_k#z;AoBoN6)N+fJyaeR!^|pp zM2s*G*_X>##1-aY`)WBSa?B&(Q8CJV8Jrh+<}2W9;u`Z+@O5#WIR_pSW6Y!AaWT%E z2Ny(v`5O3!xWRlKJRv5S$H0?fl6f3FC8n4Q_RaDwaf|r|__nysJOQ2-)6A3LJK_%W z6!@;V%X||&BW9RyfoH`m^KI}wagTW#JSXOu?||=%`^+>3i^t6K;3whG-IRE!JlY>}uemYujdtderM3-~5!CMjm5^ z6+m>o(x^>5)1_WEeN)05*IV3TF0>Ia_mo^`+mdCTgNB`}JC5u$yrp(cyK-vpq5ae< zy60(zS#qWByW~82(lO0-aN3wwoXc);53RDqhpseE{dF9e(!-FamdJe3m9(JF1>I|%?<_R`n#ibppZ)D<7>J_cAyq+D?*Gg3>abDW#sv{-a)M;a4jqRnmo26Y>JFs+Y z-wq#1*fcCYWjHDAa{H*QSDn%>nnx;n)uT11D$?DNrsoywEl@01_{2T(NKHNe$fl;T zs?)^q!utACn4*iju2rJS_>%6Mn^u`POnZXg$ja08`AtA_#ddZ7x$f{bx38{|F}~`Y znCf?F^QgkzpXol$F}kt&e0A+HIohn^^#r6|tUY_azPP-xvAl$0_{ED={%uS(yUjbP zZDV`~cawV17V4FXW>~aiT~sVujxLWh&zGiNhA~S<+VWFV!mXGN`zg_j(|jTTq|ng2 z&tXL(4H=599EUzrjJEwzMUg6}Ql!;mq}9(td$DH6(_bUv$D1W1`sdh}@JA2Yw{0l! z6hHBlK!T1Ow|~%6@`Ik**;DGoQ`(M}W5-DEADC0-gPy|dse?V;U0-dh?wxHd)!FF$va#rhGD^prnMI1 z%gtO%DMu0CFe}n5;l?87B7PoPwyhRTRhnh@05;1}>&aoJFoEceSf6VQfZlisOx-BF zp}{d!()0DwzHJ_uc98zKYWr5BDe5v>tKsEFuC@4oPJ{#T=`@0LJ+dI=c>LODv{u7Q zE7w~5>0@pp@wv94R@gsh%LCoADbdh2<=jR#%oT!^rZwZO_VRbsG1p?rsR(h>Dpq}T z{3$0eSwDeoQ}?UV#L@Zn1f{xC%^`0io+B+6kco6d_w_%iUi?druYWrSAFPU4;p6`w8r4qgt=#yid zCcjn0{WBe73oCaHww_wWEzk1Jadg;6D)6>=(Oa5kIhL%Ik2?cd^v3kH3!f)#6vbi+BDu^P9}uwoqpHhxEYT&-cDfD2a3Ll}IA_Hm!8_ zy^3F==AVBZ>#xOgEzQ**Yu^7V-gnwO-_m^ge>JDcyp9jOj-Nm2(Uy4>dLLCXgEXZS zPbrEibts(|zReDOl^yyvoBt}C|6}f(?9{9H)DOwtKb-j{Iq)hx@D9sV*79Nb34Vii zWPuRK|+6n z$rL0=o_xW0GELSDNe4-mq>}`Hs40>{qU<3#LqgF|o`VEQv-zRnNs588m*fJ;MUqP- zeI)%P10;ixAX(3YbVZ~})*-USc5Jt(+nyYzQWW1C<*Fq|sQxm^6_TqYITGYEMdnGa zkz6MkBN-z@?)3*w(cg7{qhYyE+=P^6sU{SETAJroN4vn>(||Eog@jr>Eo zT2n69l)J2IO&P8!qcvr$rd+Ej3pJ{pVu0}$+h@5k>~jn-qHlqV;E9?t&Bcf83e8}I y+xjSQj+Ph>fPXL!)|8Q&l4BUEDc5UCKNs`ODj3I^(egI)3`72XbTTx^>-`T&>uDkY diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/_compat.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/_compat.cpython-312.pyc deleted file mode 100644 index 18a1f0982d3c57a893aa5b70df233c1a5f18df38..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24185 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 diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/_termui_impl.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/_termui_impl.cpython-312.pyc deleted file mode 100644 index 5d1034115f01d317b852323fc0b828c46c93c382..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31554 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 IDWiq|ABNNlumAu6 diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/_textwrap.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/_textwrap.cpython-312.pyc deleted file mode 100644 index 0ce7b98df1c2d5970e4752fbbd8bb16de6d1b909..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2414 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 diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/_winconsole.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/_winconsole.cpython-312.pyc deleted file mode 100644 index 390c2d19372b749281551d61094778559bf8baee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11759 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 diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/core.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/core.cpython-312.pyc deleted file mode 100644 index 1bc375fa4e0826b8d8450bcab0e87100b04773f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134390 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%0DPG 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≤D-gTh;fsKYvTq@sq=1$d!k~y+yG_sHuy#7G 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 IkTKc+0I*(k<^TWy diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/globals.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/globals.cpython-312.pyc deleted file mode 100644 index 72454614e1b6234975e771fb04f22a59d6ae07e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2959 zcmbVOO>7&-6`olxDT$;+MUfrXO_Xt(pE9ut$3=fYv~_L4Zj=~GVC!N<1vT6miYqO5 ziJ2iO3Q8*(2Hc>B^yVIVNP(h_>l}J)kG&K{dy(M=cDFX*BDwfxR4q`rhxWbMrA(`C z4}Ab<=jY9v_xnBmVSGGKfPTI84ga?zgnWvN0lCS9?*1MoSBW5k2Bbw7DaE-HIExwh zW&*dBUCdGyMe&r#!*^UviKj&YPA2+JdHOy+Ri<%)hhb#6@uN`B z!#W#89uMx*=Y;s?o=|=S7{+_~FViFH&-;&b>7mils_dhTWxeetk*%MjnF;YkWoOB`@&3wWXCH zs`Efs+Wq+H6=`Z-M=5xw<|VqRad-~BuCp*~k=tkIc40#Px6W!5SkxE}82vCR3Zb@XWr*Ci4OU^|i-1q2rY2Qu0J=!DdnTw=H%UOO2 z9yl*eM}?Z1revu*nRPZxomydRq3LVp@sQOe>u4z$*Nn3s?=utS84yHM>U}bjkg%w} zDm}v*Drzwv_IpjK<0rpKIEih7rkceFg4_M8rjZWxQm)l(HL9myZ zkdQjuL~0-pnJ|5sudSfA@>^W_K_9hlbOP3h6l=<$EtO`v<2BKcRJ8P((K72beb{aJ zD@_B&S|L89y^`91*?!2pCJ$F2Yng8}a5Q<>2bpz_UV(=n^J3zGO5TcDh*-O$n@{36 z%Bn4Cn$_jB#46g0+H!f=^x9Fp&!(MYYPlTsfY|ueQ13Etb?>mH7>(r9t;C zFQ^U(L(PRX?*!p9_Utw@<~z;fKqPD!`jDl^RQov3=E!Fsv6~ z*dh;R-0WNQPHFOk?)%*z`aeDR^JjnZ>__z*M_#{KIJGPfA`c*@y*=~nLPL)M~ajGd@zO_4>d}^^m3V8E1jCm{A%JJZ2)xWBN@-E4}of2#5x#M zv3edv9EG1g0>c*h%*|hUd;9HM?#vB$=10AcoSW`zx7-sq+!Me2(kJd$6XXTXJ;DH5 zM|}$>|Bs^v4H(=&%g)A2=VdGEf*-J8Ow?w9>`Fim#4p@RJTPC*SmUiH;!HbgCk+G} zgH5Km0DF5zz5v^=!%t7akQjMx``j&e`i49GiF@!r`w3VyY}F>&b~ed{p{^pFkN0pM zIsn}+Zqg^E#s##>-T1{EqFBg-6#g)-&_Jz4gHldlA!^u7FA4zH8UbGcaGh(UCB26n z2*e18<`tcy3akKq5gnyC$|7);>LC_bmLQ7OkfCk;XsaH5ImoI(r?Cg~3$_hIjbclS zvsM#Wy$CBc1H*95#s>hJqo6Cn)u3=KwMD%Id|yG{*I1Rtun2ojImpfqCmZjcP3I8XPXT16*y39d%-fquHAO*LVXd>u(<;tn)tAQlG3{g zOBqi~alTe-bf8(wT1{bo#5vP%Ln~64RPmT;D#-<|U0jbZTzuzDZT5{bvv1AKe;WW3 z+H9gjQnZlcDu}p9{^MX3D$G*rx&663`t?>MI)VJAIu0xd8~R-s9%Lw`cgYK%lBv7o z^Y=3Dm6MlF-gTe*%h<#Zp4rL)>N%M!hqn*^nalwUI>p;$ZfNgxx_A0-xdU`^_qap9 Rwwrh8Gk?#I(@7hLe*@gU)>;4n diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/parser.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/parser.cpython-312.pyc deleted file mode 100644 index e5ec34111289629aca3ec814c88ec7a3e9306d89..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20418 zcmc(HYfxKPp69)it|TOZ1QOz5z!w{gg^m1<9ouaO8~n(FByA_1ka&fxD{NsQ(f115 z5HUkC>4|Ws*Dy|xl}%@ZXSz3dlWd%+-EQ}8)lSl1rfc^L7<*7_a2KOqK3LXU#=?ZSW6;s-WPU6Bu3i`X zHpw0@AFSxDVE!`r-Mwz+cf>t|mA#eB?}Wdqw~F~)@Oyi`%wG<_uh++OQQJVf-qgZd zZbA7KDAV8TXX)MW*Ywsfzb9ThSl3(6{FU&p>s`nERq!|THZs2#{-)mbJZGXB9xIfr z`y}577!P`So6ESuKdD)&e%;c$LE0es@!lwHlxpy9F>%K^srGeFs{6pCR8;JjlY?UFJSCRmv9oQ8BRP~B3d>4VFXd7!b)Kc@ zkA_pja#RuJ=wR|9%1xaQr^HK9QA&!5WJ*j#5k}<|iZ~mMgojZS62%6G;?coqB1L5l zim`-vG#-mw5R(Zs=zQ$l`KT<$qZgxbadUrCcEl2BeIgPSQzJuB@q9Re)+Nqu70*ZG zLn0CkhEpj7h=@S`II15^%F#g3ff0y`L-BAz#6YByT4Px(OH9esUZcjSh>pl&DmEC^ za>~)Lf+nSC81X+WO0oWaBt*NlQKcHGyT&-J8A1ouOCy7RqJl8~^fDqCJal|#@G@)4 zE_$D(*`W!D%5qW`2cwD-J{MIS=c0+I9H!}`3XRH;of50FC1Pw9@mw^Oie669sGwou zxnxp8uc;dj$~uU#O^NC}3{$6+;i!V%s>9DpzJVlnl9aF{5?F*-X>xFAgc^iZDYM4z+`fHB2b@RNRvr{P<8hHCqGgDzSck#YId`f# zzo|hb3;7Lg$N-;rh7*`x)^w!@-+~nV?r;Nt!+7p`pH?;i`;5qhW=kZWacX!vR z(DR*7KG%H{8K3Jp)qR>GkA$U8`P?wA{^w|R5mte)r-x{K^bl81^3-tTyc&oU4i?c( zs{&tDr$cM2K&b6>NUy}M*FeEXlL=Z9@LG-X%AN_!;lXGsD(Cs&vF6dCwHI@ zXUeIkmIOW3YkaC)4^5l&&?~lw)K{UW)l;Hnyv)D(5z22XYK<{kY14%5ATnV_xKyQ{ zn?fb?C_W{=epOmMbRAbzn$fP5*C@fr)o(h55$5qXCS2kIw(ukt%JJAm00rSKmR9&I z=njAcq=qebASeO!>c|9Q6;TT3h`Q6ZIz&9N6m~U;OoEU%H4KU&GV&9~t|yck zP7H-37YGvz<*Vq~ACr|75Jie!W+ky|2`i$6Rg6*;vJgN6L!*&o0_efgpGH85b}=GC zQNx30K`2)BjDfszJ~$X^GOGQp2~(%e9CDs8IuJ#Y&9zSQn4#BbzM8cWD=Eu0J%FGVQAo`~s1 z?i6>4yKH`uyTsq*djgicZ77M!>`&#*@Z=pQX`UFg$;5L8OnE+%wwvX<55+}=z& zS5td^WNPHvE3=*rOYjd*4PU!7S@F9?ciop9Uskv1t-bQ(vKhXw6b~~0No6bdLw76p z6Zc;8Px-xOnE*$ou8r0mW%LCs%|$GUOJJSYZa64z4_M>|N?~UN=cVV*Q) zu(mLM4{AAA<)rWX2gbV=EB%wB^OYOMAJ6SSIDRBovu?cWpDZ?^?u#nUS^X;y#d_GFDcXM{vtgQyKob_EhkTGR;PuO$r%8X^P zu6cUH^y!(-8!t@vP6y}fc2MMG^TfW){!GQ^=tR}`AAL*8?!GoK>l9}#;_p#l8R!xm?r`wcBmVjf~jI1aqSrZj`?%nJ-!)qN?d)9%1hiN{hQM9YsLR}z29 zX*lCt&gGsoO;%=(k9X&6t~bVB9ee$cF;tVgGM6$HIh!N1BlGO|<;gvFY_&Oe)#T2} z&djB(Iop{%lC@z%X6@^97`2U);mNa;ZJ9%}mbw*`3yMRo_R#ug!*m`V3={vV3j?Ib z7QM$YET_1X!Dke>nU_)Cm}v~O{vG5mHMoVe?{M#8XysZIj4|=0l0cnMf<%ybY&06` zA5KKrCyRAnk6l)%ZtNFz+$xH)(by5SzKlQRFdU4X%`yJUWMsh~ zobv}~{f}UPGLFTnhU}?p+g^QQ{8;8_uELjjK~FKG%=>rER_~s5?wPghk@upE2>y&m z>o&gvVIIR2<$8I@?Iu-9m4t${TI`doVBv&bbJPOa+5Eaihx}eavP%}on${6MP?ooa zRKBt&Qp`#jjN~!^;5rzQG#4_O!@dlnQ()rs8j!XyQKl~L%tx3aTM=tw`#{UhCeJ=r zmbNSIB1Vf(+uq?M)4OIp-D_Cs0|r?#8o~`2Y*-;IZI{e-_|)@)pt<$fv|SGci$~0B zdr@53nz#nksb?&D4;TztAuw(9i09tCjC{q5Tub(c^8HJCsJ9fgeQe>sKgBUpvks|`OkjbW4 z@x=3N&hr6A3RT<@loSc>6?ta}+>p#b1r#Y1PbSV0z$kgM5>4gp>VAqUY^&uR&xhl~ zI(-XElDrAclAGb=EmBlTfjma2HhC)r3B;R$_eh={2sprJMC1MP6D%!NAfKSTC&{7I z^5f*tPL>bA$qVQaBxV{DY-H_G_p?0|0&kfLg+@KvehBIz<4CUj8V=ZqDz2d^W4UXu z&DA$#EN{9OH?;m`D?H`@;H}9VU2NDit-SN}#8a7Llik1a)-C$Q*^S44Y5sKhmz}fC zJ@fvjXFX5nT%M~>O+2;WYMgU5X8Wg~eLHs7wRsT;`pEZR$%gN^*Z=tFjPRF_-)jDg zr*j_Pf=8V5hzp*!IZxY+`JQL%lE-)5J>_2TY?||+y1Sk&NOiq@s(iuIJm+bi-gM6s zSoU(h+GRiIs>&S7RX1dgE%|EE%CelFTJ6kL*W=~TUtWL4@&mhyI>xR>e`yV4AM-23 zAP@~JwHqYIs;6;F?P@x)bI#b~bQ6Cb$o8A=~Ne(mceo68jSUA~Lk*AwZwx z6WbrsYZEK8rSzWtm)4W`KM$!z6|f&EUEYAP(+f>6-IsHmu4f!D5TGcJA=*Ruz5S4u zsA&1v|KpaF#P|Z%C1MY0oxokgcfCCFfkS>fUgusxV}G9(T$tW=@YrOFs;5TPii0JLlSaTe#;sq!-w8r@Z|SB)9yvTNv)$G^^ZwPr#)TJg7?LsLHy@G(}%kMZ#wz!BeE-gtq-9 zB_*F>)Ap4EUPzriNvNS2Z6r=kC8uU6e;Jkh%9RRsCPuVmz;Y33@|Ls7WISMHvp6cS z6ml;`l!u^#Bt^z4nprI|RS>Y{K}r+QPKH7t{UKG;4!3pGpSHOm6t%T~_a zylf+%opaYMmyyrGRjylhlF!9?yvya}tKd8hE0lBj2+vt7zBKW|&J{C!%jA1tEf-qV zCQ!u@{27l%c%WNFP=N`TERrDc#Attw`L^_0aGYbymxVetja8(W(irqL$O=qD#3}ID zjF%(A$sW)yE@aTI5lw_KtJ{*XI>ZFsw5Xeo{Dmlm>Lg}I9aS3o(JG@w2AlI!gex_0 zu8_)8>nv=TJvg==*AZmPNjHy9fK9q;~W&N29<*} z0|Bp#`+!wm;P0WNHWy@vf})zy1Y63bCFjQY#G$kqN^6K$@}mW$E+|+fLkT_L)pHfz zz;j>WOZSyV`40uX7dk#eg5f1AYm>FOO^hq?>!lUmrE4Q91FA#c5k{Q?$7z_Jmio{3pc`l zWWK}$JV=u4k!j{2W}AZBWm@5@^bTbQ=~V3UkbG#grLYz?5>U|O8L56j1<>mJpQMhO zt=W5HPc}T$`5&wQ{o_C4Z|wO!(`da`Uc*n?YIs#W*QRee@fAXyW_e6xd?tNDRW>H7 z(m?R0DQ}?!s>l$dM!QvX#QC3oc$v2ly5{XVyh4;29#lmY5+`KhtK<$id8>M)sqQ~U zJ71)@W^!m_LN{noMioqj^T{|U;p%NlXgFH=wW0Yh2v+_R90(&04x+^ViTzpr%ArMX zV>bHZ)9;_Taptaf*Q{&TtasOw_lu*J|4I^ux#e4Pw*?8soK9{w$xND zbC${~;3yP=N3I-L^wnj$m&DeLaMdy4nB0B+(Wyu0?2X?*$$D<`Y=MBT(0JrsM9B2H zQishTP;wtq=mcoHO2@uN<}{*pMtkF>DOlO?$`KU7D3mNwVS*f`03s*yIdTXP8S#;6 z?u+Qp1^Oh1##@250QBd9$xMXBFSIVX4=)RNgYtM9mu=*;bB>A!W$>wmP*$qkcr*a# zR|rRnD2N&K!_sRWF=1^`hE*yugG$iezs|+JK@+o@N-!-A?Pd1pG{eG}g}gu}1PZB~ z@seqUV%xHH$%rjgx{6@5_$7nASRe#rxUnE<_6rBo#e@LBbE$tzhgbvDT-+3>dGZO6MzkJsN)wN!?1 zhvb(WcsuoQ{VmlzNn`m%(4MzayTTG z6XCcRiH8-1|-u=AOdtVI2IOf`jwBN5qM z;HZt7#Y&Q5ax_A@VctSVdSpkUS&^vb4XkIdk+>v>hv;;XY$QgK!`itTYqV;*5|-6c zaB3b+C^0(5M43hpkPT~I>kW)3QZRZ!vB=BXQ7~>XjAYnpA05>hap)OlV6Cx>f-`?q z#fl+Y7gQ>Xny93ZJqwNfe$*Tu6rot&ugw6?3RT04{j7`o`~HX>cLk5CC;xroC1!oX z>{wW{WmXUsra#)@1PuC!J!KEr9HHm*u{_`Lm8qj6V3YSFIA4QtPhNu759=GpW!Pd8 zJ4Vd=W9M)r5XE^I6NyQ4iTy^3Ohc;)j$T)4VwWO8NY`oR1y+a-rc_fg-@}N_sDIVQ zHo)|MQQ|Nh&~_{5s{xMMLF9uwN#oc8UkCGTTyj=q4(GN67q%Rm+j1<^1@&RBy)3`@MXsrNdUy6EDx{u)w1&s4^!;{Ji{a&09#eUF6U;Ddni&ST zO=$0p2~OLGDa_$fG^|sS$oL@HyGbc}>yuBVNmQ6aQXCo#o^ zLx3JAvxt9UTVGWyT)}7FIy?l^wy4}qaYx9>kaLur2{?hWB8i$Y^A9^=$Xhj>C_^?K zm-Rzd9BXJWGFrQO?-ycVZ_6o@$UM${v4PuvXx@G3=e}DT->S$e(_QbMxN+j1r{lIS zW0`dyTCA+idb84W*De3;;a_&&t^9VznzOr9wb6pTdCrbwfcLlE*ml>xGv}>a@V4Id zw&KWfV<6LY_34SHvq$f^M6mU~O-mHpa@X5}*bSQz+cVLV-F3&c{tLvm{{BlR=Q*s< zF8*HQk#&|;+6&^o7-D=Io`*^QrA$xOq5|*$<7COhFI%@6<5&;Q~6@ugsrb{v#KrFN=s1L3Z#RkJJ8o>Kn}5^ z2Anf1Ut$_mn>n4iCO-5M*lL}}B{M3rS~d#NCmU>OKa~callV@+vqm3OR0IaXP#Vz4 z41LcIfN@3$B;FmS*HPlgSK0NcDF;bfAUi#>pMk zguS>7Qwi82uTHJ?OywO3{(zhj%vZh+tPxZ6GrlND2p|Z(Lqz>%7y}ne$WwVK*P)m(57?l|m*3 zKiJS&#eG(_^$2hN1;@i(r3NtImVjXOE-uB4mFB3am)JAL?!u?`fZYQF!>n#G{9`8U z*%CVotewX~Hlrq;*<%JA<}pi=0=8uNI!1t@s^>VCOBl1lez#n2LE#NXQ6K{jsB$$N zgL<)n%pB5uLCye=&llv35wwa~vzjhx%5fVrVpEq2sU1`>-U?s7EDED2NYo(wq-KLe zz%(DUewd~*FJN_GA=0YKn`6@DyqUgf3N*^Ds?y&=0MwUHGXdclCZz{Uujze-HMZ#A zK!;0DOgxcoeQ(R#TjpG?w|#$I|DWsU+q!;Uf2(tb|Je3{?RNcKTi1%&RO6U%W`s=Y zft{<{fMcun8|{Bv+c9w>b9B-R11(mJkd3_UnC`ykY6nfP3qp3NS(g!T%cGN?nGtt+e>bZYG*&y)@?MKPozs!~Mi4JrY3y-8A!&-oEh z4;aQVv$j&J@*?JvsqDKjGhVD*Vy@Oa5G;z;NunF6N(c&a1A0(`HVr_nz4j@lXo<#$ z^qh9=ng?>Qu`fuuUOFf2zTY1q)jQ1fXnD)uBZt-&Ad@XrY!FaAau|yV0Rr^EafOfCKd-cMV z3%RPA>szL_T;DdeZMu2B3T)$IHF(i$FJz999@IN2U3n$v@#iXili!BnUrn}ap&>Yj z|CPa8kKFG3tNqNPWy73j!}P8h;hra$tE^tA?6_0e0Ytp+oN_LB)X00Dwxv}eJEkLd zJ?$uac^&8WUA^#w3o55W>sNmW*BGbsZ?v_HwV=lpy)W|e4j5OmD{o^Kx)MgnQaY`U zKx0CRrieXA3uCHM`1qk&XJwhenx3KPo#qMI81j``r90E6R~ypif9^_Mz2eZO5~~ue zwWf`BjoA_%sH3&$P5_^()*D!K07hpmYo0WZV=assq)AC*MGzOr%B?0G}lv+iU+8zI=6vn!!p4kxUt4_6jn= z1v}G`$+DB#U90rMuF{L$l(#~cv(^0SkprvlFDTQ$CZ`8ZvB|Y27P{3w8>*zy#x?tr z4T%wb4nwc}R}{t6Lom*jt|z7vbIz9gt{s2h&@mH%)xn`p4$U_l$vm}K)s$6kb$ojI zZ(jK9g}YTfv#y?{%IfP)Q%%$6xylxZi_XdgXX71bBh*TsrdfAj_5Ry2ow)1S1FNwG zUvSPBoKbEayWKtSJ2KI|RK9Muylt^c%z3_lOk3Y+XvtR1wd zOxaU<1?@U|eZRkOXGwYILi+Pu<10)l#c?#FMXjSNtMI@OKUR%#G zMsFGU1!54uoR)XM4S0&QL>UCgFOc&FInCrS2w~{K=(7PK@{cK&5M4bJ4U3?yTT zfKvqvqR9*#V6>XT#Th=P+N8SIs+moZ^Qy^e0Xk@5X^bbmREt%Qh8~7edbFt|d>HZH zBmCF`2h`jRMN-aHp5cj7KRe|IAi$v2y;N0A=K9y#GDon(r;knVn>jMGdwTt?mY;3@ zWb=I00jP

#m2ULJQTK=c+f)c;~A-GRIKTWaY%MOy}Qw>vGbI2au4|Y7>|oAUcm0W} zCl-90=6su`zdN&WCOmU?rtPk8XKvm4$*!f^hK1UlbG18f?YeFKRG696)ow?ZZUKiuA5d8(Ipao+mnLpUj4aBjNe+;sD>#(Xchn&w$~o`y1__qJuvIs^mQJCq$0*+;08FUy-cMz49G(Uz=4{V03Cf% zrq!E<$50M&FKeDsJcevf8JxqIkQQ(&!jPe0o?-B_#NpsprPhvza0V7|EE){yZvYS7 zf831aI#Rmr5|hpV$^ZN|?=9jttSLJFW{+N{+?KXN4zSSmmVpw+FpvZMMI&n5+C)3M z(9W-oNa=PD5H(rz6z+6tV`%_c=`tkniiNwE$WwB5Db@E(-{NR?$e6x$E%zeBN)HE~ zq#rVLn!(X64^5_$z zIF+?YQCc(1E11L~GXbOpVVY!|cd7ybv+Gk?8YX9uFwK~od>L$cQXytcK-63VD^*JV zF#<+6uEC~K4A(~lP#y+QK!nPg>#iwRMu6n&a%YCg5`5mdE*rh$+z8+xy~~1o%N_TY z&uceN3d{STi^;ei?BQx!bH4S9zJ^@w;aqKZuC{T-W~ui7*3Q*5PW4Z3x%J#+|GfXe zO1X^;S!^(5@o*L1$?%n4Bz@2MwsX4k?TXAvwSLExW5Kiaj%VwluPHn7;YNmIjoGu= z?@m57eR`pF?;QU7_QK94TXwBy`q?|aO(drW&>ol>qCLw_027t^p8IY03_oAnjwmo( z)KnXIBUJ-1-9J4%Ti-G73&KW66?(GAvd?9Y&3ZO20jXUo3K@uk@gzMgL!l=zT=XLz zV3}Z?Mf(I&C&Jb~ga-O$Q3aL{|@0QCvb&)ACbdY1fu$kPk_Y|({GP)iWdr`SZTjhPE0xhp=%v3-Z34vha z#Qt1c`}-p|Ms9g;h3DJ$&AD1KC#DihHT9Vji?y4kFW>V0toD=I`P%)N@@0po3|7(5 zZ;Ep+ak}wV#iuZWK8B01>%QbF%35d%d$n7A(n8brIsA8TXYzaNoTqg<0+py|2kv_= z85G}By`*ZkRN|Ud{?@f|xe;Z3r4Uc~Q*Wn(`^>TR$VT&L`!>V<#ReX(dL7Tg*s!lE zG^+>AmaAa5CBKXkAlDJB$!ExUikyE%&Ixit*|tG5h;v^k z8_%3UNenq7dP!>ec9rA1MWM7()XtPjX_eWUVkt|-+vQIvKZ|D!URA=Py5D%CJW&YzP*N>Qd}lG#3CyMsu8OpAK0iQQ`yM$RJs zl>2aA=e{si2=)h}UkEJkFEaM75dzHE8*iX98GDmYHTEW-YV1uu)!3VSWbD1{CZ7kU zc`KFhJ=kd#pmz6ogxxt`9O?~eJ4~g%kvPV_~ydONnHwmgGKkM%* zgIfd5{~HE?1Yn7ald&zXKmyUX0?~`HA8F`;0LMW9vb<|9m{Uu_ht>iL7c^EMs9EqM zO_b+d6EQ;Uim{#Xd7@M%IpUTTsh9WRE|g0o#$Qj)-M(0%L^BC0ePeLwjou+KKgPSS-ll(o7f?nenM5!qKVm7 zB=O@8Y7xw6?qV2rYh)Y-gM&6yz@plMGDCg*W(#yckqhi+j8wZ`kJ@T*U{DW{1)Qq0 z<>gP&r_rI4gG0FTh+t7~=i2mZTD_G_&seLI2^fHp6~?M2DfoS)IP5Rz$Ck(d3EA}@ zS|TGYx@du)=b_)jQ1TY?<*T|hb1$UE@B2^`e(5HjJc}Pi$a~h7$J(8*=uDwAFy2#d zVB*YLp?Ug@9O~HW^E79OG-dd`CK;RmZxH>zi4MI9&p7vY7VnbH37*Ph{erXEt=Mv9 zl~>Cr%5xR|$<$>3GRHUWhf}`)b5|37g<%=CkNyXoQ091m4O{d5k?fA_Y4APubMBT| zdke~%g>YzVzHfhI$?l=San9T@8J6brp z=6(zezs{&&eq06fQg+3q!swcdZfjhO_yq2|QIQJ1B30>DOU8QHihH#388oVpVn3z5 zO%A1HxljTdeg@wZ3ab)!yc=kje@>scQPV$6Ki!4#Crrq@BT1NPGGiVkNEYg5IPx&d z3L8XP0(>g(EK0?Gb3!J_QFWWNIq`!U!>L$Yk(qGdpb$s&awMu+zR9G2P(=pf&)E5F zzWnry&vb{5p6EXM#L1rHGKrnChca3sAbD(~%Z##;K1%kI!>G28(v+_vi}>v$SW7-1 zmSxgYsmFGYkdImHFamagJ{i$u6oZ!D8d8$CA5`xe9g^=M7VDBzh!o$e;9#^UKyp`R1IXVcAUY_Ji!bBs{qy;CtmVZ{_P(sx15? uzpdECw|>FF`E8tUATONX9uoMDFE}{A^?b*|w|v2o`ygd+;@7j)`+osnH}>%W diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/shell_completion.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/shell_completion.cpython-312.pyc deleted file mode 100644 index 7193daa78bf9431169b46937549ec4e98415440a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23293 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 Vt9E+dzl*(B936KZ_|5j}e*;P$%D?~s diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/termui.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/termui.cpython-312.pyc deleted file mode 100644 index ed4090e4ae260c1a367842435c8633b8d1a8d846..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34646 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 G-1)z#S30`@ diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/types.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/types.cpython-312.pyc deleted file mode 100644 index 2a4381d5e1aa61ee964b5a5e8794b12a691e24a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 50058 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 diff --git a/backend/.venv/Lib/site-packages/click/__pycache__/utils.cpython-312.pyc b/backend/.venv/Lib/site-packages/click/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index f9b8878a53c74ba9aceeb7964eddcac8b1d5c65f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24863 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

q;(1{rV&5#lw#@v=3P@W0gw zs#8E9_Yy!07j7si!dlGmk|WMOsc7LCfJRg#`jwN-*+q{lNeGLox~z3-PYIt3n>JRX z^I`|)iIriiX~V^kWESXl$qSv=TWlxlr`3IIY6f}(baH~qN+CmNStCF`aI}?E8Ak*@ zv1~CBUJs01NnCO_?`+oD)FaMj?`M^Wt@*RI*?1&%=hB6M#<=H(N z&;?Ss0;_QXy$W$fg-$Kx&K`_PiK;vlpHF^_TJ!U!a>zdK#Da{iA$Kv9JD z=v0KEt;1=h@G$8rOkJArWaZq%ZW;PPHO3jSaiGl*0L(ZvF%0Yi!#Fs1q1yqHKuucm z90-^a)g$3S!qq|(K$S9>GYX|`ZEOWn3BoxRUaw$%h>rY^zx^9h*Kp>e_pe`QKE!r5 zoQQz&K&Oa0rUbnTb7ckt${pzG5p2}nO*A8s)Fw13bfa7!NFc~CvABJ7unv_G;?H4R zF%oKpM#ATZfNFIRIJoY@1?imdBt|QV?!)^-PoM5+*<}sti7;kPkAQM$v81kSgXU`+ z`|%QDVw#?tM$&L5htBmiD=H4SApPW_lgh(8c9Gb_o#5X)A85urN8&@IJ<8LPK5OV6 zQI7kLF%y9n1OZf2N3=N)bofjMPta$q3(W|(Kx$IL-iGAY2RQ2KIo{rRc<%voV9kg* zKs7TXaPq{dqtDTNo@DCDq#}o11=C7_(U#62U?FG=-x&m zpoZQ>Q&xjuY;e$EbvJY4F?vQTmI||?5n#%zq%hSKeL^!QpFe%%L?=>q?R^j}@%UPv zQ*fq;*V9Cr`6ES@taK-IFQn4nWrRG{t5^k4e(Yk}xF)N?TleXs(6t-8HxFusoFsIo zT%XxJ>uZuz-r~^ufp-#znz)O^GLcgsfM^+a00kxHC_!>OW-Q5P`FL{}2?V5hr~|dq zrW!Q(nu0wcuW6J5hKhrn!lQkVfZJsCwC%uv+BUp0B`d%IP9=|1yn|}Uc;H*l9GG^T zO0a^9bXyu($+cE`J%CrnC72gT_~en2ahn~_6Y(`7Z~U4fVn@y=Aa;*H-LzOyMNWIS zDmKqmY@RtXU(qt*`32&3U)eqV+aSt8sYI^t3P4}jSinUXZU3u*N9k({`ncKW) ze)GN`dgm*SjeFoL5vUwHk@ZTI^^{}g(b?v`^A-DURUDeDIJ6L`n0y|jv(ks0P!_(yab$^rZokJbya2tts+ak)`@?l@l|7twxF#;tgAN3Q5-(b$H(8Z66R zu1LQ>7dAs6Qid!9%bG#fK%NVgEh*$LNl!k|MMsR5?I5`~o@V)TSA_^|(oxzBlPO|i?3@3*` zx)ey2WZy&?{6IC(PLT>81Y=W2GO6qjYam->zsP3?xJQgBO@pQ}Dl#+TL_GK{qpPqd z2>$1Za6~zAN_ox{Eqi)iZpFE9h%>{j?YSv1&6ur5Ri7=Wv11qNlS)dLOhq(Fb=^#twXnZW)Ij8ZQmIT;vj6rXPy!{ z&nzE+RS}tTfA`9c(|PW^s(6H}WhpYZaFQv(4Gyv^p3qlgRZR$EX`R6gkOR_TtQ7$d zIWJ@J2V>AN#73eyLDV9-6d+cB7-~#v3UVVcU@!*LMF7j_tTDni&Zi~gmhIL6{#?^W zPU1&sYI4>gQQxx0@#6@1HaJ#CVV;j5H(*e^2>Ewe;{fJJRNN@gCTzwSER7cj0I-L8 zPHRKZ5TPimo`{8IpfcG)B=B6WY?^)>-Dl1kFs{P|5_`oE4EpGZoRtGyL6}(rfX(OD zr((!t_98*t(49PY@UV#~xI#<}wEi%wHs(0bm0inUVbf43IwB?}<8D8B@?iVv_DtaT zi39D&&0q4%BleeDLpU_fEsU)D!abQOLEpL$oapR0dbs<@i6;(?cu`nvFEBG~S9=`z zH{&*ZB!q(YFDVL#5(WV~v{m@XEZ_6MY)!@k*)2uvA>@A#M#7MbQ|@9PW&C-|nX#Xb z4&$gAV^Ez;3_KG;(D##mm&&U#P5V2feMH>P|3Uya3+$6T{!i9!nuuL3h9Rx2Vyf;+ z-PHOk>u2oqWewx51%KK2zQwAVsb{Y|d#kE(uB!2>eZH!BykoJX?DEBliFEw| zOeHO|o|aGC<$3Y%?tky_JBM%8hvw=-*DL<=`42D6KYV0%=h4~LWApWo&-3}8MYr$u z^egGfOE=sb@`^47ipiP(R$%>HVEycdee;3Gez+!2?|=jJ#pL&YdC$b2MURindzXtR zif3z@zO(6jjn^7)ZQC=qZO?}<%x^n7?>V;U0q-{NS-a%42V7an?sN&x3o~Fn21g?= zfy{&RvK&uwjup4}2&YpVbSI}%)gzothn+!hru<|$0=sqxIZQk&u4oB=fca%rrs301 zdkhQAS}71TXzEySfL{vyTXbc=mc*SPCu4?_yiG(0#!{2 zm921qh(Jt8Ku93%tk8JVAfWWZ*$7}Wp-@|Kn1p7Qup@NtJO|t}ng>(>{{ZSSx=$u5 zoEVJ3)&!A}L`mTFOEJ@){`>I4qCg-_j-||Hkmf`CQ+oB{m2mR(9? zZ}m?DYwkdU2^=-O<-P6iY`;;m1t<9L+NIL1I533__w-6s^J?8X>6_m6V*8)1Z}-|i z@;VV*1`yU7ki401ufFfwJm=`V^ap9@Tk4(jz(l+d_vsjf+i^*ct&*D*vsz zSq|*UtD`tSU4#qzep>z+di(EF8Xg>;oZPByxKAAg6wNsa7}Bog8(Zi&Y0eY2@GO|p z+^Fq7y&z|c70-Q2d||(du+n3!Gh8B!Yi!(U8|KHGwnMfDT2p;MVRT{EibwUDHINPf zvZz1Y2GBT2ykYy~Sz?N#- z&d8XS(uQHggbt1m07frG;nEOQ^K4f_M<>`<(`kZhf!~`@thNk5B}vBz&E6QbpdDy2 zagd1Q1JF~tJxsXKk>4U&qG3cbc$8M29zqMh`RraVDv zz7Y5cF=Wx-yu#Fg7^~rTOKbt%(1CH2hEW*61@9qdhx{@{HN+cm7nU1psi3ff8f*|- z5(QgjE|aBdhR-o|AG45W2^G!Z(yt3IJn&*p;f_qaP@m%y+C2c#P&C}rgQH;h)!mJr zis3Ey+~yg;nhZkKohNh}{2jYC!U8C57$) zGQ_oKquTkA=+HR;O*|QfO2(W#Xgb1xkJtrhQ-mg=lg_q@VTfCTaPNWvjosb*h&&q3 ziZ*Np@>(2mgfPL{ZVLJ=7*~QNLgaB93(c3jT@c5aNOBU#0&h@=r6v~+_UI{H`zwn1 zF1`MOUPRn*s+(@;!+y-T;;f_w>El99?rFw5IBXok<62iZ!_WnZMvO=Dd(GcG7sp2ce)2W-K4Tk)4xpSg(TAhAo zX6N+Yn}Hzi4J$1tj^)Arih~-nRE3U8W(}!-=x6IYI%$J77jxPF( zNJhHlUpwbtYYJn{bM?(vPtVssH1FSWy?xIA$k;)0xD1Ss+;G<})F_kZXUb-F&TO5n z432y66xB?7Z>?#XThny4Vt!4_Y)xp^-#Y7PWztS}@d4W54hpe0Q+zI-Jd5ihB15=P z>OwSPplae@C5zGEozD+-~mcBSp#vFx(Ao6N13r=9)eExY2$m6fHpROBgi@WZ;z40$d% zq%`jA$iE@45UT-B-O2OgeqMU(Us!iJIKtn>1i}3W*B3#lNm@OiIGpT;^AR)&e3=)U zGELNG+}min$DP8ZM5a3)RxCuz20f+`g%iAtj&oWGq=6bTzAu>PLRiyHTP~9oMwGB6 zk%KkiZX%UA?G>3OO<_)S+w>I2Wk{ApXblC_5GOps!z|@RFF|mGd zvY{wrTvJFp z>|S0dI_t1|Yd@*3o8ECXbhCQ*_~FkyxW@zD>2!g@r2f?t@K5L9#h(N=WH(5qmDx?W zb#3g}Z|;^6j>q+GbR}f%LiL(A4%0P|wfFRLbnBxs-+qVfM~8;9CoM6n%I<T}NaV`oU$!6um!0mT zcy8%2gfez;A$i%Hot>vUI&m}0yGR@f@X>tpxcp^`D$hHzZzg<`s(hJV|Jn+@N16R} zA%K~S`|=v1jp5$gnhG5Uk=MfU7YsM@W`zReF)l&?nMPx{zEo&GUu=Bz1a9-yUZQ$D zf~ELx)MzKY$QmqMWI04Fj(Ad`(||P;bBc=(xNJuUj$DwDSxeLF33~CQ6sqTYl*;2f zX@z(+ui|G=?!c^4RUy`jM6A zKUksM(%L#Z(F04v{kgVBgq z$#tAYf1bfP9Fn?)hM&~Te0{9eL7^k`dW&A)rq?xkeLydA%@ckLq`B8f?ZVtBqpKB~ znT%(T;Gg$tzePUc!1M}WG$0UJzAbI~Cu#jpB`^Q?{ZuNyEj8Sh>TgRM{z(enrvFX1 zrN-OR=G&5TTiS~F+tS9{(wf`SwmWvm>yN$q*iRjs?szK4ZI=TRfyq=xN zZ>fl4mpbiUxiVWX)hi3N8?)|mxnaTgK-P}$o#HiFC%&kzsD@MEhT$q+@={z#Dyv*r zy8&eu%Bpd1Z?-5T7cCSwWbOFg@fBsA_@ZP 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: str | None, - errors: str | None, - 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(b"") - 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.BinaryIO | None: - # 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.BinaryIO | None: - # 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: str | None) -> 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: str | None, errors: str | None -) -> 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: str | None, - errors: str | None, - is_binary: t.Callable[[t.IO[t.Any], bool], bool], - find_binary: t.Callable[[t.IO[t.Any]], t.BinaryIO | None], - 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: str | None, - errors: str | None, - 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: str | None, - errors: str | None, - 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: str | None = None, errors: str | None = 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: str | None = None, errors: str | None = 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: str | None = None, errors: str | None = 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: str | os.PathLike[str] | int, - mode: str, - encoding: str | None, - errors: str | None, -) -> 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: str | os.PathLike[str], - mode: str = "r", - encoding: str | None = None, - errors: str | None = "strict", - atomic: bool = False, -) -> 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: int | None = 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: type[BaseException] | None, - exc_value: BaseException | None, - tb: TracebackType | None, - ) -> 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.IO[t.Any] | None = None, color: bool | None = 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: cabc.MutableMapping[t.TextIO, t.TextIO] = WeakKeyDictionary() - - def auto_wrap_for_ansi(stream: t.TextIO, color: bool | None = 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: str) -> int: - try: - return _write(s) - except BaseException: - ansi_wrapper.reset_all() - raise - - rv.write = _safe_write # type: ignore[method-assign] - - 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: str | None, errors: str | None - ) -> t.TextIO | None: - 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.TextIO | None], - wrapper_func: t.Callable[[], t.TextIO], -) -> t.Callable[[], t.TextIO | None]: - cache: cabc.MutableMapping[t.TextIO, t.TextIO] = WeakKeyDictionary() - - def func() -> t.TextIO | None: - 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: cabc.Mapping[str, t.Callable[[], t.BinaryIO]] = { - "stdin": get_binary_stdin, - "stdout": get_binary_stdout, - "stderr": get_binary_stderr, -} - -text_streams: cabc.Mapping[str, t.Callable[[str | None, str | None], t.TextIO]] = { - "stdin": get_text_stdin, - "stdout": get_text_stdout, - "stderr": get_text_stderr, -} diff --git a/backend/.venv/Lib/site-packages/click/_termui_impl.py b/backend/.venv/Lib/site-packages/click/_termui_impl.py deleted file mode 100644 index ee8225c..0000000 --- a/backend/.venv/Lib/site-packages/click/_termui_impl.py +++ /dev/null @@ -1,852 +0,0 @@ -""" -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. -""" - -from __future__ import annotations - -import collections.abc as cabc -import contextlib -import math -import os -import shlex -import sys -import time -import typing as t -from gettext import gettext as _ -from io import StringIO -from pathlib import Path -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: cabc.Iterable[V] | None, - length: int | None = None, - fill_char: str = "#", - empty_char: str = " ", - bar_template: str = "%(bar)s", - info_sep: str = " ", - hidden: bool = False, - show_eta: bool = True, - show_percent: bool | None = None, - show_pos: bool = False, - item_show_func: t.Callable[[V | None], str | None] | None = None, - label: str | None = None, - file: t.TextIO | None = None, - color: bool | None = 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.hidden = hidden - 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("cabc.Iterable[V]", range(length)) - self.iter: cabc.Iterable[V] = iter(iterable) - self.length = length - self.pos: int = 0 - self.avg: 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: int | None = None - self.entered: bool = False - self.current_item: V | None = None - self._is_atty = isatty(self.file) - self._last_line: str | None = None - - def __enter__(self) -> ProgressBar[V]: - self.entered = True - self.render_progress() - return self - - def __exit__( - self, - exc_type: type[BaseException] | None, - exc_value: BaseException | None, - tb: TracebackType | None, - ) -> None: - self.render_finish() - - def __iter__(self) -> cabc.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.hidden or not self._is_atty: - 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: - if self.hidden: - return - - if not self._is_atty: - # Only output the label once if the output is not a TTY. - 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: - import shutil - - 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 and self.max_width is not None: - buf.append(BEFORE_BAR) - buf.append(" " * self.max_width) - 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: V | None = 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) -> cabc.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 not self._is_atty: - 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: cabc.Iterable[str], color: bool | None = 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) - - # Split and normalize the pager command into parts. - pager_cmd_parts = shlex.split(os.environ.get("PAGER", ""), posix=False) - if pager_cmd_parts: - if WIN: - if _tempfilepager(generator, pager_cmd_parts, color): - return - elif _pipepager(generator, pager_cmd_parts, 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: cabc.Iterable[str], cmd_parts: list[str], color: bool | None -) -> 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. - """ - # Split the command into the invoked CLI and its parameters. - if not cmd_parts: - return False - - import shutil - - cmd = cmd_parts[0] - cmd_params = cmd_parts[1:] - - cmd_filepath = shutil.which(cmd) - if not cmd_filepath: - return False - - # Produces a normalized absolute path string. - # multi-call binaries such as busybox derive their identity from the symlink - # less -> busybox. resolve() causes them to misbehave. (eg. less becomes busybox) - cmd_path = Path(cmd_filepath).absolute() - cmd_name = cmd_path.name - - import subprocess - - # Make a local copy of the environment to not affect the global one. - env = dict(os.environ) - - # If we're piping to less and the user hasn't decided on colors, we enable - # them by default we find the -R flag in the command line arguments. - if color is None and cmd_name == "less": - less_flags = f"{os.environ.get('LESS', '')}{' '.join(cmd_params)}" - if not less_flags: - env["LESS"] = "-R" - color = True - elif "r" in less_flags or "R" in less_flags: - color = True - - c = subprocess.Popen( - [str(cmd_path)] + cmd_params, - shell=False, - 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 BrokenPipeError: - # In case the pager exited unexpectedly, ignore the broken pipe error. - pass - except Exception as e: - # In case there is an exception we want to close the pager immediately - # and let the caller handle it. - # Otherwise the pager will keep running, and the user may not notice - # the error message, or worse yet it may leave the terminal in a broken state. - c.terminate() - raise e - finally: - # We must close stdin and wait for the pager to exit before we continue - try: - c.stdin.close() - # Close implies flush, so it might throw a BrokenPipeError if the pager - # process exited already. - except BrokenPipeError: - pass - - # 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: cabc.Iterable[str], cmd_parts: list[str], color: bool | None -) -> 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. - """ - # Split the command into the invoked CLI and its parameters. - if not cmd_parts: - return False - - import shutil - - cmd = cmd_parts[0] - - cmd_filepath = shutil.which(cmd) - if not cmd_filepath: - return False - # Produces a normalized absolute path string. - # multi-call binaries such as busybox derive their identity from the symlink - # less -> busybox. resolve() causes them to misbehave. (eg. less becomes busybox) - cmd_path = Path(cmd_filepath).absolute() - - 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([str(cmd_path), filename]) - except OSError: - # Command not found - pass - finally: - os.close(fd) - os.unlink(filename) - - return True - - -def _nullpager( - stream: t.TextIO, generator: cabc.Iterable[str], color: bool | None -) -> 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: str | None = None, - env: cabc.Mapping[str, str] | None = 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" - - from shutil import which - - for editor in "sensible-editor", "vim", "nano": - if which(editor) is not None: - return editor - return "vi" - - def edit_files(self, filenames: cabc.Iterable[str]) -> None: - import subprocess - - editor = self.get_editor() - environ: dict[str, str] | None = None - - if self.env: - environ = os.environ.copy() - environ.update(self.env) - - exc_filename = " ".join(f'"{filename}"' for filename in filenames) - - try: - c = subprocess.Popen( - args=f"{editor} {exc_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 - - @t.overload - def edit(self, text: bytes | bytearray) -> bytes | None: ... - - # We cannot know whether or not the type expected is str or bytes when None - # is passed, so str is returned as that was what was done before. - @t.overload - def edit(self, text: str | None) -> str | None: ... - - def edit(self, text: str | bytes | bytearray | None) -> str | bytes | None: - import tempfile - - if text is None: - data: bytes | bytearray = 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_files((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") - 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) -> None: - 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 sys.platform == "win32": - import msvcrt - - @contextlib.contextmanager - def raw_terminal() -> cabc.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`. - - if echo: - func = t.cast(t.Callable[[], str], msvcrt.getwche) - else: - func = t.cast(t.Callable[[], str], msvcrt.getwch) - - 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() -> cabc.Iterator[int]: - f: t.TextIO | None - 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/backend/.venv/Lib/site-packages/click/_textwrap.py b/backend/.venv/Lib/site-packages/click/_textwrap.py deleted file mode 100644 index 97fbee3..0000000 --- a/backend/.venv/Lib/site-packages/click/_textwrap.py +++ /dev/null @@ -1,51 +0,0 @@ -from __future__ import annotations - -import collections.abc as cabc -import textwrap -from contextlib import contextmanager - - -class TextWrapper(textwrap.TextWrapper): - def _handle_long_word( - self, - reversed_chunks: list[str], - cur_line: 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) -> cabc.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/backend/.venv/Lib/site-packages/click/_utils.py b/backend/.venv/Lib/site-packages/click/_utils.py deleted file mode 100644 index 09fb008..0000000 --- a/backend/.venv/Lib/site-packages/click/_utils.py +++ /dev/null @@ -1,36 +0,0 @@ -from __future__ import annotations - -import enum -import typing as t - - -class Sentinel(enum.Enum): - """Enum used to define sentinel values. - - .. seealso:: - - `PEP 661 - Sentinel Values `_. - """ - - UNSET = object() - FLAG_NEEDS_VALUE = object() - - def __repr__(self) -> str: - return f"{self.__class__.__name__}.{self.name}" - - -UNSET = Sentinel.UNSET -"""Sentinel used to indicate that a value is not set.""" - -FLAG_NEEDS_VALUE = Sentinel.FLAG_NEEDS_VALUE -"""Sentinel used to indicate 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``. -""" - -T_UNSET = t.Literal[UNSET] # type: ignore[valid-type] -"""Type hint for the :data:`UNSET` sentinel value.""" - -T_FLAG_NEEDS_VALUE = t.Literal[FLAG_NEEDS_VALUE] # type: ignore[valid-type] -"""Type hint for the :data:`FLAG_NEEDS_VALUE` sentinel value.""" diff --git a/backend/.venv/Lib/site-packages/click/_winconsole.py b/backend/.venv/Lib/site-packages/click/_winconsole.py deleted file mode 100644 index e56c7c6..0000000 --- a/backend/.venv/Lib/site-packages/click/_winconsole.py +++ /dev/null @@ -1,296 +0,0 @@ -# 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. -from __future__ import annotations - -import collections.abc as cabc -import io -import sys -import time -import typing as t -from ctypes import Array -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 - -if t.TYPE_CHECKING: - try: - # Using `typing_extensions.Buffer` instead of `collections.abc` - # on Windows for some reason does not have `Sized` implemented. - from collections.abc import Buffer # type: ignore - except ImportError: - from typing_extensions import Buffer - -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_ = [ # noqa: RUF012 - ("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: Buffer, writable: bool = False) -> Array[c_char]: - buf = Py_buffer() - flags: int = PyBUF_WRITABLE if writable else PyBUF_SIMPLE - PyObject_GetBuffer(py_object(obj), byref(buf), flags) - - try: - buffer_type = c_char * buf.len - out: Array[c_char] = buffer_type.from_address(buf.buf) - return out - finally: - PyBuffer_Release(byref(buf)) - - -class _WindowsConsoleRawIOBase(io.RawIOBase): - def __init__(self, handle: int | None) -> None: - self.handle = handle - - def isatty(self) -> t.Literal[True]: - super().isatty() - return True - - -class _WindowsConsoleReader(_WindowsConsoleRawIOBase): - def readable(self) -> t.Literal[True]: - return True - - def readinto(self, b: Buffer) -> int: - 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) -> t.Literal[True]: - return True - - @staticmethod - def _get_error_message(errno: int) -> str: - 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: Buffer) -> int: - 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: cabc.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) -> str: - 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: cabc.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: str | None, errors: str | None -) -> t.TextIO | None: - if ( - get_buffer is None - or encoding not in {"utf-16-le", None} - or errors not in {"strict", None} - or not _is_console(f) - ): - return None - - func = _stream_factories.get(f.fileno()) - if func is None: - return None - - b = getattr(f, "buffer", None) - - if b is None: - return None - - return func(b) diff --git a/backend/.venv/Lib/site-packages/click/core.py b/backend/.venv/Lib/site-packages/click/core.py deleted file mode 100644 index 57f549c..0000000 --- a/backend/.venv/Lib/site-packages/click/core.py +++ /dev/null @@ -1,3415 +0,0 @@ -from __future__ import annotations - -import collections.abc as cabc -import enum -import errno -import inspect -import os -import sys -import typing as t -from collections import abc -from collections import Counter -from contextlib import AbstractContextManager -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 ._utils import FLAG_NEEDS_VALUE -from ._utils import UNSET -from .exceptions import Abort -from .exceptions import BadParameter -from .exceptions import ClickException -from .exceptions import Exit -from .exceptions import MissingParameter -from .exceptions import NoArgsIsHelpError -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 _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: - 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 -) -> cabc.Iterator[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(Group, 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_nested_chain( - base_command: Group, cmd_name: str, cmd: Command, register: bool = False -) -> None: - if not base_command.chain or not isinstance(cmd, Group): - return - - if register: - message = ( - f"It is not possible to add the group {cmd_name!r} to another" - f" group {base_command.name!r} that is in chain mode." - ) - else: - message = ( - f"Found the group {cmd_name!r} as subcommand to another group " - f" {base_command.name!r} that is in chain mode. This is not supported." - ) - - raise RuntimeError(message) - - -def batch(iterable: cabc.Iterable[V], batch_size: int) -> list[tuple[V, ...]]: - return list(zip(*repeat(iter(iterable), batch_size), strict=False)) - - -@contextmanager -def augment_usage_errors( - ctx: Context, param: Parameter | None = None -) -> cabc.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: cabc.Sequence[Parameter], - declaration_order: cabc.Sequence[Parameter], -) -> 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) -> 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.2 - The ``protected_args`` attribute is deprecated and will be removed in - Click 9.0. ``args`` will contain remaining unparsed tokens. - - .. 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: type[HelpFormatter] = HelpFormatter - - def __init__( - self, - command: Command, - parent: Context | None = None, - info_name: str | None = None, - obj: t.Any | None = None, - auto_envvar_prefix: str | None = None, - default_map: cabc.MutableMapping[str, t.Any] | None = None, - terminal_width: int | None = None, - max_content_width: int | None = None, - resilient_parsing: bool = False, - allow_extra_args: bool | None = None, - allow_interspersed_args: bool | None = None, - ignore_unknown_options: bool | None = None, - help_option_names: list[str] | None = None, - token_normalize_func: t.Callable[[str], str] | None = None, - color: bool | None = None, - show_default: bool | None = 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: dict[str, t.Any] = {} - #: the leftover arguments. - self.args: 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: list[str] = [] - #: the collected prefixes of the command's options. - self._opt_prefixes: 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: 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: cabc.MutableMapping[str, t.Any] | None = 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: str | None = 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: int | None = 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: int | None = 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: 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.Callable[[str], str] | None = 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: str | None = 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: bool | None = 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: bool | None = show_default - - self._close_callbacks: list[t.Callable[[], t.Any]] = [] - self._depth = 0 - self._parameter_source: dict[str, ParameterSource] = {} - self._exit_stack = ExitStack() - - @property - def protected_args(self) -> list[str]: - import warnings - - warnings.warn( - "'protected_args' is deprecated and will be removed in Click 9.0." - " 'args' will contain remaining unparsed tokens.", - DeprecationWarning, - stacklevel=2, - ) - return self._protected_args - - def to_info_dict(self) -> 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: type[BaseException] | None, - exc_value: BaseException | None, - tb: TracebackType | None, - ) -> bool | None: - self._depth -= 1 - exit_result: bool | None = None - if self._depth == 0: - exit_result = self._close_with_exception_info(exc_type, exc_value, tb) - pop_context() - - return exit_result - - @contextmanager - def scope(self, cleanup: bool = True) -> cabc.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) -> 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: AbstractContextManager[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._close_with_exception_info(None, None, None) - - def _close_with_exception_info( - self, - exc_type: type[BaseException] | None, - exc_value: BaseException | None, - tb: TracebackType | None, - ) -> bool | None: - """Unwind the exit stack by calling its :meth:`__exit__` providing the exception - information to allow for exception handling by the various resources registered - using :meth;`with_resource` - - :return: Whatever ``exit_stack.__exit__()`` returns. - """ - exit_result = self._exit_stack.__exit__(exc_type, exc_value, tb) - # In case the context is reused, create a new exit stack. - self._exit_stack = ExitStack() - - return exit_result - - @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: type[V]) -> V | None: - """Finds the closest object of a given type.""" - node: Context | None = 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: 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: t.Literal[True] = True - ) -> t.Any | None: ... - - @t.overload - def lookup_default( - self, name: str, call: t.Literal[False] = ... - ) -> t.Any | t.Callable[[], t.Any] | None: ... - - def lookup_default(self, name: str, call: bool = True) -> t.Any | None: - """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, UNSET) - - if call and callable(value): - return value() - - return value - - return UNSET - - def fail(self, message: str) -> t.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) -> t.NoReturn: - """Aborts the script.""" - raise Abort() - - def exit(self, code: int = 0) -> t.NoReturn: - """Exits the application with a given exit code. - - .. versionchanged:: 8.2 - Callbacks and context managers registered with :meth:`call_on_close` - and :meth:`with_resource` are closed before exiting. - """ - self.close() - 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: Command | t.Callable[..., V], /, *args: t.Any, **kwargs: t.Any - ) -> 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. - - .. versionchanged:: 8.0 - All ``kwargs`` are tracked in :attr:`params` so they will be - passed if :meth:`forward` is called at multiple levels. - - .. versionchanged:: 3.2 - A new context is created, and missing arguments use default values. - """ - 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: - default_value = param.get_default(ctx) - # We explicitly hide the :attr:`UNSET` value to the user, as we - # choose to make it an implementation detail. And because ``invoke`` - # has been designed as part of Click public API, we return ``None`` - # instead. Refs: - # https://github.com/pallets/click/issues/3066 - # https://github.com/pallets/click/issues/3065 - # https://github.com/pallets/click/pull/3068 - if default_value is UNSET: - default_value = None - kwargs[param.name] = param.type_cast_value( # type: ignore - ctx, default_value - ) - - # 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) -> ParameterSource | None: - """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 Command: - """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: If ``True`` or non-empty string, issues a message - indicating that the command is deprecated and highlights - its deprecation in --help. The message can be customized - by using a string as the value. - - .. versionchanged:: 8.2 - This is the base class for all commands, not ``BaseCommand``. - ``deprecated`` can be set to a string as well to customize the - deprecation message. - - .. 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. - """ - - #: The context class to create with :meth:`make_context`. - #: - #: .. versionadded:: 8.0 - context_class: 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: str | None, - context_settings: cabc.MutableMapping[str, t.Any] | None = None, - callback: t.Callable[..., t.Any] | None = None, - params: list[Parameter] | None = None, - help: str | None = None, - epilog: str | None = None, - short_help: str | None = None, - options_metavar: str | None = "[OPTIONS]", - add_help_option: bool = True, - no_args_is_help: bool = False, - hidden: bool = False, - deprecated: bool | str = False, - ) -> 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: cabc.MutableMapping[str, t.Any] = 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: 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 = None - self.no_args_is_help = no_args_is_help - self.hidden = hidden - self.deprecated = deprecated - - def to_info_dict(self, ctx: Context) -> dict[str, t.Any]: - return { - "name": self.name, - "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, - } - - def __repr__(self) -> str: - return f"<{self.__class__.__name__} {self.name}>" - - 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) -> list[Parameter]: - params = self.params - help_option = self.get_help_option(ctx) - - if help_option is not None: - params = [*params, help_option] - - if __debug__: - import warnings - - opts = [opt for param in params for opt in param.opts] - opts_counter = Counter(opts) - duplicate_opts = (opt for opt, count in opts_counter.items() if count > 1) - - for duplicate_opt in duplicate_opts: - warnings.warn( - ( - f"The parameter {duplicate_opt} is used more than once. " - "Remove its duplicate as parameters should be unique." - ), - stacklevel=3, - ) - - return params - - 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) -> 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) -> 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) -> Option | None: - """Returns the help option object. - - Skipped if :attr:`add_help_option` is ``False``. - - .. versionchanged:: 8.1.8 - The help option is now cached to avoid creating it multiple times. - """ - help_option_names = self.get_help_option_names(ctx) - - if not help_option_names 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 help_option - - # Apply help_option decorator and pop resulting option - help_option(*help_option_names)(self) - self._help_option = self.params.pop() # type: ignore[assignment] - - 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: - deprecated_message = ( - f"(DEPRECATED: {self.deprecated})" - if isinstance(self.deprecated, str) - else "(DEPRECATED)" - ) - text = _("{text} {deprecated_message}").format( - text=text, deprecated_message=deprecated_message - ) - - 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: - deprecated_message = ( - f"(DEPRECATED: {self.deprecated})" - if isinstance(self.deprecated, str) - else "(DEPRECATED)" - ) - text = _("{text} {deprecated_message}").format( - text=text, deprecated_message=deprecated_message - ) - - 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 make_context( - self, - info_name: str | None, - args: list[str], - parent: Context | None = 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, 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: list[str]) -> list[str]: - if not args and self.no_args_is_help and not ctx.resilient_parsing: - raise NoArgsIsHelpError(ctx) - - 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)): - _, args = param.handle_parse_result(ctx, opts, args) - - # We now have all parameters' values into `ctx.params`, but the data may contain - # the `UNSET` sentinel. - # Convert `UNSET` to `None` to ensure that the user doesn't see `UNSET`. - # - # Waiting until after the initial parse to convert allows us to treat `UNSET` - # more like a missing value when multiple params use the same name. - # Refs: - # https://github.com/pallets/click/issues/3071 - # https://github.com/pallets/click/pull/3079 - for name, value in ctx.params.items(): - if value is UNSET: - ctx.params[name] = None - - 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: - extra_message = ( - f" {self.deprecated}" if isinstance(self.deprecated, str) else "" - ) - message = _( - "DeprecationWarning: The command {name!r} is deprecated.{extra_message}" - ).format(name=self.name, extra_message=extra_message) - 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) -> list[CompletionItem]: - """Return a list of completions for the incomplete value. Looks - at the names of options and chained multi-commands. - - Any command could be part of a chained multi-command, so sibling - commands are valid at any point during command completion. - - :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: 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) - ) - - while ctx.parent is not None: - ctx = ctx.parent - - if isinstance(ctx.command, Group) 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: cabc.Sequence[str] | None = None, - prog_name: str | None = None, - complete_var: str | None = None, - standalone_mode: t.Literal[True] = True, - **extra: t.Any, - ) -> t.NoReturn: ... - - @t.overload - def main( - self, - args: cabc.Sequence[str] | None = None, - prog_name: str | None = None, - complete_var: str | None = None, - standalone_mode: bool = ..., - **extra: t.Any, - ) -> t.Any: ... - - def main( - self, - args: cabc.Sequence[str] | None = None, - prog_name: str | None = None, - complete_var: str | None = 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: cabc.MutableMapping[str, t.Any], - prog_name: str, - complete_var: str | None = 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 _FakeSubclassCheck(type): - def __subclasscheck__(cls, subclass: type) -> bool: - return issubclass(subclass, cls.__bases__[0]) - - def __instancecheck__(cls, instance: t.Any) -> bool: - return isinstance(instance, cls.__bases__[0]) - - -class _BaseCommand(Command, metaclass=_FakeSubclassCheck): - """ - .. deprecated:: 8.2 - Will be removed in Click 9.0. Use ``Command`` instead. - """ - - -class Group(Command): - """A group is a command that nests other commands (or more groups). - - :param name: The name of the group command. - :param commands: Map names to :class:`Command` objects. Can be a list, which - will use :attr:`Command.name` as the keys. - :param invoke_without_command: Invoke the group's callback even if a - subcommand is not given. - :param no_args_is_help: If no arguments are given, show the group's help and - exit. Defaults to the opposite of ``invoke_without_command``. - :param subcommand_metavar: How to represent the subcommand argument in help. - The default will represent whether ``chain`` is set or not. - :param chain: Allow passing more than one subcommand argument. After parsing - a command's arguments, if any arguments remain another command will be - matched, and so on. - :param result_callback: A function to call after the group's and - subcommand's callbacks. The value returned by the subcommand is passed. - If ``chain`` is enabled, the value will be a list of values returned by - all the commands. If ``invoke_without_command`` is enabled, the value - will be the value returned by the group's callback, or an empty list if - ``chain`` is enabled. - :param kwargs: Other arguments passed to :class:`Command`. - - .. versionchanged:: 8.0 - The ``commands`` argument can be a list of command objects. - - .. versionchanged:: 8.2 - Merged with and replaces the ``MultiCommand`` base class. - """ - - allow_extra_args = True - allow_interspersed_args = False - - #: 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: type[Command] | None = 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: type[Group] | type[type] | None = None - # Literal[type] isn't valid, so use Type[type] - - def __init__( - self, - name: str | None = None, - commands: cabc.MutableMapping[str, Command] - | cabc.Sequence[Command] - | None = None, - invoke_without_command: bool = False, - no_args_is_help: bool | None = None, - subcommand_metavar: str | None = None, - chain: bool = False, - result_callback: t.Callable[..., t.Any] | None = None, - **kwargs: t.Any, - ) -> None: - super().__init__(name, **kwargs) - - 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: cabc.MutableMapping[str, Command] = commands - - 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( - "A group in chain mode cannot have optional arguments." - ) - - def to_info_dict(self, ctx: Context) -> 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 add_command(self, cmd: Command, name: str | None = 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_nested_chain(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.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.Callable[..., t.Any] | None = 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.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.Callable[..., t.Any] | None = 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 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: t.Any, /, *args: t.Any, **kwargs: t.Any) -> t.Any: - 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 get_command(self, ctx: Context, cmd_name: str) -> Command | None: - """Given a context and a command name, this returns a :class:`Command` - object if it exists or returns ``None``. - """ - return self.commands.get(cmd_name) - - def list_commands(self, ctx: Context) -> list[str]: - """Returns a list of subcommand names in the order they should appear.""" - return sorted(self.commands) - - def collect_usage_pieces(self, ctx: Context) -> 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 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: list[str]) -> list[str]: - if not args and self.no_args_is_help and not ctx.resilient_parsing: - raise NoArgsIsHelpError(ctx) - - 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: list[str] - ) -> tuple[str | None, Command | None, 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, args) - ctx.fail(_("No such command {name!r}.").format(name=original_cmd_name)) - return cmd_name if cmd else None, cmd, args[1:] - - def shell_complete(self, ctx: Context, incomplete: str) -> 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 _MultiCommand(Group, metaclass=_FakeSubclassCheck): - """ - .. deprecated:: 8.2 - Will be removed in Click 9.0. Use ``Group`` instead. - """ - - -class CommandCollection(Group): - """A :class:`Group` that looks up subcommands on other groups. If a command - is not found on this group, each registered source is checked in order. - Parameters on a source are not added to this group, and a source's callback - is not invoked when invoking its commands. In other words, this "flattens" - commands in many groups into this one group. - - :param name: The name of the group command. - :param sources: A list of :class:`Group` objects to look up commands from. - :param kwargs: Other arguments passed to :class:`Group`. - - .. versionchanged:: 8.2 - This is a subclass of ``Group``. Commands are looked up first on this - group, then each of its sources. - """ - - def __init__( - self, - name: str | None = None, - sources: list[Group] | None = None, - **kwargs: t.Any, - ) -> None: - super().__init__(name, **kwargs) - #: The list of registered groups. - self.sources: list[Group] = sources or [] - - def add_source(self, group: Group) -> None: - """Add a group as a source of commands.""" - self.sources.append(group) - - def get_command(self, ctx: Context, cmd_name: str) -> Command | None: - rv = super().get_command(ctx, cmd_name) - - if rv is not None: - return rv - - for source in self.sources: - rv = source.get_command(ctx, cmd_name) - - if rv is not None: - if self.chain: - _check_nested_chain(self, cmd_name, rv) - - return rv - - return None - - def list_commands(self, ctx: Context) -> list[str]: - rv: set[str] = set(super().list_commands(ctx)) - - for source in self.sources: - rv.update(source.list_commands(ctx)) - - return sorted(rv) - - -def _check_iter(value: t.Any) -> cabc.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: environment variable(s) that are used to provide a default value for - this parameter. This can be a string or a sequence of strings. If a sequence is - given, only the first non-empty environment variable is used for the parameter. - :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. - :param deprecated: If ``True`` or non-empty string, issues a message - indicating that the argument is deprecated and highlights - its deprecation in --help. The message can be customized - by using a string as the value. A deprecated parameter - cannot be required, a ValueError will be raised otherwise. - - .. versionchanged:: 8.2.0 - Introduction of ``deprecated``. - - .. versionchanged:: 8.2 - Adding duplicate parameter names to a :class:`~click.core.Command` will - result in a ``UserWarning`` being shown. - - .. versionchanged:: 8.2 - Adding duplicate parameter names to a :class:`~click.core.Command` will - result in a ``UserWarning`` being shown. - - .. 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: cabc.Sequence[str] | None = None, - type: types.ParamType | t.Any | None = None, - required: bool = False, - # XXX The default historically embed two concepts: - # - the declaration of a Parameter object carrying the default (handy to - # arbitrage the default value of coupled Parameters sharing the same - # self.name, like flag options), - # - and the actual value of the default. - # It is confusing and is the source of many issues discussed in: - # https://github.com/pallets/click/pull/3030 - # In the future, we might think of splitting it in two, not unlike - # Option.is_flag and Option.flag_value: we could have something like - # Parameter.is_default and Parameter.default_value. - default: t.Any | t.Callable[[], t.Any] | None = UNSET, - callback: t.Callable[[Context, Parameter, t.Any], t.Any] | None = None, - nargs: int | None = None, - multiple: bool = False, - metavar: str | None = None, - expose_value: bool = True, - is_eager: bool = False, - envvar: str | cabc.Sequence[str] | None = None, - shell_complete: t.Callable[ - [Context, Parameter, str], list[CompletionItem] | list[str] - ] - | None = None, - deprecated: bool | str = False, - ) -> None: - self.name: str | None - self.opts: list[str] - self.secondary_opts: 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: t.Any | t.Callable[[], t.Any] | None = default - self.is_eager = is_eager - self.metavar = metavar - self.envvar = envvar - self._custom_shell_complete = shell_complete - self.deprecated = deprecated - - 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}." - ) - - if required and deprecated: - raise ValueError( - f"The {self.param_type_name} '{self.human_readable_name}' " - "is deprecated and still required. A deprecated " - f"{self.param_type_name} cannot be required." - ) - - def to_info_dict(self) -> 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. - - .. versionchanged:: 8.3.0 - Returns ``None`` for the :attr:`default` if it was not set. - - .. 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, - # We explicitly hide the :attr:`UNSET` value to the user, as we choose to - # make it an implementation detail. And because ``to_info_dict`` has been - # designed for documentation purposes, we return ``None`` instead. - "default": self.default if self.default is not UNSET else None, - "envvar": self.envvar, - } - - def __repr__(self) -> str: - return f"<{self.__class__.__name__} {self.name}>" - - def _parse_decls( - self, decls: cabc.Sequence[str], expose_value: bool - ) -> tuple[str | None, list[str], 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, ctx: Context) -> str: - if self.metavar is not None: - return self.metavar - - metavar = self.type.get_metavar(param=self, ctx=ctx) - - 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: t.Literal[True] = True - ) -> t.Any | None: ... - - @t.overload - def get_default( - self, ctx: Context, call: bool = ... - ) -> t.Any | t.Callable[[], t.Any] | None: ... - - def get_default( - self, ctx: Context, call: bool = True - ) -> t.Any | t.Callable[[], t.Any] | None: - """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 UNSET: - 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: cabc.Mapping[str, t.Any] - ) -> tuple[t.Any, ParameterSource]: - """Returns the parameter value produced by the parser. - - If the parser did not produce a value from user input, the value is either - sourced from the environment variable, the default map, or the parameter's - default value. In that order of precedence. - - If no value is found, an internal sentinel value is returned. - - :meta private: - """ - # Collect from the parse the value passed by the user to the CLI. - value = opts.get(self.name, UNSET) # type: ignore - # If the value is set, it means it was sourced from the command line by the - # parser, otherwise it left unset by default. - source = ( - ParameterSource.COMMANDLINE - if value is not UNSET - else ParameterSource.DEFAULT - ) - - if value is UNSET: - envvar_value = self.value_from_envvar(ctx) - if envvar_value is not None: - value = envvar_value - source = ParameterSource.ENVIRONMENT - - if value is UNSET: - default_map_value = ctx.lookup_default(self.name) # type: ignore - if default_map_value is not UNSET: - value = default_map_value - source = ParameterSource.DEFAULT_MAP - - if value is UNSET: - default_value = self.get_default(ctx) - if default_value is not UNSET: - value = default_value - 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 parameter's - :attr:`type`, :attr:`multiple`, and :attr:`nargs`. - """ - if value is None: - if self.multiple or self.nargs == -1: - return () - else: - return value - - def check_iter(value: t.Any) -> cabc.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 - - # Define the conversion function based on nargs and type. - - 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: # 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: # 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: - """A value is considered missing if: - - - it is :attr:`UNSET`, - - or if it is an empty sequence while the parameter is suppose to have - non-single value (i.e. :attr:`nargs` is not ``1`` or :attr:`multiple` is - set). - - :meta private: - """ - if value is UNSET: - 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: - """Process the value of this parameter: - - 1. Type cast the value using :meth:`type_cast_value`. - 2. Check if the value is missing (see: :meth:`value_is_missing`), and raise - :exc:`MissingParameter` if it is required. - 3. If a :attr:`callback` is set, call it to have the value replaced by the - result of the callback. If the value was not set, the callback receive - ``None``. This keep the legacy behavior as it was before the introduction of - the :attr:`UNSET` sentinel. - - :meta private: - """ - # shelter `type_cast_value` from ever seeing an `UNSET` value by handling the - # cases in which `UNSET` gets special treatment explicitly at this layer - # - # Refs: - # https://github.com/pallets/click/issues/3069 - if value is UNSET: - if self.multiple or self.nargs == -1: - value = () - else: - 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: - # Legacy case: UNSET is not exposed directly to the callback, but converted - # to None. - if value is UNSET: - value = None - - # Search for parameters with UNSET values in the context. - unset_keys = {k: None for k, v in ctx.params.items() if v is UNSET} - # No UNSET values, call the callback as usual. - if not unset_keys: - value = self.callback(ctx, self, value) - - # Legacy case: provide a temporarily manipulated context to the callback - # to hide UNSET values as None. - # - # Refs: - # https://github.com/pallets/click/issues/3136 - # https://github.com/pallets/click/pull/3137 - else: - # Add another layer to the context stack to clearly hint that the - # context is temporarily modified. - with ctx: - # Update the context parameters to replace UNSET with None. - ctx.params.update(unset_keys) - # Feed these fake context parameters to the callback. - value = self.callback(ctx, self, value) - # Restore the UNSET values in the context parameters. - ctx.params.update( - { - k: UNSET - for k in unset_keys - # Only restore keys that are present and still None, in case - # the callback modified other parameters. - if k in ctx.params and ctx.params[k] is None - } - ) - - return value - - def resolve_envvar_value(self, ctx: Context) -> str | None: - """Returns the value found in the environment variable(s) attached to this - parameter. - - Environment variables values are `always returned as strings - `_. - - This method returns ``None`` if: - - - the :attr:`envvar` property is not set on the :class:`Parameter`, - - the environment variable is not found in the environment, - - the variable is found in the environment but its value is empty (i.e. the - environment variable is present but has an empty string). - - If :attr:`envvar` is setup with multiple environment variables, - then only the first non-empty value is returned. - - .. caution:: - - The raw value extracted from the environment is not normalized and is - returned as-is. Any normalization or reconciliation is performed later by - the :class:`Parameter`'s :attr:`type`. - - :meta private: - """ - if not self.envvar: - 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) - - # Return the first non-empty value of the list of environment variables. - if rv: - return rv - # Else, absence of value is interpreted as an environment variable that - # is not set, so proceed to the next one. - - return None - - def value_from_envvar(self, ctx: Context) -> str | cabc.Sequence[str] | None: - """Process the raw environment variable string for this parameter. - - Returns the string as-is or splits it into a sequence of strings if the - parameter is expecting multiple values (i.e. its :attr:`nargs` property is set - to a value other than ``1``). - - :meta private: - """ - rv = self.resolve_envvar_value(ctx) - - if rv is not None and self.nargs != 1: - return self.type.split_envvar_value(rv) - - return rv - - def handle_parse_result( - self, ctx: Context, opts: cabc.Mapping[str, t.Any], args: list[str] - ) -> tuple[t.Any, list[str]]: - """Process the value produced by the parser from user input. - - Always process the value through the Parameter's :attr:`type`, wherever it - comes from. - - If the parameter is deprecated, this method warn the user about it. But only if - the value has been explicitly set by the user (and as such, is not coming from - a default). - - :meta private: - """ - with augment_usage_errors(ctx, param=self): - value, source = self.consume_value(ctx, opts) - - ctx.set_parameter_source(self.name, source) # type: ignore - - # Display a deprecation warning if necessary. - if ( - self.deprecated - and value is not UNSET - and source not in (ParameterSource.DEFAULT, ParameterSource.DEFAULT_MAP) - ): - extra_message = ( - f" {self.deprecated}" if isinstance(self.deprecated, str) else "" - ) - message = _( - "DeprecationWarning: The {param_type} {name!r} is deprecated." - "{extra_message}" - ).format( - param_type=self.param_type_name, - name=self.human_readable_name, - extra_message=extra_message, - ) - echo(style(message, fg="red"), err=True) - - # Process the value through the parameter's type. - try: - value = self.process_value(ctx, value) - except Exception: - if not ctx.resilient_parsing: - raise - # In resilient parsing mode, we do not want to fail the command if the - # value is incompatible with the parameter type, so we reset the value - # to UNSET, which will be interpreted as a missing value. - value = UNSET - - # Add parameter's value to the context. - if ( - self.expose_value - # We skip adding the value if it was previously set by another parameter - # targeting the same variable name. This prevents parameters competing for - # the same name to override each other. - and (self.name not in ctx.params or ctx.params[self.name] is UNSET) - ): - # Click is logically enforcing that the name is None if the parameter is - # not to be exposed. We still assert it here to please the type checker. - assert self.name is not None, ( - f"{self!r} parameter's name should not be None when exposing value." - ) - ctx.params[self.name] = value - - return value, args - - def get_help_record(self, ctx: Context) -> tuple[str, str] | None: - pass - - def get_usage_pieces(self, ctx: Context) -> 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) -> 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("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 and error messages. - 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. A deprecated option cannot be - prompted. - :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.2 - ``envvar`` used with ``flag_value`` will always use the ``flag_value``, - previously it would use the value of the environment variable. - - .. versionchanged:: 8.1 - Help text indentation is cleaned here instead of only in the - ``@option`` decorator. - - .. versionchanged:: 8.1 - The ``show_default`` parameter overrides - ``Context.show_default``. - - .. versionchanged:: 8.1 - 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: cabc.Sequence[str] | None = None, - show_default: bool | str | None = None, - prompt: bool | str = False, - confirmation_prompt: bool | str = False, - prompt_required: bool = True, - hide_input: bool = False, - is_flag: bool | None = None, - flag_value: t.Any = UNSET, - multiple: bool = False, - count: bool = False, - allow_from_autoenv: bool = True, - type: types.ParamType | t.Any | None = None, - help: str | None = None, - hidden: bool = False, - show_choices: bool = True, - show_envvar: bool = False, - deprecated: bool | str = False, - **attrs: t.Any, - ) -> None: - if help: - help = inspect.cleandoc(help) - - super().__init__( - param_decls, type=type, multiple=multiple, deprecated=deprecated, **attrs - ) - - if prompt is True: - if self.name is None: - raise TypeError("'name' is required with 'prompt=True'.") - - prompt_text: str | None = self.name.replace("_", " ").capitalize() - elif prompt is False: - prompt_text = None - else: - prompt_text = prompt - - if deprecated: - deprecated_message = ( - f"(DEPRECATED: {deprecated})" - if isinstance(deprecated, str) - else "(DEPRECATED)" - ) - help = help + deprecated_message if help is not None else deprecated_message - - self.prompt = prompt_text - self.confirmation_prompt = confirmation_prompt - self.prompt_required = prompt_required - self.hide_input = hide_input - self.hidden = hidden - - # The _flag_needs_value property tells the parser that this option is a flag - # that cannot be used standalone and needs a value. With this information, the - # parser can determine whether to consider the next user-provided argument in - # the CLI as a value for this flag or as a new option. - # If prompt is enabled but not required, then it opens the possibility for the - # option to gets its value from the user. - self._flag_needs_value = self.prompt is not None and not self.prompt_required - - # Auto-detect if this is a flag or not. - if is_flag is None: - # Implicitly a flag because flag_value was set. - if flag_value is not UNSET: - is_flag = True - # Not a flag, but when used as a flag it shows a prompt. - elif self._flag_needs_value: - is_flag = False - # Implicitly a flag because secondary options names were given. - elif self.secondary_opts: - is_flag = True - # The option is explicitly not a flag. But we do not know yet if it needs a - # value or not. So we look at the default value to determine it. - elif is_flag is False and not self._flag_needs_value: - self._flag_needs_value = self.default is UNSET - - if is_flag: - # Set missing default for flags if not explicitly required or prompted. - if self.default is UNSET and not self.required and not self.prompt: - if multiple: - self.default = () - - # Auto-detect the type of the flag based on the flag_value. - if type is None: - # A flag without a flag_value is a boolean flag. - if flag_value is UNSET: - self.type: types.ParamType = types.BoolParamType() - # If the flag value is a boolean, use BoolParamType. - elif isinstance(flag_value, bool): - self.type = types.BoolParamType() - # Otherwise, guess the type from the flag value. - else: - self.type = types.convert_type(None, flag_value) - - self.is_flag: bool = bool(is_flag) - self.is_bool_flag: bool = bool( - is_flag and isinstance(self.type, types.BoolParamType) - ) - self.flag_value: t.Any = flag_value - - # Set boolean flag default to False if unset and not required. - if self.is_bool_flag: - if self.default is UNSET and not self.required: - self.default = False - - # Support the special case of aligning the default value with the flag_value - # for flags whose default is explicitly set to True. Note that as long as we - # have this condition, there is no way a flag can have a default set to True, - # and a flag_value set to something else. Refs: - # https://github.com/pallets/click/issues/3024#issuecomment-3146199461 - # https://github.com/pallets/click/pull/3030/commits/06847da - if self.default is True and self.flag_value is not UNSET: - self.default = self.flag_value - - # Set the default flag_value if it is not set. - if self.flag_value is UNSET: - if self.is_flag: - self.flag_value = True - else: - self.flag_value = None - - # Counting. - self.count = count - if count: - if type is None: - self.type = types.IntRange(min=0) - if self.default is UNSET: - 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 deprecated and prompt: - raise ValueError("`deprecated` options cannot use `prompt`.") - - if self.nargs == -1: - raise TypeError("nargs=-1 is not supported for options.") - - 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) -> dict[str, t.Any]: - """ - .. versionchanged:: 8.3.0 - Returns ``None`` for the :attr:`flag_value` if it was not set. - """ - info_dict = super().to_info_dict() - info_dict.update( - help=self.help, - prompt=self.prompt, - is_flag=self.is_flag, - # We explicitly hide the :attr:`UNSET` value to the user, as we choose to - # make it an implementation detail. And because ``to_info_dict`` has been - # designed for documentation purposes, we return ``None`` instead. - flag_value=self.flag_value if self.flag_value is not UNSET else None, - count=self.count, - hidden=self.hidden, - ) - return info_dict - - def get_error_hint(self, ctx: Context) -> str: - result = super().get_error_hint(ctx) - if self.show_envvar and self.envvar is not None: - result += f" (env var: '{self.envvar}')" - return result - - def _parse_decls( - self, decls: cabc.Sequence[str], expose_value: bool - ) -> tuple[str | None, list[str], 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) -> tuple[str, str] | None: - if self.hidden: - return None - - any_prefix_is_slash = False - - def _write_opts(opts: cabc.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(ctx=ctx)}" - - return rv - - rv = [_write_opts(self.opts)] - - if self.secondary_opts: - rv.append(_write_opts(self.secondary_opts)) - - help = self.help or "" - - extra = self.get_help_extra(ctx) - extra_items = [] - if "envvars" in extra: - extra_items.append( - _("env var: {var}").format(var=", ".join(extra["envvars"])) - ) - if "default" in extra: - extra_items.append(_("default: {default}").format(default=extra["default"])) - if "range" in extra: - extra_items.append(extra["range"]) - if "required" in extra: - extra_items.append(_(extra["required"])) - - if extra_items: - extra_str = "; ".join(extra_items) - help = f"{help} [{extra_str}]" if help else f"[{extra_str}]" - - return ("; " if any_prefix_is_slash else " / ").join(rv), help - - def get_help_extra(self, ctx: Context) -> types.OptionHelpExtra: - extra: types.OptionHelpExtra = {} - - 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: - if isinstance(envvar, str): - extra["envvars"] = (envvar,) - else: - extra["envvars"] = tuple(str(d) for d in envvar) - - # 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 not in (None, UNSET)) - ): - 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 isinstance(default_value, enum.Enum): - default_string = default_value.name - 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["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["range"] = range_str - - if self.required: - extra["required"] = "required" - - return extra - - 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 lock in the value before - # attempting any user interaction. - default = self.get_default(ctx) - - # A boolean flag can use a simplified [y/n] confirmation prompt. - if self.is_bool_flag: - # If we have no boolean default, we force the user to explicitly provide - # one. - if default in (UNSET, None): - default = None - # Nothing prevent you to declare an option that is simultaneously: - # 1) auto-detected as a boolean flag, - # 2) allowed to prompt, and - # 3) still declare a non-boolean default. - # This forced casting into a boolean is necessary to align any non-boolean - # default to the prompt, which is going to be a [y/n]-style confirmation - # because the option is still a boolean flag. That way, instead of [y/n], - # we get [Y/n] or [y/N] depending on the truthy value of the default. - # Refs: https://github.com/pallets/click/pull/3030#discussion_r2289180249 - else: - default = bool(default) - return confirm(self.prompt, default) - - # If show_default is set to True/False, provide this to `prompt` as well. For - # non-bool values of `show_default`, we use `prompt`'s default behavior - prompt_kwargs: t.Any = {} - if isinstance(self.show_default, bool): - prompt_kwargs["show_default"] = self.show_default - - return prompt( - self.prompt, - # Use ``None`` to inform the prompt() function to reiterate until a valid - # value is provided by the user if we have no default. - default=None if default is UNSET else 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), - **prompt_kwargs, - ) - - def resolve_envvar_value(self, ctx: Context) -> str | None: - """:class:`Option` resolves its environment variable the same way as - :func:`Parameter.resolve_envvar_value`, but it also supports - :attr:`Context.auto_envvar_prefix`. If we could not find an environment from - the :attr:`envvar` property, we fallback on :attr:`Context.auto_envvar_prefix` - to build dynamiccaly the environment variable name using the - :python:`{ctx.auto_envvar_prefix}_{self.name.upper()}` template. - - :meta private: - """ - 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.Any: - """For :class:`Option`, this method processes the raw environment variable - string the same way as :func:`Parameter.value_from_envvar` does. - - But in the case of non-boolean flags, the value is analyzed to determine if the - flag is activated or not, and returns a boolean of its activation, or the - :attr:`flag_value` if the latter is set. - - This method also takes care of repeated options (i.e. options with - :attr:`multiple` set to ``True``). - - :meta private: - """ - rv = self.resolve_envvar_value(ctx) - - # Absent environment variable or an empty string is interpreted as unset. - if rv is None: - return None - - # Non-boolean flags are more liberal in what they accept. But a flag being a - # flag, its envvar value still needs to be analyzed to determine if the flag is - # activated or not. - if self.is_flag and not self.is_bool_flag: - # If the flag_value is set and match the envvar value, return it - # directly. - if self.flag_value is not UNSET and rv == self.flag_value: - return self.flag_value - # Analyze the envvar value as a boolean to know if the flag is - # activated or not. - return types.BoolParamType.str_to_bool(rv) - - # Split the envvar value if it is allowed to be repeated. - value_depth = (self.nargs != 1) + bool(self.multiple) - if value_depth > 0: - multi_rv = self.type.split_envvar_value(rv) - if self.multiple and self.nargs != 1: - multi_rv = batch(multi_rv, self.nargs) # type: ignore[assignment] - - return multi_rv - - return rv - - def consume_value( - self, ctx: Context, opts: cabc.Mapping[str, Parameter] - ) -> tuple[t.Any, ParameterSource]: - """For :class:`Option`, the value can be collected from an interactive prompt - if the option is a flag that needs a value (and the :attr:`prompt` property is - set). - - Additionally, this method handles flag option that are activated without a - value, in which case the :attr:`flag_value` is returned. - - :meta private: - """ - value, source = super().consume_value(ctx, opts) - - # The parser will emit a sentinel value if the option is allowed to as a flag - # without a value. - if value is FLAG_NEEDS_VALUE: - # If the option allows for a prompt, we start an interaction with the user. - if self.prompt is not None and not ctx.resilient_parsing: - value = self.prompt_for_value(ctx) - source = ParameterSource.PROMPT - # Else the flag takes its flag_value as value. - else: - value = self.flag_value - source = ParameterSource.COMMANDLINE - - # A flag which is activated always returns the flag value, unless the value - # comes from the explicitly sets default. - elif ( - self.is_flag - and value is True - and not self.is_bool_flag - and source not in (ParameterSource.DEFAULT, ParameterSource.DEFAULT_MAP) - ): - value = self.flag_value - - # Re-interpret a multiple option which has been sent as-is by the parser. - # Here we replace each occurrence of value-less flags (marked by the - # FLAG_NEEDS_VALUE sentinel) with the flag_value. - elif ( - self.multiple - and value is not UNSET - and source not in (ParameterSource.DEFAULT, ParameterSource.DEFAULT_MAP) - 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 for one to the user - # if prompting is enabled. - elif ( - ( - value is UNSET - or source in (ParameterSource.DEFAULT, ParameterSource.DEFAULT_MAP) - ) - 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 - - def process_value(self, ctx: Context, value: t.Any) -> t.Any: - # process_value has to be overridden on Options in order to capture - # `value == UNSET` cases before `type_cast_value()` gets called. - # - # Refs: - # https://github.com/pallets/click/issues/3069 - if self.is_flag and not self.required and self.is_bool_flag and value is UNSET: - value = False - - if self.callback is not None: - value = self.callback(ctx, self, value) - - return value - - # in the normal case, rely on Parameter.process_value - return super().process_value(ctx, value) - - -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: cabc.Sequence[str], - required: bool | None = None, - **attrs: t.Any, - ) -> None: - # Auto-detect the requirement status of the argument if not explicitly set. - if required is None: - # The argument gets automatically required if it has no explicit default - # value set and is setup to match at least one value. - if attrs.get("default", UNSET) is UNSET: - required = attrs.get("nargs", 1) > 0 - # If the argument has a default value, it is not required. - else: - required = False - - if "multiple" in attrs: - raise TypeError("__init__() got an unexpected keyword argument 'multiple'.") - - super().__init__(param_decls, required=required, **attrs) - - @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, ctx: Context) -> str: - if self.metavar is not None: - return self.metavar - var = self.type.get_metavar(param=self, ctx=ctx) - if not var: - var = self.name.upper() # type: ignore - if self.deprecated: - var += "!" - if not self.required: - var = f"[{var}]" - if self.nargs != 1: - var += "..." - return var - - def _parse_decls( - self, decls: cabc.Sequence[str], expose_value: bool - ) -> tuple[str | None, list[str], 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)}: {decls}." - ) - return name, [arg], [] - - def get_usage_pieces(self, ctx: Context) -> list[str]: - return [self.make_metavar(ctx)] - - def get_error_hint(self, ctx: Context) -> str: - return f"'{self.make_metavar(ctx)}'" - - def add_to_parser(self, parser: _OptionParser, ctx: Context) -> None: - parser.add_argument(dest=self.name, nargs=self.nargs, obj=self) - - -def __getattr__(name: str) -> object: - import warnings - - if name == "BaseCommand": - warnings.warn( - "'BaseCommand' is deprecated and will be removed in Click 9.0. Use" - " 'Command' instead.", - DeprecationWarning, - stacklevel=2, - ) - return _BaseCommand - - if name == "MultiCommand": - warnings.warn( - "'MultiCommand' is deprecated and will be removed in Click 9.0. Use" - " 'Group' instead.", - DeprecationWarning, - stacklevel=2, - ) - return _MultiCommand - - raise AttributeError(name) diff --git a/backend/.venv/Lib/site-packages/click/decorators.py b/backend/.venv/Lib/site-packages/click/decorators.py deleted file mode 100644 index 21f4c34..0000000 --- a/backend/.venv/Lib/site-packages/click/decorators.py +++ /dev/null @@ -1,551 +0,0 @@ -from __future__ import annotations - -import inspect -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="_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, 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: 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 | None - 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: str | None = None -) -> t.Callable[[t.Callable[te.Concatenate[T, 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, 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: str | None, - cls: 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: type[CmdType], - **attrs: t.Any, -) -> t.Callable[[_AnyCallable], CmdType]: ... - - -# variant: with optional string name, no cls argument provided. -@t.overload -def command( - name: str | None = ..., cls: None = None, **attrs: t.Any -) -> t.Callable[[_AnyCallable], Command]: ... - - -def command( - name: str | _AnyCallable | None = None, - cls: type[CmdType] | None = None, - **attrs: t.Any, -) -> Command | t.Callable[[_AnyCallable], 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, converted to - lowercase, with underscores ``_`` replaced by dashes ``-``, and the suffixes - ``_command``, ``_cmd``, ``_group``, and ``_grp`` are removed. For example, - ``init_data_command`` becomes ``init-data``. - - 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. Defaults to modifying the function's - name as described above. - :param cls: The command class to create. Defaults to :class:`Command`. - - .. versionchanged:: 8.2 - The suffixes ``_command``, ``_cmd``, ``_group``, and ``_grp`` are - removed when generating the name. - - .. 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.Callable[[_AnyCallable], t.Any] | None = 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("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) - - if name is not None: - cmd_name = name - else: - cmd_name = f.__name__.lower().replace("_", "-") - cmd_left, sep, suffix = cmd_name.rpartition("-") - - if sep and suffix in {"command", "cmd", "group", "grp"}: - cmd_name = cmd_left - - cmd = cls(name=cmd_name, 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: str | None, - cls: 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: type[GrpType], - **attrs: t.Any, -) -> t.Callable[[_AnyCallable], GrpType]: ... - - -# variant: with optional string name, no cls argument provided. -@t.overload -def group( - name: str | None = ..., cls: None = None, **attrs: t.Any -) -> t.Callable[[_AnyCallable], Group]: ... - - -def group( - name: str | _AnyCallable | None = None, - cls: type[GrpType] | None = None, - **attrs: t.Any, -) -> Group | t.Callable[[_AnyCallable], 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("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: type[Argument] | None = 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: type[Option] | None = 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: str | None = None, - *param_decls: str, - package_name: str | None = None, - prog_name: str | None = None, - message: str | None = 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``. - - 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: - import importlib.metadata - - try: - version = importlib.metadata.version(package_name) - except importlib.metadata.PackageNotFoundError: - 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) - - -def help_option(*param_decls: str, **kwargs: t.Any) -> t.Callable[[FC], FC]: - """Pre-configured ``--help`` option which immediately prints the help page - and exits the program. - - :param param_decls: One or more option names. Defaults to the single - value ``"--help"``. - :param kwargs: Extra arguments are passed to :func:`option`. - """ - - 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() - - 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", show_help) - - return option(*param_decls, **kwargs) diff --git a/backend/.venv/Lib/site-packages/click/exceptions.py b/backend/.venv/Lib/site-packages/click/exceptions.py deleted file mode 100644 index 4d782ee..0000000 --- a/backend/.venv/Lib/site-packages/click/exceptions.py +++ /dev/null @@ -1,308 +0,0 @@ -from __future__ import annotations - -import collections.abc as cabc -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: cabc.Sequence[str] | str | None) -> str | None: - 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: bool | None = 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.IO[t.Any] | None = 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: Context | None = None) -> None: - super().__init__(message) - self.ctx = ctx - self.cmd: Command | None = self.ctx.command if self.ctx else None - - def show(self, file: t.IO[t.Any] | None = 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: Context | None = None, - param: Parameter | None = None, - param_hint: cabc.Sequence[str] | str | None = 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: str | None = None, - ctx: Context | None = None, - param: Parameter | None = None, - param_hint: cabc.Sequence[str] | str | None = None, - param_type: str | None = 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: cabc.Sequence[str] | str | None = 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( - param=self.param, ctx=self.ctx - ) - 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: str | None = None, - possibilities: cabc.Sequence[str] | None = None, - ctx: Context | None = 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: Context | None = 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 NoArgsIsHelpError(UsageError): - def __init__(self, ctx: Context) -> None: - self.ctx: Context - super().__init__(ctx.get_help(), ctx=ctx) - - def show(self, file: t.IO[t.Any] | None = None) -> None: - echo(self.format_message(), file=file, err=True, color=self.ctx.color) - - -class FileError(ClickException): - """Raised if a file cannot be opened.""" - - def __init__(self, filename: str, hint: str | None = 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/backend/.venv/Lib/site-packages/click/formatting.py b/backend/.venv/Lib/site-packages/click/formatting.py deleted file mode 100644 index 0b64f83..0000000 --- a/backend/.venv/Lib/site-packages/click/formatting.py +++ /dev/null @@ -1,301 +0,0 @@ -from __future__ import annotations - -import collections.abc as cabc -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: int | None = None - - -def measure_table(rows: cabc.Iterable[tuple[str, str]]) -> tuple[int, ...]: - widths: 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: cabc.Iterable[tuple[str, str]], col_count: int -) -> cabc.Iterator[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: list[tuple[int, bool, str]] = [] - buf: 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: int | None = None, - max_width: int | None = None, - ) -> None: - self.indent_increment = indent_increment - if max_width is None: - max_width = 80 - if width is None: - import shutil - - 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: int = 0 - self.buffer: 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: str | None = 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: cabc.Sequence[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) -> cabc.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) -> cabc.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: cabc.Sequence[str]) -> 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/backend/.venv/Lib/site-packages/click/globals.py b/backend/.venv/Lib/site-packages/click/globals.py deleted file mode 100644 index a2f9172..0000000 --- a/backend/.venv/Lib/site-packages/click/globals.py +++ /dev/null @@ -1,67 +0,0 @@ -from __future__ import annotations - -import typing as t -from threading import local - -if t.TYPE_CHECKING: - from .core import Context - -_local = local() - - -@t.overload -def get_current_context(silent: t.Literal[False] = False) -> Context: ... - - -@t.overload -def get_current_context(silent: bool = ...) -> Context | None: ... - - -def get_current_context(silent: bool = False) -> Context | None: - """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: bool | None = None) -> bool | None: - """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/backend/.venv/Lib/site-packages/click/parser.py b/backend/.venv/Lib/site-packages/click/parser.py deleted file mode 100644 index 1ea1f71..0000000 --- a/backend/.venv/Lib/site-packages/click/parser.py +++ /dev/null @@ -1,532 +0,0 @@ -""" -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 -from __future__ import annotations - -import collections.abc as cabc -import typing as t -from collections import deque -from gettext import gettext as _ -from gettext import ngettext - -from ._utils import FLAG_NEEDS_VALUE -from ._utils import UNSET -from .exceptions import BadArgumentUsage -from .exceptions import BadOptionUsage -from .exceptions import NoSuchOption -from .exceptions import UsageError - -if t.TYPE_CHECKING: - from ._utils import T_FLAG_NEEDS_VALUE - from ._utils import T_UNSET - 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") - - -def _unpack_args( - args: cabc.Sequence[str], nargs_spec: cabc.Sequence[int] -) -> tuple[cabc.Sequence[str | cabc.Sequence[str | None] | None], 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 ``UNSET``. - """ - args = deque(args) - nargs_spec = deque(nargs_spec) - rv: list[str | tuple[str | T_UNSET, ...] | T_UNSET] = [] - spos: int | None = None - - def _fetch(c: deque[V]) -> V | T_UNSET: - try: - if spos is None: - return c.popleft() - else: - return c.pop() - except IndexError: - return UNSET - - while nargs_spec: - nargs = _fetch(nargs_spec) - - if nargs is None: - continue - - if nargs == 1: - rv.append(_fetch(args)) # type: ignore[arg-type] - 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(UNSET) - - # 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) -> 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: Context | None) -> 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)}" - - -class _Option: - def __init__( - self, - obj: CoreOption, - opts: cabc.Sequence[str], - dest: str | None, - action: str | None = None, - nargs: int = 1, - const: t.Any | None = None, - ): - self._short_opts = [] - self._long_opts = [] - self.prefixes: 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: str | None, nargs: int = 1): - self.dest = dest - self.nargs = nargs - self.obj = obj - - def process( - self, - value: str | cabc.Sequence[str | None] | None | T_UNSET, - state: _ParsingState, - ) -> None: - if self.nargs > 1: - assert isinstance(value, cabc.Sequence) - holes = sum(1 for x in value if x is UNSET) - if holes == len(value): - value = UNSET - elif holes != 0: - raise BadArgumentUsage( - _("Argument {name!r} takes {nargs} values.").format( - name=self.dest, nargs=self.nargs - ) - ) - - # We failed to collect any argument value so we consider the argument as unset. - if value == (): - value = UNSET - - state.opts[self.dest] = value # type: ignore - state.order.append(self.obj) - - -class _ParsingState: - def __init__(self, rargs: list[str]) -> None: - self.opts: dict[str, t.Any] = {} - self.largs: list[str] = [] - self.rargs = rargs - self.order: 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. - - .. deprecated:: 8.2 - Will be removed in Click 9.0. - """ - - def __init__(self, ctx: Context | None = 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: dict[str, _Option] = {} - self._long_opt: dict[str, _Option] = {} - self._opt_prefixes = {"-", "--"} - self._args: list[_Argument] = [] - - def add_option( - self, - obj: CoreOption, - opts: cabc.Sequence[str], - dest: str | None, - action: str | None = None, - nargs: int = 1, - const: t.Any | None = 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: str | None, 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: list[str] - ) -> tuple[dict[str, t.Any], list[str], 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: str | None, 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 = UNSET - - 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 = UNSET - - 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 - ) -> str | cabc.Sequence[str] | T_FLAG_NEEDS_VALUE: - nargs = option.nargs - - value: str | cabc.Sequence[str] | T_FLAG_NEEDS_VALUE - - 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) - - -def __getattr__(name: str) -> object: - import warnings - - if name in { - "OptionParser", - "Argument", - "Option", - "split_opt", - "normalize_opt", - "ParsingState", - }: - warnings.warn( - f"'parser.{name}' is deprecated and will be removed in Click 9.0." - " The old parser is available in 'optparse'.", - DeprecationWarning, - stacklevel=2, - ) - return globals()[f"_{name}"] - - if name == "split_arg_string": - from .shell_completion import split_arg_string - - warnings.warn( - "Importing 'parser.split_arg_string' is deprecated, it will only be" - " available in 'shell_completion' in Click 9.0.", - DeprecationWarning, - stacklevel=2, - ) - return split_arg_string - - raise AttributeError(name) diff --git a/backend/.venv/Lib/site-packages/click/py.typed b/backend/.venv/Lib/site-packages/click/py.typed deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/click/shell_completion.py b/backend/.venv/Lib/site-packages/click/shell_completion.py deleted file mode 100644 index 8f1564c..0000000 --- a/backend/.venv/Lib/site-packages/click/shell_completion.py +++ /dev/null @@ -1,667 +0,0 @@ -from __future__ import annotations - -import collections.abc as cabc -import os -import re -import typing as t -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 .core import ParameterSource -from .utils import echo - - -def shell_complete( - cli: Command, - ctx_args: cabc.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: str | None = None, - **kwargs: t.Any, - ) -> None: - self.value: t.Any = value - self.type: str = type - self.help: str | None = 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; -""" - -# See ZshComplete.format_completion below, and issue #2703, before -# changing this script. -# -# (TL;DR: _describe is picky about the format, but this Zsh script snippet -# is already widely deployed. So freeze this script, and use clever-ish -# handling of colons in ZshComplet.format_completion.) -_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: Command, - ctx_args: cabc.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) -> 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) -> tuple[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: list[str], incomplete: str) -> 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) -> tuple[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) -> tuple[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: - help_ = item.help or "_" - # The zsh completion script uses `_describe` on items with help - # texts (which splits the item help from the item value at the - # first unescaped colon) and `compadd` on items without help - # text (which uses the item value as-is and does not support - # colon escaping). So escape colons in the item value if and - # only if the item help is not the sentinel "_" value, as used - # by the completion script. - # - # (The zsh completion script is potentially widely deployed, and - # thus harder to fix than this method.) - # - # See issue #1812 and issue #2703 for further context. - value = item.value.replace(":", r"\:") if help_ != "_" else item.value - return f"{item.type}\n{value}\n{help_}" - - -class FishComplete(ShellComplete): - """Shell completion for Fish.""" - - name = "fish" - source_template = _SOURCE_FISH - - def get_completion_args(self) -> tuple[list[str], str]: - cwords = split_arg_string(os.environ["COMP_WORDS"]) - incomplete = os.environ["COMP_CWORD"] - if incomplete: - incomplete = split_arg_string(incomplete)[0] - 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="type[ShellComplete]") - - -_available_shells: dict[str, type[ShellComplete]] = { - "bash": BashComplete, - "fish": FishComplete, - "zsh": ZshComplete, -} - - -def add_completion_class( - cls: ShellCompleteType, name: str | None = 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) -> type[ShellComplete] | None: - """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 split_arg_string(string: str) -> 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. - - .. versionchanged:: 8.2 - Moved to ``shell_completion`` from ``parser``. - """ - 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 - - -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: 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 - break - - return last_option is not None and last_option in param.opts - - -def _resolve_context( - cli: Command, - ctx_args: cabc.MutableMapping[str, t.Any], - prog_name: str, - args: 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 - with cli.make_context(prog_name, args.copy(), **ctx_args) as ctx: - args = ctx._protected_args + ctx.args - - while args: - command = ctx.command - - if isinstance(command, Group): - if not command.chain: - name, cmd, args = command.resolve_command(ctx, args) - - if cmd is None: - return ctx - - with cmd.make_context( - name, args, parent=ctx, resilient_parsing=True - ) as sub_ctx: - ctx = sub_ctx - 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 - - with cmd.make_context( - name, - args, - parent=ctx, - allow_extra_args=True, - allow_interspersed_args=False, - resilient_parsing=True, - ) as sub_sub_ctx: - sub_ctx = sub_sub_ctx - 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: list[str], incomplete: str -) -> tuple[Command | 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/backend/.venv/Lib/site-packages/click/termui.py b/backend/.venv/Lib/site-packages/click/termui.py deleted file mode 100644 index 2e98a07..0000000 --- a/backend/.venv/Lib/site-packages/click/termui.py +++ /dev/null @@ -1,883 +0,0 @@ -from __future__ import annotations - -import collections.abc as cabc -import inspect -import io -import itertools -import sys -import typing as t -from contextlib import AbstractContextManager -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.Any | None = None, - show_choices: bool = True, - type: ParamType | None = 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.Any | None = None, - hide_input: bool = False, - confirmation_prompt: bool | str = False, - type: ParamType | t.Any | None = None, - value_proc: t.Callable[[str], t.Any] | None = 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): ". - - .. versionchanged:: 8.3.1 - A space is no longer appended to the prompt. - - .. 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[:-1], nl=False, err=err) - # Echo the last character to stdout to work around an issue where - # readline causes backspace to clear the whole line. - return f(text[-1:]) - 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: bool | None = 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.3.1 - A space is no longer appended to the prompt. - - .. 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[:-1], nl=False, err=err) - # Echo the last character to stdout to work around an issue where - # readline causes backspace to clear the whole line. - value = visible_prompt_func(prompt[-1:]).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: cabc.Iterable[str] | t.Callable[[], cabc.Iterable[str]] | str, - color: bool | None = 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[[], cabc.Iterable[str]]", text_or_generator)() - elif isinstance(text_or_generator, str): - i = [text_or_generator] - else: - i = iter(t.cast("cabc.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) - - -@t.overload -def progressbar( - *, - length: int, - label: str | None = None, - hidden: bool = False, - show_eta: bool = True, - show_percent: bool | None = None, - show_pos: bool = False, - fill_char: str = "#", - empty_char: str = "-", - bar_template: str = "%(label)s [%(bar)s] %(info)s", - info_sep: str = " ", - width: int = 36, - file: t.TextIO | None = None, - color: bool | None = None, - update_min_steps: int = 1, -) -> ProgressBar[int]: ... - - -@t.overload -def progressbar( - iterable: cabc.Iterable[V] | None = None, - length: int | None = None, - label: str | None = None, - hidden: bool = False, - show_eta: bool = True, - show_percent: bool | None = None, - show_pos: bool = False, - item_show_func: t.Callable[[V | None], str | None] | None = None, - fill_char: str = "#", - empty_char: str = "-", - bar_template: str = "%(label)s [%(bar)s] %(info)s", - info_sep: str = " ", - width: int = 36, - file: t.TextIO | None = None, - color: bool | None = None, - update_min_steps: int = 1, -) -> ProgressBar[V]: ... - - -def progressbar( - iterable: cabc.Iterable[V] | None = None, - length: int | None = None, - label: str | None = None, - hidden: bool = False, - show_eta: bool = True, - show_percent: bool | None = None, - show_pos: bool = False, - item_show_func: t.Callable[[V | None], str | None] | None = None, - fill_char: str = "#", - empty_char: str = "-", - bar_template: str = "%(label)s [%(bar)s] %(info)s", - info_sep: str = " ", - width: int = 36, - file: t.TextIO | None = None, - color: bool | None = 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 hidden: hide the progressbar. Defaults to ``False``. When no tty is - detected, it will only print the progressbar label. Setting this to - ``False`` also disables that. - :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. - - .. versionadded:: 8.2 - The ``hidden`` argument. - - .. 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 - The ``update_min_steps`` parameter. - - .. versionadded:: 4.0 - The ``color`` parameter and ``update`` method. - - .. versionadded:: 2.0 - """ - from ._termui_impl import ProgressBar - - color = resolve_color_default(color) - return ProgressBar( - iterable=iterable, - length=length, - hidden=hidden, - 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: int | 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: int | tuple[int, int, int] | str | None = None, - bg: int | tuple[int, int, int] | str | None = None, - bold: bool | None = None, - dim: bool | None = None, - underline: bool | None = None, - overline: bool | None = None, - italic: bool | None = None, - blink: bool | None = None, - reverse: bool | None = None, - strikethrough: bool | None = 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.Any | None = None, - file: t.IO[t.AnyStr] | None = None, - nl: bool = True, - err: bool = False, - color: bool | None = 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) - - -@t.overload -def edit( - text: bytes | bytearray, - editor: str | None = None, - env: cabc.Mapping[str, str] | None = None, - require_save: bool = False, - extension: str = ".txt", -) -> bytes | None: ... - - -@t.overload -def edit( - text: str, - editor: str | None = None, - env: cabc.Mapping[str, str] | None = None, - require_save: bool = True, - extension: str = ".txt", -) -> str | None: ... - - -@t.overload -def edit( - text: None = None, - editor: str | None = None, - env: cabc.Mapping[str, str] | None = None, - require_save: bool = True, - extension: str = ".txt", - filename: str | cabc.Iterable[str] | None = None, -) -> None: ... - - -def edit( - text: str | bytes | bytearray | None = None, - editor: str | None = None, - env: cabc.Mapping[str, str] | None = None, - require_save: bool = True, - extension: str = ".txt", - filename: str | cabc.Iterable[str] | None = None, -) -> str | bytes | bytearray | None: - 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. If the editor supports - editing multiple files at once, a sequence of files may be - passed as well. Invoke `click.file` once per file instead - if multiple files cannot be managed at once or editing the - files serially is desired. - - .. versionchanged:: 8.2.0 - ``filename`` now accepts any ``Iterable[str]`` in addition to a ``str`` - if the ``editor`` supports editing multiple files at once. - - """ - 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) - - if isinstance(filename, str): - filename = (filename,) - - ed.edit_files(filenames=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.Callable[[bool], str] | None = 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() -> AbstractContextManager[int]: - from ._termui_impl import raw_terminal as f - - return f() - - -def pause(info: str | None = 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/backend/.venv/Lib/site-packages/click/testing.py b/backend/.venv/Lib/site-packages/click/testing.py deleted file mode 100644 index f6f60b8..0000000 --- a/backend/.venv/Lib/site-packages/click/testing.py +++ /dev/null @@ -1,577 +0,0 @@ -from __future__ import annotations - -import collections.abc as cabc -import contextlib -import io -import os -import shlex -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 _typeshed import ReadableBuffer - - from .core import Command - - -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) -> list[bytes]: - return [self._echo(x) for x in self._input.readlines()] - - def __iter__(self) -> cabc.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: EchoingStdin | None) -> cabc.Iterator[None]: - if stream is None: - yield - else: - stream._paused = True - yield - stream._paused = False - - -class BytesIOCopy(io.BytesIO): - """Patch ``io.BytesIO`` to let the written stream be copied to another. - - .. versionadded:: 8.2 - """ - - def __init__(self, copy_to: io.BytesIO) -> None: - super().__init__() - self.copy_to = copy_to - - def flush(self) -> None: - super().flush() - self.copy_to.flush() - - def write(self, b: ReadableBuffer) -> int: - self.copy_to.write(b) - return super().write(b) - - -class StreamMixer: - """Mixes `` and `` streams. - - The result is available in the ``output`` attribute. - - .. versionadded:: 8.2 - """ - - def __init__(self) -> None: - self.output: io.BytesIO = io.BytesIO() - self.stdout: io.BytesIO = BytesIOCopy(copy_to=self.output) - self.stderr: io.BytesIO = BytesIOCopy(copy_to=self.output) - - def __del__(self) -> None: - """ - Guarantee that embedded file-like objects are closed in a - predictable order, protecting against races between - self.output being closed and other streams being flushed on close - - .. versionadded:: 8.2.2 - """ - self.stderr.close() - self.stdout.close() - self.output.close() - - -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: str | bytes | t.IO[t.Any] | None, 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. - - :param runner: The runner that created the result - :param stdout_bytes: The standard output as bytes. - :param stderr_bytes: The standard error as bytes. - :param output_bytes: A mix of ``stdout_bytes`` and ``stderr_bytes``, as the - user would see it in its terminal. - :param return_value: The value returned from the invoked command. - :param exit_code: The exit code as integer. - :param exception: The exception that happened if one did. - :param exc_info: Exception information (exception type, exception instance, - traceback type). - - .. versionchanged:: 8.2 - ``stderr_bytes`` no longer optional, ``output_bytes`` introduced and - ``mix_stderr`` has been removed. - - .. versionadded:: 8.0 - Added ``return_value``. - """ - - def __init__( - self, - runner: CliRunner, - stdout_bytes: bytes, - stderr_bytes: bytes, - output_bytes: bytes, - return_value: t.Any, - exit_code: int, - exception: BaseException | None, - exc_info: tuple[type[BaseException], BaseException, TracebackType] - | None = None, - ): - self.runner = runner - self.stdout_bytes = stdout_bytes - self.stderr_bytes = stderr_bytes - self.output_bytes = output_bytes - self.return_value = return_value - self.exit_code = exit_code - self.exception = exception - self.exc_info = exc_info - - @property - def output(self) -> str: - """The terminal output as unicode string, as the user would see it. - - .. versionchanged:: 8.2 - No longer a proxy for ``self.stdout``. Now has its own independent stream - that is mixing `` and ``, in the order they were written. - """ - return self.output_bytes.decode(self.runner.charset, "replace").replace( - "\r\n", "\n" - ) - - @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. - - .. versionchanged:: 8.2 - No longer raise an exception, always returns the `` string. - """ - 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 `` writes - to ``. This is useful for showing examples in - some circumstances. Note that regular prompts - will automatically echo the input. - :param catch_exceptions: Whether to catch any exceptions other than - ``SystemExit`` when running :meth:`~CliRunner.invoke`. - - .. versionchanged:: 8.2 - Added the ``catch_exceptions`` parameter. - - .. versionchanged:: 8.2 - ``mix_stderr`` parameter has been removed. - """ - - def __init__( - self, - charset: str = "utf-8", - env: cabc.Mapping[str, str | None] | None = None, - echo_stdin: bool = False, - catch_exceptions: bool = True, - ) -> None: - self.charset = charset - self.env: cabc.Mapping[str, str | None] = env or {} - self.echo_stdin = echo_stdin - self.catch_exceptions = catch_exceptions - - def get_default_prog_name(self, cli: Command) -> 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: cabc.Mapping[str, str | None] | None = None - ) -> cabc.Mapping[str, str | None]: - """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: str | bytes | t.IO[t.Any] | None = None, - env: cabc.Mapping[str, str | None] | None = None, - color: bool = False, - ) -> cabc.Iterator[tuple[io.BytesIO, io.BytesIO, io.BytesIO]]: - """A context manager that sets up the isolation for invoking of a - command line tool. This sets up `` 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. - - .. versionadded:: 8.2 - An additional output stream is returned, which is a mix of - `` and `` streams. - - .. versionchanged:: 8.2 - Always returns the `` stream. - - .. versionchanged:: 8.0 - `` 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) - - stream_mixer = StreamMixer() - - if self.echo_stdin: - bytes_input = echo_input = t.cast( - t.BinaryIO, EchoingStdin(bytes_input, stream_mixer.stdout) - ) - - 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( - stream_mixer.stdout, encoding=self.charset, name="", mode="w" - ) - - sys.stderr = _NamedTextIOWrapper( - stream_mixer.stderr, - encoding=self.charset, - name="", - mode="w", - errors="backslashreplace", - ) - - @_pause_echo(echo_input) # type: ignore - def visible_input(prompt: str | None = None) -> str: - sys.stdout.write(prompt or "") - try: - val = next(text_input).rstrip("\r\n") - except StopIteration as e: - raise EOFError() from e - sys.stdout.write(f"{val}\n") - sys.stdout.flush() - return val - - @_pause_echo(echo_input) # type: ignore - def hidden_input(prompt: str | None = None) -> str: - sys.stdout.write(f"{prompt or ''}\n") - sys.stdout.flush() - try: - return next(text_input).rstrip("\r\n") - except StopIteration as e: - raise EOFError() from e - - @_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.IO[t.Any] | None = None, color: bool | None = 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 (stream_mixer.stdout, stream_mixer.stderr, stream_mixer.output) - 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: Command, - args: str | cabc.Sequence[str] | None = None, - input: str | bytes | t.IO[t.Any] | None = None, - env: cabc.Mapping[str, str | None] | None = None, - catch_exceptions: bool | None = None, - 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``. If :data:`None`, the value - from :class:`CliRunner` is used. - :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. - - .. versionadded:: 8.2 - The result object has the ``output_bytes`` attribute with - the mix of ``stdout_bytes`` and ``stderr_bytes``, as the user would - see it in its terminal. - - .. versionchanged:: 8.2 - The result object always returns the ``stderr_bytes`` stream. - - .. 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 - if catch_exceptions is None: - catch_exceptions = self.catch_exceptions - - with self.isolation(input=input, env=env, color=color) as outstreams: - return_value = None - exception: BaseException | None = 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("int | t.Any | None", 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() - sys.stderr.flush() - stdout = outstreams[0].getvalue() - stderr = outstreams[1].getvalue() - output = outstreams[2].getvalue() - - return Result( - runner=self, - stdout_bytes=stdout, - stderr_bytes=stderr, - output_bytes=output, - return_value=return_value, - exit_code=exit_code, - exception=exception, - exc_info=exc_info, # type: ignore - ) - - @contextlib.contextmanager - def isolated_filesystem( - self, temp_dir: str | os.PathLike[str] | None = None - ) -> cabc.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: - import shutil - - try: - shutil.rmtree(dt) - except OSError: - pass diff --git a/backend/.venv/Lib/site-packages/click/types.py b/backend/.venv/Lib/site-packages/click/types.py deleted file mode 100644 index e71c1c2..0000000 --- a/backend/.venv/Lib/site-packages/click/types.py +++ /dev/null @@ -1,1209 +0,0 @@ -from __future__ import annotations - -import collections.abc as cabc -import enum -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 - -ParamTypeValue = t.TypeVar("ParamTypeValue") - - -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[str | None] = None - - def to_info_dict(self) -> 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: Parameter | None = None, - ctx: Context | None = None, - ) -> t.Any: - if value is not None: - return self.convert(value, param, ctx) - - def get_metavar(self, param: Parameter, ctx: Context) -> str | None: - """Returns the metavar default for this param if it provides one.""" - - def get_missing_message(self, param: Parameter, ctx: Context | None) -> str | None: - """Optionally might return extra information about a missing - parameter. - - .. versionadded:: 2.0 - """ - - def convert( - self, value: t.Any, param: Parameter | None, ctx: Context | None - ) -> 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) -> cabc.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: Parameter | None = None, - ctx: Context | None = 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 - ) -> 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) -> 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: Parameter | None, ctx: Context | None - ) -> 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: Parameter | None, ctx: Context | None - ) -> t.Any: - return value - - def __repr__(self) -> str: - return "UNPROCESSED" - - -class StringParamType(ParamType): - name = "text" - - def convert( - self, value: t.Any, param: Parameter | None, ctx: Context | None - ) -> 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, t.Generic[ParamTypeValue]): - """The choice type allows a value to be checked against a fixed set - of supported values. - - You may pass any iterable value which will be converted to a tuple - and thus will only be iterated once. - - The resulting value will always be one of the originally passed choices. - See :meth:`normalize_choice` for more info on the mapping of strings - to choices. See :ref:`choice-opts` for an example. - - :param case_sensitive: Set to false to make choices case - insensitive. Defaults to true. - - .. versionchanged:: 8.2.0 - Non-``str`` ``choices`` are now supported. It can additionally be any - iterable. Before you were not recommended to pass anything but a list or - tuple. - - .. versionadded:: 8.2.0 - Choice normalization can be overridden via :meth:`normalize_choice`. - """ - - name = "choice" - - def __init__( - self, choices: cabc.Iterable[ParamTypeValue], case_sensitive: bool = True - ) -> None: - self.choices: cabc.Sequence[ParamTypeValue] = tuple(choices) - self.case_sensitive = case_sensitive - - def to_info_dict(self) -> 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 _normalized_mapping( - self, ctx: Context | None = None - ) -> cabc.Mapping[ParamTypeValue, str]: - """ - Returns mapping where keys are the original choices and the values are - the normalized values that are accepted via the command line. - - This is a simple wrapper around :meth:`normalize_choice`, use that - instead which is supported. - """ - return { - choice: self.normalize_choice( - choice=choice, - ctx=ctx, - ) - for choice in self.choices - } - - def normalize_choice(self, choice: ParamTypeValue, ctx: Context | None) -> str: - """ - Normalize a choice value, used to map a passed string to a choice. - Each choice must have a unique normalized value. - - By default uses :meth:`Context.token_normalize_func` and if not case - sensitive, convert it to a casefolded value. - - .. versionadded:: 8.2.0 - """ - normed_value = choice.name if isinstance(choice, enum.Enum) else str(choice) - - if ctx is not None and ctx.token_normalize_func is not None: - normed_value = ctx.token_normalize_func(normed_value) - - if not self.case_sensitive: - normed_value = normed_value.casefold() - - return normed_value - - def get_metavar(self, param: Parameter, ctx: Context) -> str | None: - if param.param_type_name == "option" and not param.show_choices: # type: ignore - choice_metavars = [ - convert_type(type(choice)).name.upper() for choice in self.choices - ] - choices_str = "|".join([*dict.fromkeys(choice_metavars)]) - else: - choices_str = "|".join( - [str(i) for i in self._normalized_mapping(ctx=ctx).values()] - ) - - # 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, ctx: Context | None) -> str: - """ - Message shown when no choice is passed. - - .. versionchanged:: 8.2.0 Added ``ctx`` argument. - """ - return _("Choose from:\n\t{choices}").format( - choices=",\n\t".join(self._normalized_mapping(ctx=ctx).values()) - ) - - def convert( - self, value: t.Any, param: Parameter | None, ctx: Context | None - ) -> ParamTypeValue: - """ - For a given value from the parser, normalize it and find its - matching normalized value in the list of choices. Then return the - matched "original" choice. - """ - normed_value = self.normalize_choice(choice=value, ctx=ctx) - normalized_mapping = self._normalized_mapping(ctx=ctx) - - try: - return next( - original - for original, normalized in normalized_mapping.items() - if normalized == normed_value - ) - except StopIteration: - self.fail( - self.get_invalid_choice_message(value=value, ctx=ctx), - param=param, - ctx=ctx, - ) - - def get_invalid_choice_message(self, value: t.Any, ctx: Context | None) -> str: - """Get the error message when the given choice is invalid. - - :param value: The invalid value. - - .. versionadded:: 8.2 - """ - choices_str = ", ".join(map(repr, self._normalized_mapping(ctx=ctx).values())) - return 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) - - def __repr__(self) -> str: - return f"Choice({list(self.choices)})" - - def shell_complete( - self, ctx: Context, param: Parameter, incomplete: str - ) -> 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: cabc.Sequence[str] | None = None): - self.formats: cabc.Sequence[str] = formats or [ - "%Y-%m-%d", - "%Y-%m-%dT%H:%M:%S", - "%Y-%m-%d %H:%M:%S", - ] - - def to_info_dict(self) -> dict[str, t.Any]: - info_dict = super().to_info_dict() - info_dict["formats"] = self.formats - return info_dict - - def get_metavar(self, param: Parameter, ctx: Context) -> str | None: - return f"[{'|'.join(self.formats)}]" - - def _try_to_convert_date(self, value: t.Any, format: str) -> datetime | None: - try: - return datetime.strptime(value, format) - except ValueError: - return None - - def convert( - self, value: t.Any, param: Parameter | None, ctx: Context | None - ) -> 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[type[t.Any]] - - def convert( - self, value: t.Any, param: Parameter | None, ctx: Context | None - ) -> 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: float | None = None, - max: float | None = 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) -> 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: Parameter | None, ctx: Context | None - ) -> 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: t.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: t.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: float | None = None, - max: float | None = 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: t.Literal[1, -1], open: bool) -> float: - if not open: - return bound - - # Could use 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" - - bool_states: dict[str, bool] = { - "1": True, - "0": False, - "yes": True, - "no": False, - "true": True, - "false": False, - "on": True, - "off": False, - "t": True, - "f": False, - "y": True, - "n": False, - # Absence of value is considered False. - "": False, - } - """A mapping of string values to boolean states. - - Mapping is inspired by :py:attr:`configparser.ConfigParser.BOOLEAN_STATES` - and extends it. - - .. caution:: - String values are lower-cased, as the ``str_to_bool`` comparison function - below is case-insensitive. - - .. warning:: - The mapping is not exhaustive, and does not cover all possible boolean strings - representations. It will remains as it is to avoid endless bikeshedding. - - Future work my be considered to make this mapping user-configurable from public - API. - """ - - @staticmethod - def str_to_bool(value: str | bool) -> bool | None: - """Convert a string to a boolean value. - - If the value is already a boolean, it is returned as-is. If the value is a - string, it is stripped of whitespaces and lower-cased, then checked against - the known boolean states pre-defined in the `BoolParamType.bool_states` mapping - above. - - Returns `None` if the value does not match any known boolean state. - """ - if isinstance(value, bool): - return value - return BoolParamType.bool_states.get(value.strip().lower()) - - def convert( - self, value: t.Any, param: Parameter | None, ctx: Context | None - ) -> bool: - normalized = self.str_to_bool(value) - if normalized is None: - self.fail( - _( - "{value!r} is not a valid boolean. Recognized values: {states}" - ).format(value=value, states=", ".join(sorted(self.bool_states))), - param, - ctx, - ) - return normalized - - def __repr__(self) -> str: - return "BOOL" - - -class UUIDParameterType(ParamType): - name = "uuid" - - def convert( - self, value: t.Any, param: Parameter | None, ctx: Context | None - ) -> 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: str | None = None, - errors: str | None = "strict", - lazy: bool | None = 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) -> 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: 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: str | os.PathLike[str] | t.IO[t.Any], - param: Parameter | None, - ctx: Context | None, - ) -> t.IO[t.Any]: - if _is_file_like(value): - return value - - value = t.cast("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 - ) -> 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: type[t.Any] | None = 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) -> 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: str | os.PathLike[str] - ) -> 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: str | os.PathLike[str], - param: Parameter | None, - ctx: Context | None, - ) -> 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: - rv = os.path.realpath(rv) - - 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 - ) -> 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: cabc.Sequence[type[t.Any] | ParamType]) -> None: - self.types: cabc.Sequence[ParamType] = [convert_type(ty) for ty in types] - - def to_info_dict(self) -> 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: Parameter | None, ctx: Context | None - ) -> 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, strict=False) - ) - - -def convert_type(ty: t.Any | None, default: t.Any | None = 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() - - -class OptionHelpExtra(t.TypedDict, total=False): - envvars: tuple[str, ...] - default: str - range: str - required: str diff --git a/backend/.venv/Lib/site-packages/click/utils.py b/backend/.venv/Lib/site-packages/click/utils.py deleted file mode 100644 index beae26f..0000000 --- a/backend/.venv/Lib/site-packages/click/utils.py +++ /dev/null @@ -1,627 +0,0 @@ -from __future__ import annotations - -import collections.abc as cabc -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, R | None]: - """Wraps a function so that it swallows exceptions.""" - - def wrapper(*args: P.args, **kwargs: P.kwargs) -> R | None: - 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: str | os.PathLike[str], - mode: str = "r", - encoding: str | None = None, - errors: str | None = "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.IO[t.Any] | None - 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: type[BaseException] | None, - exc_value: BaseException | None, - tb: TracebackType | None, - ) -> None: - self.close_intelligently() - - def __iter__(self) -> cabc.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: type[BaseException] | None, - exc_value: BaseException | None, - tb: TracebackType | None, - ) -> None: - pass - - def __repr__(self) -> str: - return repr(self._file) - - def __iter__(self) -> cabc.Iterator[t.AnyStr]: - return iter(self._file) - - -def echo( - message: t.Any | None = None, - file: t.IO[t.Any] | None = None, - nl: bool = True, - err: bool = False, - color: bool | None = 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: str | bytes | bytearray | None = 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: t.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: t.Literal["stdin", "stdout", "stderr"], - encoding: str | None = None, - errors: str | None = "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: str | os.PathLike[str], - mode: str = "r", - encoding: str | None = None, - errors: str | None = "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: 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: str | None = None, _main: ModuleType | None = 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: cabc.Iterable[str], - *, - user: bool = True, - env: bool = True, - glob_recursive: bool = True, -) -> 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/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/INSTALLER b/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/METADATA b/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/METADATA deleted file mode 100644 index a1b5c57..0000000 --- a/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/METADATA +++ /dev/null @@ -1,441 +0,0 @@ -Metadata-Version: 2.1 -Name: colorama -Version: 0.4.6 -Summary: Cross-platform colored terminal text. -Project-URL: Homepage, https://github.com/tartley/colorama -Author-email: Jonathan Hartley -License-File: LICENSE.txt -Keywords: ansi,color,colour,crossplatform,terminal,text,windows,xplatform -Classifier: Development Status :: 5 - Production/Stable -Classifier: Environment :: Console -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: BSD License -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.7 -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.7 -Classifier: Programming Language :: Python :: 3.8 -Classifier: Programming Language :: Python :: 3.9 -Classifier: Programming Language :: Python :: 3.10 -Classifier: Programming Language :: Python :: Implementation :: CPython -Classifier: Programming Language :: Python :: Implementation :: PyPy -Classifier: Topic :: Terminals -Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7 -Description-Content-Type: text/x-rst - -.. image:: https://img.shields.io/pypi/v/colorama.svg - :target: https://pypi.org/project/colorama/ - :alt: Latest Version - -.. image:: https://img.shields.io/pypi/pyversions/colorama.svg - :target: https://pypi.org/project/colorama/ - :alt: Supported Python versions - -.. image:: https://github.com/tartley/colorama/actions/workflows/test.yml/badge.svg - :target: https://github.com/tartley/colorama/actions/workflows/test.yml - :alt: Build Status - -Colorama -======== - -Makes ANSI escape character sequences (for producing colored terminal text and -cursor positioning) work under MS Windows. - -.. |donate| image:: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif - :target: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=2MZ9D2GMLYCUJ&item_name=Colorama¤cy_code=USD - :alt: Donate with Paypal - -`PyPI for releases `_ | -`Github for source `_ | -`Colorama for enterprise on Tidelift `_ - -If you find Colorama useful, please |donate| to the authors. Thank you! - -Installation ------------- - -Tested on CPython 2.7, 3.7, 3.8, 3.9 and 3.10 and Pypy 2.7 and 3.8. - -No requirements other than the standard library. - -.. code-block:: bash - - pip install colorama - # or - conda install -c anaconda colorama - -Description ------------ - -ANSI escape character sequences have long been used to produce colored terminal -text and cursor positioning on Unix and Macs. Colorama makes this work on -Windows, too, by wrapping ``stdout``, stripping ANSI sequences it finds (which -would appear as gobbledygook in the output), and converting them into the -appropriate win32 calls to modify the state of the terminal. On other platforms, -Colorama does nothing. - -This has the upshot of providing a simple cross-platform API for printing -colored terminal text from Python, and has the happy side-effect that existing -applications or libraries which use ANSI sequences to produce colored output on -Linux or Macs can now also work on Windows, simply by calling -``colorama.just_fix_windows_console()`` (since v0.4.6) or ``colorama.init()`` -(all versions, but may have other side-effects – see below). - -An alternative approach is to install ``ansi.sys`` on Windows machines, which -provides the same behaviour for all applications running in terminals. Colorama -is intended for situations where that isn't easy (e.g., maybe your app doesn't -have an installer.) - -Demo scripts in the source code repository print some colored text using -ANSI sequences. Compare their output under Gnome-terminal's built in ANSI -handling, versus on Windows Command-Prompt using Colorama: - -.. image:: https://github.com/tartley/colorama/raw/master/screenshots/ubuntu-demo.png - :width: 661 - :height: 357 - :alt: ANSI sequences on Ubuntu under gnome-terminal. - -.. image:: https://github.com/tartley/colorama/raw/master/screenshots/windows-demo.png - :width: 668 - :height: 325 - :alt: Same ANSI sequences on Windows, using Colorama. - -These screenshots show that, on Windows, Colorama does not support ANSI 'dim -text'; it looks the same as 'normal text'. - -Usage ------ - -Initialisation -.............. - -If the only thing you want from Colorama is to get ANSI escapes to work on -Windows, then run: - -.. code-block:: python - - from colorama import just_fix_windows_console - just_fix_windows_console() - -If you're on a recent version of Windows 10 or better, and your stdout/stderr -are pointing to a Windows console, then this will flip the magic configuration -switch to enable Windows' built-in ANSI support. - -If you're on an older version of Windows, and your stdout/stderr are pointing to -a Windows console, then this will wrap ``sys.stdout`` and/or ``sys.stderr`` in a -magic file object that intercepts ANSI escape sequences and issues the -appropriate Win32 calls to emulate them. - -In all other circumstances, it does nothing whatsoever. Basically the idea is -that this makes Windows act like Unix with respect to ANSI escape handling. - -It's safe to call this function multiple times. It's safe to call this function -on non-Windows platforms, but it won't do anything. It's safe to call this -function when one or both of your stdout/stderr are redirected to a file – it -won't do anything to those streams. - -Alternatively, you can use the older interface with more features (but also more -potential footguns): - -.. code-block:: python - - from colorama import init - init() - -This does the same thing as ``just_fix_windows_console``, except for the -following differences: - -- It's not safe to call ``init`` multiple times; you can end up with multiple - layers of wrapping and broken ANSI support. - -- Colorama will apply a heuristic to guess whether stdout/stderr support ANSI, - and if it thinks they don't, then it will wrap ``sys.stdout`` and - ``sys.stderr`` in a magic file object that strips out ANSI escape sequences - before printing them. This happens on all platforms, and can be convenient if - you want to write your code to emit ANSI escape sequences unconditionally, and - let Colorama decide whether they should actually be output. But note that - Colorama's heuristic is not particularly clever. - -- ``init`` also accepts explicit keyword args to enable/disable various - functionality – see below. - -To stop using Colorama before your program exits, simply call ``deinit()``. -This will restore ``stdout`` and ``stderr`` to their original values, so that -Colorama is disabled. To resume using Colorama again, call ``reinit()``; it is -cheaper than calling ``init()`` again (but does the same thing). - -Most users should depend on ``colorama >= 0.4.6``, and use -``just_fix_windows_console``. The old ``init`` interface will be supported -indefinitely for backwards compatibility, but we don't plan to fix any issues -with it, also for backwards compatibility. - -Colored Output -.............. - -Cross-platform printing of colored text can then be done using Colorama's -constant shorthand for ANSI escape sequences. These are deliberately -rudimentary, see below. - -.. code-block:: python - - from colorama import Fore, Back, Style - print(Fore.RED + 'some red text') - print(Back.GREEN + 'and with a green background') - print(Style.DIM + 'and in dim text') - print(Style.RESET_ALL) - print('back to normal now') - -...or simply by manually printing ANSI sequences from your own code: - -.. code-block:: python - - print('\033[31m' + 'some red text') - print('\033[39m') # and reset to default color - -...or, Colorama can be used in conjunction with existing ANSI libraries -such as the venerable `Termcolor `_ -the fabulous `Blessings `_, -or the incredible `_Rich `_. - -If you wish Colorama's Fore, Back and Style constants were more capable, -then consider using one of the above highly capable libraries to generate -colors, etc, and use Colorama just for its primary purpose: to convert -those ANSI sequences to also work on Windows: - -SIMILARLY, do not send PRs adding the generation of new ANSI types to Colorama. -We are only interested in converting ANSI codes to win32 API calls, not -shortcuts like the above to generate ANSI characters. - -.. code-block:: python - - from colorama import just_fix_windows_console - from termcolor import colored - - # use Colorama to make Termcolor work on Windows too - just_fix_windows_console() - - # then use Termcolor for all colored text output - print(colored('Hello, World!', 'green', 'on_red')) - -Available formatting constants are:: - - Fore: BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, RESET. - Back: BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE, RESET. - Style: DIM, NORMAL, BRIGHT, RESET_ALL - -``Style.RESET_ALL`` resets foreground, background, and brightness. Colorama will -perform this reset automatically on program exit. - -These are fairly well supported, but not part of the standard:: - - Fore: LIGHTBLACK_EX, LIGHTRED_EX, LIGHTGREEN_EX, LIGHTYELLOW_EX, LIGHTBLUE_EX, LIGHTMAGENTA_EX, LIGHTCYAN_EX, LIGHTWHITE_EX - Back: LIGHTBLACK_EX, LIGHTRED_EX, LIGHTGREEN_EX, LIGHTYELLOW_EX, LIGHTBLUE_EX, LIGHTMAGENTA_EX, LIGHTCYAN_EX, LIGHTWHITE_EX - -Cursor Positioning -.................. - -ANSI codes to reposition the cursor are supported. See ``demos/demo06.py`` for -an example of how to generate them. - -Init Keyword Args -................. - -``init()`` accepts some ``**kwargs`` to override default behaviour. - -init(autoreset=False): - If you find yourself repeatedly sending reset sequences to turn off color - changes at the end of every print, then ``init(autoreset=True)`` will - automate that: - - .. code-block:: python - - from colorama import init - init(autoreset=True) - print(Fore.RED + 'some red text') - print('automatically back to default color again') - -init(strip=None): - Pass ``True`` or ``False`` to override whether ANSI codes should be - stripped from the output. The default behaviour is to strip if on Windows - or if output is redirected (not a tty). - -init(convert=None): - Pass ``True`` or ``False`` to override whether to convert ANSI codes in the - output into win32 calls. The default behaviour is to convert if on Windows - and output is to a tty (terminal). - -init(wrap=True): - On Windows, Colorama works by replacing ``sys.stdout`` and ``sys.stderr`` - with proxy objects, which override the ``.write()`` method to do their work. - If this wrapping causes you problems, then this can be disabled by passing - ``init(wrap=False)``. The default behaviour is to wrap if ``autoreset`` or - ``strip`` or ``convert`` are True. - - When wrapping is disabled, colored printing on non-Windows platforms will - continue to work as normal. To do cross-platform colored output, you can - use Colorama's ``AnsiToWin32`` proxy directly: - - .. code-block:: python - - import sys - from colorama import init, AnsiToWin32 - init(wrap=False) - stream = AnsiToWin32(sys.stderr).stream - - # Python 2 - print >>stream, Fore.BLUE + 'blue text on stderr' - - # Python 3 - print(Fore.BLUE + 'blue text on stderr', file=stream) - -Recognised ANSI Sequences -......................... - -ANSI sequences generally take the form:: - - ESC [ ; ... - -Where ```` is an integer, and ```` is a single letter. Zero or -more params are passed to a ````. If no params are passed, it is -generally synonymous with passing a single zero. No spaces exist in the -sequence; they have been inserted here simply to read more easily. - -The only ANSI sequences that Colorama converts into win32 calls are:: - - ESC [ 0 m # reset all (colors and brightness) - ESC [ 1 m # bright - ESC [ 2 m # dim (looks same as normal brightness) - ESC [ 22 m # normal brightness - - # FOREGROUND: - ESC [ 30 m # black - ESC [ 31 m # red - ESC [ 32 m # green - ESC [ 33 m # yellow - ESC [ 34 m # blue - ESC [ 35 m # magenta - ESC [ 36 m # cyan - ESC [ 37 m # white - ESC [ 39 m # reset - - # BACKGROUND - ESC [ 40 m # black - ESC [ 41 m # red - ESC [ 42 m # green - ESC [ 43 m # yellow - ESC [ 44 m # blue - ESC [ 45 m # magenta - ESC [ 46 m # cyan - ESC [ 47 m # white - ESC [ 49 m # reset - - # cursor positioning - ESC [ y;x H # position cursor at x across, y down - ESC [ y;x f # position cursor at x across, y down - ESC [ n A # move cursor n lines up - ESC [ n B # move cursor n lines down - ESC [ n C # move cursor n characters forward - ESC [ n D # move cursor n characters backward - - # clear the screen - ESC [ mode J # clear the screen - - # clear the line - ESC [ mode K # clear the line - -Multiple numeric params to the ``'m'`` command can be combined into a single -sequence:: - - ESC [ 36 ; 45 ; 1 m # bright cyan text on magenta background - -All other ANSI sequences of the form ``ESC [ ; ... `` -are silently stripped from the output on Windows. - -Any other form of ANSI sequence, such as single-character codes or alternative -initial characters, are not recognised or stripped. It would be cool to add -them though. Let me know if it would be useful for you, via the Issues on -GitHub. - -Status & Known Problems ------------------------ - -I've personally only tested it on Windows XP (CMD, Console2), Ubuntu -(gnome-terminal, xterm), and OS X. - -Some valid ANSI sequences aren't recognised. - -If you're hacking on the code, see `README-hacking.md`_. ESPECIALLY, see the -explanation there of why we do not want PRs that allow Colorama to generate new -types of ANSI codes. - -See outstanding issues and wish-list: -https://github.com/tartley/colorama/issues - -If anything doesn't work for you, or doesn't do what you expected or hoped for, -I'd love to hear about it on that issues list, would be delighted by patches, -and would be happy to grant commit access to anyone who submits a working patch -or two. - -.. _README-hacking.md: README-hacking.md - -License -------- - -Copyright Jonathan Hartley & Arnon Yaari, 2013-2020. BSD 3-Clause license; see -LICENSE file. - -Professional support --------------------- - -.. |tideliftlogo| image:: https://cdn2.hubspot.net/hubfs/4008838/website/logos/logos_for_download/Tidelift_primary-shorthand-logo.png - :alt: Tidelift - :target: https://tidelift.com/subscription/pkg/pypi-colorama?utm_source=pypi-colorama&utm_medium=referral&utm_campaign=readme - -.. list-table:: - :widths: 10 100 - - * - |tideliftlogo| - - Professional support for colorama is available as part of the - `Tidelift Subscription`_. - Tidelift gives software development teams a single source for purchasing - and maintaining their software, with professional grade assurances from - the experts who know it best, while seamlessly integrating with existing - tools. - -.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-colorama?utm_source=pypi-colorama&utm_medium=referral&utm_campaign=readme - -Thanks ------- - -See the CHANGELOG for more thanks! - -* Marc Schlaich (schlamar) for a ``setup.py`` fix for Python2.5. -* Marc Abramowitz, reported & fixed a crash on exit with closed ``stdout``, - providing a solution to issue #7's setuptools/distutils debate, - and other fixes. -* User 'eryksun', for guidance on correctly instantiating ``ctypes.windll``. -* Matthew McCormick for politely pointing out a longstanding crash on non-Win. -* Ben Hoyt, for a magnificent fix under 64-bit Windows. -* Jesse at Empty Square for submitting a fix for examples in the README. -* User 'jamessp', an observant documentation fix for cursor positioning. -* User 'vaal1239', Dave Mckee & Lackner Kristof for a tiny but much-needed Win7 - fix. -* Julien Stuyck, for wisely suggesting Python3 compatible updates to README. -* Daniel Griffith for multiple fabulous patches. -* Oscar Lesta for a valuable fix to stop ANSI chars being sent to non-tty - output. -* Roger Binns, for many suggestions, valuable feedback, & bug reports. -* Tim Golden for thought and much appreciated feedback on the initial idea. -* User 'Zearin' for updates to the README file. -* John Szakmeister for adding support for light colors -* Charles Merriam for adding documentation to demos -* Jurko for a fix on 64-bit Windows CPython2.5 w/o ctypes -* Florian Bruhin for a fix when stdout or stderr are None -* Thomas Weininger for fixing ValueError on Windows -* Remi Rampin for better Github integration and fixes to the README file -* Simeon Visser for closing a file handle using 'with' and updating classifiers - to include Python 3.3 and 3.4 -* Andy Neff for fixing RESET of LIGHT_EX colors. -* Jonathan Hartley for the initial idea and implementation. diff --git a/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/RECORD b/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/RECORD deleted file mode 100644 index cd6b130..0000000 --- a/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/RECORD +++ /dev/null @@ -1,31 +0,0 @@ -colorama-0.4.6.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -colorama-0.4.6.dist-info/METADATA,sha256=e67SnrUMOym9sz_4TjF3vxvAV4T3aF7NyqRHHH3YEMw,17158 -colorama-0.4.6.dist-info/RECORD,, -colorama-0.4.6.dist-info/WHEEL,sha256=cdcF4Fbd0FPtw2EMIOwH-3rSOTUdTCeOSXRMD1iLUb8,105 -colorama-0.4.6.dist-info/licenses/LICENSE.txt,sha256=ysNcAmhuXQSlpxQL-zs25zrtSWZW6JEQLkKIhteTAxg,1491 -colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266 -colorama/__pycache__/__init__.cpython-312.pyc,, -colorama/__pycache__/ansi.cpython-312.pyc,, -colorama/__pycache__/ansitowin32.cpython-312.pyc,, -colorama/__pycache__/initialise.cpython-312.pyc,, -colorama/__pycache__/win32.cpython-312.pyc,, -colorama/__pycache__/winterm.cpython-312.pyc,, -colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 -colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128 -colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325 -colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75 -colorama/tests/__pycache__/__init__.cpython-312.pyc,, -colorama/tests/__pycache__/ansi_test.cpython-312.pyc,, -colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc,, -colorama/tests/__pycache__/initialise_test.cpython-312.pyc,, -colorama/tests/__pycache__/isatty_test.cpython-312.pyc,, -colorama/tests/__pycache__/utils.cpython-312.pyc,, -colorama/tests/__pycache__/winterm_test.cpython-312.pyc,, -colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839 -colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678 -colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741 -colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866 -colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079 -colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709 -colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181 -colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134 diff --git a/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/WHEEL b/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/WHEEL deleted file mode 100644 index d79189f..0000000 --- a/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/WHEEL +++ /dev/null @@ -1,5 +0,0 @@ -Wheel-Version: 1.0 -Generator: hatchling 1.11.1 -Root-Is-Purelib: true -Tag: py2-none-any -Tag: py3-none-any diff --git a/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt b/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt deleted file mode 100644 index 3105888..0000000 --- a/backend/.venv/Lib/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2010 Jonathan Hartley -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* 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. - -* Neither the name of the copyright holders, nor those 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/backend/.venv/Lib/site-packages/colorama/__init__.py b/backend/.venv/Lib/site-packages/colorama/__init__.py deleted file mode 100644 index 383101c..0000000 --- a/backend/.venv/Lib/site-packages/colorama/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console -from .ansi import Fore, Back, Style, Cursor -from .ansitowin32 import AnsiToWin32 - -__version__ = '0.4.6' - diff --git a/backend/.venv/Lib/site-packages/colorama/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 7d0e794704b73f28d0df45d8b110478ed8d05f59..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 483 zcmXv~Jxe4(5bfUSnf;hu15wc2WRM+2#XwY0K@7yikAr5Q8E0B)ce;D&p51jXyI*m? z;eLyum^6q77l@f)W@PoL6});?kE(jqU9Ze7H!EkZOaaYh0qVGSaxX_IHA31m_#pd2PL5+LW$Z% zCI8IkGxrKzX_L#G)%>=03pXQMvnz4SCPI~ZVp*Y;)fG>OBZt~>NA~k#;KI{-T5%U0 zjEvPL!7koYR-EY{Land;3|G^Qbn_&caUFk5bhTm z>+BLtb5&;Pn5%JiEG{$H%lj}e$gjE0zQ3@-n0L%rI-I)Jw$$aQ;=5)J&iFUlMS#}; bWBiQHAJF*|TE0iik7()d%>1v|%!2v>qK}CJ diff --git a/backend/.venv/Lib/site-packages/colorama/__pycache__/ansi.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/__pycache__/ansi.cpython-312.pyc deleted file mode 100644 index eaf5b642aac099e9ba2f01aa3b6f3ad8c2ab0bcb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3936 zcmcgu&2JmW6`%d$_lHFKOLCgfvD1`^P1$YHrgB@Cq9|E0MH!-0#~Zra_3lPmiz3z8 zm0hX|Km$6&un#H{#5x*?4>5e{|Iv$uAcZsVt*5=&B~Lx|y;+hbg%~JWw+qZ~=DnGn zdGF2d&CFlp@d$x0SN)aE!i4-Ch2E!h8|}YA<32HoN=!i&Oi>k0NtH}_hp4it04iqM z4D1MM0O}yrL6OW7Gqgj@uoZeN`SYk@u8n{;I-rekZ49(=E8HI&<=O;jlLOiq*N%X8 zbU+&yi4}d^HC9c46zfY#km7x51f)n`8f~VshqhXgrB&O>tT)Wfnw43x>K4^q%gN-+ zmAQe{4aQDIiuzRxC4N{gKF|LS>Fgj!Uxwleq&pI`hxP!esSUgRVInx?xr8H(ck8 zZWxVC?$;TkL9Oa_-B`2gW;J)ys^6@Z?CVv>cC9n;!#pngnTM&3pe`w?k^17?lGMT_YS+gqY3`s79Mvg@u}zr zdw-zb#f|6Rw%Gf-cfbhb-Ul*i`njTI6(*TBWf8~Ksq5Ub-BlJ`v0UACDGLH~u)#SE zF3OHo`-I7LecfWpO}(~hIcRVulku4r(lonnyPCF@>IWm&(~ZMO=R81*bVB6tu|4_A zxzDDbrjOpg@aGE;e)4Vl-Dk(%dLTbAzd82)uJUZ;=$^c1KAiu{JKvo8;M)dDsl7ZaZqr;y>>8QJEScJl}SD= z?=e8x|9bh>{wb&i_B;r?F2F4iG)1Uos3oWssAZ@FW(aNuxCxqpY?wuOAU3Jfphj;# zT;ShHs{Y1fz7HL7c|WN{`Zn}1q3+<+y||Go$bdGlDY)2}c_p2`<44aEc%?+=?XcqsIF^C65GyeS5*#(v7b?|og_ zPo8}eI@`@)!NYSfE7Ckv9I_$$Lu_+C;5A6kB4Fy#pCe2n{04#V60*flYaT6xQ&1dC za!hMMdAltSK?lTheyZc>p;Ygk%I(Y0Gmz?-<|3rH1nDh9YAb5c45%S9sD{mu8ZpCa z)QqSxGpfeTn3^!-YSK)oBW6+^HAmExIjW}Nsg-6SjMxl3FT6Kl0q-q@48jQn%wi7% z=%EW9rmKf>@Kl745vmB+5PpZCA^aXe2Pi)}bRc+4nJNL1n6y}&X3Fehu~=q-tHn}j z;R=(dO3OtSoX^h|%S(AC7p~^ZOu2G#ZmGzW#bTwn#Nws7*^5hj3a$7Ni*gaBLc#Cj zQ=*vQeg4!a$GX2R7g0)bsk_w6Zd?*2e=fc>hzB>e0IpF4JRY2@06XOAkz=hQLZRQ9 z!PYdwY`?{a6rTsk(XrM%YA+%1RvB9*goR$~_PkFET+4vc|Nbwun1Yw3hm7}-*xq{x zNKo%I0w$M-XQ?-VfT8eA1PkF4gcXEU1RLQ7!WuxCE(0EnDh{LwvrzuisE%VS$1tiq zzGE$j>KI0K45R9|dQru-zCWsOK+mg_t*K-K{;R6uHft6?B|N+zJbWv9P)Io&JV^Y& z)FN`1Nz-%lEKpupoX?k7nA2Lzmr4ht@h6ytB4BRuXEAVWWVAJdPf@d61(HHl9m@AiR(zL4F<~!9+`X8i*rATGBrP zf^Y)iR2y3yI-!s-xf|#Zs5(a?!nxfe9RgKnJS~iU*6a|dI;YdZxZfV{oR)>uZn#6B gdJ!X$)ZOux{9Sm|uTpo9x0LU~>AP>-4)9q03ykVCC;$Ke diff --git a/backend/.venv/Lib/site-packages/colorama/__pycache__/ansitowin32.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/__pycache__/ansitowin32.cpython-312.pyc deleted file mode 100644 index 9dcf7d725c9ccc67b6dff38c2a2a9feeeba04af6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16403 zcmcgTZEzIFl{5SOG19KI`eKp92=uie1O^N?2(Uf@BV>aV1G3C!(Trfle#kQ;K*|b} z#K{Sp#3HVXM8bt7A!X@I3aFwAr!I9N<@@2QyQ>HPR{NtLv)mo$2@bP0#E1)!lFYAt%Q{L8X4qLh{VQaTFZ0oks6u?X&d)U$K2s^u-VWyi2 z=XB?gc5^5zh^s#XCPtJ+|9!p!QLm+13~lgKbfPSFV}@y=P=QwslHFAzn5sf5xWPcArTu;3I*P zA>Myh@(&2nUS1S~kyEnuXfV>n3t`y?7tPU7R3KNRr_Uf;&IKb}C?q@KKQIvVOS~xc zD#KK2L+a+~t8g(+@f30mI7W9HIm6pjw}~@CZRSi+TR1b+R(#)X8)t>u&cR!DJ2*Sk zPM+Z$Z&Mm?a)z8fM$YM!1U?WxDg*`wcwzXSgN1^3A{$^u0%L2%!QRtsK!kfPIw<+- z*g&rYFNaM5RuTdcaUdY@5s8HtKR?9wMFlnx3K3EPNfLr52PGc*AWzr;ph|3?5Dl|o zUOFA+*qU=fP~vNSHFfN{(?NJrP-Hni#GeXCJjY5=HaaK}TFueOSzeHMfel7PDG=%9 z>q&cWYGMhikYRZLl!a=XiqSF34_8Ww8Q=~lmy{uDitd0(DE2R4g5Q6RaD$UqWdnMZ z5kv)_Q8tNus86=4xb_r`7estKaPd#an|Jn{iwb9eJH32Qq+b#@0u!Qx5oF%RUXZJv zlOR%jgzKq4%SX=kvXU%-k9J=m{t!LX;vp`S82w?YwUZL^p#hj^J;h5n*#bV)XAlbEPc}sYVO~UBmK92{#p(B_5Mk`A zvd6B0N&z=D{Ku}MF=_n5l?!oc+EtgZ)d^kz_G&|f8#FU6_&wbT)i`CKVAyb#UG!fi zNW}~{>F?9ptB^O4?S4Nk9EV+I`udzdLbjNdQv5@`qV@n$nT4Xee$+LghUl#QCcm$R6;C_!XgC{HjhU71Nq zg-`=HQ#26-5j&>D83qJ0yX1hX)Bqv zl_zcG6Vi;Waxq6WGx88REyd9hnxiF6KKijwRyj)vH8J{|RWVw!sGxqEdX@ekq{RFM zI3y5B!|`g666hg=9ZXg~azCq#7{FE-RF~LEt)rw|6{V6Aj5Kwe8Zw@v&Kr+Y=V+g) zL(YBmc=P_oBZvI^U+L^>ZRu+B*%W(Wh>EfmjCfFpMr5NnB+3pDR^l-I{?s)ufH{#Z zK@kk)keu77`o>m4K$oJJ8H-4~uAHO%`xWekdio*^a=2jOlqq=60Yp3r70g*);duF# z@=?p2bM-ah`ta4^q|-O&DonU4;%D!9?w8*!PuA>xu>Bu9|LMfvpGY>pK3BYY-e9(` zn=4&={m|7zqldn*Q3Vz6?@cgkzkFt;+~rRw+P>;jPszLy{{JMRKL5tbGMR&7fkdjc(8y*m$(=KZLqK&tBqKp<_ahavJE0Hh~K0k0pDbbBD$&AbT=Yl zg+H+ws<){x3?{SfiNj>Bdcx4=jZZ8l^NV=(!V?Q^F2|}2tEwj!hk4z631!Ls!eBL* zJThA9>AXGW_Kmz(-^6qGZlhO67MBn~i7c?Lwcc@X8&5Z_{yYbQ~z zgG9Mb66KN@w>yV(0yLLnpmuRNP`kNYsPi}%)cKqnYR{0#moGapobQT4aK3fR@ZXYf z@<4bX#D~FoV|1$pr)soHLex4o8eyRi7d?!iVpUNIdZp7mizXO?=m^IK`yjfN1_mV(PeZH=@w7CQBAJRPS?CgmkXMS5;gJ}S z?Hi0h3=X5{g-Bae;^5&@dhhC<*K2F{?(E@WyL{_?wXX*@4mWP>e#2+jJDi8mH)>x$ zVSNK2R%q(z#mGr5ny$h;Eb`MaQ)c8WY5g$1R)aynPz8XJG<&T(>GT=!&?DxU`8+K+ zXiCaa2cg>H5eu;i7}aGJ4Z|8UGt_xnbV7d&I!TFHRZ$tSf%nw>hYF{tesqdi1?dQ0 z8e;&x9>rPcaI1~N9BFxa@*Z$xlSvPb8YGh_`N0ZiMZGD0oxwpt3z0LB|T0J|}UR zWL(0l_<&ciYDa7bU;#bUP`N;PiU{NIi-Q9LQCLKBvZ0TYi@;G!eAs_FAc9qvf@gU@ zuC!#^=>S}!mv%*Xp7W;(h)$pmt2?zQMi%Y#a6yJG(H3Hd0U}z#e1ZQcE{A0pgX^(% zxE=$yQCu0{H`z5^v<2>+e=IB>KYHb8+;qi1>X>&>?D~gmcHKJjVHiTid4thjFqcihyCTF>COq!IY^(^QLj2k$B!+`xN*rXZ6y)IT+ z8RL!(?oHJCv|&JKyHGoYI+%>ib(B*)9UTmDWankLI8%=@07KY`g$fqZZpvNoUhGor zp=;NKgt0ALOm^KqF?Awg+qHOQf=Wvy>c7C&E+tW87U5sgD-*c;eUOqg3DWZnX>7gq zNgw?_ozY(>_{r$6c?cM3s-)K`1_`$kzs!X-N?dVR^*)6{VKL47l@(Lh>6=BJ%_0rAE2gf~H;cMX zjId(rI(@UKSAK=D>-5c{Ui}rQ>-5c{j{8ShWyPGq^;uTQqK?)tt1M5QSdz3vuAg(`dhvNeI1=yM1R{?pwBMutI!8ukme8uq*-Of z9MaL8MQ`vz7IC;;F?}7~SwtTFa3EBKi$k#Nl?u^mX(nMSqVMFX;1yHX>6=BJO~12xwPNZzeY2?R$nJ`%>-5c{t|PfC zrmoXBi@J{7u9&(`-z@6OdyJRVxk&$KNTiO$XHj3?W9U#P9wRN$%XIy$q6{_-AUdHO81s3`P*PD|+-Sl(kS{{$V)!6#%;U*2CV zPhCfIvZycbEtaRQqd8gBm-iLRQ`gZPq#iW=9L{s4W-3+G-8wkU!x{0dCF@Z*yoX&? zNX`%}&?wuFw05?3`5W8YWjop5^22gkwlp0%uy22t3>#LE^C93eO*Xb1I3!y-UO958 zv0X4>i@B-2vH75Ef^{`7;9^rY9%*fn&HIkDwsy#tQ6m92*w_qBF( zHOi*u;)IG6p%P9iK^P`dg35PI3zb@kW6W!g!lYV9EpVo=J86 zS}WeU$X)7zX)rz*?-W{O0B|eduC8ptoCMi~XR+DKbOATBhF51U&$G7ez6}WCPk<$G z{N!}K*YIw`Pxj3lY6@~6yI0M+*CpNSZl0R0-jS@{k*L}^Zv?;}5x^$h?9Ck??7p%4 zUhVx&cQ+;0HqDy>hzBd)@ti9;H?1G!+{n3g{`Ol_Zzb03owp*;20;D3b_6@9yjA15 zS8{I_e^7d(6#8D6x{zS^%sUatAdtDjTswC?b~SeE*zKOFo<#Z1`5Xl1F45D4KsN$i zS6nx1KB&7?DbZk@gzo(d<{G|YPtSO7q6ybU)R?v>0w z*O+{+5#P2D5sH@RU5vmI1ZKX@$ka%J-95hwf!+nc1iN{DH8z)$Csrrj)whaomrj-5 zJAePe-3t$-L~Z+g86uPugvzA5^5(e@VmD&uqL=xp(@0_-^j}bw7ah4f@_F6Ogwg%%(|Bl1_E2U*Md>0)BnXGeB?Y;lau@GRT_2;-#t5;N(M22u~G|e4k{aj zaIw?|p~%3oOJ=WBZy_JrwIeZ=B*~M~k}@LC0}lF`tkRDMBUvRgnPZ7w=wq^q>g34A zx6XE=kO#E11Eh54biW}jb;PEeq~NZtoJW#D;9NvK29cBlmrV#X_k{+<)8xoS_&PKQ z7zr*oT1T|uyiA`#=-o!VuR*1FikQmHu;2j}Ay!u5 zXgH=$O+4n;02b2ADq`ajlck-7raOr10oRefSFifDvp}^4R?b>ZO20eZs$PAli5O1b z5QS%UbQp4#aJ)Xd66rYbxIsBzQ)U)3Ae7@c4DXdp0xMo&vg9Ja|8-~_F3g-mEkODu zfW&=Jr9A#S4LB9ATzX}qIbJZsRAUy3_Xpm1%LfN<9GtD({;+cUf+@TS%bZ_O~9 zVBV^BjHPBSQ^{~xWajGNO(BVxhEr1t4{)+eT5U$)R9a6_msipj>J4}iJhAP^XJ!>u zO?qH#BPKYzru0=8PIOIbsxhtPBI?XDJVR%u)n|O40wp$&7%m?$p{(heh?qgrlsWz8 z=_d~ve8%Cw*3Mv#Vv;R6v^oW+oN#;vIS8rbTIIY6j&YRpD>#b6v)KWX;TstuISm?_ zWwRO7b0j!4OP%W?4J~~E4yqu_LL-%txqydWL|!|5Hrbi#>yL`Pke>k=75--U9ch(q zeQ<;YuOUG4?LZ(RyA{g>2U@`hq)wlgWJc{9z*AhyDIq#IAj(EKjP_ZSvtmq;k}bW1 zf(WVD=5RpjJ&mzFBqhs6$ix-VMB{K$39G_4;C{F)Q}h>^!v}yOjzR_JQVf;vfs8Ac zXV$eQ=~@#vO}nZ_O>>2-W(%v5g;leK^~u8eN$IzR+u)#eRrz)ARqu~WFTFh4I<^(m zVwR~$G8OU4Ny{DcBL)xzsjqr;473Gh%zrtgS3* zE1TfrZMT~5m_9r(W81D+zf22-&WY&IMYsU#XNVckfE)`if^Hwo}bcG^V|X5Q70g?iS_@3phc-Wvspjm56VVo{jIq-EisR*+`2(0z2Vi z8|{&MZ0kF_7MPm}Dc(A{ZsM&+%%%nHGYmU#rkG-db(t;z2S8ZY2Nz2^jw)bAW-q|S z0xZ*VrNOZ1M+v~zOy`nj5OKe`AlH~qWZHl^hU#B@Y1qH zY0YBYUqHX%l1$cR>dJ2cD&j6t+Ki*j)+P&UCyVcFm@eEi+J+26!@e*6+6+^N>?&Ez zF4P~wu6$yxW036$`JAoklydxRA!g8H7N@0owP^V@s@$AJXGAO5U7x&a_ z=>H6K#cHVjjr#H;mGB-*HXi+`@n+{_-p^i}eDkNTU)wtI=C$p20@JH^0OUW3cz&y@ zhL-7FpOaVx(x{-fK5I}FG}ge5-g2xF>C5?g%tU#bdcWLkALT}Q0?7`~U#v{qbBZy(H$i@=yJ$4$SsqoiI_W(;xodVqLvlmIN1cy0G){XDPZu5rBCh=8w5}s&fY@z6>OW@N>3OuXkZy7rmuWyIyTpu`zBOWsnK%QvGQ*XTqrB9JB}0yM zWBywv%|gMaXEAfk0^gHZ@p}?b!IweOaFk}S09EPiW!-oVK7zw%!wAtFWEFS{Y6ujv z`k*;W7DcB5&8%a89z`oqT$?dQo#+&t*~&(T7I3fn{1F>xh}oP}AB-nv>w_O>z}gAf zhR|leW{T1H<|MARk2o^MpvAZ8_lntLjwMHtk`*P&@Hsk!3(zrb{Cu>~1r0L&vP>To z{t{s~pn`Ar=th}tlIdodZh?IMBM2G73eklVP{|A=SBbn|>=hvMNp>iAp+kKoq{xf-FNhC)E((`Ugcx%~K>=iwY~7iHnx)n8xcT-xZngQdo-*T!$ERM5fQn z^pJkO;YC0hF3ME#^aAhS0VbA%ms8Zc_nkezTeW7)Jm)EyXqhdoOP1C>^wiCni=K*LM_Rh@;P_W*qc}Eqm7?= zS5E{cj!YC!(v#1{&)zxw5q+oa!E+DRJ_tN0PI?Y}Qj_!?xzsY+IQk|bNdoGM_~AR1 z_v`Nh(TW+S5rXI3HA?7`QY&DY@);S5(9`|Eyrm*Ny}%{yf58lW8%znL_3AA()i9Wd zx)BTxe9MU;HH6kCG&dxKfiU}jU4EKJEHO(u#Ttzun72JKbH9!u;IvPJI714v6EJlY zJdHVGjafNj7C93!ouQ0Ph&;lr1r=Zu^Q9U?Fn-^Gr7Il5_{<%`UjZ)h?L-%4!{#kM zdunC(N@p{y?1Z-w<2zW5Vuj98Hj_^!g`Z&q(Lp!nd*cK33=$gdVI8V}*N(!q>6FWx4QOtZ-c; zV8}yOMgq<*Sx*XWc;&?kGYAC;50nZoM2rJc-@(8t+EX^Rc6|Mn^@*~!>HK{c56;DZ71XrjeYhE@5V5@?hB9ikrauzAz{u9vxBKb=4 zyaU@%zm-EsGucfMP>oYb_tBI6kZY`D<&(Ev$N|~bpnPt$M|c38P;SI_s30$!rvE_M ze@8ifN7?_C+BHM%`aRV)O||`=s)p2Vr|Y71&S*~<3qQ>*d^dP;-!seebjeuTGYbBm T4bX>-blF(-e^B^OUi5zePXJNF diff --git a/backend/.venv/Lib/site-packages/colorama/__pycache__/initialise.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/__pycache__/initialise.cpython-312.pyc deleted file mode 100644 index 20d45896cf8c52de629ccf674eb7563d19aac0dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3541 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 EKN4pbg8%>k diff --git a/backend/.venv/Lib/site-packages/colorama/__pycache__/winterm.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/__pycache__/winterm.cpython-312.pyc deleted file mode 100644 index 05ddbfb8625624e25060c3f9138a17c350bbf117..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9079 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 I%${`q7c+g8tpET3 diff --git a/backend/.venv/Lib/site-packages/colorama/ansi.py b/backend/.venv/Lib/site-packages/colorama/ansi.py deleted file mode 100644 index 11ec695..0000000 --- a/backend/.venv/Lib/site-packages/colorama/ansi.py +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -''' -This module generates ANSI character codes to printing colors to terminals. -See: http://en.wikipedia.org/wiki/ANSI_escape_code -''' - -CSI = '\033[' -OSC = '\033]' -BEL = '\a' - - -def code_to_chars(code): - return CSI + str(code) + 'm' - -def set_title(title): - return OSC + '2;' + title + BEL - -def clear_screen(mode=2): - return CSI + str(mode) + 'J' - -def clear_line(mode=2): - return CSI + str(mode) + 'K' - - -class AnsiCodes(object): - def __init__(self): - # the subclasses declare class attributes which are numbers. - # Upon instantiation we define instance attributes, which are the same - # as the class attributes but wrapped with the ANSI escape sequence - for name in dir(self): - if not name.startswith('_'): - value = getattr(self, name) - setattr(self, name, code_to_chars(value)) - - -class AnsiCursor(object): - def UP(self, n=1): - return CSI + str(n) + 'A' - def DOWN(self, n=1): - return CSI + str(n) + 'B' - def FORWARD(self, n=1): - return CSI + str(n) + 'C' - def BACK(self, n=1): - return CSI + str(n) + 'D' - def POS(self, x=1, y=1): - return CSI + str(y) + ';' + str(x) + 'H' - - -class AnsiFore(AnsiCodes): - BLACK = 30 - RED = 31 - GREEN = 32 - YELLOW = 33 - BLUE = 34 - MAGENTA = 35 - CYAN = 36 - WHITE = 37 - RESET = 39 - - # These are fairly well supported, but not part of the standard. - LIGHTBLACK_EX = 90 - LIGHTRED_EX = 91 - LIGHTGREEN_EX = 92 - LIGHTYELLOW_EX = 93 - LIGHTBLUE_EX = 94 - LIGHTMAGENTA_EX = 95 - LIGHTCYAN_EX = 96 - LIGHTWHITE_EX = 97 - - -class AnsiBack(AnsiCodes): - BLACK = 40 - RED = 41 - GREEN = 42 - YELLOW = 43 - BLUE = 44 - MAGENTA = 45 - CYAN = 46 - WHITE = 47 - RESET = 49 - - # These are fairly well supported, but not part of the standard. - LIGHTBLACK_EX = 100 - LIGHTRED_EX = 101 - LIGHTGREEN_EX = 102 - LIGHTYELLOW_EX = 103 - LIGHTBLUE_EX = 104 - LIGHTMAGENTA_EX = 105 - LIGHTCYAN_EX = 106 - LIGHTWHITE_EX = 107 - - -class AnsiStyle(AnsiCodes): - BRIGHT = 1 - DIM = 2 - NORMAL = 22 - RESET_ALL = 0 - -Fore = AnsiFore() -Back = AnsiBack() -Style = AnsiStyle() -Cursor = AnsiCursor() diff --git a/backend/.venv/Lib/site-packages/colorama/ansitowin32.py b/backend/.venv/Lib/site-packages/colorama/ansitowin32.py deleted file mode 100644 index abf209e..0000000 --- a/backend/.venv/Lib/site-packages/colorama/ansitowin32.py +++ /dev/null @@ -1,277 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import re -import sys -import os - -from .ansi import AnsiFore, AnsiBack, AnsiStyle, Style, BEL -from .winterm import enable_vt_processing, WinTerm, WinColor, WinStyle -from .win32 import windll, winapi_test - - -winterm = None -if windll is not None: - winterm = WinTerm() - - -class StreamWrapper(object): - ''' - Wraps a stream (such as stdout), acting as a transparent proxy for all - attribute access apart from method 'write()', which is delegated to our - Converter instance. - ''' - def __init__(self, wrapped, converter): - # double-underscore everything to prevent clashes with names of - # attributes on the wrapped stream object. - self.__wrapped = wrapped - self.__convertor = converter - - def __getattr__(self, name): - return getattr(self.__wrapped, name) - - def __enter__(self, *args, **kwargs): - # special method lookup bypasses __getattr__/__getattribute__, see - # https://stackoverflow.com/questions/12632894/why-doesnt-getattr-work-with-exit - # thus, contextlib magic methods are not proxied via __getattr__ - return self.__wrapped.__enter__(*args, **kwargs) - - def __exit__(self, *args, **kwargs): - return self.__wrapped.__exit__(*args, **kwargs) - - def __setstate__(self, state): - self.__dict__ = state - - def __getstate__(self): - return self.__dict__ - - def write(self, text): - self.__convertor.write(text) - - def isatty(self): - stream = self.__wrapped - if 'PYCHARM_HOSTED' in os.environ: - if stream is not None and (stream is sys.__stdout__ or stream is sys.__stderr__): - return True - try: - stream_isatty = stream.isatty - except AttributeError: - return False - else: - return stream_isatty() - - @property - def closed(self): - stream = self.__wrapped - try: - return stream.closed - # AttributeError in the case that the stream doesn't support being closed - # ValueError for the case that the stream has already been detached when atexit runs - except (AttributeError, ValueError): - return True - - -class AnsiToWin32(object): - ''' - Implements a 'write()' method which, on Windows, will strip ANSI character - sequences from the text, and if outputting to a tty, will convert them into - win32 function calls. - ''' - ANSI_CSI_RE = re.compile('\001?\033\\[((?:\\d|;)*)([a-zA-Z])\002?') # Control Sequence Introducer - ANSI_OSC_RE = re.compile('\001?\033\\]([^\a]*)(\a)\002?') # Operating System Command - - def __init__(self, wrapped, convert=None, strip=None, autoreset=False): - # The wrapped stream (normally sys.stdout or sys.stderr) - self.wrapped = wrapped - - # should we reset colors to defaults after every .write() - self.autoreset = autoreset - - # create the proxy wrapping our output stream - self.stream = StreamWrapper(wrapped, self) - - on_windows = os.name == 'nt' - # We test if the WinAPI works, because even if we are on Windows - # we may be using a terminal that doesn't support the WinAPI - # (e.g. Cygwin Terminal). In this case it's up to the terminal - # to support the ANSI codes. - conversion_supported = on_windows and winapi_test() - try: - fd = wrapped.fileno() - except Exception: - fd = -1 - system_has_native_ansi = not on_windows or enable_vt_processing(fd) - have_tty = not self.stream.closed and self.stream.isatty() - need_conversion = conversion_supported and not system_has_native_ansi - - # should we strip ANSI sequences from our output? - if strip is None: - strip = need_conversion or not have_tty - self.strip = strip - - # should we should convert ANSI sequences into win32 calls? - if convert is None: - convert = need_conversion and have_tty - self.convert = convert - - # dict of ansi codes to win32 functions and parameters - self.win32_calls = self.get_win32_calls() - - # are we wrapping stderr? - self.on_stderr = self.wrapped is sys.stderr - - def should_wrap(self): - ''' - True if this class is actually needed. If false, then the output - stream will not be affected, nor will win32 calls be issued, so - wrapping stdout is not actually required. This will generally be - False on non-Windows platforms, unless optional functionality like - autoreset has been requested using kwargs to init() - ''' - return self.convert or self.strip or self.autoreset - - def get_win32_calls(self): - if self.convert and winterm: - return { - AnsiStyle.RESET_ALL: (winterm.reset_all, ), - AnsiStyle.BRIGHT: (winterm.style, WinStyle.BRIGHT), - AnsiStyle.DIM: (winterm.style, WinStyle.NORMAL), - AnsiStyle.NORMAL: (winterm.style, WinStyle.NORMAL), - AnsiFore.BLACK: (winterm.fore, WinColor.BLACK), - AnsiFore.RED: (winterm.fore, WinColor.RED), - AnsiFore.GREEN: (winterm.fore, WinColor.GREEN), - AnsiFore.YELLOW: (winterm.fore, WinColor.YELLOW), - AnsiFore.BLUE: (winterm.fore, WinColor.BLUE), - AnsiFore.MAGENTA: (winterm.fore, WinColor.MAGENTA), - AnsiFore.CYAN: (winterm.fore, WinColor.CYAN), - AnsiFore.WHITE: (winterm.fore, WinColor.GREY), - AnsiFore.RESET: (winterm.fore, ), - AnsiFore.LIGHTBLACK_EX: (winterm.fore, WinColor.BLACK, True), - AnsiFore.LIGHTRED_EX: (winterm.fore, WinColor.RED, True), - AnsiFore.LIGHTGREEN_EX: (winterm.fore, WinColor.GREEN, True), - AnsiFore.LIGHTYELLOW_EX: (winterm.fore, WinColor.YELLOW, True), - AnsiFore.LIGHTBLUE_EX: (winterm.fore, WinColor.BLUE, True), - AnsiFore.LIGHTMAGENTA_EX: (winterm.fore, WinColor.MAGENTA, True), - AnsiFore.LIGHTCYAN_EX: (winterm.fore, WinColor.CYAN, True), - AnsiFore.LIGHTWHITE_EX: (winterm.fore, WinColor.GREY, True), - AnsiBack.BLACK: (winterm.back, WinColor.BLACK), - AnsiBack.RED: (winterm.back, WinColor.RED), - AnsiBack.GREEN: (winterm.back, WinColor.GREEN), - AnsiBack.YELLOW: (winterm.back, WinColor.YELLOW), - AnsiBack.BLUE: (winterm.back, WinColor.BLUE), - AnsiBack.MAGENTA: (winterm.back, WinColor.MAGENTA), - AnsiBack.CYAN: (winterm.back, WinColor.CYAN), - AnsiBack.WHITE: (winterm.back, WinColor.GREY), - AnsiBack.RESET: (winterm.back, ), - AnsiBack.LIGHTBLACK_EX: (winterm.back, WinColor.BLACK, True), - AnsiBack.LIGHTRED_EX: (winterm.back, WinColor.RED, True), - AnsiBack.LIGHTGREEN_EX: (winterm.back, WinColor.GREEN, True), - AnsiBack.LIGHTYELLOW_EX: (winterm.back, WinColor.YELLOW, True), - AnsiBack.LIGHTBLUE_EX: (winterm.back, WinColor.BLUE, True), - AnsiBack.LIGHTMAGENTA_EX: (winterm.back, WinColor.MAGENTA, True), - AnsiBack.LIGHTCYAN_EX: (winterm.back, WinColor.CYAN, True), - AnsiBack.LIGHTWHITE_EX: (winterm.back, WinColor.GREY, True), - } - return dict() - - def write(self, text): - if self.strip or self.convert: - self.write_and_convert(text) - else: - self.wrapped.write(text) - self.wrapped.flush() - if self.autoreset: - self.reset_all() - - - def reset_all(self): - if self.convert: - self.call_win32('m', (0,)) - elif not self.strip and not self.stream.closed: - self.wrapped.write(Style.RESET_ALL) - - - def write_and_convert(self, text): - ''' - Write the given text to our wrapped stream, stripping any ANSI - sequences from the text, and optionally converting them into win32 - calls. - ''' - cursor = 0 - text = self.convert_osc(text) - for match in self.ANSI_CSI_RE.finditer(text): - start, end = match.span() - self.write_plain_text(text, cursor, start) - self.convert_ansi(*match.groups()) - cursor = end - self.write_plain_text(text, cursor, len(text)) - - - def write_plain_text(self, text, start, end): - if start < end: - self.wrapped.write(text[start:end]) - self.wrapped.flush() - - - def convert_ansi(self, paramstring, command): - if self.convert: - params = self.extract_params(command, paramstring) - self.call_win32(command, params) - - - def extract_params(self, command, paramstring): - if command in 'Hf': - params = tuple(int(p) if len(p) != 0 else 1 for p in paramstring.split(';')) - while len(params) < 2: - # defaults: - params = params + (1,) - else: - params = tuple(int(p) for p in paramstring.split(';') if len(p) != 0) - if len(params) == 0: - # defaults: - if command in 'JKm': - params = (0,) - elif command in 'ABCD': - params = (1,) - - return params - - - def call_win32(self, command, params): - if command == 'm': - for param in params: - if param in self.win32_calls: - func_args = self.win32_calls[param] - func = func_args[0] - args = func_args[1:] - kwargs = dict(on_stderr=self.on_stderr) - func(*args, **kwargs) - elif command in 'J': - winterm.erase_screen(params[0], on_stderr=self.on_stderr) - elif command in 'K': - winterm.erase_line(params[0], on_stderr=self.on_stderr) - elif command in 'Hf': # cursor position - absolute - winterm.set_cursor_position(params, on_stderr=self.on_stderr) - elif command in 'ABCD': # cursor position - relative - n = params[0] - # A - up, B - down, C - forward, D - back - x, y = {'A': (0, -n), 'B': (0, n), 'C': (n, 0), 'D': (-n, 0)}[command] - winterm.cursor_adjust(x, y, on_stderr=self.on_stderr) - - - def convert_osc(self, text): - for match in self.ANSI_OSC_RE.finditer(text): - start, end = match.span() - text = text[:start] + text[end:] - paramstring, command = match.groups() - if command == BEL: - if paramstring.count(";") == 1: - params = paramstring.split(";") - # 0 - change title and icon (we will only change title) - # 1 - change icon (we don't support this) - # 2 - change title - if params[0] in '02': - winterm.set_title(params[1]) - return text - - - def flush(self): - self.wrapped.flush() diff --git a/backend/.venv/Lib/site-packages/colorama/initialise.py b/backend/.venv/Lib/site-packages/colorama/initialise.py deleted file mode 100644 index d5fd4b7..0000000 --- a/backend/.venv/Lib/site-packages/colorama/initialise.py +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import atexit -import contextlib -import sys - -from .ansitowin32 import AnsiToWin32 - - -def _wipe_internal_state_for_tests(): - global orig_stdout, orig_stderr - orig_stdout = None - orig_stderr = None - - global wrapped_stdout, wrapped_stderr - wrapped_stdout = None - wrapped_stderr = None - - global atexit_done - atexit_done = False - - global fixed_windows_console - fixed_windows_console = False - - try: - # no-op if it wasn't registered - atexit.unregister(reset_all) - except AttributeError: - # python 2: no atexit.unregister. Oh well, we did our best. - pass - - -def reset_all(): - if AnsiToWin32 is not None: # Issue #74: objects might become None at exit - AnsiToWin32(orig_stdout).reset_all() - - -def init(autoreset=False, convert=None, strip=None, wrap=True): - - if not wrap and any([autoreset, convert, strip]): - raise ValueError('wrap=False conflicts with any other arg=True') - - global wrapped_stdout, wrapped_stderr - global orig_stdout, orig_stderr - - orig_stdout = sys.stdout - orig_stderr = sys.stderr - - if sys.stdout is None: - wrapped_stdout = None - else: - sys.stdout = wrapped_stdout = \ - wrap_stream(orig_stdout, convert, strip, autoreset, wrap) - if sys.stderr is None: - wrapped_stderr = None - else: - sys.stderr = wrapped_stderr = \ - wrap_stream(orig_stderr, convert, strip, autoreset, wrap) - - global atexit_done - if not atexit_done: - atexit.register(reset_all) - atexit_done = True - - -def deinit(): - if orig_stdout is not None: - sys.stdout = orig_stdout - if orig_stderr is not None: - sys.stderr = orig_stderr - - -def just_fix_windows_console(): - global fixed_windows_console - - if sys.platform != "win32": - return - if fixed_windows_console: - return - if wrapped_stdout is not None or wrapped_stderr is not None: - # Someone already ran init() and it did stuff, so we won't second-guess them - return - - # On newer versions of Windows, AnsiToWin32.__init__ will implicitly enable the - # native ANSI support in the console as a side-effect. We only need to actually - # replace sys.stdout/stderr if we're in the old-style conversion mode. - new_stdout = AnsiToWin32(sys.stdout, convert=None, strip=None, autoreset=False) - if new_stdout.convert: - sys.stdout = new_stdout - new_stderr = AnsiToWin32(sys.stderr, convert=None, strip=None, autoreset=False) - if new_stderr.convert: - sys.stderr = new_stderr - - fixed_windows_console = True - -@contextlib.contextmanager -def colorama_text(*args, **kwargs): - init(*args, **kwargs) - try: - yield - finally: - deinit() - - -def reinit(): - if wrapped_stdout is not None: - sys.stdout = wrapped_stdout - if wrapped_stderr is not None: - sys.stderr = wrapped_stderr - - -def wrap_stream(stream, convert, strip, autoreset, wrap): - if wrap: - wrapper = AnsiToWin32(stream, - convert=convert, strip=strip, autoreset=autoreset) - if wrapper.should_wrap(): - stream = wrapper.stream - return stream - - -# Use this for initial setup as well, to reduce code duplication -_wipe_internal_state_for_tests() diff --git a/backend/.venv/Lib/site-packages/colorama/tests/__init__.py b/backend/.venv/Lib/site-packages/colorama/tests/__init__.py deleted file mode 100644 index 8c5661e..0000000 --- a/backend/.venv/Lib/site-packages/colorama/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. diff --git a/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 08f57ef4a652614876a5bb760343f0b8b6f204cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 189 zcmX@j%ge<81bQ*HnchJ9F^Gc>KC=KtrZZGBXfpb(WGG?+@;-yq{EBh5iYd=8$}TQQ zOiqo-%PJ|>O-xSCFU>2-%uClz&M!)hNlHx4PR&b+(JM>MD~s{TOo}PaEJ@V`YRFDZ zPc4o~&dG5r~UHjE~HW KjEqIhKo$U9Ff%~_ diff --git a/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/ansi_test.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/ansi_test.cpython-312.pyc deleted file mode 100644 index dbedadd9f2ec668e6c945a8e3aedebf872c63b35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5458 zcmeHL-EUMy6ra2IV{f}{p_EFuTeS$N3;m#FrEEd8v`eX!B`GDycFktld&S-EN1b~M zZZ)P4m|%kOv1vj=O-wAQe}I30Z$7QI0dF*#@L+grTAqCJoSFUZ1#=%YoriN~&dl%3 z=e@r(^HXzkBZ1TxeLH!;L&y^>l#*P`Y~P2>648hzq)7y|D=lPP5m!cxhyu|>O-f4{ zIU;A2h>~$f+{`AY)l5UAK_EIw?Jv2k=!ggG9hGt^7io5paiS@Ai00N^Ya+KtTJ$}d zI{PLeRCN(uTq`ygNM6Vb{)VSm4*Ok}I;|V#Xxz{(DHBg-pSr;A7cJ>rJTYrY=W|rI z(OB3#ph^Vj>wtoPzL_Q;_>RPa2GK*7%oWw1Jq?A&wqSuO8Q!Uxn zaFUP&C!X21b6iQj$a9`N6vBSRYKa?$PR(%641GKwPg|0ipVKYT$Qzbom|AY$qz&MY z6?94;3YKK(=?@JYbobvMj1EU{=jg047fO3 z_TAF6x1y8D8&M-^>b(G%jo;LbXd;)+(Re1_Z^9}Y{c+gB7-swC@|JAq=GD1{meMBl zv2qJ^ZJY$LNH!JH(ELdC6;$8-v2WYH>-?tkm#&`gXV=x?$7+*J#fCb(4MSBqpcvA8P<`T_o2BB z1Yb_tjxAJEkJGW-?d(EpdEO-xes=~sTO_}=ci$85H8S;8BRv4dnn~f1*rdiF_uMmD zo>rtvJA!Pk$9&bbz-x|C;0g-&E;F}%bU$Mcr zIKX$?;P*Jdzh;Bq>i~b)2H#r2=ZSw`ctQ5foH(9gYJjUju1;_j;OZ@|PI5KGRgkG5 zhX*-4$l*Z_4{~^r!-E_i9Lo6HEDxtC#!=J_L$%~{lOv-SEpaL|X367Ip-|XTu7@Tk zFJFV;VDf6na$g!54~3^kENS%mNZ69EU6_~-S@KlqN@&_@o}3uJFwI=VLhoB1Rs>gA z;C0L;7F$>yca7zyBJ^qqOM6(U*j1$(yTlUr#kz*#j(`0=WI7CDMog0?Z_Gn+!B_Ry zudnpN%#DwLdlw1gw~m6^aex1V&gIUP$hvyG+Sak$u`;}__Ep>L+WD4!E2(vLpt_xR z*}L-Iy4qiD>sszwSy)#Gt8I4e?D{C#ige9K{m6T);61hq<33g8^O4tI@cLI_ggIbWW2YdE$?kZ4ZeW)euTaF@82gOo|VE2l5d88XoH}jFp%-f{9C~5 zs3nd~T(Xq#<*7>}la_LB3S-6{XSoeyIQ9fpb(p(qg1EZc5T53)m`8r$UHR!^Heyxk+pgB*tt8~{Gf#bW-w z?5V?2=d(!@*M;H}1eLIn6o;oB{*S=`p0XA8pwZ0T#wR=W(8OLzD8{*zy^i3uj*n{y zbHga`t)uu>a)wX$EPV%T_$FnHgV+=WL3lzM{~(9{B8Lm)@bBcvpDnFlr@l-rdLEZD k&y+L5;N4H25m1|-3q)$VyYRE<{Z&%GIKL?psgrf|4@-Q4EdT%j diff --git a/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc deleted file mode 100644 index 3f88347896f1b9c07c5395ea0d940e0513bbc144..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17997 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 BrWXJJ diff --git a/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/initialise_test.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/initialise_test.cpython-312.pyc deleted file mode 100644 index a719310326c2be315f60e3a1be6f812fc4893bad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11645 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 diff --git a/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/utils.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index 493011a73a475b3913a9bda74f270b198814fbf2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2461 zcmds2-A^1<6u);qc4wD`QkE5iNSDxxi?RfbVz4#YQl(Pe8sUY_CgZR(;==9>-aC|T z0|}BPrqQJIMf?{Cn)v36FFgA~6C25ZiHSAQH<~4>G(LFF%_O?ztc5 zckj99$L8iRfs)K#$`4C~{DzHck$t7|H7FZICps;VBF#{Wx=;{`Vn%dzu^?q6z{G-_ zkp(hFbg4{q*$}rxZ;njBMFW5a8_=LZb)`(U{Dm?Kv_lQ;5VXS$?J%^P8rn@IF%kI_ zM<=M$lCw$PQ=2guAj*Wz^5)FD*V8$F1-GJpqtXV-1~Ev6>LerRv`jK$Nl1uJ z2nHHjadL7hS2eCqfDToFDHvFy2_ZeXNj9k?aij1tN89-0snL<_qQ&O;yp}Vv=B&*J zv|P?wFm2e&K+a-Dc3R8L8K$01-Z0D?+4u6(S)R9z0T?g`Tj$xFRj`;=)CO&X+k9}r z&KG!czT^b*T(j-ct=8K9k{%L*l{uc*3fVmqt$;$(o06lbs;LzXRdvFuTD0_q0_qV} z{d7Sqcs(ovwoF0MjG_repehjOK@eq95vbhm**^<<~zf;hgYubwzQQmm&f*`kgKhY9dW$0t1l<%=?;Da zy-(+0-GN!0@jqTf~{T6bG1CQOl+LZElXs}58~G#{B3-aPQl?Gix}RJ1L529@9LB7`h7lqKbJ@e zoERdUE((-P!HSf8*?Uu*B8&71ywAh&=}3rahYmR{A54v2O?~*jdiDCmkG%ZtwjN+v(?{x{zmvWzItjLlu_9giF1PC_}e(imseEIY7 z&&GGooVzE*_ggx@FjvO*L(%oI`=PF%x`)2&yWc&sr!+qj$+A!#mO5 zd&>DoGJreXBafkDC)D*fe+A}UO{89@Tai@1_`RI!mVZz{+m<>3-0qfBeWC5%AR_&8 z>eb-(U=Z*`#0mSUzL1}0c;6f$Z!vs~-23S|?d34{y~k&=?zQXIiM-$_7rpHG78?R% zJaAqDaUfDkedcnmW3ZS{^=pRBg*2e$< diff --git a/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/winterm_test.cpython-312.pyc b/backend/.venv/Lib/site-packages/colorama/tests/__pycache__/winterm_test.cpython-312.pyc deleted file mode 100644 index ab0bdb3dfdc1dead1218d2ada6a408b924f97aa3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6603 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 M;hqrphady=-&#$BqyPW_ diff --git a/backend/.venv/Lib/site-packages/colorama/tests/ansi_test.py b/backend/.venv/Lib/site-packages/colorama/tests/ansi_test.py deleted file mode 100644 index 0a20c80..0000000 --- a/backend/.venv/Lib/site-packages/colorama/tests/ansi_test.py +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import sys -from unittest import TestCase, main - -from ..ansi import Back, Fore, Style -from ..ansitowin32 import AnsiToWin32 - -stdout_orig = sys.stdout -stderr_orig = sys.stderr - - -class AnsiTest(TestCase): - - def setUp(self): - # sanity check: stdout should be a file or StringIO object. - # It will only be AnsiToWin32 if init() has previously wrapped it - self.assertNotEqual(type(sys.stdout), AnsiToWin32) - self.assertNotEqual(type(sys.stderr), AnsiToWin32) - - def tearDown(self): - sys.stdout = stdout_orig - sys.stderr = stderr_orig - - - def testForeAttributes(self): - self.assertEqual(Fore.BLACK, '\033[30m') - self.assertEqual(Fore.RED, '\033[31m') - self.assertEqual(Fore.GREEN, '\033[32m') - self.assertEqual(Fore.YELLOW, '\033[33m') - self.assertEqual(Fore.BLUE, '\033[34m') - self.assertEqual(Fore.MAGENTA, '\033[35m') - self.assertEqual(Fore.CYAN, '\033[36m') - self.assertEqual(Fore.WHITE, '\033[37m') - self.assertEqual(Fore.RESET, '\033[39m') - - # Check the light, extended versions. - self.assertEqual(Fore.LIGHTBLACK_EX, '\033[90m') - self.assertEqual(Fore.LIGHTRED_EX, '\033[91m') - self.assertEqual(Fore.LIGHTGREEN_EX, '\033[92m') - self.assertEqual(Fore.LIGHTYELLOW_EX, '\033[93m') - self.assertEqual(Fore.LIGHTBLUE_EX, '\033[94m') - self.assertEqual(Fore.LIGHTMAGENTA_EX, '\033[95m') - self.assertEqual(Fore.LIGHTCYAN_EX, '\033[96m') - self.assertEqual(Fore.LIGHTWHITE_EX, '\033[97m') - - - def testBackAttributes(self): - self.assertEqual(Back.BLACK, '\033[40m') - self.assertEqual(Back.RED, '\033[41m') - self.assertEqual(Back.GREEN, '\033[42m') - self.assertEqual(Back.YELLOW, '\033[43m') - self.assertEqual(Back.BLUE, '\033[44m') - self.assertEqual(Back.MAGENTA, '\033[45m') - self.assertEqual(Back.CYAN, '\033[46m') - self.assertEqual(Back.WHITE, '\033[47m') - self.assertEqual(Back.RESET, '\033[49m') - - # Check the light, extended versions. - self.assertEqual(Back.LIGHTBLACK_EX, '\033[100m') - self.assertEqual(Back.LIGHTRED_EX, '\033[101m') - self.assertEqual(Back.LIGHTGREEN_EX, '\033[102m') - self.assertEqual(Back.LIGHTYELLOW_EX, '\033[103m') - self.assertEqual(Back.LIGHTBLUE_EX, '\033[104m') - self.assertEqual(Back.LIGHTMAGENTA_EX, '\033[105m') - self.assertEqual(Back.LIGHTCYAN_EX, '\033[106m') - self.assertEqual(Back.LIGHTWHITE_EX, '\033[107m') - - - def testStyleAttributes(self): - self.assertEqual(Style.DIM, '\033[2m') - self.assertEqual(Style.NORMAL, '\033[22m') - self.assertEqual(Style.BRIGHT, '\033[1m') - - -if __name__ == '__main__': - main() diff --git a/backend/.venv/Lib/site-packages/colorama/tests/ansitowin32_test.py b/backend/.venv/Lib/site-packages/colorama/tests/ansitowin32_test.py deleted file mode 100644 index 91ca551..0000000 --- a/backend/.venv/Lib/site-packages/colorama/tests/ansitowin32_test.py +++ /dev/null @@ -1,294 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -from io import StringIO, TextIOWrapper -from unittest import TestCase, main -try: - from contextlib import ExitStack -except ImportError: - # python 2 - from contextlib2 import ExitStack - -try: - from unittest.mock import MagicMock, Mock, patch -except ImportError: - from mock import MagicMock, Mock, patch - -from ..ansitowin32 import AnsiToWin32, StreamWrapper -from ..win32 import ENABLE_VIRTUAL_TERMINAL_PROCESSING -from .utils import osname - - -class StreamWrapperTest(TestCase): - - def testIsAProxy(self): - mockStream = Mock() - wrapper = StreamWrapper(mockStream, None) - self.assertTrue( wrapper.random_attr is mockStream.random_attr ) - - def testDelegatesWrite(self): - mockStream = Mock() - mockConverter = Mock() - wrapper = StreamWrapper(mockStream, mockConverter) - wrapper.write('hello') - self.assertTrue(mockConverter.write.call_args, (('hello',), {})) - - def testDelegatesContext(self): - mockConverter = Mock() - s = StringIO() - with StreamWrapper(s, mockConverter) as fp: - fp.write(u'hello') - self.assertTrue(s.closed) - - def testProxyNoContextManager(self): - mockStream = MagicMock() - mockStream.__enter__.side_effect = AttributeError() - mockConverter = Mock() - with self.assertRaises(AttributeError) as excinfo: - with StreamWrapper(mockStream, mockConverter) as wrapper: - wrapper.write('hello') - - def test_closed_shouldnt_raise_on_closed_stream(self): - stream = StringIO() - stream.close() - wrapper = StreamWrapper(stream, None) - self.assertEqual(wrapper.closed, True) - - def test_closed_shouldnt_raise_on_detached_stream(self): - stream = TextIOWrapper(StringIO()) - stream.detach() - wrapper = StreamWrapper(stream, None) - self.assertEqual(wrapper.closed, True) - -class AnsiToWin32Test(TestCase): - - def testInit(self): - mockStdout = Mock() - auto = Mock() - stream = AnsiToWin32(mockStdout, autoreset=auto) - self.assertEqual(stream.wrapped, mockStdout) - self.assertEqual(stream.autoreset, auto) - - @patch('colorama.ansitowin32.winterm', None) - @patch('colorama.ansitowin32.winapi_test', lambda *_: True) - def testStripIsTrueOnWindows(self): - with osname('nt'): - mockStdout = Mock() - stream = AnsiToWin32(mockStdout) - self.assertTrue(stream.strip) - - def testStripIsFalseOffWindows(self): - with osname('posix'): - mockStdout = Mock(closed=False) - stream = AnsiToWin32(mockStdout) - self.assertFalse(stream.strip) - - def testWriteStripsAnsi(self): - mockStdout = Mock() - stream = AnsiToWin32(mockStdout) - stream.wrapped = Mock() - stream.write_and_convert = Mock() - stream.strip = True - - stream.write('abc') - - self.assertFalse(stream.wrapped.write.called) - self.assertEqual(stream.write_and_convert.call_args, (('abc',), {})) - - def testWriteDoesNotStripAnsi(self): - mockStdout = Mock() - stream = AnsiToWin32(mockStdout) - stream.wrapped = Mock() - stream.write_and_convert = Mock() - stream.strip = False - stream.convert = False - - stream.write('abc') - - self.assertFalse(stream.write_and_convert.called) - self.assertEqual(stream.wrapped.write.call_args, (('abc',), {})) - - def assert_autoresets(self, convert, autoreset=True): - stream = AnsiToWin32(Mock()) - stream.convert = convert - stream.reset_all = Mock() - stream.autoreset = autoreset - stream.winterm = Mock() - - stream.write('abc') - - self.assertEqual(stream.reset_all.called, autoreset) - - def testWriteAutoresets(self): - self.assert_autoresets(convert=True) - self.assert_autoresets(convert=False) - self.assert_autoresets(convert=True, autoreset=False) - self.assert_autoresets(convert=False, autoreset=False) - - def testWriteAndConvertWritesPlainText(self): - stream = AnsiToWin32(Mock()) - stream.write_and_convert( 'abc' ) - self.assertEqual( stream.wrapped.write.call_args, (('abc',), {}) ) - - def testWriteAndConvertStripsAllValidAnsi(self): - stream = AnsiToWin32(Mock()) - stream.call_win32 = Mock() - data = [ - 'abc\033[mdef', - 'abc\033[0mdef', - 'abc\033[2mdef', - 'abc\033[02mdef', - 'abc\033[002mdef', - 'abc\033[40mdef', - 'abc\033[040mdef', - 'abc\033[0;1mdef', - 'abc\033[40;50mdef', - 'abc\033[50;30;40mdef', - 'abc\033[Adef', - 'abc\033[0Gdef', - 'abc\033[1;20;128Hdef', - ] - for datum in data: - stream.wrapped.write.reset_mock() - stream.write_and_convert( datum ) - self.assertEqual( - [args[0] for args in stream.wrapped.write.call_args_list], - [ ('abc',), ('def',) ] - ) - - def testWriteAndConvertSkipsEmptySnippets(self): - stream = AnsiToWin32(Mock()) - stream.call_win32 = Mock() - stream.write_and_convert( '\033[40m\033[41m' ) - self.assertFalse( stream.wrapped.write.called ) - - def testWriteAndConvertCallsWin32WithParamsAndCommand(self): - stream = AnsiToWin32(Mock()) - stream.convert = True - stream.call_win32 = Mock() - stream.extract_params = Mock(return_value='params') - data = { - 'abc\033[adef': ('a', 'params'), - 'abc\033[;;bdef': ('b', 'params'), - 'abc\033[0cdef': ('c', 'params'), - 'abc\033[;;0;;Gdef': ('G', 'params'), - 'abc\033[1;20;128Hdef': ('H', 'params'), - } - for datum, expected in data.items(): - stream.call_win32.reset_mock() - stream.write_and_convert( datum ) - self.assertEqual( stream.call_win32.call_args[0], expected ) - - def test_reset_all_shouldnt_raise_on_closed_orig_stdout(self): - stream = StringIO() - converter = AnsiToWin32(stream) - stream.close() - - converter.reset_all() - - def test_wrap_shouldnt_raise_on_closed_orig_stdout(self): - stream = StringIO() - stream.close() - with \ - patch("colorama.ansitowin32.os.name", "nt"), \ - patch("colorama.ansitowin32.winapi_test", lambda: True): - converter = AnsiToWin32(stream) - self.assertTrue(converter.strip) - self.assertFalse(converter.convert) - - def test_wrap_shouldnt_raise_on_missing_closed_attr(self): - with \ - patch("colorama.ansitowin32.os.name", "nt"), \ - patch("colorama.ansitowin32.winapi_test", lambda: True): - converter = AnsiToWin32(object()) - self.assertTrue(converter.strip) - self.assertFalse(converter.convert) - - def testExtractParams(self): - stream = AnsiToWin32(Mock()) - data = { - '': (0,), - ';;': (0,), - '2': (2,), - ';;002;;': (2,), - '0;1': (0, 1), - ';;003;;456;;': (3, 456), - '11;22;33;44;55': (11, 22, 33, 44, 55), - } - for datum, expected in data.items(): - self.assertEqual(stream.extract_params('m', datum), expected) - - def testCallWin32UsesLookup(self): - listener = Mock() - stream = AnsiToWin32(listener) - stream.win32_calls = { - 1: (lambda *_, **__: listener(11),), - 2: (lambda *_, **__: listener(22),), - 3: (lambda *_, **__: listener(33),), - } - stream.call_win32('m', (3, 1, 99, 2)) - self.assertEqual( - [a[0][0] for a in listener.call_args_list], - [33, 11, 22] ) - - def test_osc_codes(self): - mockStdout = Mock() - stream = AnsiToWin32(mockStdout, convert=True) - with patch('colorama.ansitowin32.winterm') as winterm: - data = [ - '\033]0\x07', # missing arguments - '\033]0;foo\x08', # wrong OSC command - '\033]0;colorama_test_title\x07', # should work - '\033]1;colorama_test_title\x07', # wrong set command - '\033]2;colorama_test_title\x07', # should work - '\033]' + ';' * 64 + '\x08', # see issue #247 - ] - for code in data: - stream.write(code) - self.assertEqual(winterm.set_title.call_count, 2) - - def test_native_windows_ansi(self): - with ExitStack() as stack: - def p(a, b): - stack.enter_context(patch(a, b, create=True)) - # Pretend to be on Windows - p("colorama.ansitowin32.os.name", "nt") - p("colorama.ansitowin32.winapi_test", lambda: True) - p("colorama.win32.winapi_test", lambda: True) - p("colorama.winterm.win32.windll", "non-None") - p("colorama.winterm.get_osfhandle", lambda _: 1234) - - # Pretend that our mock stream has native ANSI support - p( - "colorama.winterm.win32.GetConsoleMode", - lambda _: ENABLE_VIRTUAL_TERMINAL_PROCESSING, - ) - SetConsoleMode = Mock() - p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) - - stdout = Mock() - stdout.closed = False - stdout.isatty.return_value = True - stdout.fileno.return_value = 1 - - # Our fake console says it has native vt support, so AnsiToWin32 should - # enable that support and do nothing else. - stream = AnsiToWin32(stdout) - SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) - self.assertFalse(stream.strip) - self.assertFalse(stream.convert) - self.assertFalse(stream.should_wrap()) - - # Now let's pretend we're on an old Windows console, that doesn't have - # native ANSI support. - p("colorama.winterm.win32.GetConsoleMode", lambda _: 0) - SetConsoleMode = Mock() - p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) - - stream = AnsiToWin32(stdout) - SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) - self.assertTrue(stream.strip) - self.assertTrue(stream.convert) - self.assertTrue(stream.should_wrap()) - - -if __name__ == '__main__': - main() diff --git a/backend/.venv/Lib/site-packages/colorama/tests/initialise_test.py b/backend/.venv/Lib/site-packages/colorama/tests/initialise_test.py deleted file mode 100644 index 89f9b07..0000000 --- a/backend/.venv/Lib/site-packages/colorama/tests/initialise_test.py +++ /dev/null @@ -1,189 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import sys -from unittest import TestCase, main, skipUnless - -try: - from unittest.mock import patch, Mock -except ImportError: - from mock import patch, Mock - -from ..ansitowin32 import StreamWrapper -from ..initialise import init, just_fix_windows_console, _wipe_internal_state_for_tests -from .utils import osname, replace_by - -orig_stdout = sys.stdout -orig_stderr = sys.stderr - - -class InitTest(TestCase): - - @skipUnless(sys.stdout.isatty(), "sys.stdout is not a tty") - def setUp(self): - # sanity check - self.assertNotWrapped() - - def tearDown(self): - _wipe_internal_state_for_tests() - sys.stdout = orig_stdout - sys.stderr = orig_stderr - - def assertWrapped(self): - self.assertIsNot(sys.stdout, orig_stdout, 'stdout should be wrapped') - self.assertIsNot(sys.stderr, orig_stderr, 'stderr should be wrapped') - self.assertTrue(isinstance(sys.stdout, StreamWrapper), - 'bad stdout wrapper') - self.assertTrue(isinstance(sys.stderr, StreamWrapper), - 'bad stderr wrapper') - - def assertNotWrapped(self): - self.assertIs(sys.stdout, orig_stdout, 'stdout should not be wrapped') - self.assertIs(sys.stderr, orig_stderr, 'stderr should not be wrapped') - - @patch('colorama.initialise.reset_all') - @patch('colorama.ansitowin32.winapi_test', lambda *_: True) - @patch('colorama.ansitowin32.enable_vt_processing', lambda *_: False) - def testInitWrapsOnWindows(self, _): - with osname("nt"): - init() - self.assertWrapped() - - @patch('colorama.initialise.reset_all') - @patch('colorama.ansitowin32.winapi_test', lambda *_: False) - def testInitDoesntWrapOnEmulatedWindows(self, _): - with osname("nt"): - init() - self.assertNotWrapped() - - def testInitDoesntWrapOnNonWindows(self): - with osname("posix"): - init() - self.assertNotWrapped() - - def testInitDoesntWrapIfNone(self): - with replace_by(None): - init() - # We can't use assertNotWrapped here because replace_by(None) - # changes stdout/stderr already. - self.assertIsNone(sys.stdout) - self.assertIsNone(sys.stderr) - - def testInitAutoresetOnWrapsOnAllPlatforms(self): - with osname("posix"): - init(autoreset=True) - self.assertWrapped() - - def testInitWrapOffDoesntWrapOnWindows(self): - with osname("nt"): - init(wrap=False) - self.assertNotWrapped() - - def testInitWrapOffIncompatibleWithAutoresetOn(self): - self.assertRaises(ValueError, lambda: init(autoreset=True, wrap=False)) - - @patch('colorama.win32.SetConsoleTextAttribute') - @patch('colorama.initialise.AnsiToWin32') - def testAutoResetPassedOn(self, mockATW32, _): - with osname("nt"): - init(autoreset=True) - self.assertEqual(len(mockATW32.call_args_list), 2) - self.assertEqual(mockATW32.call_args_list[1][1]['autoreset'], True) - self.assertEqual(mockATW32.call_args_list[0][1]['autoreset'], True) - - @patch('colorama.initialise.AnsiToWin32') - def testAutoResetChangeable(self, mockATW32): - with osname("nt"): - init() - - init(autoreset=True) - self.assertEqual(len(mockATW32.call_args_list), 4) - self.assertEqual(mockATW32.call_args_list[2][1]['autoreset'], True) - self.assertEqual(mockATW32.call_args_list[3][1]['autoreset'], True) - - init() - self.assertEqual(len(mockATW32.call_args_list), 6) - self.assertEqual( - mockATW32.call_args_list[4][1]['autoreset'], False) - self.assertEqual( - mockATW32.call_args_list[5][1]['autoreset'], False) - - - @patch('colorama.initialise.atexit.register') - def testAtexitRegisteredOnlyOnce(self, mockRegister): - init() - self.assertTrue(mockRegister.called) - mockRegister.reset_mock() - init() - self.assertFalse(mockRegister.called) - - -class JustFixWindowsConsoleTest(TestCase): - def _reset(self): - _wipe_internal_state_for_tests() - sys.stdout = orig_stdout - sys.stderr = orig_stderr - - def tearDown(self): - self._reset() - - @patch("colorama.ansitowin32.winapi_test", lambda: True) - def testJustFixWindowsConsole(self): - if sys.platform != "win32": - # just_fix_windows_console should be a no-op - just_fix_windows_console() - self.assertIs(sys.stdout, orig_stdout) - self.assertIs(sys.stderr, orig_stderr) - else: - def fake_std(): - # Emulate stdout=not a tty, stderr=tty - # to check that we handle both cases correctly - stdout = Mock() - stdout.closed = False - stdout.isatty.return_value = False - stdout.fileno.return_value = 1 - sys.stdout = stdout - - stderr = Mock() - stderr.closed = False - stderr.isatty.return_value = True - stderr.fileno.return_value = 2 - sys.stderr = stderr - - for native_ansi in [False, True]: - with patch( - 'colorama.ansitowin32.enable_vt_processing', - lambda *_: native_ansi - ): - self._reset() - fake_std() - - # Regular single-call test - prev_stdout = sys.stdout - prev_stderr = sys.stderr - just_fix_windows_console() - self.assertIs(sys.stdout, prev_stdout) - if native_ansi: - self.assertIs(sys.stderr, prev_stderr) - else: - self.assertIsNot(sys.stderr, prev_stderr) - - # second call without resetting is always a no-op - prev_stdout = sys.stdout - prev_stderr = sys.stderr - just_fix_windows_console() - self.assertIs(sys.stdout, prev_stdout) - self.assertIs(sys.stderr, prev_stderr) - - self._reset() - fake_std() - - # If init() runs first, just_fix_windows_console should be a no-op - init() - prev_stdout = sys.stdout - prev_stderr = sys.stderr - just_fix_windows_console() - self.assertIs(prev_stdout, sys.stdout) - self.assertIs(prev_stderr, sys.stderr) - - -if __name__ == '__main__': - main() diff --git a/backend/.venv/Lib/site-packages/colorama/tests/isatty_test.py b/backend/.venv/Lib/site-packages/colorama/tests/isatty_test.py deleted file mode 100644 index 0f84e4b..0000000 --- a/backend/.venv/Lib/site-packages/colorama/tests/isatty_test.py +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import sys -from unittest import TestCase, main - -from ..ansitowin32 import StreamWrapper, AnsiToWin32 -from .utils import pycharm, replace_by, replace_original_by, StreamTTY, StreamNonTTY - - -def is_a_tty(stream): - return StreamWrapper(stream, None).isatty() - -class IsattyTest(TestCase): - - def test_TTY(self): - tty = StreamTTY() - self.assertTrue(is_a_tty(tty)) - with pycharm(): - self.assertTrue(is_a_tty(tty)) - - def test_nonTTY(self): - non_tty = StreamNonTTY() - self.assertFalse(is_a_tty(non_tty)) - with pycharm(): - self.assertFalse(is_a_tty(non_tty)) - - def test_withPycharm(self): - with pycharm(): - self.assertTrue(is_a_tty(sys.stderr)) - self.assertTrue(is_a_tty(sys.stdout)) - - def test_withPycharmTTYOverride(self): - tty = StreamTTY() - with pycharm(), replace_by(tty): - self.assertTrue(is_a_tty(tty)) - - def test_withPycharmNonTTYOverride(self): - non_tty = StreamNonTTY() - with pycharm(), replace_by(non_tty): - self.assertFalse(is_a_tty(non_tty)) - - def test_withPycharmNoneOverride(self): - with pycharm(): - with replace_by(None), replace_original_by(None): - self.assertFalse(is_a_tty(None)) - self.assertFalse(is_a_tty(StreamNonTTY())) - self.assertTrue(is_a_tty(StreamTTY())) - - def test_withPycharmStreamWrapped(self): - with pycharm(): - self.assertTrue(AnsiToWin32(StreamTTY()).stream.isatty()) - self.assertFalse(AnsiToWin32(StreamNonTTY()).stream.isatty()) - self.assertTrue(AnsiToWin32(sys.stdout).stream.isatty()) - self.assertTrue(AnsiToWin32(sys.stderr).stream.isatty()) - - -if __name__ == '__main__': - main() diff --git a/backend/.venv/Lib/site-packages/colorama/tests/utils.py b/backend/.venv/Lib/site-packages/colorama/tests/utils.py deleted file mode 100644 index 472fafb..0000000 --- a/backend/.venv/Lib/site-packages/colorama/tests/utils.py +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -from contextlib import contextmanager -from io import StringIO -import sys -import os - - -class StreamTTY(StringIO): - def isatty(self): - return True - -class StreamNonTTY(StringIO): - def isatty(self): - return False - -@contextmanager -def osname(name): - orig = os.name - os.name = name - yield - os.name = orig - -@contextmanager -def replace_by(stream): - orig_stdout = sys.stdout - orig_stderr = sys.stderr - sys.stdout = stream - sys.stderr = stream - yield - sys.stdout = orig_stdout - sys.stderr = orig_stderr - -@contextmanager -def replace_original_by(stream): - orig_stdout = sys.__stdout__ - orig_stderr = sys.__stderr__ - sys.__stdout__ = stream - sys.__stderr__ = stream - yield - sys.__stdout__ = orig_stdout - sys.__stderr__ = orig_stderr - -@contextmanager -def pycharm(): - os.environ["PYCHARM_HOSTED"] = "1" - non_tty = StreamNonTTY() - with replace_by(non_tty), replace_original_by(non_tty): - yield - del os.environ["PYCHARM_HOSTED"] diff --git a/backend/.venv/Lib/site-packages/colorama/tests/winterm_test.py b/backend/.venv/Lib/site-packages/colorama/tests/winterm_test.py deleted file mode 100644 index d0955f9..0000000 --- a/backend/.venv/Lib/site-packages/colorama/tests/winterm_test.py +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -import sys -from unittest import TestCase, main, skipUnless - -try: - from unittest.mock import Mock, patch -except ImportError: - from mock import Mock, patch - -from ..winterm import WinColor, WinStyle, WinTerm - - -class WinTermTest(TestCase): - - @patch('colorama.winterm.win32') - def testInit(self, mockWin32): - mockAttr = Mock() - mockAttr.wAttributes = 7 + 6 * 16 + 8 - mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr - term = WinTerm() - self.assertEqual(term._fore, 7) - self.assertEqual(term._back, 6) - self.assertEqual(term._style, 8) - - @skipUnless(sys.platform.startswith("win"), "requires Windows") - def testGetAttrs(self): - term = WinTerm() - - term._fore = 0 - term._back = 0 - term._style = 0 - self.assertEqual(term.get_attrs(), 0) - - term._fore = WinColor.YELLOW - self.assertEqual(term.get_attrs(), WinColor.YELLOW) - - term._back = WinColor.MAGENTA - self.assertEqual( - term.get_attrs(), - WinColor.YELLOW + WinColor.MAGENTA * 16) - - term._style = WinStyle.BRIGHT - self.assertEqual( - term.get_attrs(), - WinColor.YELLOW + WinColor.MAGENTA * 16 + WinStyle.BRIGHT) - - @patch('colorama.winterm.win32') - def testResetAll(self, mockWin32): - mockAttr = Mock() - mockAttr.wAttributes = 1 + 2 * 16 + 8 - mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr - term = WinTerm() - - term.set_console = Mock() - term._fore = -1 - term._back = -1 - term._style = -1 - - term.reset_all() - - self.assertEqual(term._fore, 1) - self.assertEqual(term._back, 2) - self.assertEqual(term._style, 8) - self.assertEqual(term.set_console.called, True) - - @skipUnless(sys.platform.startswith("win"), "requires Windows") - def testFore(self): - term = WinTerm() - term.set_console = Mock() - term._fore = 0 - - term.fore(5) - - self.assertEqual(term._fore, 5) - self.assertEqual(term.set_console.called, True) - - @skipUnless(sys.platform.startswith("win"), "requires Windows") - def testBack(self): - term = WinTerm() - term.set_console = Mock() - term._back = 0 - - term.back(5) - - self.assertEqual(term._back, 5) - self.assertEqual(term.set_console.called, True) - - @skipUnless(sys.platform.startswith("win"), "requires Windows") - def testStyle(self): - term = WinTerm() - term.set_console = Mock() - term._style = 0 - - term.style(22) - - self.assertEqual(term._style, 22) - self.assertEqual(term.set_console.called, True) - - @patch('colorama.winterm.win32') - def testSetConsole(self, mockWin32): - mockAttr = Mock() - mockAttr.wAttributes = 0 - mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr - term = WinTerm() - term.windll = Mock() - - term.set_console() - - self.assertEqual( - mockWin32.SetConsoleTextAttribute.call_args, - ((mockWin32.STDOUT, term.get_attrs()), {}) - ) - - @patch('colorama.winterm.win32') - def testSetConsoleOnStderr(self, mockWin32): - mockAttr = Mock() - mockAttr.wAttributes = 0 - mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr - term = WinTerm() - term.windll = Mock() - - term.set_console(on_stderr=True) - - self.assertEqual( - mockWin32.SetConsoleTextAttribute.call_args, - ((mockWin32.STDERR, term.get_attrs()), {}) - ) - - -if __name__ == '__main__': - main() diff --git a/backend/.venv/Lib/site-packages/colorama/win32.py b/backend/.venv/Lib/site-packages/colorama/win32.py deleted file mode 100644 index 841b0e2..0000000 --- a/backend/.venv/Lib/site-packages/colorama/win32.py +++ /dev/null @@ -1,180 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. - -# from winbase.h -STDOUT = -11 -STDERR = -12 - -ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004 - -try: - import ctypes - from ctypes import LibraryLoader - windll = LibraryLoader(ctypes.WinDLL) - from ctypes import wintypes -except (AttributeError, ImportError): - windll = None - SetConsoleTextAttribute = lambda *_: None - winapi_test = lambda *_: None -else: - from ctypes import byref, Structure, c_char, POINTER - - COORD = wintypes._COORD - - class CONSOLE_SCREEN_BUFFER_INFO(Structure): - """struct in wincon.h.""" - _fields_ = [ - ("dwSize", COORD), - ("dwCursorPosition", COORD), - ("wAttributes", wintypes.WORD), - ("srWindow", wintypes.SMALL_RECT), - ("dwMaximumWindowSize", COORD), - ] - def __str__(self): - return '(%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d)' % ( - self.dwSize.Y, self.dwSize.X - , self.dwCursorPosition.Y, self.dwCursorPosition.X - , self.wAttributes - , self.srWindow.Top, self.srWindow.Left, self.srWindow.Bottom, self.srWindow.Right - , self.dwMaximumWindowSize.Y, self.dwMaximumWindowSize.X - ) - - _GetStdHandle = windll.kernel32.GetStdHandle - _GetStdHandle.argtypes = [ - wintypes.DWORD, - ] - _GetStdHandle.restype = wintypes.HANDLE - - _GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo - _GetConsoleScreenBufferInfo.argtypes = [ - wintypes.HANDLE, - POINTER(CONSOLE_SCREEN_BUFFER_INFO), - ] - _GetConsoleScreenBufferInfo.restype = wintypes.BOOL - - _SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute - _SetConsoleTextAttribute.argtypes = [ - wintypes.HANDLE, - wintypes.WORD, - ] - _SetConsoleTextAttribute.restype = wintypes.BOOL - - _SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition - _SetConsoleCursorPosition.argtypes = [ - wintypes.HANDLE, - COORD, - ] - _SetConsoleCursorPosition.restype = wintypes.BOOL - - _FillConsoleOutputCharacterA = windll.kernel32.FillConsoleOutputCharacterA - _FillConsoleOutputCharacterA.argtypes = [ - wintypes.HANDLE, - c_char, - wintypes.DWORD, - COORD, - POINTER(wintypes.DWORD), - ] - _FillConsoleOutputCharacterA.restype = wintypes.BOOL - - _FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute - _FillConsoleOutputAttribute.argtypes = [ - wintypes.HANDLE, - wintypes.WORD, - wintypes.DWORD, - COORD, - POINTER(wintypes.DWORD), - ] - _FillConsoleOutputAttribute.restype = wintypes.BOOL - - _SetConsoleTitleW = windll.kernel32.SetConsoleTitleW - _SetConsoleTitleW.argtypes = [ - wintypes.LPCWSTR - ] - _SetConsoleTitleW.restype = wintypes.BOOL - - _GetConsoleMode = windll.kernel32.GetConsoleMode - _GetConsoleMode.argtypes = [ - wintypes.HANDLE, - POINTER(wintypes.DWORD) - ] - _GetConsoleMode.restype = wintypes.BOOL - - _SetConsoleMode = windll.kernel32.SetConsoleMode - _SetConsoleMode.argtypes = [ - wintypes.HANDLE, - wintypes.DWORD - ] - _SetConsoleMode.restype = wintypes.BOOL - - def _winapi_test(handle): - csbi = CONSOLE_SCREEN_BUFFER_INFO() - success = _GetConsoleScreenBufferInfo( - handle, byref(csbi)) - return bool(success) - - def winapi_test(): - return any(_winapi_test(h) for h in - (_GetStdHandle(STDOUT), _GetStdHandle(STDERR))) - - def GetConsoleScreenBufferInfo(stream_id=STDOUT): - handle = _GetStdHandle(stream_id) - csbi = CONSOLE_SCREEN_BUFFER_INFO() - success = _GetConsoleScreenBufferInfo( - handle, byref(csbi)) - return csbi - - def SetConsoleTextAttribute(stream_id, attrs): - handle = _GetStdHandle(stream_id) - return _SetConsoleTextAttribute(handle, attrs) - - def SetConsoleCursorPosition(stream_id, position, adjust=True): - position = COORD(*position) - # If the position is out of range, do nothing. - if position.Y <= 0 or position.X <= 0: - return - # Adjust for Windows' SetConsoleCursorPosition: - # 1. being 0-based, while ANSI is 1-based. - # 2. expecting (x,y), while ANSI uses (y,x). - adjusted_position = COORD(position.Y - 1, position.X - 1) - if adjust: - # Adjust for viewport's scroll position - sr = GetConsoleScreenBufferInfo(STDOUT).srWindow - adjusted_position.Y += sr.Top - adjusted_position.X += sr.Left - # Resume normal processing - handle = _GetStdHandle(stream_id) - return _SetConsoleCursorPosition(handle, adjusted_position) - - def FillConsoleOutputCharacter(stream_id, char, length, start): - handle = _GetStdHandle(stream_id) - char = c_char(char.encode()) - length = wintypes.DWORD(length) - num_written = wintypes.DWORD(0) - # Note that this is hard-coded for ANSI (vs wide) bytes. - success = _FillConsoleOutputCharacterA( - handle, char, length, start, byref(num_written)) - return num_written.value - - def FillConsoleOutputAttribute(stream_id, attr, length, start): - ''' FillConsoleOutputAttribute( hConsole, csbi.wAttributes, dwConSize, coordScreen, &cCharsWritten )''' - handle = _GetStdHandle(stream_id) - attribute = wintypes.WORD(attr) - length = wintypes.DWORD(length) - num_written = wintypes.DWORD(0) - # Note that this is hard-coded for ANSI (vs wide) bytes. - return _FillConsoleOutputAttribute( - handle, attribute, length, start, byref(num_written)) - - def SetConsoleTitle(title): - return _SetConsoleTitleW(title) - - def GetConsoleMode(handle): - mode = wintypes.DWORD() - success = _GetConsoleMode(handle, byref(mode)) - if not success: - raise ctypes.WinError() - return mode.value - - def SetConsoleMode(handle, mode): - success = _SetConsoleMode(handle, mode) - if not success: - raise ctypes.WinError() diff --git a/backend/.venv/Lib/site-packages/colorama/winterm.py b/backend/.venv/Lib/site-packages/colorama/winterm.py deleted file mode 100644 index aad867e..0000000 --- a/backend/.venv/Lib/site-packages/colorama/winterm.py +++ /dev/null @@ -1,195 +0,0 @@ -# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. -try: - from msvcrt import get_osfhandle -except ImportError: - def get_osfhandle(_): - raise OSError("This isn't windows!") - - -from . import win32 - -# from wincon.h -class WinColor(object): - BLACK = 0 - BLUE = 1 - GREEN = 2 - CYAN = 3 - RED = 4 - MAGENTA = 5 - YELLOW = 6 - GREY = 7 - -# from wincon.h -class WinStyle(object): - NORMAL = 0x00 # dim text, dim background - BRIGHT = 0x08 # bright text, dim background - BRIGHT_BACKGROUND = 0x80 # dim text, bright background - -class WinTerm(object): - - def __init__(self): - self._default = win32.GetConsoleScreenBufferInfo(win32.STDOUT).wAttributes - self.set_attrs(self._default) - self._default_fore = self._fore - self._default_back = self._back - self._default_style = self._style - # In order to emulate LIGHT_EX in windows, we borrow the BRIGHT style. - # So that LIGHT_EX colors and BRIGHT style do not clobber each other, - # we track them separately, since LIGHT_EX is overwritten by Fore/Back - # and BRIGHT is overwritten by Style codes. - self._light = 0 - - def get_attrs(self): - return self._fore + self._back * 16 + (self._style | self._light) - - def set_attrs(self, value): - self._fore = value & 7 - self._back = (value >> 4) & 7 - self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) - - def reset_all(self, on_stderr=None): - self.set_attrs(self._default) - self.set_console(attrs=self._default) - self._light = 0 - - def fore(self, fore=None, light=False, on_stderr=False): - if fore is None: - fore = self._default_fore - self._fore = fore - # Emulate LIGHT_EX with BRIGHT Style - if light: - self._light |= WinStyle.BRIGHT - else: - self._light &= ~WinStyle.BRIGHT - self.set_console(on_stderr=on_stderr) - - def back(self, back=None, light=False, on_stderr=False): - if back is None: - back = self._default_back - self._back = back - # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style - if light: - self._light |= WinStyle.BRIGHT_BACKGROUND - else: - self._light &= ~WinStyle.BRIGHT_BACKGROUND - self.set_console(on_stderr=on_stderr) - - def style(self, style=None, on_stderr=False): - if style is None: - style = self._default_style - self._style = style - self.set_console(on_stderr=on_stderr) - - def set_console(self, attrs=None, on_stderr=False): - if attrs is None: - attrs = self.get_attrs() - handle = win32.STDOUT - if on_stderr: - handle = win32.STDERR - win32.SetConsoleTextAttribute(handle, attrs) - - def get_position(self, handle): - position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition - # Because Windows coordinates are 0-based, - # and win32.SetConsoleCursorPosition expects 1-based. - position.X += 1 - position.Y += 1 - return position - - def set_cursor_position(self, position=None, on_stderr=False): - if position is None: - # I'm not currently tracking the position, so there is no default. - # position = self.get_position() - return - handle = win32.STDOUT - if on_stderr: - handle = win32.STDERR - win32.SetConsoleCursorPosition(handle, position) - - def cursor_adjust(self, x, y, on_stderr=False): - handle = win32.STDOUT - if on_stderr: - handle = win32.STDERR - position = self.get_position(handle) - adjusted_position = (position.Y + y, position.X + x) - win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) - - def erase_screen(self, mode=0, on_stderr=False): - # 0 should clear from the cursor to the end of the screen. - # 1 should clear from the cursor to the beginning of the screen. - # 2 should clear the entire screen, and move cursor to (1,1) - handle = win32.STDOUT - if on_stderr: - handle = win32.STDERR - csbi = win32.GetConsoleScreenBufferInfo(handle) - # get the number of character cells in the current buffer - cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y - # get number of character cells before current cursor position - cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X - if mode == 0: - from_coord = csbi.dwCursorPosition - cells_to_erase = cells_in_screen - cells_before_cursor - elif mode == 1: - from_coord = win32.COORD(0, 0) - cells_to_erase = cells_before_cursor - elif mode == 2: - from_coord = win32.COORD(0, 0) - cells_to_erase = cells_in_screen - else: - # invalid mode - return - # fill the entire screen with blanks - win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) - # now set the buffer's attributes accordingly - win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) - if mode == 2: - # put the cursor where needed - win32.SetConsoleCursorPosition(handle, (1, 1)) - - def erase_line(self, mode=0, on_stderr=False): - # 0 should clear from the cursor to the end of the line. - # 1 should clear from the cursor to the beginning of the line. - # 2 should clear the entire line. - handle = win32.STDOUT - if on_stderr: - handle = win32.STDERR - csbi = win32.GetConsoleScreenBufferInfo(handle) - if mode == 0: - from_coord = csbi.dwCursorPosition - cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X - elif mode == 1: - from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) - cells_to_erase = csbi.dwCursorPosition.X - elif mode == 2: - from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) - cells_to_erase = csbi.dwSize.X - else: - # invalid mode - return - # fill the entire screen with blanks - win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) - # now set the buffer's attributes accordingly - win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) - - def set_title(self, title): - win32.SetConsoleTitle(title) - - -def enable_vt_processing(fd): - if win32.windll is None or not win32.winapi_test(): - return False - - try: - handle = get_osfhandle(fd) - mode = win32.GetConsoleMode(handle) - win32.SetConsoleMode( - handle, - mode | win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING, - ) - - mode = win32.GetConsoleMode(handle) - if mode & win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING: - return True - # Can get TypeError in testsuite where 'fd' is a Mock() - except (OSError, TypeError): - return False diff --git a/backend/.venv/Lib/site-packages/dotenv/__init__.py b/backend/.venv/Lib/site-packages/dotenv/__init__.py deleted file mode 100644 index dde24a0..0000000 --- a/backend/.venv/Lib/site-packages/dotenv/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -from typing import Any, Optional - -from .main import dotenv_values, find_dotenv, get_key, load_dotenv, set_key, unset_key - - -def load_ipython_extension(ipython: Any) -> None: - from .ipython import load_ipython_extension - - load_ipython_extension(ipython) - - -def get_cli_string( - path: Optional[str] = None, - action: Optional[str] = None, - key: Optional[str] = None, - value: Optional[str] = None, - quote: Optional[str] = None, -): - """Returns a string suitable for running as a shell script. - - Useful for converting a arguments passed to a fabric task - to be passed to a `local` or `run` command. - """ - command = ["dotenv"] - if quote: - command.append(f"-q {quote}") - if path: - command.append(f"-f {path}") - if action: - command.append(action) - if key: - command.append(key) - if value: - if " " in value: - command.append(f'"{value}"') - else: - command.append(value) - - return " ".join(command).strip() - - -__all__ = [ - "get_cli_string", - "load_dotenv", - "dotenv_values", - "get_key", - "set_key", - "unset_key", - "find_dotenv", - "load_ipython_extension", -] diff --git a/backend/.venv/Lib/site-packages/dotenv/__main__.py b/backend/.venv/Lib/site-packages/dotenv/__main__.py deleted file mode 100644 index 3977f55..0000000 --- a/backend/.venv/Lib/site-packages/dotenv/__main__.py +++ /dev/null @@ -1,6 +0,0 @@ -"""Entry point for cli, enables execution with `python -m dotenv`""" - -from .cli import cli - -if __name__ == "__main__": - cli() diff --git a/backend/.venv/Lib/site-packages/dotenv/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/dotenv/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 3409e1bd8007c3d98c7a58053cb1c6e3396a1fc2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1686 zcmZ`(&1)M+6rb5|X(ic-RX3@VdU5Q6D0T~>G!!RL9O_G};^yNZ1nc$AN?v(Cl-ZS9 zg*CX4Lv^xJC=rB!=qVxn2l_Yk(h`Tr3!yGOl-$(%)>GfCB-;(nNc!!YH@|sr-f!RN zmuxnTVEnvu)y5)1f3nGVWJbo}_h39g1QF~Y7niWhl{kzDM|g*Kg_7WkCDD~ik}H>F zS1BoOs+59t!NNo&Qbi#0J)x9Nq49@I5XIsw^*qESsUs_WWT{71W^7f`BzsRRWvYne ze#E70ODashVh1d6G5@L8ij^L?8NMxoU;_ zmeq!N{9xcw#cCp_hN}!VS{=_lZ77-9t`$7)Br#tOgJXdHpYlU5suK) z5gVfxD)2=L8lwV^r<1g!(7N>v95jH#KjA17olY>A1PC|)P5bxe$|vQoeYzFY4bv)n zwJ=yTOw(_8q3u-{O`lrj4a3~BJW^h2Leb^V?TvC^ht?u&*fOeCP##uZ)^*#nLtS60 zw}xq0E{Ube0_>od!Uul{?{q(YE?hbU2a1Kd5pKqkVKQ}No{1(VlE&hl1}JQ@lE#DC zi5}OXZl*^SZ;O#Y^O0CPsoRK8xJY=29&yJiMd*!OK0>c?FH9>8_$H#$r?ZI|@edIZAMwYry)&nCqZ1q=)R-c#jYu3vsh!ks#Cke<-he*7`_orR z;{}?b1tEp^tpyD`G&USdtN2u-4bNjvBOz>Bj-v%8wd>(hI<3LD62Q6)nc_oh$IrLiIW{Xe`ux+lxh3OT8e`DX5j^8N9_{n!(!uu{;VK zueL2%tCU$e}Tz9H_tGn9S z-cuI#W%by3v-?>m+EeED#M!PfKr~nWPu3>w_?Fm1Lk%T-B#A3ue zsFNg&WnDKMN7tXAz}{a2V-XTZ*>MQ^wVcMm)na29_)imzH_7f#XtmmAR$<})V?^7 e*-SyOw$i>jNU>RZG&^Jw{#j0`+_!Ra!v6p|*pOxb diff --git a/backend/.venv/Lib/site-packages/dotenv/__pycache__/__main__.cpython-312.pyc b/backend/.venv/Lib/site-packages/dotenv/__pycache__/__main__.cpython-312.pyc deleted file mode 100644 index c48d7f625c175c199a2141a238f3516ace58d8d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 354 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 dYRU-BD_%1^PpVDn!rfqpy$d9}@}4cE5Vg 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 Z+5vJ{G05E?m>C%vZ}5pWau=}xxd6baIF Optional[str]: - """ - Return a path for the ${pwd}/.env file. - - If pwd does not exist, return None. - """ - try: - cwd = os.getcwd() - except FileNotFoundError: - return None - path = os.path.join(cwd, ".env") - return path - - -@click.group() -@click.option( - "-f", - "--file", - default=enumerate_env(), - type=click.Path(file_okay=True), - help="Location of the .env file, defaults to .env file in current working directory.", -) -@click.option( - "-q", - "--quote", - default="always", - type=click.Choice(["always", "never", "auto"]), - help="Whether to quote or not the variable values. Default mode is always. This does not affect parsing.", -) -@click.option( - "-e", - "--export", - default=False, - type=click.BOOL, - help="Whether to write the dot file as an executable bash script.", -) -@click.version_option(version=__version__) -@click.pass_context -def cli(ctx: click.Context, file: Any, quote: Any, export: Any) -> None: - """This script is used to set, get or unset values from a .env file.""" - ctx.obj = {"QUOTE": quote, "EXPORT": export, "FILE": file} - - -@contextmanager -def stream_file(path: os.PathLike) -> Iterator[IO[str]]: - """ - Open a file and yield the corresponding (decoded) stream. - - Exits with error code 2 if the file cannot be opened. - """ - - try: - with open(path) as stream: - yield stream - except OSError as exc: - print(f"Error opening env file: {exc}", file=sys.stderr) - sys.exit(2) - - -@cli.command(name="list") -@click.pass_context -@click.option( - "--format", - "output_format", - default="simple", - type=click.Choice(["simple", "json", "shell", "export"]), - help="The format in which to display the list. Default format is simple, " - "which displays name=value without quotes.", -) -def list_values(ctx: click.Context, output_format: str) -> None: - """Display all the stored key/value.""" - file = ctx.obj["FILE"] - - with stream_file(file) as stream: - values = dotenv_values(stream=stream) - - if output_format == "json": - click.echo(json.dumps(values, indent=2, sort_keys=True)) - else: - prefix = "export " if output_format == "export" else "" - for k in sorted(values): - v = values[k] - if v is not None: - if output_format in ("export", "shell"): - v = shlex.quote(v) - click.echo(f"{prefix}{k}={v}") - - -@cli.command(name="set") -@click.pass_context -@click.argument("key", required=True) -@click.argument("value", required=True) -def set_value(ctx: click.Context, key: Any, value: Any) -> None: - """Store the given key/value.""" - file = ctx.obj["FILE"] - quote = ctx.obj["QUOTE"] - export = ctx.obj["EXPORT"] - success, key, value = set_key(file, key, value, quote, export) - if success: - click.echo(f"{key}={value}") - else: - sys.exit(1) - - -@cli.command() -@click.pass_context -@click.argument("key", required=True) -def get(ctx: click.Context, key: Any) -> None: - """Retrieve the value for the given key.""" - file = ctx.obj["FILE"] - - with stream_file(file) as stream: - values = dotenv_values(stream=stream) - - stored_value = values.get(key) - if stored_value: - click.echo(stored_value) - else: - sys.exit(1) - - -@cli.command() -@click.pass_context -@click.argument("key", required=True) -def unset(ctx: click.Context, key: Any) -> None: - """Removes the given key.""" - file = ctx.obj["FILE"] - quote = ctx.obj["QUOTE"] - success, key = unset_key(file, key, quote) - if success: - click.echo(f"Successfully removed {key}") - else: - sys.exit(1) - - -@cli.command(context_settings={"ignore_unknown_options": True}) -@click.pass_context -@click.option( - "--override/--no-override", - default=True, - help="Override variables from the environment file with those from the .env file.", -) -@click.argument("commandline", nargs=-1, type=click.UNPROCESSED) -def run(ctx: click.Context, override: bool, commandline: List[str]) -> None: - """Run command with environment variables present.""" - file = ctx.obj["FILE"] - if not os.path.isfile(file): - raise click.BadParameter( - f"Invalid value for '-f' \"{file}\" does not exist.", ctx=ctx - ) - dotenv_as_dict = { - k: v - for (k, v) in dotenv_values(file).items() - if v is not None and (override or k not in os.environ) - } - - if not commandline: - click.echo("No command given.") - sys.exit(1) - run_command(commandline, dotenv_as_dict) - - -def run_command(command: List[str], env: Dict[str, str]) -> None: - """Replace the current process with the specified command. - - Replaces the current process with the specified command and the variables from `env` - added in the current environment variables. - - Parameters - ---------- - command: List[str] - The command and it's parameters - env: Dict - The additional environment variables - - Returns - ------- - None - This function does not return any value. It replaces the current process with the new one. - - """ - # copy the current environment variables and add the vales from - # `env` - cmd_env = os.environ.copy() - cmd_env.update(env) - - if sys.platform == "win32": - # execvpe on Windows returns control immediately - # rather than once the command has finished. - p = Popen(command, universal_newlines=True, bufsize=0, shell=False, env=cmd_env) - _, _ = p.communicate() - - sys.exit(p.returncode) - else: - os.execvpe(command[0], args=command, env=cmd_env) diff --git a/backend/.venv/Lib/site-packages/dotenv/ipython.py b/backend/.venv/Lib/site-packages/dotenv/ipython.py deleted file mode 100644 index 4e7edbb..0000000 --- a/backend/.venv/Lib/site-packages/dotenv/ipython.py +++ /dev/null @@ -1,50 +0,0 @@ -from IPython.core.magic import Magics, line_magic, magics_class # type: ignore -from IPython.core.magic_arguments import ( - argument, - magic_arguments, - parse_argstring, -) # type: ignore - -from .main import find_dotenv, load_dotenv - - -@magics_class -class IPythonDotEnv(Magics): - @magic_arguments() - @argument( - "-o", - "--override", - action="store_true", - help="Indicate to override existing variables", - ) - @argument( - "-v", - "--verbose", - action="store_true", - help="Indicate function calls to be verbose", - ) - @argument( - "dotenv_path", - nargs="?", - type=str, - default=".env", - help="Search in increasingly higher folders for the `dotenv_path`", - ) - @line_magic - def dotenv(self, line): - args = parse_argstring(self.dotenv, line) - # Locate the .env file - dotenv_path = args.dotenv_path - try: - dotenv_path = find_dotenv(dotenv_path, True, True) - except IOError: - print("cannot find .env file") - return - - # Load the .env file - load_dotenv(dotenv_path, verbose=args.verbose, override=args.override) - - -def load_ipython_extension(ipython): - """Register the %dotenv magic.""" - ipython.register_magics(IPythonDotEnv) diff --git a/backend/.venv/Lib/site-packages/dotenv/main.py b/backend/.venv/Lib/site-packages/dotenv/main.py deleted file mode 100644 index 1d6bf0b..0000000 --- a/backend/.venv/Lib/site-packages/dotenv/main.py +++ /dev/null @@ -1,435 +0,0 @@ -import io -import logging -import os -import pathlib -import shutil -import stat -import sys -import tempfile -from collections import OrderedDict -from contextlib import contextmanager -from typing import IO, Dict, Iterable, Iterator, Mapping, Optional, Tuple, Union - -from .parser import Binding, parse_stream -from .variables import parse_variables - -# A type alias for a string path to be used for the paths in this file. -# These paths may flow to `open()` and `shutil.move()`; `shutil.move()` -# only accepts string paths, not byte paths or file descriptors. See -# https://github.com/python/typeshed/pull/6832. -StrPath = Union[str, "os.PathLike[str]"] - -logger = logging.getLogger(__name__) - - -def _load_dotenv_disabled() -> bool: - """ - Determine if dotenv loading has been disabled. - """ - if "PYTHON_DOTENV_DISABLED" not in os.environ: - return False - value = os.environ["PYTHON_DOTENV_DISABLED"].casefold() - return value in {"1", "true", "t", "yes", "y"} - - -def with_warn_for_invalid_lines(mappings: Iterator[Binding]) -> Iterator[Binding]: - for mapping in mappings: - if mapping.error: - logger.warning( - "python-dotenv could not parse statement starting at line %s", - mapping.original.line, - ) - yield mapping - - -class DotEnv: - def __init__( - self, - dotenv_path: Optional[StrPath], - stream: Optional[IO[str]] = None, - verbose: bool = False, - encoding: Optional[str] = None, - interpolate: bool = True, - override: bool = True, - ) -> None: - self.dotenv_path: Optional[StrPath] = dotenv_path - self.stream: Optional[IO[str]] = stream - self._dict: Optional[Dict[str, Optional[str]]] = None - self.verbose: bool = verbose - self.encoding: Optional[str] = encoding - self.interpolate: bool = interpolate - self.override: bool = override - - @contextmanager - def _get_stream(self) -> Iterator[IO[str]]: - if self.dotenv_path and _is_file_or_fifo(self.dotenv_path): - with open(self.dotenv_path, encoding=self.encoding) as stream: - yield stream - elif self.stream is not None: - yield self.stream - else: - if self.verbose: - logger.info( - "python-dotenv could not find configuration file %s.", - self.dotenv_path or ".env", - ) - yield io.StringIO("") - - def dict(self) -> Dict[str, Optional[str]]: - """Return dotenv as dict""" - if self._dict: - return self._dict - - raw_values = self.parse() - - if self.interpolate: - self._dict = OrderedDict( - resolve_variables(raw_values, override=self.override) - ) - else: - self._dict = OrderedDict(raw_values) - - return self._dict - - def parse(self) -> Iterator[Tuple[str, Optional[str]]]: - with self._get_stream() as stream: - for mapping in with_warn_for_invalid_lines(parse_stream(stream)): - if mapping.key is not None: - yield mapping.key, mapping.value - - def set_as_environment_variables(self) -> bool: - """ - Load the current dotenv as system environment variable. - """ - if not self.dict(): - return False - - for k, v in self.dict().items(): - if k in os.environ and not self.override: - continue - if v is not None: - os.environ[k] = v - - return True - - def get(self, key: str) -> Optional[str]: - """ """ - data = self.dict() - - if key in data: - return data[key] - - if self.verbose: - logger.warning("Key %s not found in %s.", key, self.dotenv_path) - - return None - - -def get_key( - dotenv_path: StrPath, - key_to_get: str, - encoding: Optional[str] = "utf-8", -) -> Optional[str]: - """ - Get the value of a given key from the given .env. - - Returns `None` if the key isn't found or doesn't have a value. - """ - return DotEnv(dotenv_path, verbose=True, encoding=encoding).get(key_to_get) - - -@contextmanager -def rewrite( - path: StrPath, - encoding: Optional[str], -) -> Iterator[Tuple[IO[str], IO[str]]]: - pathlib.Path(path).touch() - - with tempfile.NamedTemporaryFile(mode="w", encoding=encoding, delete=False) as dest: - error = None - try: - with open(path, encoding=encoding) as source: - yield (source, dest) - except BaseException as err: - error = err - - if error is None: - shutil.move(dest.name, path) - else: - os.unlink(dest.name) - raise error from None - - -def set_key( - dotenv_path: StrPath, - key_to_set: str, - value_to_set: str, - quote_mode: str = "always", - export: bool = False, - encoding: Optional[str] = "utf-8", -) -> Tuple[Optional[bool], str, str]: - """ - Adds or Updates a key/value to the given .env - - If the .env path given doesn't exist, fails instead of risking creating - an orphan .env somewhere in the filesystem - """ - if quote_mode not in ("always", "auto", "never"): - raise ValueError(f"Unknown quote_mode: {quote_mode}") - - quote = quote_mode == "always" or ( - quote_mode == "auto" and not value_to_set.isalnum() - ) - - if quote: - value_out = "'{}'".format(value_to_set.replace("'", "\\'")) - else: - value_out = value_to_set - if export: - line_out = f"export {key_to_set}={value_out}\n" - else: - line_out = f"{key_to_set}={value_out}\n" - - with rewrite(dotenv_path, encoding=encoding) as (source, dest): - replaced = False - missing_newline = False - for mapping in with_warn_for_invalid_lines(parse_stream(source)): - if mapping.key == key_to_set: - dest.write(line_out) - replaced = True - else: - dest.write(mapping.original.string) - missing_newline = not mapping.original.string.endswith("\n") - if not replaced: - if missing_newline: - dest.write("\n") - dest.write(line_out) - - return True, key_to_set, value_to_set - - -def unset_key( - dotenv_path: StrPath, - key_to_unset: str, - quote_mode: str = "always", - encoding: Optional[str] = "utf-8", -) -> Tuple[Optional[bool], str]: - """ - Removes a given key from the given `.env` file. - - If the .env path given doesn't exist, fails. - If the given key doesn't exist in the .env, fails. - """ - if not os.path.exists(dotenv_path): - logger.warning("Can't delete from %s - it doesn't exist.", dotenv_path) - return None, key_to_unset - - removed = False - with rewrite(dotenv_path, encoding=encoding) as (source, dest): - for mapping in with_warn_for_invalid_lines(parse_stream(source)): - if mapping.key == key_to_unset: - removed = True - else: - dest.write(mapping.original.string) - - if not removed: - logger.warning( - "Key %s not removed from %s - key doesn't exist.", key_to_unset, dotenv_path - ) - return None, key_to_unset - - return removed, key_to_unset - - -def resolve_variables( - values: Iterable[Tuple[str, Optional[str]]], - override: bool, -) -> Mapping[str, Optional[str]]: - new_values: Dict[str, Optional[str]] = {} - - for name, value in values: - if value is None: - result = None - else: - atoms = parse_variables(value) - env: Dict[str, Optional[str]] = {} - if override: - env.update(os.environ) # type: ignore - env.update(new_values) - else: - env.update(new_values) - env.update(os.environ) # type: ignore - result = "".join(atom.resolve(env) for atom in atoms) - - new_values[name] = result - - return new_values - - -def _walk_to_root(path: str) -> Iterator[str]: - """ - Yield directories starting from the given directory up to the root - """ - if not os.path.exists(path): - raise IOError("Starting path not found") - - if os.path.isfile(path): - path = os.path.dirname(path) - - last_dir = None - current_dir = os.path.abspath(path) - while last_dir != current_dir: - yield current_dir - parent_dir = os.path.abspath(os.path.join(current_dir, os.path.pardir)) - last_dir, current_dir = current_dir, parent_dir - - -def find_dotenv( - filename: str = ".env", - raise_error_if_not_found: bool = False, - usecwd: bool = False, -) -> str: - """ - Search in increasingly higher folders for the given file - - Returns path to the file if found, or an empty string otherwise - """ - - def _is_interactive(): - """Decide whether this is running in a REPL or IPython notebook""" - if hasattr(sys, "ps1") or hasattr(sys, "ps2"): - return True - try: - main = __import__("__main__", None, None, fromlist=["__file__"]) - except ModuleNotFoundError: - return False - return not hasattr(main, "__file__") - - def _is_debugger(): - return sys.gettrace() is not None - - if usecwd or _is_interactive() or _is_debugger() or getattr(sys, "frozen", False): - # Should work without __file__, e.g. in REPL or IPython notebook. - path = os.getcwd() - else: - # will work for .py files - frame = sys._getframe() - current_file = __file__ - - while frame.f_code.co_filename == current_file or not os.path.exists( - frame.f_code.co_filename - ): - assert frame.f_back is not None - frame = frame.f_back - frame_filename = frame.f_code.co_filename - path = os.path.dirname(os.path.abspath(frame_filename)) - - for dirname in _walk_to_root(path): - check_path = os.path.join(dirname, filename) - if _is_file_or_fifo(check_path): - return check_path - - if raise_error_if_not_found: - raise IOError("File not found") - - return "" - - -def load_dotenv( - dotenv_path: Optional[StrPath] = None, - stream: Optional[IO[str]] = None, - verbose: bool = False, - override: bool = False, - interpolate: bool = True, - encoding: Optional[str] = "utf-8", -) -> bool: - """Parse a .env file and then load all the variables found as environment variables. - - Parameters: - dotenv_path: Absolute or relative path to .env file. - stream: Text stream (such as `io.StringIO`) with .env content, used if - `dotenv_path` is `None`. - verbose: Whether to output a warning the .env file is missing. - override: Whether to override the system environment variables with the variables - from the `.env` file. - encoding: Encoding to be used to read the file. - Returns: - Bool: True if at least one environment variable is set else False - - If both `dotenv_path` and `stream` are `None`, `find_dotenv()` is used to find the - .env file with it's default parameters. If you need to change the default parameters - of `find_dotenv()`, you can explicitly call `find_dotenv()` and pass the result - to this function as `dotenv_path`. - - If the environment variable `PYTHON_DOTENV_DISABLED` is set to a truthy value, - .env loading is disabled. - """ - if _load_dotenv_disabled(): - logger.debug( - "python-dotenv: .env loading disabled by PYTHON_DOTENV_DISABLED environment variable" - ) - return False - - if dotenv_path is None and stream is None: - dotenv_path = find_dotenv() - - dotenv = DotEnv( - dotenv_path=dotenv_path, - stream=stream, - verbose=verbose, - interpolate=interpolate, - override=override, - encoding=encoding, - ) - return dotenv.set_as_environment_variables() - - -def dotenv_values( - dotenv_path: Optional[StrPath] = None, - stream: Optional[IO[str]] = None, - verbose: bool = False, - interpolate: bool = True, - encoding: Optional[str] = "utf-8", -) -> Dict[str, Optional[str]]: - """ - Parse a .env file and return its content as a dict. - - The returned dict will have `None` values for keys without values in the .env file. - For example, `foo=bar` results in `{"foo": "bar"}` whereas `foo` alone results in - `{"foo": None}` - - Parameters: - dotenv_path: Absolute or relative path to the .env file. - stream: `StringIO` object with .env content, used if `dotenv_path` is `None`. - verbose: Whether to output a warning if the .env file is missing. - encoding: Encoding to be used to read the file. - - If both `dotenv_path` and `stream` are `None`, `find_dotenv()` is used to find the - .env file. - """ - if dotenv_path is None and stream is None: - dotenv_path = find_dotenv() - - return DotEnv( - dotenv_path=dotenv_path, - stream=stream, - verbose=verbose, - interpolate=interpolate, - override=True, - encoding=encoding, - ).dict() - - -def _is_file_or_fifo(path: StrPath) -> bool: - """ - Return True if `path` exists and is either a regular file or a FIFO. - """ - if os.path.isfile(path): - return True - - try: - st = os.stat(path) - except (FileNotFoundError, OSError): - return False - - return stat.S_ISFIFO(st.st_mode) diff --git a/backend/.venv/Lib/site-packages/dotenv/parser.py b/backend/.venv/Lib/site-packages/dotenv/parser.py deleted file mode 100644 index eb100b4..0000000 --- a/backend/.venv/Lib/site-packages/dotenv/parser.py +++ /dev/null @@ -1,182 +0,0 @@ -import codecs -import re -from typing import ( - IO, - Iterator, - Match, - NamedTuple, - Optional, - Pattern, - Sequence, -) - - -def make_regex(string: str, extra_flags: int = 0) -> Pattern[str]: - return re.compile(string, re.UNICODE | extra_flags) - - -_newline = make_regex(r"(\r\n|\n|\r)") -_multiline_whitespace = make_regex(r"\s*", extra_flags=re.MULTILINE) -_whitespace = make_regex(r"[^\S\r\n]*") -_export = make_regex(r"(?:export[^\S\r\n]+)?") -_single_quoted_key = make_regex(r"'([^']+)'") -_unquoted_key = make_regex(r"([^=\#\s]+)") -_equal_sign = make_regex(r"(=[^\S\r\n]*)") -_single_quoted_value = make_regex(r"'((?:\\'|[^'])*)'") -_double_quoted_value = make_regex(r'"((?:\\"|[^"])*)"') -_unquoted_value = make_regex(r"([^\r\n]*)") -_comment = make_regex(r"(?:[^\S\r\n]*#[^\r\n]*)?") -_end_of_line = make_regex(r"[^\S\r\n]*(?:\r\n|\n|\r|$)") -_rest_of_line = make_regex(r"[^\r\n]*(?:\r|\n|\r\n)?") -_double_quote_escapes = make_regex(r"\\[\\'\"abfnrtv]") -_single_quote_escapes = make_regex(r"\\[\\']") - - -class Original(NamedTuple): - string: str - line: int - - -class Binding(NamedTuple): - key: Optional[str] - value: Optional[str] - original: Original - error: bool - - -class Position: - def __init__(self, chars: int, line: int) -> None: - self.chars = chars - self.line = line - - @classmethod - def start(cls) -> "Position": - return cls(chars=0, line=1) - - def set(self, other: "Position") -> None: - self.chars = other.chars - self.line = other.line - - def advance(self, string: str) -> None: - self.chars += len(string) - self.line += len(re.findall(_newline, string)) - - -class Error(Exception): - pass - - -class Reader: - def __init__(self, stream: IO[str]) -> None: - self.string = stream.read() - self.position = Position.start() - self.mark = Position.start() - - def has_next(self) -> bool: - return self.position.chars < len(self.string) - - def set_mark(self) -> None: - self.mark.set(self.position) - - def get_marked(self) -> Original: - return Original( - string=self.string[self.mark.chars : self.position.chars], - line=self.mark.line, - ) - - def peek(self, count: int) -> str: - return self.string[self.position.chars : self.position.chars + count] - - def read(self, count: int) -> str: - result = self.string[self.position.chars : self.position.chars + count] - if len(result) < count: - raise Error("read: End of string") - self.position.advance(result) - return result - - def read_regex(self, regex: Pattern[str]) -> Sequence[str]: - match = regex.match(self.string, self.position.chars) - if match is None: - raise Error("read_regex: Pattern not found") - self.position.advance(self.string[match.start() : match.end()]) - return match.groups() - - -def decode_escapes(regex: Pattern[str], string: str) -> str: - def decode_match(match: Match[str]) -> str: - return codecs.decode(match.group(0), "unicode-escape") # type: ignore - - return regex.sub(decode_match, string) - - -def parse_key(reader: Reader) -> Optional[str]: - char = reader.peek(1) - if char == "#": - return None - elif char == "'": - (key,) = reader.read_regex(_single_quoted_key) - else: - (key,) = reader.read_regex(_unquoted_key) - return key - - -def parse_unquoted_value(reader: Reader) -> str: - (part,) = reader.read_regex(_unquoted_value) - return re.sub(r"\s+#.*", "", part).rstrip() - - -def parse_value(reader: Reader) -> str: - char = reader.peek(1) - if char == "'": - (value,) = reader.read_regex(_single_quoted_value) - return decode_escapes(_single_quote_escapes, value) - elif char == '"': - (value,) = reader.read_regex(_double_quoted_value) - return decode_escapes(_double_quote_escapes, value) - elif char in ("", "\n", "\r"): - return "" - else: - return parse_unquoted_value(reader) - - -def parse_binding(reader: Reader) -> Binding: - reader.set_mark() - try: - reader.read_regex(_multiline_whitespace) - if not reader.has_next(): - return Binding( - key=None, - value=None, - original=reader.get_marked(), - error=False, - ) - reader.read_regex(_export) - key = parse_key(reader) - reader.read_regex(_whitespace) - if reader.peek(1) == "=": - reader.read_regex(_equal_sign) - value: Optional[str] = parse_value(reader) - else: - value = None - reader.read_regex(_comment) - reader.read_regex(_end_of_line) - return Binding( - key=key, - value=value, - original=reader.get_marked(), - error=False, - ) - except Error: - reader.read_regex(_rest_of_line) - return Binding( - key=None, - value=None, - original=reader.get_marked(), - error=True, - ) - - -def parse_stream(stream: IO[str]) -> Iterator[Binding]: - reader = Reader(stream) - while reader.has_next(): - yield parse_binding(reader) diff --git a/backend/.venv/Lib/site-packages/dotenv/py.typed b/backend/.venv/Lib/site-packages/dotenv/py.typed deleted file mode 100644 index 7632ecf..0000000 --- a/backend/.venv/Lib/site-packages/dotenv/py.typed +++ /dev/null @@ -1 +0,0 @@ -# Marker file for PEP 561 diff --git a/backend/.venv/Lib/site-packages/dotenv/variables.py b/backend/.venv/Lib/site-packages/dotenv/variables.py deleted file mode 100644 index 667f2f2..0000000 --- a/backend/.venv/Lib/site-packages/dotenv/variables.py +++ /dev/null @@ -1,86 +0,0 @@ -import re -from abc import ABCMeta, abstractmethod -from typing import Iterator, Mapping, Optional, Pattern - -_posix_variable: Pattern[str] = re.compile( - r""" - \$\{ - (?P[^\}:]*) - (?::- - (?P[^\}]*) - )? - \} - """, - re.VERBOSE, -) - - -class Atom(metaclass=ABCMeta): - def __ne__(self, other: object) -> bool: - result = self.__eq__(other) - if result is NotImplemented: - return NotImplemented - return not result - - @abstractmethod - def resolve(self, env: Mapping[str, Optional[str]]) -> str: ... - - -class Literal(Atom): - def __init__(self, value: str) -> None: - self.value = value - - def __repr__(self) -> str: - return f"Literal(value={self.value})" - - def __eq__(self, other: object) -> bool: - if not isinstance(other, self.__class__): - return NotImplemented - return self.value == other.value - - def __hash__(self) -> int: - return hash((self.__class__, self.value)) - - def resolve(self, env: Mapping[str, Optional[str]]) -> str: - return self.value - - -class Variable(Atom): - def __init__(self, name: str, default: Optional[str]) -> None: - self.name = name - self.default = default - - def __repr__(self) -> str: - return f"Variable(name={self.name}, default={self.default})" - - def __eq__(self, other: object) -> bool: - if not isinstance(other, self.__class__): - return NotImplemented - return (self.name, self.default) == (other.name, other.default) - - def __hash__(self) -> int: - return hash((self.__class__, self.name, self.default)) - - def resolve(self, env: Mapping[str, Optional[str]]) -> str: - default = self.default if self.default is not None else "" - result = env.get(self.name, default) - return result if result is not None else "" - - -def parse_variables(value: str) -> Iterator[Atom]: - cursor = 0 - - for match in _posix_variable.finditer(value): - (start, end) = match.span() - name = match["name"] - default = match["default"] - - if start > cursor: - yield Literal(value=value[cursor:start]) - - yield Variable(name=name, default=default) - cursor = end - - length = len(value) - if cursor < length: - yield Literal(value=value[cursor:length]) diff --git a/backend/.venv/Lib/site-packages/dotenv/version.py b/backend/.venv/Lib/site-packages/dotenv/version.py deleted file mode 100644 index a955fda..0000000 --- a/backend/.venv/Lib/site-packages/dotenv/version.py +++ /dev/null @@ -1 +0,0 @@ -__version__ = "1.2.1" diff --git a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/INSTALLER b/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/METADATA b/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/METADATA deleted file mode 100644 index 48ed40c..0000000 --- a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/METADATA +++ /dev/null @@ -1,562 +0,0 @@ -Metadata-Version: 2.1 -Name: fastapi -Version: 0.115.6 -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: 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: 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.42.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>=2.11.2; extra == "standard" -Requires-Dist: python-multipart>=0.0.7; 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>=2.11.2; extra == "all" -Requires-Dist: python-multipart>=0.0.7; 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 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/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/RECORD b/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/RECORD deleted file mode 100644 index ff4f6ac..0000000 --- a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/RECORD +++ /dev/null @@ -1,97 +0,0 @@ -../../Scripts/fastapi.exe,sha256=x6EsvCVDLz2RAXzy7tf4JcVP4npYRtDCnnyVt2El3Nk,108412 -fastapi-0.115.6.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -fastapi-0.115.6.dist-info/METADATA,sha256=hkiGasWTGPXPzJYtw94H6jEmzovXW1eQtyrAl3mLy18,27300 -fastapi-0.115.6.dist-info/RECORD,, -fastapi-0.115.6.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -fastapi-0.115.6.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90 -fastapi-0.115.6.dist-info/entry_points.txt,sha256=GCf-WbIZxyGT4MUmrPGj1cOHYZoGsNPHAvNkT6hnGeA,61 -fastapi-0.115.6.dist-info/licenses/LICENSE,sha256=Tsif_IFIW5f-xYSy1KlhAy7v_oNEU4lP2cEnSQbMdE4,1086 -fastapi/__init__.py,sha256=uCwGoex-Lb7tS-9FjZ8q035mrHVcjn_0yfCMPlq6BRI,1081 -fastapi/__main__.py,sha256=bKePXLdO4SsVSM6r9SVoLickJDcR2c0cTOxZRKq26YQ,37 -fastapi/__pycache__/__init__.cpython-312.pyc,, -fastapi/__pycache__/__main__.cpython-312.pyc,, -fastapi/__pycache__/_compat.cpython-312.pyc,, -fastapi/__pycache__/applications.cpython-312.pyc,, -fastapi/__pycache__/background.cpython-312.pyc,, -fastapi/__pycache__/cli.cpython-312.pyc,, -fastapi/__pycache__/concurrency.cpython-312.pyc,, -fastapi/__pycache__/datastructures.cpython-312.pyc,, -fastapi/__pycache__/encoders.cpython-312.pyc,, -fastapi/__pycache__/exception_handlers.cpython-312.pyc,, -fastapi/__pycache__/exceptions.cpython-312.pyc,, -fastapi/__pycache__/logger.cpython-312.pyc,, -fastapi/__pycache__/param_functions.cpython-312.pyc,, -fastapi/__pycache__/params.cpython-312.pyc,, -fastapi/__pycache__/requests.cpython-312.pyc,, -fastapi/__pycache__/responses.cpython-312.pyc,, -fastapi/__pycache__/routing.cpython-312.pyc,, -fastapi/__pycache__/staticfiles.cpython-312.pyc,, -fastapi/__pycache__/templating.cpython-312.pyc,, -fastapi/__pycache__/testclient.cpython-312.pyc,, -fastapi/__pycache__/types.cpython-312.pyc,, -fastapi/__pycache__/utils.cpython-312.pyc,, -fastapi/__pycache__/websockets.cpython-312.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-312.pyc,, -fastapi/dependencies/__pycache__/models.cpython-312.pyc,, -fastapi/dependencies/__pycache__/utils.cpython-312.pyc,, -fastapi/dependencies/models.py,sha256=Pjl6vx-4nZ5Tta9kJa3-RfQKkXtCpS09-FhMgs9eWNs,1507 -fastapi/dependencies/utils.py,sha256=UqN1H0k_4PCnP-nRYNpup1fdIuzEx1F5ZVO6WuVRx4E,35579 -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-312.pyc,, -fastapi/middleware/__pycache__/cors.cpython-312.pyc,, -fastapi/middleware/__pycache__/gzip.cpython-312.pyc,, -fastapi/middleware/__pycache__/httpsredirect.cpython-312.pyc,, -fastapi/middleware/__pycache__/trustedhost.cpython-312.pyc,, -fastapi/middleware/__pycache__/wsgi.cpython-312.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-312.pyc,, -fastapi/openapi/__pycache__/constants.cpython-312.pyc,, -fastapi/openapi/__pycache__/docs.cpython-312.pyc,, -fastapi/openapi/__pycache__/models.cpython-312.pyc,, -fastapi/openapi/__pycache__/utils.cpython-312.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=vpbAzWpuNaJL_ocBxt4jp0GUUwrDKNB1anyoAx69fhA,23177 -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=WK06IwZeyRwxkdB4uHZ7JXinxtVOxM8Ke0tqHaDOvYA,176208 -fastapi/security/__init__.py,sha256=bO8pNmxqVRXUjfl2mOKiVZLn0FpBQ61VUYVjmppnbJw,881 -fastapi/security/__pycache__/__init__.cpython-312.pyc,, -fastapi/security/__pycache__/api_key.cpython-312.pyc,, -fastapi/security/__pycache__/base.cpython-312.pyc,, -fastapi/security/__pycache__/http.cpython-312.pyc,, -fastapi/security/__pycache__/oauth2.cpython-312.pyc,, -fastapi/security/__pycache__/open_id_connect_url.cpython-312.pyc,, -fastapi/security/__pycache__/utils.cpython-312.pyc,, -fastapi/security/api_key.py,sha256=_OqUUjEHG5_MT1IPAhXIGJRCPldTBdSww_DegFy_W8Y,9368 -fastapi/security/base.py,sha256=dl4pvbC-RxjfbWgPtCWd8MVU-7CB2SZ22rJDXVCXO6c,141 -fastapi/security/http.py,sha256=223bAV_d7NjI57Pzhbd_KlQTYlMyr5MoN1TW80rbxF8,13512 -fastapi/security/oauth2.py,sha256=BbXdQ_W2Pm5NIcpHGBSBa1u3t0EBLCgiYdOLfid1t4A,21585 -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/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/REQUESTED b/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/REQUESTED deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/WHEEL b/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/WHEEL deleted file mode 100644 index 64b991e..0000000 --- a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/WHEEL +++ /dev/null @@ -1,4 +0,0 @@ -Wheel-Version: 1.0 -Generator: pdm-backend (2.4.3) -Root-Is-Purelib: true -Tag: py3-none-any diff --git a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/entry_points.txt b/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/entry_points.txt deleted file mode 100644 index b81849e..0000000 --- a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/entry_points.txt +++ /dev/null @@ -1,5 +0,0 @@ -[console_scripts] -fastapi = fastapi.cli:main - -[gui_scripts] - diff --git a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/licenses/LICENSE b/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/licenses/LICENSE deleted file mode 100644 index 3e92463..0000000 --- a/backend/.venv/Lib/site-packages/fastapi-0.115.6.dist-info/licenses/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/__init__.py b/backend/.venv/Lib/site-packages/fastapi/__init__.py deleted file mode 100644 index 8239578..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -"""FastAPI framework, high performance, easy to learn, fast to code, ready for production""" - -__version__ = "0.115.6" - -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/backend/.venv/Lib/site-packages/fastapi/__main__.py b/backend/.venv/Lib/site-packages/fastapi/__main__.py deleted file mode 100644 index fc36465..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/__main__.py +++ /dev/null @@ -1,3 +0,0 @@ -from fastapi.cli import main - -main() diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d4c5de5778a4ee9df92079c0abab17553bdc5850..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1097 zcmYk5TTj$L6vwCRrF&o48y6A!;)Terk|+;EjRF!#j6p7%Oqw)9J3!sGQ)i~&^2E3B zGx!nw41NMPsWCA;@MglB@xe30CHCRp-#IhqOwT#fZ`EoE!SnU>nZK1q=$A6CpOGuL z_zUnEc?cuVz=k*CWrC3~gEI#5vR*F8hB=(moDcG$iA~LBPzZ~-sJRf7!ZI#vE&^9@ zMRO^rhBaK%Tn4V=y5Y7ZiUl$T5~739nRnx&Evqcc-BCJiMh#>cWXq*mzx{bJ|`hP zX1qUd9r_1{R!sRm;~|M$I&V=T29{)2KnaiLt$m15rpr87=3pQIZXI|n;pG7C; zqu#>8liuRF>h+v4%nM0mBF>FV)4VzsR_e>d?H_QKMBWY&eF3i0ZX7V;t@!~3tGd3k zv-#?iOJkK89F6yMZ=1P&D*yLpmzg(!)%*%$eP0Edt2CyOr!r=*a%I<`CbelDKALj1 zvPtA2ymN08%2j+}o4N`2rDAi7eoUy4%DqKJ%p#!@7olNWERi}v@#bq_rFmnl`od*V zL|yr2&KjDI<1yE9hGoY&qFg{BU=*P#JfIR1WuPy^3W?*ucZsS~@SJj$_HMev^U6{4 zh=lfY=ySrU;HKV1uiGPd0UW%jy!DvCP@VlG(lZfU{Sv&aq@tv%q^6{m3v+m7Q$zI2>kJQx<9 zhH%{i`kdc`Q`E&08z8?khGBe1_Rre*Y55G@Jwx*;T1wI56fLIcMT+K9)J@St4VMi1 TAVmu)x~~Da_X92SJCN-k&^|nA diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/__main__.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/__main__.cpython-312.pyc deleted file mode 100644 index d9e53ddd25750379da0ff86b4a2dd7ab68208d17..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmX@j%ge<81V%BonW{kgF^B^LOi;#WIUr*?LkdF*V-77UrurFX2*v0$(Bmsh;2oQXW6hwj)_y8#apu`pBHG~0t>8=(sR%0@z66N70O_qXGMNWI# z@BTBhJG)qt@}oWNIUQi{{O`H{{qKMO```P|{HNSpJBRD7i}#N-e39e+f+E^gqy|>b zqReG(fD<@@4{$-=$MY061Pnog&%naQfH7$DnSy4YnZ->3OEAZm!@}l(HE8qMSlAM< z2OT~~(CKpqbA7qNJYQbW<#PqyK6fzRmme(f6$Cv#Ptfc01`Bz zSlAjU4VL-Jg5|#QV1=)OrP%_N!75)>u-aG6;`TsIu+~?{!j3?Fu)){B!p=Zru*ugH zT;p34TNRbYH93DsZJp z72Hp*FXGg0#KpT*U5V7L3p!oGYfkW-s0QB!i9mY!EL^6EL;@W9^B#E z!NSFXox%Hk_p@+GU{`RrZ#N5<1|A4@`MOxR4B-cT53+E1U{7$bZ!Zg1Al&Wi4({{q zWARGF_xtwqoQ?RTD)3OS$JfJiVz=)Qeuu?sS z@i9E_0X)yIi+3UZMP2+s#0PcpJ%~S{i|<8zh>Zx1OtZLq*dlZzO<-mAu{3pLkh32- zqVNzXH6Zk;v`MFnNjQKq!=OunN|%Fdq}6dl8;6j8NTM*!M6C>u1cvfk5!6?q!3p0)@T~7FE2E!P11R6`>&KiphdJTEOg>IC8CX1moWs7u ztj41V_xgHS_(b4*aMCv!yx_YKeA@SPaLPBu(tSuj?mN!Hj|HZKM|?+ExH#~PGM_Qa zhzFB=?|Tp_d&Q^3kT@<*h?02rw8i%<;%!LTfRq-bwTWlNwh^=MqB`qNV%9yrYSwkJ z8Tkd|`E@h36H=1?zWAz97!;jCk2d3kC&VI*nM)ntA@G2p&L_Jdg8zDiVbOy!>X_o5 zlbSPZE^I|l?vO7IWaS%+a0+Ap9OF8Lvri-bye>Y1_?PY}C(fYMYB}*FQtvJ&0vU25 zh#J2dIWd}5PK=@b|DAGTJVQ=Ah3DzzgoLlMki(Kp20w1@QHvZn;`)wMA@`=WGF1#_DN$G#L+%6ESnCE zgu-&p;lc6okVv> z<4pL~xaf9@#GVOLr;pM z!pXL?;^^6vhen<_83N+#QQ^tKQ)1}k@L(uBI6iXHKQtB`9}KsRPs+BPr^He5{J6AB zf-=oj;1?A|TO zP?!*rWZwhoDNhC2^R=D~j0)oL$S4?~a8(jxEM95_1<*jN^Cbt2WKOU+HD+I6XULY?4* zxOJf&s*#JZdxRV2g*?H9Er=V6SH74J+>pyurvfO>9xP|Tg~dJU-GX!{atigOSqXKc zq?E&k%KJi&uSh5q9QZ2|irHVut2yjhX7sz1)ha_<#e!N_C{K%3h<2e8zbgEy@gv*| zgc_(6B?x=bk6QGjbkfmWFWZ@DWK&1B57P`{yeylDcVxTD%wXcH2I&9@F6V|sX#^~O zfz4mpM8Z_INMd+GN*9O3#76v9dI3ljp20oyIzw_K_>zp_6g-aZ){! znvK#!xXET9GZ>P3D9Iq3LSkT8<_A^LsWAOf!Y6a5$Ae_ zXm1(|koaUQATdl+t9&?#U3L~eV?l+CD|<;rEND8z6z4Z-)h5+xV3vqZQWXK}w{#Lf z&Q%u8L1och)&E?-e|#(y##|o>`~4S6bR(9QGm5rCEdUp}8y&lDxJ&06etW|!88S+#mViA0P{7ZAAPfZk=MNS1K2+e|8;oy_Y@ zPG$;L3jPg)M!G%-jNX1M#oi%kry3LchX;qSR8KaW6xz{3Mf#(<`b&=@o=H5Gc%eu~ zGTp2Qp+e|BfQww*<$3AZOV2L5TB5F&C0FZ>;+lxNCa#~J*Y`$fj`l>HJ&bH@0lf+> zFfcYGn<0FmJX_c;B#CIWZAhaMO%m!cqw5<8T!tC&4l-7&gHqZx#WUKdY$|ZWhCb-7 zDJo;j&^&DtxNwrHQ>HUEt#;}z7~e2y6rM7^Vb+Wn!-gTl2^d zYm?|7pA4VI9N$2xWssqYt_4M(RrWIl4fUk}3ZOPgR*3|Xbcz7cRW^#}he9-+Yv@uX zuJ(X5iK``^N8ykFaFI*oS#t|+c}tePO;K;tvUhXTyLoZq9U(aA-~|C z5=IpLS*Q#TdcLZbyJG9|82@EeSDx_)Rvy70pBN2cujSUFs-VU`PfHmc8x1Ok>B7F(=8SpJ&of@l%E=rvK8~c-6Xi?Z$Xzb0VMfwy$tDZ(f44<>uW*I+mc}%Uo&^nc}pWrD+Ph zY#0$T#Sv`*P7j7oLyYS+11<4)2TQn;{?nY0UcX*Yof z2y_6*F26suf`+iGFowbsV=$?j@~z|27*zl8q(u6aYh!A+TQqk020w9Rl#n+%0cq%vu@G z%m1n^zGcshY35XM%@WmmMSeQ|H3YHPG)Tg0<1n!9}^mx{J<8#?1HZS-GR8?RdvZ)}Oz zHholBY|CR0#~q#blts!~q6O;`Hj3N1qVl=U`G&b2(ZV$e2PHYvl5#02k1H-uxG3c2 zDryq>6e{4V>k}RddAaiH1U)5D#O39$6jP|(XsehT`WV!xP{xoAAE_p6q1E;pw98;j zm|WOUf}_Qa$qrJJNOq_bfUyMh{$w-Kuc1JQieeHgQoD*4;}qZe*&37D*hn)d{5sVl zCdE9qaPG2*wNycpR){nW@9voJY)R4U!1?~sF)0X1dqG`&Lef{zCN0pR9QMGtt8gZl zJxw+T$q<$HJd&WS=QK5#)FcctE=@1zVL6iOkqNCPm$ik(?}>?#0PP>XigZ0@d5YOf zD0s`GMu{E zbq~QHU^h1ck^UP0HSFl1gDDcE3)O(OT|t|~_*EmrS;?M7cKWzFRQ#!^^bKVHE)^j` zqzq!s%*3**I!gbW=KCYAO$)~nideJk+>(PztLmMWrj*QeDmV@?n~U@{dMve|@>{;2 z7%r{IW#oR3im9Y^d6!+aQCDrmTFXdFT4*KwLW8i9iBQ4ECty#U2-7XZENCIw%s5td zD{(x6nbgK4IZt^Kv+M+6>&#VH8$q(9N(b>+X%1irKX%bTneby=^`{7+!zRffaHCKG zr_EStxheB`KIG)@FoenuWZEJarYvW9sT%{Wt@G>w3dpumN2@KY)hxT6GlW;hrSWxk zMN=?o%H@9)?l=N9l*lbRNWId=hNdy847e1DQ%($^4iu9%$`G-E zkzPaTe}i9$l#z?v?INzQ{nFmWsf3ZU6+s#oH_Q(#9DcWT|Fwbd``+?J8Xk%k^~^Zp zj{LdusG|WT@{5+;HBooXvb!njZhF^!WTEjp>#nX_ZrKrS*%52Gf4QYQ+R}Y}=$(#O z%Mmo2TQZjub=HtzE00*q6j5Vg*o4w#O>!D2Qg$R=%JR}T32hyxmr_3!^RdeB8W&0= zP@_~_lX3YoHum5o8xjlBa~K=a)CC(FlWb_3!f}t6%tMA#P$D01hRNIv_0OcTrTGlX zXI@k0&&!6x#+MB*t}}7d7PQJ|+b2$0Qv1Y{VD9OhX)CFov@06I(VHQ|wD}y9T?c>$ zX0L@!+7Nb)OiHr-h=c6#Dj&$+@j%>Din>h)`4!I4WRF_w zW^!krCPu5Adoto`j#!&N`^beVY$x^Awl1$Jjp2v~*!ce@0++En$KfU%beiUQE}Rqx z5HH!pg}Mbm#pI=F$LD#e7A??f#IEcuVC0=ziPT*aDNfp4U~MAFb`|4GvN;%P&XIFe z$BDFv9Jx%9wmS6!M!OIU3WE|;YZTjyeIzt83U>=Rv`i0<32>w-<4bMm4U@7fS>3OQ zi{C?uzoSxQPQS?AwAOv-YK}Yemz@<+XT`E}P1LytrWUsyO09e6hXoaL1Iv}`qm}Cy z&VJ|Vt53%Yc0}@aB+LfePG$Ph^wlmRJtO}E2&8W`KJQf0NUkl8M!6y@MO1fQiY8D< zh{N^bB%k`O7F2ux7K*G;u~Gn7oLuV`x|dsbMq76-x9*R&?vJ@1idY}|Kh(4OtUY66 zoy0rULFrmX_exSjo6*a+QS!g(d)dC&x!kcQ+OcQ3qc_^o8*?3rSd|@G+Vn||Un?r# zd;BuT${;rYr6(p~Xo2?^-Xw`%iM=M*l%--ZBt15i@eW36e^&uaCMyg}6`+Eo9 zJQ#C55V1aRml66!aj!@skfi3la4ue5MM3@#fb)OXBM&zF&cUlderv?KHGSP8fsiCT ziR*O2Yeb$lOc~Blxr{62?wvO3Wn8kJY08*Q-c6bO$<|OJi}XVYlBevNf{jht2$*FP z*|BBSw3ae}lYEt}K`{)AaCnf(Ddt=O<=k5%lzj_XEg<=mNAY4c28 zysl%pZfCS^=S<#`wL0F=x!mwTwBZ4Y)y7?w5p72@j3$ThV;2n!5rD|FLV`7YV18bS z234bo>8jLj#+6OCoi^x9qlR#DfV2fAWH`V*&+8T?<_=7;gEn9msTNPu4Fnbs&8aQt zC3&3&H6)iO<0;9xZN?gNQ?EttmH16Tld;C zORmik>*k1S^9@(a!j7nG%QbV%wJT!X#io>Mz}Bxwq%E@X3m~8$zigvN>cSK^0{8E$ z##6jT=WP23!30CJ`W(SRYsobH=P-Ha>_nIxi_O;F3wis<+gYP|(BzyTD33i92>C-4 zQ|!WKrs(aHNCRccffPdsMVPVK!_QY|Z<(*M{`q~bgRQ0sElT^lE#p7rb3#W(K#m2 zkdt{q%ze%olD*`x;p>JMH$oXVrp+LJm>h~c4{n^4D;~(W? z#g9fGe&n65IsUgTuUO{uU$3}Qv0S?~TD$dH?e|;XYK_$FkCyC@Jp9OvGgAEMjmC|O zEz!oq*PQ?}wz#V#VlDaXBQsZWf@dgvc~h4yT_q;D!DaxNJ?~_S$hNR(du5Cok8v}y zjZ*=~vF!^F+NKn0xYA)mS4Rz7A+L!W0`;dc4;YnM7~2~|FZ5KlB9QFH;VRYe!H5cz z1kMu$L(B{d{{Je9q=qD2#<&@a6X6vG4@tLB8m|y&ybVrmY*}vD9BtUV+^{p+uyd(l z*T-g~+x|hrF6?w?O|xe{#zwYyzGZRKkDOcM4ZA*~Tx>^d_RnBpb=yNGwD>QIw^_)B zbgX-y|0qDuqqH@{2{d*riJfvmg6%lWaqK`&GprY=hBW74Wde4ScL`d)tM8$%quu^} z$By{Ad;7ZkWxJAasHd-A&QrpD-473R_wMPIZCbovtJl}lyZ=yk|B+tVq2%=s96i)6 zdvy_i_n|{QNBesEfW&?vA?F@bef>vitASLSoj@%&>3r;m%*SCgm8lg2gUpN#!+}B7 z1QT6DY#C zlkO`e0I9P``lC6M1~9}XWXn#}_Jd7eUhL?24`0Bz=nHjQWguVLnpqN76Pb!2tE$h8VdNId_3- zLy;Z2@lFzf=5tbp|2`u0Y)Ea$@y8#A{5I+wNyaHYbs_<>fbhk268CA-w0YVBS)G&@ zN*=+f$#!BM#m7tbkI;}b!j@H;ce14y)|T6Np7a5LY?&CxoW}9c(0E`Z+-#LT zqbz2|dxJtGpP=t*_L$tD-dZBNg8oq)C55WXW=BY(6@;-J4GUe0X|FIfq4dTU69(#O z8Z4697%V&2zG=qs5$bj^Y}TG}>qAnvM|w?0rZw9cH;L!Q@8|J%Un0~*s`7@~*CHk9P(wp=^+L1A30yFgVAl$@1rG$0@ z%qL8glT8B7g-hR~MA`~S|C+#eDaVdIkg7b$Mx58d0`m%GCYw#uI3z1DWZ*?Y^*2zG z+0JeimMs@HMhhEf?6;ixFCDye@YUV#I$Lgdo8~88fBMSP-|boQ?n=e>E_t`z@ZPsr z_`UKs%a^?O-|*JV7rtJ81>yBKyj61-7B+up$JHH6-YvI0C2@y)*-`$kqx^=a=r)n$ zR%z98Y4f|K%`mhU=fU#{kH3{Gsl+j$)%K9&B>gksdMCXvC9@%KyLB4fJ*KP1%As{& zQ9B-xaXnX+Jsm5Di}p(4T&+TCzbf%By5Mi*aa!FFMk(b&JG2I6T-pT1RH8G>#@>DX z5YTuv6=w>PJ6OgQp$v|Y9NIw2#d;?$_*AQ?+EQg(ibH5xX%d_4M7l|!)lzs#%1858 zh(*X^52vTb6j5i((x!b{v=pMd(+-L4E>v8K5f=_~G%eR|T&mqT+jFD5ZDI1g@@?-| zH^53>*N%eTk{gb?`OepOT-mYY*nlHm*nq7b^yG5w1qzqBQy?{4t}oJdOSfDbQUk9I zrPQt)e#0p~oFscnwa?}@)3yoIPyx<3GR6tfspLY9R}s3?a7aqtBo5`-+t9H?^0b}C z0%&y{wa7}CaZM%5qRjJ9254K(wjcqNWa~HlB}^ia(#|&AQW1qH9|yzEhw;9HYzp8_ z66RxCVL6s` zSLs~iYZXhbwi}hL@rv5HElVvs*g37gE+~1q>FaC31^MORg8cGjcWu;NJKyr2d;N|4 z^11HUHZA3^jl0W~^rbpjNn>@}-*fM{rKQa`zUN+>@Nh*HI7X2=iIBEF5P!23y#WCx zEP!U_rH!=yP=H5Kk~GyGzW?D+rURQD1YqE8>b&Z*rqckmQETmc)_R4H2?y;WRgrjU zr3v6JzJJ=%Ykq$m-0DJUY&`HP5+{8f;dBxH4Wux?{`UzDTAZ+gH z2N2N^LaF3MVMZWYRqiBBHH#ZIjDEN==>-bEe-$+@qXmh;4+#yG8sxyIqXiLbwL%T# zvx_J}Klboe1oTEMIM#JDIi+?hYO~^R`X|&;lv{)J_Z0pB0Q)Ak*!>nIFqM{UG|V%d zVaZ_bWd{C`(5*qSi`>UWoVx7 zc^w(dq5LE2QaNHUhUK>|9RFeczi(X1e`v;X!&N)q6l4Cz^x-g}aI!ZC5cxTJV;a#r zA+b+^OIT%kas!id5Fb4t%#%9}wOizU&v5!Uqz#%z^thWe|`llUN4> zSHcyn*Yz{*%3t!Vjh9p{JcDuc!v2B5q(QW=UR!9O7#Awrbe$y6JVhvxkvG#_C6VKi zfxjhuNC66cAN= zyoP7$e2LOqh%@l_gnbQS5a2HFOHW^V`qiffu)TPy;Jy~%l~6}Y~w)0I`GR- z5JHR;iB&Xwo3J2oo3PMm2?I*0Z(lg)@Gyk9{>-Dz^BxudIT~@{n4fNz1Ii+@Ub5}wsh=~So@<9>!V5+wI0w6 zPjd3Trw$F6^cX;z#QGyjCGa!-xO-*~#Ih_IX-}jM-h13jQA#gi*@h2?Z%Pr^EHs&E927E9Q}eRpp3F$nwc?I`j8Sf5J)PAkjo+xWRL36QIvm0^^gcE)Z5o^P0{xYF0Hp@>Upr>1EOjWxb7CR{F#_XOGxPhsqjB6+2FIFnHG=(pW z%r!zvj$*inlGB4iP>X5FWtJ}K#}s-WAVU$pLFoj{LtGp4skYZ$s4Eu`H!oX584L{nH;hQ*NNpCY`^WTs+Q{(>&Xmy1DCJ*0Cwc;6@ zGU`2Gq3rwKSs)(ubvyU8zF|PVr-KKP37Y!?;;!yP+Jfu)=dC=WLr zIG^xFTg7lfC(UR8Q}X#uM}+YpQ1xFfb!-LUDFY;GI3)8G@vmrdnYP;iN=N zZIwfMD-3PH*p+%w1UeSxL(1ryO%2qr>*KECg}8mq>IsBGG$qkWBh?UKMmZwURpq$7 zY*CIBz#506;53X$$;pZms3U69>IiD)7SGvZx%C(K#dC7MQTW`mb4{=HM9bFS@RZLT z_>pJL%pN-2wdXz8eedJV0yF1b%gilgMcE#6wBdA{)3VgwbHhrK9^;)^{EK-}PNL|FQ9p2d+=WI{PCV`y;0Q z)m=;)j>xc)&TFYIrZ`L25o4<3A$-?O$5Tmu1J5}0Jd@%kt?L$LTG8fOauXn1u%eAK zv+Y*&PfvoP4AUK*84if&r7o0fCpyq9#R(H@+1&OwY~S7T_JPQn{W0r9^rB8fk_C*2 zeCQxHa?~esOxcD$Nf%nT)9Ipd`90@gd1?*{{0mtrwA!TKr<-FbdV!K_(kPky)(3J( zDW)v}yKojIDcz8Vv-fFv$x(w`Go`&;I(7*D4Fn>$L5-;UMdTqxmBvA|E;m zW;aL5J7bQ`IKp7tfwE2yrEH5iwkK@nY+Oykm93L)2++=&^ljyupj|X^3+1yb#eFGJ zWst4ifxyUkXe7jXCS^=e>330;f&J8HXr1WuEl1(2B@svMyN;tv&3mu=V$DY*jYlJ< zqjwQUe}$UA;I!L-mrwLZ=#t_H%O5FFMxCfi+NdR?V3;<%n4enUQub>&C@K{P1-X@V z(<#|9WPdqG=VEjN5R91aB*55}B4oDdj%m2BKh0|PtC@&w6s{^04#)lA^h!<1v~3%k zdz-V(J>~d$a<$1a2OptPCYi1I?{-=~sA`|-h5yc0Kfi0)+Wvl3yD|^qr>RB3)O=E= z(!ZrN#x-oQ2M5xAA~~Vt3Y1rK)x)x;rg6O0*4Xg)!SKOsW<0z%rf5Q){lax-t!wYOpKC zN^JF^Rf=7z253#ir8*reCm9t}z)uG38O%{Geo1ZjrR{oer< ziNNDD475Gd6k%~Grxl*dJB^8cG-~JTUz>Q(wO*&mIrCRbjsJHE%G90DMNqj7%P2lx zhEItN<5Ob#bN0H_)D)MFVMtDA(*Dd+&c>gE_7~oBwcmsGNk!?8F~sT2{J9mSy1Phh zXocA&Hf>m#%q~z&6xrBamCH%x=>H12%w`6@51K^-+JG@uUZcWm_Oe?ZeTDS5BzC9hL2d9z7cR+j)RC!wd5DSn6DS-iMn#;Kp$$`&nN zT|euDoK57AaJ9m_M8>dRM!5cee#C^)+cc6ph0L!4Dw|K92?{AYKW<8wIiHUyzj_y@ z+_L!0vUT4*m{P92=VMbWD-F<0N>>3+AW0(d{4ct^X~W zmS3Z(g^r@fl8ubPCzV&a2`p93hEpN3sQPjnGTs zWWJQhS|m9M(DS7{0;CEnJ9;{xAr%nt5Pw?Wj+oW!gKw8fC!S{lAlDTU~(Tx5=w-A7OC?dt9C+2dC~$0?WK-AO4R zhQneT^%>_oCWi2NIdq#=VmV*wmY{&b$FHjC=`{pushBxTUlEl!kX^3Ge1`vU zPw$aqe&w9DBbD1OL8n3kRLO?7JMg_y@>%~WHE4QLoD4~SLJxSJzdTrHpNw9QomZ9}J;CuYN%B(yEs`1H z6wAQxQZCz!F@=ZJQRxSi#-uZeEar4z5=uD|ZQY488~DoTE@>LM_~$}@32Bos@;v`% zT;)x!@F&~`z?)q4r-oeK@F}N(6$*V)#qk?|!flOmTYti}-sHC43ZPptE328%)4oN zV++9SyH)Nq(LS0p%sD@G(Fl!PxBjOMbqw-}!T!@aRhx$oS~?ze1CY-i17 z2|I5tnqRxnab9?w)n;u%Bv;>}5H7Cq(du5EuR4q18autYp z{~rD}TJOYbOVny-yk<>g?bc|`HYL{kFuSYI>ZE7Y&6iRebqgVCqYhvH+0gM(exbSi zma8;j#vNTMU!TaKkd-TKOxP%7=St{w(rnAzsYuhFXw}|G!QQB|`}(sH=keP{Ly0}% zpki)rZEJ!W!%260-ptT!$IR(VRVyA!Y2(cW3k?ewqAlAAfr4vOgg^o600Bplxdq?z zob};NqJ$X{6$=U}SWw7L%~Mer3+yg@0rxH_VKial%bn?)ZI}(s?U_CQa$6*~2B+f^ zIYwLkZKK(4S;?iQ?lYTr&Rs}wxGe}PbW7y%<{o~&jL_`i7fpm`4^M+|lwZJE9=b1v zDfK8z?c(RoP-+*y&`+sdEOpyF8s*K~7SSkf35&&CH9wi)aJx3dZr4XvD3)-W&AS&s z6x=8Wx9g|h3H=~Q$m~w!nazdx+(^fwabfEfKV=uDIE0E6QjyX)IccJvH3=g{I=8a> zEf8SjQuT@%X^A|O**y2ei_F;$?0g)Gkw}Awq1nF4&aW>f~x0aK44ZThjyh5}57EZkpb29*ETMidOEv?uk_Hjh1xddtxYsFPx=jjEz$2 zJZA4a_yRYY@wg>g9OlA>0|^edYnxW+mMC+Y%QX3c;41lnv_u7OZb-?G21S0*cWPAm z(V)tYhBW!n5Le_!gDO87NPg5P@}owPA2q7{$TjCO`GGsSOY(z4%FLzE=a3&%OpzZH zN|zs$Qe`l=B;^OfBtLLNNs=Efvppq05K*z9kb(t;6!}4+Uy=Nvrs{Ze3&{`MNPgf( zlH#~3KaQ*N<2aKE9g6tqP^3o(72K@Ij?Ieb*i1<$ctv!a;1$_%g4L}d;Q{)Sh`^16 z2X0h;I|&cml$`CF@IXq!Vl+4Eg$JT~;elwvZqW-5ijeTYJt;g8PPlpV22FS%s0t54 zVMD@d<*VYZ;yL4`>4cHOEgKfii$m8s7EizF0+Zjj7vDN!IkY}E%!Fq5%$&c}7B!cy zm{B}YWaPImm=}b_j;kZrybEK|wYy;7<+oo4hvSxT+IY*tz~ZKB#y7WJ6Bc(z*YCk+ z8F|Y)kj%IxN_c*NpX&n+aGxg;jC;ar<}LFR3;m1rS5I6sE%>8r?uYQ?E!Q!Xa7(!D zXtjH>VKMY(^R@oP4bj#I6CBd6hgay9C^PU6^9vntVB@|BROp_t=kb=s?rRO#LT@!+ z@4vPox(TxpY44yGZizZ8pT7uHaJvRfa7z?XIK+~uZImlR}j@wk=9}_1EIA<|z=4Sh+Op~Dlr?mFl ae-@%0;twk<{mtA`v!j2jacK(=_`d+Vo*Ib& diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/applications.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/applications.cpython-312.pyc deleted file mode 100644 index 9ae8748e73ac5a6e6f47c167a434a158f4a8b0c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 84112 zcmeIbdw3kzbthPj_oMNC6ChCp_y9nl!IvI{M2a8*Nf4hVDN6z+15H!`Y^on{b%P`z zFxJGHkcgetBXLAI&InFCHZ@Xam8^Fs-pPF9*?hZSW;gSFfTaxK{^ZY|Z)bOBzx}6W z%5j{1WPj(}x>eOx1)@obl9He$7OLt#>fUqDJ?GqW&pG#hsi-JZ@cY4w`y>DSf5=n* zS9*}YLi6Uv3XtXF+JX#zp87+yG zj+VyCM$2O5qvf&SXfReWTES)Vqm{9$(JH<#h*rmHMr&fVqqY287_E!dkJiT;MjK*{ zqmBHoDB2Wj9&L`bjJEJ|adbnhb+nc5OQLPDjiVc5n?^Uq+DF^@U1?N}Z64js_hr$J zSm$Ub-s-4`1e9pL+h z=tHrGM<0&uAKf22FnS>N$mk=ngQEvItuZct@4990;-R0^0!T4;tbnsF*k_w-T z>gkfh;b@faN)IQD#7rs@*V6?PC8tLElKG#x91V5iLw#_Q@5xq@PPBCZ5+*W4Yu@iS*m4oe6lrR-Ql1CTF;4a!%0D4f(OOV-FIRI(a0pq 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/background.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/background.cpython-312.pyc deleted file mode 100644 index 5bfda5f68f0d17b38c97b0e518d1ff7573debc32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2370 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/datastructures.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/datastructures.cpython-312.pyc deleted file mode 100644 index 35f3aa476aef55cd3c737cf00d27f0f27c92b3e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8143 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/encoders.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/encoders.cpython-312.pyc deleted file mode 100644 index 9d88f7f8d95c2107e59b65f12bc05d3c56785b0b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10893 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/exception_handlers.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/exception_handlers.cpython-312.pyc deleted file mode 100644 index 619d9f97d8e1e578f235d2f9c2e304d4811fa063..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2072 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 Yszdxbr_@DGsTr1+IaM3kia3DM05xGtkpKVy diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/param_functions.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/param_functions.cpython-312.pyc deleted file mode 100644 index 7164e837a3c4f98960d5e446725f7f462cb82add..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35095 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/params.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/params.cpython-312.pyc deleted file mode 100644 index 522631caa858d0490f2261c197fbcd8b48029381..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25040 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/requests.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/requests.cpython-312.pyc deleted file mode 100644 index e69cbf4178aef02840594ce6784896daf2ad160c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 273 zcmX@j%ge<81UnmSGbaG)#~=<2FhLogWq^$73@HpLj5!Rsj8Tk?AT|?_%@oDN$WY0w z$?_7URFm-*pGQbYfOCFcUTShlW_}(}ggq#=ur#%}#7~p?mQZm?Vo^?NNlB_+5k$1O zh#9D{hy_TjWcUm+2Oj2TU zc4}Tqj9yu4URjJ!W>QRXW=X0pP(yZNdTMb@S|ZS*g3K70C3*#ww>WHa^HWN5QtgU3 cfwnLLaWOZL_`uA_$at5*{vLy25j&6%0N?gZhyVZp diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/responses.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/responses.cpython-312.pyc deleted file mode 100644 index 8d3d765b2b3b6e922a3cd159c20d006293aacd7a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2401 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/staticfiles.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/staticfiles.cpython-312.pyc deleted file mode 100644 index 920168f8d2b7fefd6ec4fb8a4a5b093da4eae183..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 245 zcmX@j%ge<81V%BonXW+kF^B^LOi;#W0U%>KLkdF*V-7?m%U7&{S z#PrnSn6yNo;RTucNLJ_-RNmsS$<0qG%}KQ@;s9F22*kx8#s_9bM#g&#Hbrbe4gmIR BMIZnG diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/templating.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/templating.cpython-312.pyc deleted file mode 100644 index e4722cf11b7776968766a176d579c6b780c0de2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 247 zcmYLCF$%&!5WG!5L=Y|fM2bYP6t%Gvu@VHi=De(OCb@*WQ}HFf!MFH>6gF0Nf}NEc zR2*1#W_O0UG@A`Z=<%VN(!N#V2k%RsZ6YTYvlvpA!4iNSy}-X$?*PiyMCq;Q%`q!d z;n2hB7zES3)MJ zV;=2M@A*`%xK$2A3M68Kmahf16sr4gh>BxbA7pvFOL1iC)B`lOA`c$`u54^-B;JSR BMb-cS diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/testclient.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/testclient.cpython-312.pyc deleted file mode 100644 index 7b38fd3e08828151fea00450947979e6d6fe6381..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 242 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 L?}-I~s$l&ey=U5x diff --git a/backend/.venv/Lib/site-packages/fastapi/__pycache__/websockets.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/__pycache__/websockets.cpython-312.pyc deleted file mode 100644 index 634efeed7a3e5ed749ecb3f0dc7120b9abe8ab1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 322 zcmYL_!Ab)$5QZnaTc|>N(T8vkyH`O}5WOj0dMGTpWV2(5yG@oPZRyRo@ELprpTRd+ zs34wt6MFOHq_lM)f4={RnF;wA432^7{pCu1(fu9FzM>s$&In$if{HaTWd&n_BjTut zwj2}3Ma*ECq`h@$OIdd`#&Tq2jh@WO!Q3e)jn*hbJUqlBFFZb`Nq6eJunl^T`2tI~ z9pG$CGi?&2NAd<6QurO;UhsvnwQGe$uAjZjgp_8cz0#9R8jHLX^a5S+e2#j~A5_Vm z@|aOWEhgyrlc0UA;{UtycG>kWr>2@Ucx}V?Fgk8X@)I-0R&c(8`%k#BeTx17E@fMp diff --git a/backend/.venv/Lib/site-packages/fastapi/_compat.py b/backend/.venv/Lib/site-packages/fastapi/_compat.py deleted file mode 100644 index c07e4a3..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/_compat.py +++ /dev/null @@ -1,659 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/applications.py b/backend/.venv/Lib/site-packages/fastapi/applications.py deleted file mode 100644 index 6d427cd..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/applications.py +++ /dev/null @@ -1,4585 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/background.py b/backend/.venv/Lib/site-packages/fastapi/background.py deleted file mode 100644 index 203578a..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/background.py +++ /dev/null @@ -1,59 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/cli.py b/backend/.venv/Lib/site-packages/fastapi/cli.py deleted file mode 100644 index 8d3301e..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/cli.py +++ /dev/null @@ -1,13 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/concurrency.py b/backend/.venv/Lib/site-packages/fastapi/concurrency.py deleted file mode 100644 index 3202c70..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/concurrency.py +++ /dev/null @@ -1,39 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/datastructures.py b/backend/.venv/Lib/site-packages/fastapi/datastructures.py deleted file mode 100644 index cf8406b..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/datastructures.py +++ /dev/null @@ -1,204 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/dependencies/__init__.py b/backend/.venv/Lib/site-packages/fastapi/dependencies/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/fastapi/dependencies/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/dependencies/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 11a432e270e85059533b03a13fd22e0d1582666e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 195 zcmX@j%ge<81UnmSGePuY5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!N^-V}DbFv;E-pw+ zPL0XSDk;`YOis=(%`3^wOV>@#FG`I`N=(j9%}a^VD@)BQi}A@!iYd-4N!0~v$WBa8 zEsjY`EG|hb$c#xzEdVM@%}dS%3dYB0=4F<|$LkeT-r}&y%}*)KNwq6t1zO1n#Kj=S NM`lJw#v*1Q3jiSzHd6oq diff --git a/backend/.venv/Lib/site-packages/fastapi/dependencies/__pycache__/models.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/dependencies/__pycache__/models.cpython-312.pyc deleted file mode 100644 index 419657f7527bfd9a21e7115cd40b4f5d6cc03e13..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2738 zcmZuz&2Jk;6rWv>o%L7J#&JH|v}rzwlg0&_7K92VqzV*DfPMg41udK1N#ka{>&~tL zLk~WH6b?w?)bvD&J_CVSOQsoh8 zM=6?#{fW96Swv0U(+x{^T@hZ&G0V(EL}YeoYV6=+O4q zM0sxYrM0)$jnChyCWg1@1n+5R?}>IZ^(G)eTB9xd@xCwJlfVw1dc^%$E2fOGencaR zXA)@mr}2nJtVM$!=p){u5k62O(V`JKP$S7AW<4tuv+Y2QcJR>=tW-e_GpZh9hgoO9 z#R4t`T$dSV=_MH@fiw|FyIU-h0oT*QwFg{p3)c~FeJ$Lffa`DJ4hP&o3)dNNM}Uje z*BY!SiB6O;*Q@*U>soZZ&lX(=YHbhO zzwCJh&2Vg+8CcJ)7Ael$0+e{Lth$>4tk>%tO4!sq-Cc28E&7{_tGAU_S!?gXmUC4^ zi{RSOp%V#;k(z@T(wv?1MAT=s6;?8W%7cR=1ltRC#@$;0x5+JX1OE3vUZZysuTj^; zYinqM4K|8>&j*qVSIl+N$cg>`OY$wEHNBNcMw-t=_y~9rVGmn7^ihX<%!KC0JU$5m zehL6LGTH7Q{33HF^VPNcXTKZ% z#{B8*%hj_l|9JNG2aB~Q->6Mqu8m%)^j%%0pSAn_4KAw)XI_!p^O<3O7+mm9gcJe= z5Y&Q;iXXu_28PEGx)6>c3?dvuIF2xca00>awZk~_yL}o*xK0jtIpG)|K8i4g@EF24 zLIz<1!4C{>O3+2evG^2{7$}b41^f&`H-g`%Fm^4myeb7X7eeEF5N zuC*K0!_e)|KOCLdoZcFJzIjDpRd)OF=?Wd(Q0}I_1nD$5 zsnDMF-i_fqN743)GZlJlqxbIcmoPoEUwQIW`8BxZOz@SfrpIga)OL4&`QoZqqy2jq z_i*l&${TNP&AkQEBA6_1xOZnaKBx{pUQIvo&6&;Arm@-k?fFXjg=)uajlT6amBQDg z`f1=n%x4aXc=JPuxg2Y)o>LL8RDe6Zo&|nB_^IV53f8TE!lEO%&9l&Q@=)`B>WOrN zZM2W>*KP85@>i_@% diff --git a/backend/.venv/Lib/site-packages/fastapi/dependencies/__pycache__/utils.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/dependencies/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index 7047544525638f8e611b65547e5dd4cccd1b9acd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 38032 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/dependencies/models.py b/backend/.venv/Lib/site-packages/fastapi/dependencies/models.py deleted file mode 100644 index 418c117..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/dependencies/models.py +++ /dev/null @@ -1,37 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/dependencies/utils.py b/backend/.venv/Lib/site-packages/fastapi/dependencies/utils.py deleted file mode 100644 index e2866b4..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/dependencies/utils.py +++ /dev/null @@ -1,972 +0,0 @@ -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 - 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 - - 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", True) - 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/backend/.venv/Lib/site-packages/fastapi/encoders.py b/backend/.venv/Lib/site-packages/fastapi/encoders.py deleted file mode 100644 index 451ea07..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/encoders.py +++ /dev/null @@ -1,343 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/exception_handlers.py b/backend/.venv/Lib/site-packages/fastapi/exception_handlers.py deleted file mode 100644 index 6c2ba7f..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/exception_handlers.py +++ /dev/null @@ -1,34 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/exceptions.py b/backend/.venv/Lib/site-packages/fastapi/exceptions.py deleted file mode 100644 index 44d4ada..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/exceptions.py +++ /dev/null @@ -1,176 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/logger.py b/backend/.venv/Lib/site-packages/fastapi/logger.py deleted file mode 100644 index 5b2c4ad..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/logger.py +++ /dev/null @@ -1,3 +0,0 @@ -import logging - -logger = logging.getLogger("fastapi") diff --git a/backend/.venv/Lib/site-packages/fastapi/middleware/__init__.py b/backend/.venv/Lib/site-packages/fastapi/middleware/__init__.py deleted file mode 100644 index 620296d..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/middleware/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from starlette.middleware import Middleware as Middleware diff --git a/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 246421b0954194ba65c53e8033b66aa925d68e30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 251 zcmX@j%ge<81V%BonN~phF^B^LOi;#W0U%>KLkdF*V-7n0{A=a=S{Wag#oCg&HW#v~;sXQ$?+#ORf!=9R_xWG2NFXO^Vu0yShOrl%Ii zq$L7vDah1E*q|RDpP83g5+AQuP}SQfDX FIRK@wM<4(I diff --git a/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/cors.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/cors.cpython-312.pyc deleted file mode 100644 index 66ca4d787c1e63446c36eeb16d6098c23b3b4c48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 256 zcmX@j%ge<81V%Bonf^ffF^B^LOi;#W0U%>KLkdF*V-7jIUh#v~;sXQ$?+#ORf!=9R_xWG2NFXO^Vu z0yShOrl%Iiq$L8aD#+AFSfdZJMz5gq7Kcr4eoARhs$CHW&@x6KE(S3^Ff%eT-eYhp HVgqsj8JtM! diff --git a/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/gzip.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/gzip.cpython-312.pyc deleted file mode 100644 index 5544b9f6a51c8ab9a2d230e21b484dba5d7f07f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 256 zcmX@j%ge<81V%Bonf^ffF^B^LOi;#W0U%>KLkdF*V-7n7(HrN$&BCTFMSrNro!rRJ5z_+%!<6la#C z>H;-nC#I(s$D}0!tt!aWM_8i|vPQ3<@)n0pZhlH>PO4oI2hcJ`AT9KLkdF*V-7hD zpfM{MK7&mAmFjF2Q=VUxU0jfuoEnptRZ^^*n4FwnnpcvUm#&+fUz8e?l$e~InwJuz zSC*Pr7UPqd6jPj8lBx^Tke!&GS{##>2(+^xQy*cUK8k&M1(mlrY;yBcN^?@}ia3C_ YG6HciC>TC4Gcq!MV`5@tDq;h20cb5$E&u=k diff --git a/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/trustedhost.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/trustedhost.cpython-312.pyc deleted file mode 100644 index 50f15a9a7f704c80fabfb3484847548dc514f245..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 279 zcmX@j%ge<81V%BonYlpvF^B^LOi;#W0U%>KLkdF*V-7 zK7&m9mF#R4Q=VUxU0jfuoEnptRZ^^*n4FwnnpcvUm#&+fUz8e?l$e~InwJuzSC*Pr z7UPqd6jPj8lBx^Tke!&GS{##>2(+;vQy*cQK9X&E1(mlrY;yBcN^?@}ia3CFG6Hci UC;&b%Gcq!MV`5@tDq;h20k3;fZU6uP diff --git a/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/wsgi.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/middleware/__pycache__/wsgi.cpython-312.pyc deleted file mode 100644 index 7c070e78fc1897da896a024f27baab3626327e9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 256 zcmX@j%ge<81V%Bonf^ffF^B^LOi;#W0U%>KLkdF*V-7 z@L+dO-^`ShoYeBfqEtUkrdyK5C5c5jsU;<;dbw~3z4GGp%pzu>rj-nzL3)41I9tV( z=NDxc7bGU9#^hy{6ze7?C+C;um1O3n>n7(HrN$&BCTFMSrNro!rRJ5z_+%!<6la#C z>H;-nC#I(s$D}0!tt!aWM_8i|vPQ3<@)n0pZhlH>PO4oI2hcJ`AT9@#FG`I`N=(j9%}a^VD@)BQi}A@!iYd-4N!0~v$WBa8 zEsjY`EG|hb$c)J^NX-M$@$s2?nI-Y@dIgoYIBatBQ%ZAE?TT1|wlM;6F^KVznURsP Ih#ANN0PesvQvd(} diff --git a/backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/constants.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/constants.cpython-312.pyc deleted file mode 100644 index 0cc2304c0fe6f5f45e05be062373cb89f322cd58..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 360 zcmX@j%ge<81UnmSGv@&5#~=<2FhLogMSzUy3>ge542v0~7*ZIc7*m*{m@1hyS?t(= zQn#4hT|;g$2ZV;)V)1Zwbh*V6;2#`vi#5P8#M$E(n~STDYlv%=sIq=?er`d2UTR)R zv3_xKMrv+iv3`{dR^jU0{FKz3T0c$ZTY|o>As+rN!SUgqAs+Eg{w|TXxPn~W;sbz$ zXT&WY5Ie-xH^9d+#C0XZXONqJ#W`EWl;;;^7Z)TZr^e)El@#kHCMV~Y=9OgTrRyf= z7p2A|B_?O5=B32wm8IsD#rR|<#S~|jr0N1SWGAMl7RRI|7MCOzWX9wdq~?L>4BO~K25!VY0f;V_o8n|xo>o)Qf@c?B2 Dg|lsB diff --git a/backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/docs.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/docs.cpython-312.pyc deleted file mode 100644 index fce189d08134034c29f8f0fbec606e9b34cac330..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10810 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/models.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/models.cpython-312.pyc deleted file mode 100644 index d489252a30b2ddc5ac386b589548197c6da02225..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22998 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/utils.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/openapi/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index 4537cf34e144c108c28c15dab67d876d4597be69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20317 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/openapi/constants.py b/backend/.venv/Lib/site-packages/fastapi/openapi/constants.py deleted file mode 100644 index d724ee3..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/openapi/constants.py +++ /dev/null @@ -1,3 +0,0 @@ -METHODS_WITH_BODY = {"GET", "HEAD", "POST", "PUT", "DELETE", "PATCH"} -REF_PREFIX = "#/components/schemas/" -REF_TEMPLATE = "#/components/schemas/{model}" diff --git a/backend/.venv/Lib/site-packages/fastapi/openapi/docs.py b/backend/.venv/Lib/site-packages/fastapi/openapi/docs.py deleted file mode 100644 index c2ec358..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/openapi/docs.py +++ /dev/null @@ -1,344 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/openapi/models.py b/backend/.venv/Lib/site-packages/fastapi/openapi/models.py deleted file mode 100644 index ed07b40..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/openapi/models.py +++ /dev/null @@ -1,445 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/openapi/utils.py b/backend/.venv/Lib/site-packages/fastapi/openapi/utils.py deleted file mode 100644 index 947eca9..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/openapi/utils.py +++ /dev/null @@ -1,548 +0,0 @@ -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 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), - ] - 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, - ) - parameter = { - "name": param.alias, - "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/backend/.venv/Lib/site-packages/fastapi/param_functions.py b/backend/.venv/Lib/site-packages/fastapi/param_functions.py deleted file mode 100644 index b362162..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/param_functions.py +++ /dev/null @@ -1,2360 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/params.py b/backend/.venv/Lib/site-packages/fastapi/params.py deleted file mode 100644 index 8f5601d..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/params.py +++ /dev/null @@ -1,786 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/py.typed b/backend/.venv/Lib/site-packages/fastapi/py.typed deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/fastapi/requests.py b/backend/.venv/Lib/site-packages/fastapi/requests.py deleted file mode 100644 index d16552c..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/requests.py +++ /dev/null @@ -1,2 +0,0 @@ -from starlette.requests import HTTPConnection as HTTPConnection # noqa: F401 -from starlette.requests import Request as Request # noqa: F401 diff --git a/backend/.venv/Lib/site-packages/fastapi/responses.py b/backend/.venv/Lib/site-packages/fastapi/responses.py deleted file mode 100644 index 6c8db6f..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/responses.py +++ /dev/null @@ -1,48 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/routing.py b/backend/.venv/Lib/site-packages/fastapi/routing.py deleted file mode 100644 index 8ea4bb2..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/routing.py +++ /dev/null @@ -1,4439 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/security/__init__.py b/backend/.venv/Lib/site-packages/fastapi/security/__init__.py deleted file mode 100644 index 3aa6bf2..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/security/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 7ab029f3a6babc41b2431e10bd814123f45150c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 847 zcmZ{i%Wl*#6o#F-WUiS@TM1PHv0=d=wG|aB1ci1GY5}!Fr($76M6P36Gf5n5rzouY z7CZxQ0MEc1L<$>L?2x)+#j&R?ngy2i>-&9te0&mr_q;ZO@$LLEKd&P6)0nGKxrB?a z0H0BaLMKA8gB{0k1-ODMmaD*3T(w+_YH=OcE!Tlv>{@n#8@OS)0o=q*%T3@GZdqw@#X~=O8%;}pzx8}51OoVLbDsg4LVM3JpC}eoOzPh-6$UbCn z_H!X)IQ8~_gHtUzHCO0O8OL5k!RO?i_#y5;KjkJuI7ge}|nC@i9taOcdMtVm2Mg}0oGL%gM9tLz?Fvw&ihY6U_H%?=A&4IS;V&FDwH!XMQwuot~!oWqWgAklxV+1cT2QY bqI-7UDbZnxo|foEiQbgx!4LFA-hi~fZzb^w diff --git a/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/api_key.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/api_key.cpython-312.pyc deleted file mode 100644 index 69aa5e894c6b9e32a71bd70206fa4d34262fc03f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9439 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 diff --git a/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/base.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/base.cpython-312.pyc deleted file mode 100644 index 483ab3a8c7157081bf12e76f0b75e29a7f52e65e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 509 zcmYjOF;2rU6#Y)ps-i7bQDI_2EE$>upuzx1EWmOnf^Ngnbs{eflL!ZSRfXp`L@vb;kKJ-!;f8XaFL6$m@c@a}IKLc=fi{t9 z{=dtSDbwIwNSS0Jixa8HW2-E^hdG@DKmOiUaFwKeH4-5P@*-1h5r)ZFX0hzG!z9I^ zE5bg?DDWmIC&6Ld4OEj=-#Sjf?Ig4u0K2L zug%tr(@OQ0F&w*gzP702B_otn&ofO>MHT&TXGMuPSJy%v`LcDR4W9ZHe>7! O_P@&(Tm1q8llcV#)rGDA diff --git a/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/http.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/http.cpython-312.pyc deleted file mode 100644 index 5cc248ce0e893b8554ef818c26cf1e292f7dc1f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13745 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 CFxejf diff --git a/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/open_id_connect_url.cpython-312.pyc b/backend/.venv/Lib/site-packages/fastapi/security/__pycache__/open_id_connect_url.cpython-312.pyc deleted file mode 100644 index 6867669fad582ef9677729915ba013ecceee830c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3220 zcmcgu&2Jk;6rbJockDP0sT*huBPbBJjaw)}h(b|HDMYj>YQx2{wAt*8<4xDQVP>7w zQBbRrLqQ;VtB{c3Skxlm27dz_C?6uMs5l@bxEWFqaN@mLyJ_qIHzv;Pn|*KIypP{| zv!CX283N;z^G`az1N8$gx+C5p)&&rk2_sB%Nkgk>8q&I}H;hV5(S{puBq|9-$J}Hi zRY@s2?xq`=N=DHMcc782WEGusbB)2uU?X42YeXl{5|&yeEX@;Fjp)pZ(aMwte#S*f z3sWZ-0>}3(7wFu{1@297P#z;kH zTE$>G{246vw!z{&#^XBS36{93MLTNxoj|Z8aFRTZwBo0F_~{;griVWO{FK_6-OQ<_ zSZ*~@NwYzoVfpSEwHO;(ja3F(dZ{2{aOkp~p)gd?j?zxlsMQSW+zTAr!njh~wWKW5 z36DCS3@p#))UQz|pi6$!WptL)rsRxTl3Gd|#6CI5e`VZ&KunHtOgGU z7?-wiR0_fj9Os){2w#Ll{_W{|QMk(wDHUiWj_Eq@HTK0*$D?B+2}(s49lNw?AM(0D zpphjMEh%UE#3sQn$92&y$Ftog1J@jnLPY2s_qaeHC>thTn51L8JXfZRj&x>SPOX5> z>}S3$XG)t*!s7*EW%+X7dA(-c7MlOlx9ATu+Eye|PBwY~xq60zOM+Fp?BOqEeU-W7HSIEIZoh%?W8gPVdxo(Tv2tHTk z0+mD6_UW}eMkT;c3E8d#IHs0I6}+~JXN}Hm;BN*UkUXG)PiKx7IPGBS&;Ht9#g>%cWC95Ur7~qBSvsMFG5Pm19cWS;*XSZR2JZQD3?fYjO zzD4obowiG`>ES3c>zn< zeM@pB2CMFMNm`_&!@VN%Af=i@DG?5Dy0%XEjJsjHp&n_|R1MfP!<4Dor)jDdC$MBo z@h~R2TZ^<|=Tj;bPvVi-dgx!y(~nn|d~rrDST?VE^MM?l`vh%?&c1&E^{XzM?@;7@X zuJ4(+82c(Ux^~y@i?KKI>#&oA$xi);3BiM=@a#^~kf{><3Ov_WVS1iukmMC@9yvW@ z9%0Zkn0B?3_Lub)UEaNQ%0(eab~gs8F2(d~Mi)L8v=&*>Pm}kJC9M>j3Uiwp=5k>Q z8^lKWa0Z_m0}$e%DIuhchY7|5=pT^bWYk?{Xw30IrB)!~1fE+m#5Sby6C%u^!dp#Q zqIZyeQA8f(1)Jzrd5PXX4^r|7Oh1u7&Xcv#d)~>vmH%dR@Ac8WS5AI8`ozWDxA~oG z`8(b`_u9GdiuZj-AO8H%6r^qYaGU6b;dY9Q0(Y`c3cJEU|C zqOKv-RX|;LY|E@ag))Jbj_-PRu1(FqKN`P@WaKFJk*U&9mPw^z4g#-(6k(`JMa_5P1U?pdvRa{u+c3+acY<8EK*~m%) z5iGX6?rJ;5FQA{n#>2ueje?b3Bvw|wiBa^yJl^}y|2=-Z_x1V;!FV^>j;~TezMAGw zxXWUG1B*ivk%%T_K-+X+wJk~_3n;L4{EHY^z<_lu({=2~eqp!m((&AHW`$?z+QVGM zS;`abJTCGC^m$&WUMAva+~`3McmyIC@}vOm3Q&beL*)4z3@h{Io0tyCh)7z}5!wIO zvouH6o2BaG#F&n)F&ohl(mf&`+eI28YUtIp=}~!n1{AWLJhg7=WgMcJPxA zq>XYD;ZdgmmaXi1&OMD`??B zpLap}9WE8mV_!m8h**_=q2fetI46I%;ga-TBzKdt|Ro?pOD!VtV}a!Od#>gMDs}cCza^+ErzaoWk5um`$2VB^G;M z6LHF@CyiRWJ;1T3r=DKu!+PwVg%**eln% JhlBlM)i2`do+tnS diff --git a/backend/.venv/Lib/site-packages/fastapi/security/api_key.py b/backend/.venv/Lib/site-packages/fastapi/security/api_key.py deleted file mode 100644 index d68bdb0..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/security/api_key.py +++ /dev/null @@ -1,301 +0,0 @@ -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): - pass - - -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) - if not api_key: - if self.auto_error: - raise HTTPException( - status_code=HTTP_403_FORBIDDEN, detail="Not authenticated" - ) - else: - return None - return api_key - - -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) - if not api_key: - if self.auto_error: - raise HTTPException( - status_code=HTTP_403_FORBIDDEN, detail="Not authenticated" - ) - else: - return None - return api_key - - -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) - if not api_key: - if self.auto_error: - raise HTTPException( - status_code=HTTP_403_FORBIDDEN, detail="Not authenticated" - ) - else: - return None - return api_key diff --git a/backend/.venv/Lib/site-packages/fastapi/security/base.py b/backend/.venv/Lib/site-packages/fastapi/security/base.py deleted file mode 100644 index c43555d..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/security/base.py +++ /dev/null @@ -1,6 +0,0 @@ -from fastapi.openapi.models import SecurityBase as SecurityBaseModel - - -class SecurityBase: - model: SecurityBaseModel - scheme_name: str diff --git a/backend/.venv/Lib/site-packages/fastapi/security/http.py b/backend/.venv/Lib/site-packages/fastapi/security/http.py deleted file mode 100644 index e06f3d6..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/security/http.py +++ /dev/null @@ -1,420 +0,0 @@ -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": - raise HTTPException( - status_code=HTTP_403_FORBIDDEN, - detail="Invalid authentication credentials", - ) - return HTTPAuthorizationCredentials(scheme=scheme, credentials=credentials) diff --git a/backend/.venv/Lib/site-packages/fastapi/security/oauth2.py b/backend/.venv/Lib/site-packages/fastapi/security/oauth2.py deleted file mode 100644 index 6adc55b..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/security/oauth2.py +++ /dev/null @@ -1,638 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/security/open_id_connect_url.py b/backend/.venv/Lib/site-packages/fastapi/security/open_id_connect_url.py deleted file mode 100644 index c8cceb9..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/security/open_id_connect_url.py +++ /dev/null @@ -1,84 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/security/utils.py b/backend/.venv/Lib/site-packages/fastapi/security/utils.py deleted file mode 100644 index fa7a450..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/security/utils.py +++ /dev/null @@ -1,10 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/staticfiles.py b/backend/.venv/Lib/site-packages/fastapi/staticfiles.py deleted file mode 100644 index 299015d..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/staticfiles.py +++ /dev/null @@ -1 +0,0 @@ -from starlette.staticfiles import StaticFiles as StaticFiles # noqa diff --git a/backend/.venv/Lib/site-packages/fastapi/templating.py b/backend/.venv/Lib/site-packages/fastapi/templating.py deleted file mode 100644 index 0cb8684..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/templating.py +++ /dev/null @@ -1 +0,0 @@ -from starlette.templating import Jinja2Templates as Jinja2Templates # noqa diff --git a/backend/.venv/Lib/site-packages/fastapi/testclient.py b/backend/.venv/Lib/site-packages/fastapi/testclient.py deleted file mode 100644 index 4012406..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/testclient.py +++ /dev/null @@ -1 +0,0 @@ -from starlette.testclient import TestClient as TestClient # noqa diff --git a/backend/.venv/Lib/site-packages/fastapi/types.py b/backend/.venv/Lib/site-packages/fastapi/types.py deleted file mode 100644 index 3205654..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/types.py +++ /dev/null @@ -1,10 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/utils.py b/backend/.venv/Lib/site-packages/fastapi/utils.py deleted file mode 100644 index 4c7350f..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/utils.py +++ /dev/null @@ -1,220 +0,0 @@ -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/backend/.venv/Lib/site-packages/fastapi/websockets.py b/backend/.venv/Lib/site-packages/fastapi/websockets.py deleted file mode 100644 index 55a4ac4..0000000 --- a/backend/.venv/Lib/site-packages/fastapi/websockets.py +++ /dev/null @@ -1,3 +0,0 @@ -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/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/INSTALLER b/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/METADATA b/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/METADATA deleted file mode 100644 index 8a2f639..0000000 --- a/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/METADATA +++ /dev/null @@ -1,202 +0,0 @@ -Metadata-Version: 2.4 -Name: h11 -Version: 0.16.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.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 :: Internet :: WWW/HTTP -Classifier: Topic :: System :: Networking -Requires-Python: >=3.8 -License-File: LICENSE.txt -Dynamic: author -Dynamic: author-email -Dynamic: classifier -Dynamic: description -Dynamic: home-page -Dynamic: license -Dynamic: license-file -Dynamic: requires-python -Dynamic: summary - -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.8-3.12) 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/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/RECORD b/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/RECORD deleted file mode 100644 index fa60234..0000000 --- a/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/RECORD +++ /dev/null @@ -1,29 +0,0 @@ -h11-0.16.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -h11-0.16.0.dist-info/METADATA,sha256=KPMmCYrAn8unm48YD5YIfIQf4kViFct7hyqcfVzRnWQ,8348 -h11-0.16.0.dist-info/RECORD,, -h11-0.16.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91 -h11-0.16.0.dist-info/licenses/LICENSE.txt,sha256=N9tbuFkm2yikJ6JYZ_ELEjIAOuob5pzLhRE4rbjm82E,1124 -h11-0.16.0.dist-info/top_level.txt,sha256=F7dC4jl3zeh8TGHEPaWJrMbeuoWbS379Gwdi-Yvdcis,4 -h11/__init__.py,sha256=iO1KzkSO42yZ6ffg-VMgbx_ZVTWGUY00nRYEWn-s3kY,1507 -h11/__pycache__/__init__.cpython-312.pyc,, -h11/__pycache__/_abnf.cpython-312.pyc,, -h11/__pycache__/_connection.cpython-312.pyc,, -h11/__pycache__/_events.cpython-312.pyc,, -h11/__pycache__/_headers.cpython-312.pyc,, -h11/__pycache__/_readers.cpython-312.pyc,, -h11/__pycache__/_receivebuffer.cpython-312.pyc,, -h11/__pycache__/_state.cpython-312.pyc,, -h11/__pycache__/_util.cpython-312.pyc,, -h11/__pycache__/_version.cpython-312.pyc,, -h11/__pycache__/_writers.cpython-312.pyc,, -h11/_abnf.py,sha256=ybixr0xsupnkA6GFAyMubuXF6Tc1lb_hF890NgCsfNc,4815 -h11/_connection.py,sha256=k9YRVf6koZqbttBW36xSWaJpWdZwa-xQVU9AHEo9DuI,26863 -h11/_events.py,sha256=I97aXoal1Wu7dkL548BANBUCkOIbe-x5CioYA9IBY14,11792 -h11/_headers.py,sha256=P7D-lBNxHwdLZPLimmYwrPG-9ZkjElvvJZJdZAgSP-4,10412 -h11/_readers.py,sha256=a4RypORUCC3d0q_kxPuBIM7jTD8iLt5X91TH0FsduN4,8590 -h11/_receivebuffer.py,sha256=xrspsdsNgWFxRfQcTXxR8RrdjRXXTK0Io5cQYWpJ1Ws,5252 -h11/_state.py,sha256=_5LG_BGR8FCcFQeBPH-TMHgm_-B-EUcWCnQof_9XjFE,13231 -h11/_util.py,sha256=LWkkjXyJaFlAy6Lt39w73UStklFT5ovcvo0TkY7RYuk,4888 -h11/_version.py,sha256=GVSsbPSPDcOuF6ptfIiXnVJoaEm3ygXbMnqlr_Giahw,686 -h11/_writers.py,sha256=oFKm6PtjeHfbj4RLX7VB7KDc1gIY53gXG3_HR9ltmTA,5081 -h11/py.typed,sha256=sow9soTwP9T_gEAQSVh7Gb8855h04Nwmhs2We-JRgZM,7 diff --git a/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/WHEEL b/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/WHEEL deleted file mode 100644 index 1eb3c49..0000000 --- a/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/WHEEL +++ /dev/null @@ -1,5 +0,0 @@ -Wheel-Version: 1.0 -Generator: setuptools (78.1.0) -Root-Is-Purelib: true -Tag: py3-none-any - diff --git a/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt b/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt deleted file mode 100644 index 8f080ea..0000000 --- a/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt +++ /dev/null @@ -1,22 +0,0 @@ -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/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/top_level.txt b/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/top_level.txt deleted file mode 100644 index 0d24def..0000000 --- a/backend/.venv/Lib/site-packages/h11-0.16.0.dist-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -h11 diff --git a/backend/.venv/Lib/site-packages/h11/__init__.py b/backend/.venv/Lib/site-packages/h11/__init__.py deleted file mode 100644 index 989e92c..0000000 --- a/backend/.venv/Lib/site-packages/h11/__init__.py +++ /dev/null @@ -1,62 +0,0 @@ -# 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/backend/.venv/Lib/site-packages/h11/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/h11/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 553d4f56247e1a7f68bbf8f5937389a11ddc13c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1069 zcma))&u`N(6vvbPN}Dw6uXWuz1{@|t58bpQ6CjNyVwKvaq#Xzo$;wi13yb5Dq(j>Y z{t7s8=WpS(t0g3)ow#k%WzP3wt!mKKCFKADZg zwQ>1{8J~oaFcLihi$KH)kibch6uB?qrEnUgaRy|t1SFgVS)2noECU%UK#BJxy*yTd zis!%_E`S0qf+8+~5-x)>u7C=j2lKcJs(1k`;2NmKF)42mFM%ao2X(v*mSbPqyMtH2 z3bQk4<%FpMcSjPqcbskHesZymB$Zpl_mLC1#HYEQu4_=+8g9`{e`{x;YYmAO|88h` zBt#>c((K5ldEFlwdtDTU_CBI%{RsIHt+xF=5@4IBvpo}qW8#O1N+xxw|tM!Z?iP z26|6}&kXG~Rb$iC2YsVA&}n9%n=f^fmaf8CXR`#X?Q(}Ww$~3xL>%JjK|lhk-kerU zgh_;MI2$5WAUr}r$Qp$3L>V7P2gGk4Y;3GIYC)2nX^`SzZ$k(&91=&CBges?PoQw* zIaH20jsi!Kqr_3+nCGZ+EO68~mN*tU>I}WceOh4E*P!#~9{-U+m3STT3kv^36P4rr zVPr?>c70{8;5Lyo7pIs+u6HFh7R~k2e7tgfg26I($?RUVoz@VxH7Y@9dme;eg-f<1 z{Cd&awBD28FdW+svi!GE*t8voO#I08_nQt0khN<&hsYmUYplT|tK;rkp&Owl3pivi zGqhO2bqHPGjUZebAJgn(OhywAJq;eP3L^W$F2i|J6vb&-5I0YSN7F=BOiTra3yx_y n&!;n7#8zDpyW*+P`7W&fQ0t%HoT?8$$mf|wCGk-TR$0d1iFXt5 diff --git a/backend/.venv/Lib/site-packages/h11/__pycache__/_abnf.cpython-312.pyc b/backend/.venv/Lib/site-packages/h11/__pycache__/_abnf.cpython-312.pyc deleted file mode 100644 index a71fc23fb0c6c545597e90a548f6b4db10df1a68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1775 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 diff --git a/backend/.venv/Lib/site-packages/h11/__pycache__/_events.cpython-312.pyc b/backend/.venv/Lib/site-packages/h11/__pycache__/_events.cpython-312.pyc deleted file mode 100644 index 2943d8bbb1583db69f271ad96842c4d8532d3401..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13215 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 diff --git a/backend/.venv/Lib/site-packages/h11/__pycache__/_readers.cpython-312.pyc b/backend/.venv/Lib/site-packages/h11/__pycache__/_readers.cpython-312.pyc deleted file mode 100644 index f167687d0e248883c9c019e0aa63a570974ab86d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9642 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 diff --git a/backend/.venv/Lib/site-packages/h11/__pycache__/_receivebuffer.cpython-312.pyc b/backend/.venv/Lib/site-packages/h11/__pycache__/_receivebuffer.cpython-312.pyc deleted file mode 100644 index 0a808a15b16a2d6f762cd7322ce3d904d4d2c16b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4693 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 diff --git a/backend/.venv/Lib/site-packages/idna/__pycache__/package_data.cpython-312.pyc b/backend/.venv/Lib/site-packages/idna/__pycache__/package_data.cpython-312.pyc deleted file mode 100644 index caeafe1bdf455f4bb8e51533f855c5f59de38d62..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 208 zcmX@j%ge<81iCS{nW8}YF^B^Lj8MjB4j^MXLkdF_LnWgoQx%J`o}raWt9}`CMGB6m*$mZ=B4W<=NF~MBqb(i zr{<-^=#{1BmBsjECdCwImZa(eHDo8IrxwR#rsO5+LwWHji6x181(mlrY;yBcN^?@} cir9eGfSgtga`^{lMn=XPd?Jn9MJzxr08N=WGynhq diff --git a/backend/.venv/Lib/site-packages/idna/__pycache__/uts46data.cpython-312.pyc b/backend/.venv/Lib/site-packages/idna/__pycache__/uts46data.cpython-312.pyc deleted file mode 100644 index bbe4fbfef736d466f22da73bfedfad969c5e9294..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 161836 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 F{|75vFw_75 diff --git a/backend/.venv/Lib/site-packages/idna/codec.py b/backend/.venv/Lib/site-packages/idna/codec.py deleted file mode 100644 index cbc2e4f..0000000 --- a/backend/.venv/Lib/site-packages/idna/codec.py +++ /dev/null @@ -1,122 +0,0 @@ -import codecs -import re -from typing import Any, Optional, Tuple - -from .core import IDNAError, alabel, decode, encode, ulabel - -_unicode_dots_re = re.compile("[\u002e\u3002\uff0e\uff61]") - - -class Codec(codecs.Codec): - def encode(self, data: str, errors: str = "strict") -> Tuple[bytes, int]: - if errors != "strict": - raise IDNAError('Unsupported error handling "{}"'.format(errors)) - - if not data: - return b"", 0 - - return encode(data), len(data) - - def decode(self, data: bytes, errors: str = "strict") -> Tuple[str, int]: - if errors != "strict": - raise IDNAError('Unsupported error handling "{}"'.format(errors)) - - if not data: - return "", 0 - - return decode(data), len(data) - - -class IncrementalEncoder(codecs.BufferedIncrementalEncoder): - def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[bytes, int]: - if errors != "strict": - raise IDNAError('Unsupported error handling "{}"'.format(errors)) - - if not data: - return b"", 0 - - labels = _unicode_dots_re.split(data) - trailing_dot = b"" - if labels: - if not labels[-1]: - trailing_dot = b"." - del labels[-1] - elif not final: - # Keep potentially unfinished label until the next call - del labels[-1] - if labels: - trailing_dot = b"." - - result = [] - size = 0 - for label in labels: - result.append(alabel(label)) - if size: - size += 1 - size += len(label) - - # Join with U+002E - result_bytes = b".".join(result) + trailing_dot - size += len(trailing_dot) - return result_bytes, size - - -class IncrementalDecoder(codecs.BufferedIncrementalDecoder): - def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]: - if errors != "strict": - raise IDNAError('Unsupported error handling "{}"'.format(errors)) - - if not data: - return ("", 0) - - if not isinstance(data, str): - data = str(data, "ascii") - - labels = _unicode_dots_re.split(data) - trailing_dot = "" - if labels: - if not labels[-1]: - trailing_dot = "." - del labels[-1] - elif not final: - # Keep potentially unfinished label until the next call - del labels[-1] - if labels: - trailing_dot = "." - - result = [] - size = 0 - for label in labels: - result.append(ulabel(label)) - if size: - size += 1 - size += len(label) - - result_str = ".".join(result) + trailing_dot - size += len(trailing_dot) - return (result_str, size) - - -class StreamWriter(Codec, codecs.StreamWriter): - pass - - -class StreamReader(Codec, codecs.StreamReader): - pass - - -def search_function(name: str) -> Optional[codecs.CodecInfo]: - if name != "idna2008": - return None - return codecs.CodecInfo( - name=name, - encode=Codec().encode, - decode=Codec().decode, # type: ignore - incrementalencoder=IncrementalEncoder, - incrementaldecoder=IncrementalDecoder, - streamwriter=StreamWriter, - streamreader=StreamReader, - ) - - -codecs.register(search_function) diff --git a/backend/.venv/Lib/site-packages/idna/compat.py b/backend/.venv/Lib/site-packages/idna/compat.py deleted file mode 100644 index 1df9f2a..0000000 --- a/backend/.venv/Lib/site-packages/idna/compat.py +++ /dev/null @@ -1,15 +0,0 @@ -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/backend/.venv/Lib/site-packages/idna/core.py b/backend/.venv/Lib/site-packages/idna/core.py deleted file mode 100644 index 8177bf7..0000000 --- a/backend/.venv/Lib/site-packages/idna/core.py +++ /dev/null @@ -1,437 +0,0 @@ -import bisect -import re -import unicodedata -from typing import Optional, Union - -from . import idnadata -from .intranges import intranges_contain - -_virama_combining_class = 9 -_alabel_prefix = b"xn--" -_unicode_dots_re = re.compile("[\u002e\u3002\uff0e\uff61]") - - -class IDNAError(UnicodeError): - """Base exception for all IDNA-encoding related problems""" - - pass - - -class IDNABidiError(IDNAError): - """Exception when bidirectional requirements are not satisfied""" - - pass - - -class InvalidCodepoint(IDNAError): - """Exception when a disallowed or unallocated codepoint is used""" - - pass - - -class InvalidCodepointContext(IDNAError): - """Exception when the codepoint is not valid in the context it is used""" - - pass - - -def _combining_class(cp: int) -> int: - v = unicodedata.combining(chr(cp)) - if v == 0: - if not unicodedata.name(chr(cp)): - raise ValueError("Unknown character in unicodedata") - return v - - -def _is_script(cp: str, script: str) -> bool: - return intranges_contain(ord(cp), idnadata.scripts[script]) - - -def _punycode(s: str) -> bytes: - return s.encode("punycode") - - -def _unot(s: int) -> str: - return "U+{:04X}".format(s) - - -def valid_label_length(label: Union[bytes, str]) -> bool: - if len(label) > 63: - return False - return True - - -def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: - if len(label) > (254 if trailing_dot else 253): - return False - return True - - -def check_bidi(label: str, check_ltr: bool = False) -> bool: - # Bidi rules should only be applied if string contains RTL characters - bidi_label = False - for idx, cp in enumerate(label, 1): - direction = unicodedata.bidirectional(cp) - if direction == "": - # String likely comes from a newer version of Unicode - raise IDNABidiError("Unknown directionality in label {} at position {}".format(repr(label), idx)) - if direction in ["R", "AL", "AN"]: - bidi_label = True - if not bidi_label and not check_ltr: - return True - - # Bidi rule 1 - direction = unicodedata.bidirectional(label[0]) - if direction in ["R", "AL"]: - rtl = True - elif direction == "L": - rtl = False - else: - raise IDNABidiError("First codepoint in label {} must be directionality L, R or AL".format(repr(label))) - - valid_ending = False - number_type: Optional[str] = None - for idx, cp in enumerate(label, 1): - direction = unicodedata.bidirectional(cp) - - if rtl: - # Bidi rule 2 - if direction not in [ - "R", - "AL", - "AN", - "EN", - "ES", - "CS", - "ET", - "ON", - "BN", - "NSM", - ]: - raise IDNABidiError("Invalid direction for codepoint at position {} in a right-to-left label".format(idx)) - # Bidi rule 3 - if direction in ["R", "AL", "EN", "AN"]: - valid_ending = True - elif direction != "NSM": - valid_ending = False - # Bidi rule 4 - if direction in ["AN", "EN"]: - if not number_type: - number_type = direction - else: - if number_type != direction: - raise IDNABidiError("Can not mix numeral types in a right-to-left label") - else: - # Bidi rule 5 - if direction not in ["L", "EN", "ES", "CS", "ET", "ON", "BN", "NSM"]: - raise IDNABidiError("Invalid direction for codepoint at position {} in a left-to-right label".format(idx)) - # Bidi rule 6 - if direction in ["L", "EN"]: - valid_ending = True - elif direction != "NSM": - valid_ending = False - - if not valid_ending: - raise IDNABidiError("Label ends with illegal codepoint directionality") - - return True - - -def check_initial_combiner(label: str) -> bool: - if unicodedata.category(label[0])[0] == "M": - raise IDNAError("Label begins with an illegal combining character") - return True - - -def check_hyphen_ok(label: str) -> bool: - if label[2:4] == "--": - raise IDNAError("Label has disallowed hyphens in 3rd and 4th position") - if label[0] == "-" or label[-1] == "-": - raise IDNAError("Label must not start or end with a hyphen") - return True - - -def check_nfc(label: str) -> None: - if unicodedata.normalize("NFC", label) != label: - raise IDNAError("Label must be in Normalization Form C") - - -def valid_contextj(label: str, pos: int) -> bool: - cp_value = ord(label[pos]) - - if cp_value == 0x200C: - if pos > 0: - if _combining_class(ord(label[pos - 1])) == _virama_combining_class: - return True - - ok = False - for i in range(pos - 1, -1, -1): - joining_type = idnadata.joining_types.get(ord(label[i])) - if joining_type == ord("T"): - continue - elif joining_type in [ord("L"), ord("D")]: - ok = True - break - else: - break - - if not ok: - return False - - ok = False - for i in range(pos + 1, len(label)): - joining_type = idnadata.joining_types.get(ord(label[i])) - if joining_type == ord("T"): - continue - elif joining_type in [ord("R"), ord("D")]: - ok = True - break - else: - break - return ok - - if cp_value == 0x200D: - if pos > 0: - if _combining_class(ord(label[pos - 1])) == _virama_combining_class: - return True - return False - - else: - return False - - -def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: - cp_value = ord(label[pos]) - - if cp_value == 0x00B7: - if 0 < pos < len(label) - 1: - if ord(label[pos - 1]) == 0x006C and ord(label[pos + 1]) == 0x006C: - return True - return False - - elif cp_value == 0x0375: - if pos < len(label) - 1 and len(label) > 1: - return _is_script(label[pos + 1], "Greek") - return False - - elif cp_value == 0x05F3 or cp_value == 0x05F4: - if pos > 0: - return _is_script(label[pos - 1], "Hebrew") - return False - - elif cp_value == 0x30FB: - for cp in label: - if cp == "\u30fb": - continue - if _is_script(cp, "Hiragana") or _is_script(cp, "Katakana") or _is_script(cp, "Han"): - return True - return False - - elif 0x660 <= cp_value <= 0x669: - for cp in label: - if 0x6F0 <= ord(cp) <= 0x06F9: - return False - return True - - elif 0x6F0 <= cp_value <= 0x6F9: - for cp in label: - if 0x660 <= ord(cp) <= 0x0669: - return False - return True - - return False - - -def check_label(label: Union[str, bytes, bytearray]) -> None: - if isinstance(label, (bytes, bytearray)): - label = label.decode("utf-8") - if len(label) == 0: - raise IDNAError("Empty Label") - - check_nfc(label) - check_hyphen_ok(label) - check_initial_combiner(label) - - for pos, cp in enumerate(label): - cp_value = ord(cp) - if intranges_contain(cp_value, idnadata.codepoint_classes["PVALID"]): - continue - elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTJ"]): - try: - if not valid_contextj(label, pos): - raise InvalidCodepointContext( - "Joiner {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label)) - ) - except ValueError: - raise IDNAError( - "Unknown codepoint adjacent to joiner {} at position {} in {}".format( - _unot(cp_value), pos + 1, repr(label) - ) - ) - elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTO"]): - if not valid_contexto(label, pos): - raise InvalidCodepointContext( - "Codepoint {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label)) - ) - else: - raise InvalidCodepoint( - "Codepoint {} at position {} of {} not allowed".format(_unot(cp_value), pos + 1, repr(label)) - ) - - check_bidi(label) - - -def alabel(label: str) -> bytes: - try: - label_bytes = label.encode("ascii") - ulabel(label_bytes) - if not valid_label_length(label_bytes): - raise IDNAError("Label too long") - return label_bytes - except UnicodeEncodeError: - pass - - check_label(label) - label_bytes = _alabel_prefix + _punycode(label) - - if not valid_label_length(label_bytes): - raise IDNAError("Label too long") - - return label_bytes - - -def ulabel(label: Union[str, bytes, bytearray]) -> str: - if not isinstance(label, (bytes, bytearray)): - try: - label_bytes = label.encode("ascii") - except UnicodeEncodeError: - check_label(label) - return label - else: - label_bytes = bytes(label) - - label_bytes = label_bytes.lower() - if label_bytes.startswith(_alabel_prefix): - label_bytes = label_bytes[len(_alabel_prefix) :] - if not label_bytes: - raise IDNAError("Malformed A-label, no Punycode eligible content found") - if label_bytes.decode("ascii")[-1] == "-": - raise IDNAError("A-label must not end with a hyphen") - else: - check_label(label_bytes) - return label_bytes.decode("ascii") - - try: - label = label_bytes.decode("punycode") - except UnicodeError: - raise IDNAError("Invalid A-label") - check_label(label) - return label - - -def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: - """Re-map the characters in the string according to UTS46 processing.""" - from .uts46data import uts46data - - output = "" - - for pos, char in enumerate(domain): - code_point = ord(char) - try: - uts46row = uts46data[code_point if code_point < 256 else bisect.bisect_left(uts46data, (code_point, "Z")) - 1] - status = uts46row[1] - replacement: Optional[str] = None - if len(uts46row) == 3: - replacement = uts46row[2] - if ( - status == "V" - or (status == "D" and not transitional) - or (status == "3" and not std3_rules and replacement is None) - ): - output += char - elif replacement is not None and ( - status == "M" or (status == "3" and not std3_rules) or (status == "D" and transitional) - ): - output += replacement - elif status != "I": - raise IndexError() - except IndexError: - raise InvalidCodepoint( - "Codepoint {} not allowed at position {} in {}".format(_unot(code_point), pos + 1, repr(domain)) - ) - - return unicodedata.normalize("NFC", output) - - -def encode( - s: Union[str, bytes, bytearray], - strict: bool = False, - uts46: bool = False, - std3_rules: bool = False, - transitional: bool = False, -) -> bytes: - if not isinstance(s, str): - try: - s = str(s, "ascii") - except UnicodeDecodeError: - raise IDNAError("should pass a unicode string to the function rather than a byte string.") - if uts46: - s = uts46_remap(s, std3_rules, transitional) - trailing_dot = False - result = [] - if strict: - labels = s.split(".") - else: - labels = _unicode_dots_re.split(s) - if not labels or labels == [""]: - raise IDNAError("Empty domain") - if labels[-1] == "": - del labels[-1] - trailing_dot = True - for label in labels: - s = alabel(label) - if s: - result.append(s) - else: - raise IDNAError("Empty label") - if trailing_dot: - result.append(b"") - s = b".".join(result) - if not valid_string_length(s, trailing_dot): - raise IDNAError("Domain too long") - return s - - -def decode( - s: Union[str, bytes, bytearray], - strict: bool = False, - uts46: bool = False, - std3_rules: bool = False, -) -> str: - try: - if not isinstance(s, str): - s = str(s, "ascii") - except UnicodeDecodeError: - raise IDNAError("Invalid ASCII in A-label") - if uts46: - s = uts46_remap(s, std3_rules, False) - trailing_dot = False - result = [] - if not strict: - labels = _unicode_dots_re.split(s) - else: - labels = s.split(".") - if not labels or labels == [""]: - raise IDNAError("Empty domain") - if not labels[-1]: - del labels[-1] - trailing_dot = True - for label in labels: - s = ulabel(label) - if s: - result.append(s) - else: - raise IDNAError("Empty label") - if trailing_dot: - result.append("") - return ".".join(result) diff --git a/backend/.venv/Lib/site-packages/idna/idnadata.py b/backend/.venv/Lib/site-packages/idna/idnadata.py deleted file mode 100644 index ded47ca..0000000 --- a/backend/.venv/Lib/site-packages/idna/idnadata.py +++ /dev/null @@ -1,4309 +0,0 @@ -# This file is automatically generated by tools/idna-data - -__version__ = "16.0.0" - -scripts = { - "Greek": ( - 0x37000000374, - 0x37500000378, - 0x37A0000037E, - 0x37F00000380, - 0x38400000385, - 0x38600000387, - 0x3880000038B, - 0x38C0000038D, - 0x38E000003A2, - 0x3A3000003E2, - 0x3F000000400, - 0x1D2600001D2B, - 0x1D5D00001D62, - 0x1D6600001D6B, - 0x1DBF00001DC0, - 0x1F0000001F16, - 0x1F1800001F1E, - 0x1F2000001F46, - 0x1F4800001F4E, - 0x1F5000001F58, - 0x1F5900001F5A, - 0x1F5B00001F5C, - 0x1F5D00001F5E, - 0x1F5F00001F7E, - 0x1F8000001FB5, - 0x1FB600001FC5, - 0x1FC600001FD4, - 0x1FD600001FDC, - 0x1FDD00001FF0, - 0x1FF200001FF5, - 0x1FF600001FFF, - 0x212600002127, - 0xAB650000AB66, - 0x101400001018F, - 0x101A0000101A1, - 0x1D2000001D246, - ), - "Han": ( - 0x2E8000002E9A, - 0x2E9B00002EF4, - 0x2F0000002FD6, - 0x300500003006, - 0x300700003008, - 0x30210000302A, - 0x30380000303C, - 0x340000004DC0, - 0x4E000000A000, - 0xF9000000FA6E, - 0xFA700000FADA, - 0x16FE200016FE4, - 0x16FF000016FF2, - 0x200000002A6E0, - 0x2A7000002B73A, - 0x2B7400002B81E, - 0x2B8200002CEA2, - 0x2CEB00002EBE1, - 0x2EBF00002EE5E, - 0x2F8000002FA1E, - 0x300000003134B, - 0x31350000323B0, - ), - "Hebrew": ( - 0x591000005C8, - 0x5D0000005EB, - 0x5EF000005F5, - 0xFB1D0000FB37, - 0xFB380000FB3D, - 0xFB3E0000FB3F, - 0xFB400000FB42, - 0xFB430000FB45, - 0xFB460000FB50, - ), - "Hiragana": ( - 0x304100003097, - 0x309D000030A0, - 0x1B0010001B120, - 0x1B1320001B133, - 0x1B1500001B153, - 0x1F2000001F201, - ), - "Katakana": ( - 0x30A1000030FB, - 0x30FD00003100, - 0x31F000003200, - 0x32D0000032FF, - 0x330000003358, - 0xFF660000FF70, - 0xFF710000FF9E, - 0x1AFF00001AFF4, - 0x1AFF50001AFFC, - 0x1AFFD0001AFFF, - 0x1B0000001B001, - 0x1B1200001B123, - 0x1B1550001B156, - 0x1B1640001B168, - ), -} -joining_types = { - 0xAD: 84, - 0x300: 84, - 0x301: 84, - 0x302: 84, - 0x303: 84, - 0x304: 84, - 0x305: 84, - 0x306: 84, - 0x307: 84, - 0x308: 84, - 0x309: 84, - 0x30A: 84, - 0x30B: 84, - 0x30C: 84, - 0x30D: 84, - 0x30E: 84, - 0x30F: 84, - 0x310: 84, - 0x311: 84, - 0x312: 84, - 0x313: 84, - 0x314: 84, - 0x315: 84, - 0x316: 84, - 0x317: 84, - 0x318: 84, - 0x319: 84, - 0x31A: 84, - 0x31B: 84, - 0x31C: 84, - 0x31D: 84, - 0x31E: 84, - 0x31F: 84, - 0x320: 84, - 0x321: 84, - 0x322: 84, - 0x323: 84, - 0x324: 84, - 0x325: 84, - 0x326: 84, - 0x327: 84, - 0x328: 84, - 0x329: 84, - 0x32A: 84, - 0x32B: 84, - 0x32C: 84, - 0x32D: 84, - 0x32E: 84, - 0x32F: 84, - 0x330: 84, - 0x331: 84, - 0x332: 84, - 0x333: 84, - 0x334: 84, - 0x335: 84, - 0x336: 84, - 0x337: 84, - 0x338: 84, - 0x339: 84, - 0x33A: 84, - 0x33B: 84, - 0x33C: 84, - 0x33D: 84, - 0x33E: 84, - 0x33F: 84, - 0x340: 84, - 0x341: 84, - 0x342: 84, - 0x343: 84, - 0x344: 84, - 0x345: 84, - 0x346: 84, - 0x347: 84, - 0x348: 84, - 0x349: 84, - 0x34A: 84, - 0x34B: 84, - 0x34C: 84, - 0x34D: 84, - 0x34E: 84, - 0x34F: 84, - 0x350: 84, - 0x351: 84, - 0x352: 84, - 0x353: 84, - 0x354: 84, - 0x355: 84, - 0x356: 84, - 0x357: 84, - 0x358: 84, - 0x359: 84, - 0x35A: 84, - 0x35B: 84, - 0x35C: 84, - 0x35D: 84, - 0x35E: 84, - 0x35F: 84, - 0x360: 84, - 0x361: 84, - 0x362: 84, - 0x363: 84, - 0x364: 84, - 0x365: 84, - 0x366: 84, - 0x367: 84, - 0x368: 84, - 0x369: 84, - 0x36A: 84, - 0x36B: 84, - 0x36C: 84, - 0x36D: 84, - 0x36E: 84, - 0x36F: 84, - 0x483: 84, - 0x484: 84, - 0x485: 84, - 0x486: 84, - 0x487: 84, - 0x488: 84, - 0x489: 84, - 0x591: 84, - 0x592: 84, - 0x593: 84, - 0x594: 84, - 0x595: 84, - 0x596: 84, - 0x597: 84, - 0x598: 84, - 0x599: 84, - 0x59A: 84, - 0x59B: 84, - 0x59C: 84, - 0x59D: 84, - 0x59E: 84, - 0x59F: 84, - 0x5A0: 84, - 0x5A1: 84, - 0x5A2: 84, - 0x5A3: 84, - 0x5A4: 84, - 0x5A5: 84, - 0x5A6: 84, - 0x5A7: 84, - 0x5A8: 84, - 0x5A9: 84, - 0x5AA: 84, - 0x5AB: 84, - 0x5AC: 84, - 0x5AD: 84, - 0x5AE: 84, - 0x5AF: 84, - 0x5B0: 84, - 0x5B1: 84, - 0x5B2: 84, - 0x5B3: 84, - 0x5B4: 84, - 0x5B5: 84, - 0x5B6: 84, - 0x5B7: 84, - 0x5B8: 84, - 0x5B9: 84, - 0x5BA: 84, - 0x5BB: 84, - 0x5BC: 84, - 0x5BD: 84, - 0x5BF: 84, - 0x5C1: 84, - 0x5C2: 84, - 0x5C4: 84, - 0x5C5: 84, - 0x5C7: 84, - 0x610: 84, - 0x611: 84, - 0x612: 84, - 0x613: 84, - 0x614: 84, - 0x615: 84, - 0x616: 84, - 0x617: 84, - 0x618: 84, - 0x619: 84, - 0x61A: 84, - 0x61C: 84, - 0x620: 68, - 0x622: 82, - 0x623: 82, - 0x624: 82, - 0x625: 82, - 0x626: 68, - 0x627: 82, - 0x628: 68, - 0x629: 82, - 0x62A: 68, - 0x62B: 68, - 0x62C: 68, - 0x62D: 68, - 0x62E: 68, - 0x62F: 82, - 0x630: 82, - 0x631: 82, - 0x632: 82, - 0x633: 68, - 0x634: 68, - 0x635: 68, - 0x636: 68, - 0x637: 68, - 0x638: 68, - 0x639: 68, - 0x63A: 68, - 0x63B: 68, - 0x63C: 68, - 0x63D: 68, - 0x63E: 68, - 0x63F: 68, - 0x640: 67, - 0x641: 68, - 0x642: 68, - 0x643: 68, - 0x644: 68, - 0x645: 68, - 0x646: 68, - 0x647: 68, - 0x648: 82, - 0x649: 68, - 0x64A: 68, - 0x64B: 84, - 0x64C: 84, - 0x64D: 84, - 0x64E: 84, - 0x64F: 84, - 0x650: 84, - 0x651: 84, - 0x652: 84, - 0x653: 84, - 0x654: 84, - 0x655: 84, - 0x656: 84, - 0x657: 84, - 0x658: 84, - 0x659: 84, - 0x65A: 84, - 0x65B: 84, - 0x65C: 84, - 0x65D: 84, - 0x65E: 84, - 0x65F: 84, - 0x66E: 68, - 0x66F: 68, - 0x670: 84, - 0x671: 82, - 0x672: 82, - 0x673: 82, - 0x675: 82, - 0x676: 82, - 0x677: 82, - 0x678: 68, - 0x679: 68, - 0x67A: 68, - 0x67B: 68, - 0x67C: 68, - 0x67D: 68, - 0x67E: 68, - 0x67F: 68, - 0x680: 68, - 0x681: 68, - 0x682: 68, - 0x683: 68, - 0x684: 68, - 0x685: 68, - 0x686: 68, - 0x687: 68, - 0x688: 82, - 0x689: 82, - 0x68A: 82, - 0x68B: 82, - 0x68C: 82, - 0x68D: 82, - 0x68E: 82, - 0x68F: 82, - 0x690: 82, - 0x691: 82, - 0x692: 82, - 0x693: 82, - 0x694: 82, - 0x695: 82, - 0x696: 82, - 0x697: 82, - 0x698: 82, - 0x699: 82, - 0x69A: 68, - 0x69B: 68, - 0x69C: 68, - 0x69D: 68, - 0x69E: 68, - 0x69F: 68, - 0x6A0: 68, - 0x6A1: 68, - 0x6A2: 68, - 0x6A3: 68, - 0x6A4: 68, - 0x6A5: 68, - 0x6A6: 68, - 0x6A7: 68, - 0x6A8: 68, - 0x6A9: 68, - 0x6AA: 68, - 0x6AB: 68, - 0x6AC: 68, - 0x6AD: 68, - 0x6AE: 68, - 0x6AF: 68, - 0x6B0: 68, - 0x6B1: 68, - 0x6B2: 68, - 0x6B3: 68, - 0x6B4: 68, - 0x6B5: 68, - 0x6B6: 68, - 0x6B7: 68, - 0x6B8: 68, - 0x6B9: 68, - 0x6BA: 68, - 0x6BB: 68, - 0x6BC: 68, - 0x6BD: 68, - 0x6BE: 68, - 0x6BF: 68, - 0x6C0: 82, - 0x6C1: 68, - 0x6C2: 68, - 0x6C3: 82, - 0x6C4: 82, - 0x6C5: 82, - 0x6C6: 82, - 0x6C7: 82, - 0x6C8: 82, - 0x6C9: 82, - 0x6CA: 82, - 0x6CB: 82, - 0x6CC: 68, - 0x6CD: 82, - 0x6CE: 68, - 0x6CF: 82, - 0x6D0: 68, - 0x6D1: 68, - 0x6D2: 82, - 0x6D3: 82, - 0x6D5: 82, - 0x6D6: 84, - 0x6D7: 84, - 0x6D8: 84, - 0x6D9: 84, - 0x6DA: 84, - 0x6DB: 84, - 0x6DC: 84, - 0x6DF: 84, - 0x6E0: 84, - 0x6E1: 84, - 0x6E2: 84, - 0x6E3: 84, - 0x6E4: 84, - 0x6E7: 84, - 0x6E8: 84, - 0x6EA: 84, - 0x6EB: 84, - 0x6EC: 84, - 0x6ED: 84, - 0x6EE: 82, - 0x6EF: 82, - 0x6FA: 68, - 0x6FB: 68, - 0x6FC: 68, - 0x6FF: 68, - 0x70F: 84, - 0x710: 82, - 0x711: 84, - 0x712: 68, - 0x713: 68, - 0x714: 68, - 0x715: 82, - 0x716: 82, - 0x717: 82, - 0x718: 82, - 0x719: 82, - 0x71A: 68, - 0x71B: 68, - 0x71C: 68, - 0x71D: 68, - 0x71E: 82, - 0x71F: 68, - 0x720: 68, - 0x721: 68, - 0x722: 68, - 0x723: 68, - 0x724: 68, - 0x725: 68, - 0x726: 68, - 0x727: 68, - 0x728: 82, - 0x729: 68, - 0x72A: 82, - 0x72B: 68, - 0x72C: 82, - 0x72D: 68, - 0x72E: 68, - 0x72F: 82, - 0x730: 84, - 0x731: 84, - 0x732: 84, - 0x733: 84, - 0x734: 84, - 0x735: 84, - 0x736: 84, - 0x737: 84, - 0x738: 84, - 0x739: 84, - 0x73A: 84, - 0x73B: 84, - 0x73C: 84, - 0x73D: 84, - 0x73E: 84, - 0x73F: 84, - 0x740: 84, - 0x741: 84, - 0x742: 84, - 0x743: 84, - 0x744: 84, - 0x745: 84, - 0x746: 84, - 0x747: 84, - 0x748: 84, - 0x749: 84, - 0x74A: 84, - 0x74D: 82, - 0x74E: 68, - 0x74F: 68, - 0x750: 68, - 0x751: 68, - 0x752: 68, - 0x753: 68, - 0x754: 68, - 0x755: 68, - 0x756: 68, - 0x757: 68, - 0x758: 68, - 0x759: 82, - 0x75A: 82, - 0x75B: 82, - 0x75C: 68, - 0x75D: 68, - 0x75E: 68, - 0x75F: 68, - 0x760: 68, - 0x761: 68, - 0x762: 68, - 0x763: 68, - 0x764: 68, - 0x765: 68, - 0x766: 68, - 0x767: 68, - 0x768: 68, - 0x769: 68, - 0x76A: 68, - 0x76B: 82, - 0x76C: 82, - 0x76D: 68, - 0x76E: 68, - 0x76F: 68, - 0x770: 68, - 0x771: 82, - 0x772: 68, - 0x773: 82, - 0x774: 82, - 0x775: 68, - 0x776: 68, - 0x777: 68, - 0x778: 82, - 0x779: 82, - 0x77A: 68, - 0x77B: 68, - 0x77C: 68, - 0x77D: 68, - 0x77E: 68, - 0x77F: 68, - 0x7A6: 84, - 0x7A7: 84, - 0x7A8: 84, - 0x7A9: 84, - 0x7AA: 84, - 0x7AB: 84, - 0x7AC: 84, - 0x7AD: 84, - 0x7AE: 84, - 0x7AF: 84, - 0x7B0: 84, - 0x7CA: 68, - 0x7CB: 68, - 0x7CC: 68, - 0x7CD: 68, - 0x7CE: 68, - 0x7CF: 68, - 0x7D0: 68, - 0x7D1: 68, - 0x7D2: 68, - 0x7D3: 68, - 0x7D4: 68, - 0x7D5: 68, - 0x7D6: 68, - 0x7D7: 68, - 0x7D8: 68, - 0x7D9: 68, - 0x7DA: 68, - 0x7DB: 68, - 0x7DC: 68, - 0x7DD: 68, - 0x7DE: 68, - 0x7DF: 68, - 0x7E0: 68, - 0x7E1: 68, - 0x7E2: 68, - 0x7E3: 68, - 0x7E4: 68, - 0x7E5: 68, - 0x7E6: 68, - 0x7E7: 68, - 0x7E8: 68, - 0x7E9: 68, - 0x7EA: 68, - 0x7EB: 84, - 0x7EC: 84, - 0x7ED: 84, - 0x7EE: 84, - 0x7EF: 84, - 0x7F0: 84, - 0x7F1: 84, - 0x7F2: 84, - 0x7F3: 84, - 0x7FA: 67, - 0x7FD: 84, - 0x816: 84, - 0x817: 84, - 0x818: 84, - 0x819: 84, - 0x81B: 84, - 0x81C: 84, - 0x81D: 84, - 0x81E: 84, - 0x81F: 84, - 0x820: 84, - 0x821: 84, - 0x822: 84, - 0x823: 84, - 0x825: 84, - 0x826: 84, - 0x827: 84, - 0x829: 84, - 0x82A: 84, - 0x82B: 84, - 0x82C: 84, - 0x82D: 84, - 0x840: 82, - 0x841: 68, - 0x842: 68, - 0x843: 68, - 0x844: 68, - 0x845: 68, - 0x846: 82, - 0x847: 82, - 0x848: 68, - 0x849: 82, - 0x84A: 68, - 0x84B: 68, - 0x84C: 68, - 0x84D: 68, - 0x84E: 68, - 0x84F: 68, - 0x850: 68, - 0x851: 68, - 0x852: 68, - 0x853: 68, - 0x854: 82, - 0x855: 68, - 0x856: 82, - 0x857: 82, - 0x858: 82, - 0x859: 84, - 0x85A: 84, - 0x85B: 84, - 0x860: 68, - 0x862: 68, - 0x863: 68, - 0x864: 68, - 0x865: 68, - 0x867: 82, - 0x868: 68, - 0x869: 82, - 0x86A: 82, - 0x870: 82, - 0x871: 82, - 0x872: 82, - 0x873: 82, - 0x874: 82, - 0x875: 82, - 0x876: 82, - 0x877: 82, - 0x878: 82, - 0x879: 82, - 0x87A: 82, - 0x87B: 82, - 0x87C: 82, - 0x87D: 82, - 0x87E: 82, - 0x87F: 82, - 0x880: 82, - 0x881: 82, - 0x882: 82, - 0x883: 67, - 0x884: 67, - 0x885: 67, - 0x886: 68, - 0x889: 68, - 0x88A: 68, - 0x88B: 68, - 0x88C: 68, - 0x88D: 68, - 0x88E: 82, - 0x897: 84, - 0x898: 84, - 0x899: 84, - 0x89A: 84, - 0x89B: 84, - 0x89C: 84, - 0x89D: 84, - 0x89E: 84, - 0x89F: 84, - 0x8A0: 68, - 0x8A1: 68, - 0x8A2: 68, - 0x8A3: 68, - 0x8A4: 68, - 0x8A5: 68, - 0x8A6: 68, - 0x8A7: 68, - 0x8A8: 68, - 0x8A9: 68, - 0x8AA: 82, - 0x8AB: 82, - 0x8AC: 82, - 0x8AE: 82, - 0x8AF: 68, - 0x8B0: 68, - 0x8B1: 82, - 0x8B2: 82, - 0x8B3: 68, - 0x8B4: 68, - 0x8B5: 68, - 0x8B6: 68, - 0x8B7: 68, - 0x8B8: 68, - 0x8B9: 82, - 0x8BA: 68, - 0x8BB: 68, - 0x8BC: 68, - 0x8BD: 68, - 0x8BE: 68, - 0x8BF: 68, - 0x8C0: 68, - 0x8C1: 68, - 0x8C2: 68, - 0x8C3: 68, - 0x8C4: 68, - 0x8C5: 68, - 0x8C6: 68, - 0x8C7: 68, - 0x8C8: 68, - 0x8CA: 84, - 0x8CB: 84, - 0x8CC: 84, - 0x8CD: 84, - 0x8CE: 84, - 0x8CF: 84, - 0x8D0: 84, - 0x8D1: 84, - 0x8D2: 84, - 0x8D3: 84, - 0x8D4: 84, - 0x8D5: 84, - 0x8D6: 84, - 0x8D7: 84, - 0x8D8: 84, - 0x8D9: 84, - 0x8DA: 84, - 0x8DB: 84, - 0x8DC: 84, - 0x8DD: 84, - 0x8DE: 84, - 0x8DF: 84, - 0x8E0: 84, - 0x8E1: 84, - 0x8E3: 84, - 0x8E4: 84, - 0x8E5: 84, - 0x8E6: 84, - 0x8E7: 84, - 0x8E8: 84, - 0x8E9: 84, - 0x8EA: 84, - 0x8EB: 84, - 0x8EC: 84, - 0x8ED: 84, - 0x8EE: 84, - 0x8EF: 84, - 0x8F0: 84, - 0x8F1: 84, - 0x8F2: 84, - 0x8F3: 84, - 0x8F4: 84, - 0x8F5: 84, - 0x8F6: 84, - 0x8F7: 84, - 0x8F8: 84, - 0x8F9: 84, - 0x8FA: 84, - 0x8FB: 84, - 0x8FC: 84, - 0x8FD: 84, - 0x8FE: 84, - 0x8FF: 84, - 0x900: 84, - 0x901: 84, - 0x902: 84, - 0x93A: 84, - 0x93C: 84, - 0x941: 84, - 0x942: 84, - 0x943: 84, - 0x944: 84, - 0x945: 84, - 0x946: 84, - 0x947: 84, - 0x948: 84, - 0x94D: 84, - 0x951: 84, - 0x952: 84, - 0x953: 84, - 0x954: 84, - 0x955: 84, - 0x956: 84, - 0x957: 84, - 0x962: 84, - 0x963: 84, - 0x981: 84, - 0x9BC: 84, - 0x9C1: 84, - 0x9C2: 84, - 0x9C3: 84, - 0x9C4: 84, - 0x9CD: 84, - 0x9E2: 84, - 0x9E3: 84, - 0x9FE: 84, - 0xA01: 84, - 0xA02: 84, - 0xA3C: 84, - 0xA41: 84, - 0xA42: 84, - 0xA47: 84, - 0xA48: 84, - 0xA4B: 84, - 0xA4C: 84, - 0xA4D: 84, - 0xA51: 84, - 0xA70: 84, - 0xA71: 84, - 0xA75: 84, - 0xA81: 84, - 0xA82: 84, - 0xABC: 84, - 0xAC1: 84, - 0xAC2: 84, - 0xAC3: 84, - 0xAC4: 84, - 0xAC5: 84, - 0xAC7: 84, - 0xAC8: 84, - 0xACD: 84, - 0xAE2: 84, - 0xAE3: 84, - 0xAFA: 84, - 0xAFB: 84, - 0xAFC: 84, - 0xAFD: 84, - 0xAFE: 84, - 0xAFF: 84, - 0xB01: 84, - 0xB3C: 84, - 0xB3F: 84, - 0xB41: 84, - 0xB42: 84, - 0xB43: 84, - 0xB44: 84, - 0xB4D: 84, - 0xB55: 84, - 0xB56: 84, - 0xB62: 84, - 0xB63: 84, - 0xB82: 84, - 0xBC0: 84, - 0xBCD: 84, - 0xC00: 84, - 0xC04: 84, - 0xC3C: 84, - 0xC3E: 84, - 0xC3F: 84, - 0xC40: 84, - 0xC46: 84, - 0xC47: 84, - 0xC48: 84, - 0xC4A: 84, - 0xC4B: 84, - 0xC4C: 84, - 0xC4D: 84, - 0xC55: 84, - 0xC56: 84, - 0xC62: 84, - 0xC63: 84, - 0xC81: 84, - 0xCBC: 84, - 0xCBF: 84, - 0xCC6: 84, - 0xCCC: 84, - 0xCCD: 84, - 0xCE2: 84, - 0xCE3: 84, - 0xD00: 84, - 0xD01: 84, - 0xD3B: 84, - 0xD3C: 84, - 0xD41: 84, - 0xD42: 84, - 0xD43: 84, - 0xD44: 84, - 0xD4D: 84, - 0xD62: 84, - 0xD63: 84, - 0xD81: 84, - 0xDCA: 84, - 0xDD2: 84, - 0xDD3: 84, - 0xDD4: 84, - 0xDD6: 84, - 0xE31: 84, - 0xE34: 84, - 0xE35: 84, - 0xE36: 84, - 0xE37: 84, - 0xE38: 84, - 0xE39: 84, - 0xE3A: 84, - 0xE47: 84, - 0xE48: 84, - 0xE49: 84, - 0xE4A: 84, - 0xE4B: 84, - 0xE4C: 84, - 0xE4D: 84, - 0xE4E: 84, - 0xEB1: 84, - 0xEB4: 84, - 0xEB5: 84, - 0xEB6: 84, - 0xEB7: 84, - 0xEB8: 84, - 0xEB9: 84, - 0xEBA: 84, - 0xEBB: 84, - 0xEBC: 84, - 0xEC8: 84, - 0xEC9: 84, - 0xECA: 84, - 0xECB: 84, - 0xECC: 84, - 0xECD: 84, - 0xECE: 84, - 0xF18: 84, - 0xF19: 84, - 0xF35: 84, - 0xF37: 84, - 0xF39: 84, - 0xF71: 84, - 0xF72: 84, - 0xF73: 84, - 0xF74: 84, - 0xF75: 84, - 0xF76: 84, - 0xF77: 84, - 0xF78: 84, - 0xF79: 84, - 0xF7A: 84, - 0xF7B: 84, - 0xF7C: 84, - 0xF7D: 84, - 0xF7E: 84, - 0xF80: 84, - 0xF81: 84, - 0xF82: 84, - 0xF83: 84, - 0xF84: 84, - 0xF86: 84, - 0xF87: 84, - 0xF8D: 84, - 0xF8E: 84, - 0xF8F: 84, - 0xF90: 84, - 0xF91: 84, - 0xF92: 84, - 0xF93: 84, - 0xF94: 84, - 0xF95: 84, - 0xF96: 84, - 0xF97: 84, - 0xF99: 84, - 0xF9A: 84, - 0xF9B: 84, - 0xF9C: 84, - 0xF9D: 84, - 0xF9E: 84, - 0xF9F: 84, - 0xFA0: 84, - 0xFA1: 84, - 0xFA2: 84, - 0xFA3: 84, - 0xFA4: 84, - 0xFA5: 84, - 0xFA6: 84, - 0xFA7: 84, - 0xFA8: 84, - 0xFA9: 84, - 0xFAA: 84, - 0xFAB: 84, - 0xFAC: 84, - 0xFAD: 84, - 0xFAE: 84, - 0xFAF: 84, - 0xFB0: 84, - 0xFB1: 84, - 0xFB2: 84, - 0xFB3: 84, - 0xFB4: 84, - 0xFB5: 84, - 0xFB6: 84, - 0xFB7: 84, - 0xFB8: 84, - 0xFB9: 84, - 0xFBA: 84, - 0xFBB: 84, - 0xFBC: 84, - 0xFC6: 84, - 0x102D: 84, - 0x102E: 84, - 0x102F: 84, - 0x1030: 84, - 0x1032: 84, - 0x1033: 84, - 0x1034: 84, - 0x1035: 84, - 0x1036: 84, - 0x1037: 84, - 0x1039: 84, - 0x103A: 84, - 0x103D: 84, - 0x103E: 84, - 0x1058: 84, - 0x1059: 84, - 0x105E: 84, - 0x105F: 84, - 0x1060: 84, - 0x1071: 84, - 0x1072: 84, - 0x1073: 84, - 0x1074: 84, - 0x1082: 84, - 0x1085: 84, - 0x1086: 84, - 0x108D: 84, - 0x109D: 84, - 0x135D: 84, - 0x135E: 84, - 0x135F: 84, - 0x1712: 84, - 0x1713: 84, - 0x1714: 84, - 0x1732: 84, - 0x1733: 84, - 0x1752: 84, - 0x1753: 84, - 0x1772: 84, - 0x1773: 84, - 0x17B4: 84, - 0x17B5: 84, - 0x17B7: 84, - 0x17B8: 84, - 0x17B9: 84, - 0x17BA: 84, - 0x17BB: 84, - 0x17BC: 84, - 0x17BD: 84, - 0x17C6: 84, - 0x17C9: 84, - 0x17CA: 84, - 0x17CB: 84, - 0x17CC: 84, - 0x17CD: 84, - 0x17CE: 84, - 0x17CF: 84, - 0x17D0: 84, - 0x17D1: 84, - 0x17D2: 84, - 0x17D3: 84, - 0x17DD: 84, - 0x1807: 68, - 0x180A: 67, - 0x180B: 84, - 0x180C: 84, - 0x180D: 84, - 0x180F: 84, - 0x1820: 68, - 0x1821: 68, - 0x1822: 68, - 0x1823: 68, - 0x1824: 68, - 0x1825: 68, - 0x1826: 68, - 0x1827: 68, - 0x1828: 68, - 0x1829: 68, - 0x182A: 68, - 0x182B: 68, - 0x182C: 68, - 0x182D: 68, - 0x182E: 68, - 0x182F: 68, - 0x1830: 68, - 0x1831: 68, - 0x1832: 68, - 0x1833: 68, - 0x1834: 68, - 0x1835: 68, - 0x1836: 68, - 0x1837: 68, - 0x1838: 68, - 0x1839: 68, - 0x183A: 68, - 0x183B: 68, - 0x183C: 68, - 0x183D: 68, - 0x183E: 68, - 0x183F: 68, - 0x1840: 68, - 0x1841: 68, - 0x1842: 68, - 0x1843: 68, - 0x1844: 68, - 0x1845: 68, - 0x1846: 68, - 0x1847: 68, - 0x1848: 68, - 0x1849: 68, - 0x184A: 68, - 0x184B: 68, - 0x184C: 68, - 0x184D: 68, - 0x184E: 68, - 0x184F: 68, - 0x1850: 68, - 0x1851: 68, - 0x1852: 68, - 0x1853: 68, - 0x1854: 68, - 0x1855: 68, - 0x1856: 68, - 0x1857: 68, - 0x1858: 68, - 0x1859: 68, - 0x185A: 68, - 0x185B: 68, - 0x185C: 68, - 0x185D: 68, - 0x185E: 68, - 0x185F: 68, - 0x1860: 68, - 0x1861: 68, - 0x1862: 68, - 0x1863: 68, - 0x1864: 68, - 0x1865: 68, - 0x1866: 68, - 0x1867: 68, - 0x1868: 68, - 0x1869: 68, - 0x186A: 68, - 0x186B: 68, - 0x186C: 68, - 0x186D: 68, - 0x186E: 68, - 0x186F: 68, - 0x1870: 68, - 0x1871: 68, - 0x1872: 68, - 0x1873: 68, - 0x1874: 68, - 0x1875: 68, - 0x1876: 68, - 0x1877: 68, - 0x1878: 68, - 0x1885: 84, - 0x1886: 84, - 0x1887: 68, - 0x1888: 68, - 0x1889: 68, - 0x188A: 68, - 0x188B: 68, - 0x188C: 68, - 0x188D: 68, - 0x188E: 68, - 0x188F: 68, - 0x1890: 68, - 0x1891: 68, - 0x1892: 68, - 0x1893: 68, - 0x1894: 68, - 0x1895: 68, - 0x1896: 68, - 0x1897: 68, - 0x1898: 68, - 0x1899: 68, - 0x189A: 68, - 0x189B: 68, - 0x189C: 68, - 0x189D: 68, - 0x189E: 68, - 0x189F: 68, - 0x18A0: 68, - 0x18A1: 68, - 0x18A2: 68, - 0x18A3: 68, - 0x18A4: 68, - 0x18A5: 68, - 0x18A6: 68, - 0x18A7: 68, - 0x18A8: 68, - 0x18A9: 84, - 0x18AA: 68, - 0x1920: 84, - 0x1921: 84, - 0x1922: 84, - 0x1927: 84, - 0x1928: 84, - 0x1932: 84, - 0x1939: 84, - 0x193A: 84, - 0x193B: 84, - 0x1A17: 84, - 0x1A18: 84, - 0x1A1B: 84, - 0x1A56: 84, - 0x1A58: 84, - 0x1A59: 84, - 0x1A5A: 84, - 0x1A5B: 84, - 0x1A5C: 84, - 0x1A5D: 84, - 0x1A5E: 84, - 0x1A60: 84, - 0x1A62: 84, - 0x1A65: 84, - 0x1A66: 84, - 0x1A67: 84, - 0x1A68: 84, - 0x1A69: 84, - 0x1A6A: 84, - 0x1A6B: 84, - 0x1A6C: 84, - 0x1A73: 84, - 0x1A74: 84, - 0x1A75: 84, - 0x1A76: 84, - 0x1A77: 84, - 0x1A78: 84, - 0x1A79: 84, - 0x1A7A: 84, - 0x1A7B: 84, - 0x1A7C: 84, - 0x1A7F: 84, - 0x1AB0: 84, - 0x1AB1: 84, - 0x1AB2: 84, - 0x1AB3: 84, - 0x1AB4: 84, - 0x1AB5: 84, - 0x1AB6: 84, - 0x1AB7: 84, - 0x1AB8: 84, - 0x1AB9: 84, - 0x1ABA: 84, - 0x1ABB: 84, - 0x1ABC: 84, - 0x1ABD: 84, - 0x1ABE: 84, - 0x1ABF: 84, - 0x1AC0: 84, - 0x1AC1: 84, - 0x1AC2: 84, - 0x1AC3: 84, - 0x1AC4: 84, - 0x1AC5: 84, - 0x1AC6: 84, - 0x1AC7: 84, - 0x1AC8: 84, - 0x1AC9: 84, - 0x1ACA: 84, - 0x1ACB: 84, - 0x1ACC: 84, - 0x1ACD: 84, - 0x1ACE: 84, - 0x1B00: 84, - 0x1B01: 84, - 0x1B02: 84, - 0x1B03: 84, - 0x1B34: 84, - 0x1B36: 84, - 0x1B37: 84, - 0x1B38: 84, - 0x1B39: 84, - 0x1B3A: 84, - 0x1B3C: 84, - 0x1B42: 84, - 0x1B6B: 84, - 0x1B6C: 84, - 0x1B6D: 84, - 0x1B6E: 84, - 0x1B6F: 84, - 0x1B70: 84, - 0x1B71: 84, - 0x1B72: 84, - 0x1B73: 84, - 0x1B80: 84, - 0x1B81: 84, - 0x1BA2: 84, - 0x1BA3: 84, - 0x1BA4: 84, - 0x1BA5: 84, - 0x1BA8: 84, - 0x1BA9: 84, - 0x1BAB: 84, - 0x1BAC: 84, - 0x1BAD: 84, - 0x1BE6: 84, - 0x1BE8: 84, - 0x1BE9: 84, - 0x1BED: 84, - 0x1BEF: 84, - 0x1BF0: 84, - 0x1BF1: 84, - 0x1C2C: 84, - 0x1C2D: 84, - 0x1C2E: 84, - 0x1C2F: 84, - 0x1C30: 84, - 0x1C31: 84, - 0x1C32: 84, - 0x1C33: 84, - 0x1C36: 84, - 0x1C37: 84, - 0x1CD0: 84, - 0x1CD1: 84, - 0x1CD2: 84, - 0x1CD4: 84, - 0x1CD5: 84, - 0x1CD6: 84, - 0x1CD7: 84, - 0x1CD8: 84, - 0x1CD9: 84, - 0x1CDA: 84, - 0x1CDB: 84, - 0x1CDC: 84, - 0x1CDD: 84, - 0x1CDE: 84, - 0x1CDF: 84, - 0x1CE0: 84, - 0x1CE2: 84, - 0x1CE3: 84, - 0x1CE4: 84, - 0x1CE5: 84, - 0x1CE6: 84, - 0x1CE7: 84, - 0x1CE8: 84, - 0x1CED: 84, - 0x1CF4: 84, - 0x1CF8: 84, - 0x1CF9: 84, - 0x1DC0: 84, - 0x1DC1: 84, - 0x1DC2: 84, - 0x1DC3: 84, - 0x1DC4: 84, - 0x1DC5: 84, - 0x1DC6: 84, - 0x1DC7: 84, - 0x1DC8: 84, - 0x1DC9: 84, - 0x1DCA: 84, - 0x1DCB: 84, - 0x1DCC: 84, - 0x1DCD: 84, - 0x1DCE: 84, - 0x1DCF: 84, - 0x1DD0: 84, - 0x1DD1: 84, - 0x1DD2: 84, - 0x1DD3: 84, - 0x1DD4: 84, - 0x1DD5: 84, - 0x1DD6: 84, - 0x1DD7: 84, - 0x1DD8: 84, - 0x1DD9: 84, - 0x1DDA: 84, - 0x1DDB: 84, - 0x1DDC: 84, - 0x1DDD: 84, - 0x1DDE: 84, - 0x1DDF: 84, - 0x1DE0: 84, - 0x1DE1: 84, - 0x1DE2: 84, - 0x1DE3: 84, - 0x1DE4: 84, - 0x1DE5: 84, - 0x1DE6: 84, - 0x1DE7: 84, - 0x1DE8: 84, - 0x1DE9: 84, - 0x1DEA: 84, - 0x1DEB: 84, - 0x1DEC: 84, - 0x1DED: 84, - 0x1DEE: 84, - 0x1DEF: 84, - 0x1DF0: 84, - 0x1DF1: 84, - 0x1DF2: 84, - 0x1DF3: 84, - 0x1DF4: 84, - 0x1DF5: 84, - 0x1DF6: 84, - 0x1DF7: 84, - 0x1DF8: 84, - 0x1DF9: 84, - 0x1DFA: 84, - 0x1DFB: 84, - 0x1DFC: 84, - 0x1DFD: 84, - 0x1DFE: 84, - 0x1DFF: 84, - 0x200B: 84, - 0x200D: 67, - 0x200E: 84, - 0x200F: 84, - 0x202A: 84, - 0x202B: 84, - 0x202C: 84, - 0x202D: 84, - 0x202E: 84, - 0x2060: 84, - 0x2061: 84, - 0x2062: 84, - 0x2063: 84, - 0x2064: 84, - 0x206A: 84, - 0x206B: 84, - 0x206C: 84, - 0x206D: 84, - 0x206E: 84, - 0x206F: 84, - 0x20D0: 84, - 0x20D1: 84, - 0x20D2: 84, - 0x20D3: 84, - 0x20D4: 84, - 0x20D5: 84, - 0x20D6: 84, - 0x20D7: 84, - 0x20D8: 84, - 0x20D9: 84, - 0x20DA: 84, - 0x20DB: 84, - 0x20DC: 84, - 0x20DD: 84, - 0x20DE: 84, - 0x20DF: 84, - 0x20E0: 84, - 0x20E1: 84, - 0x20E2: 84, - 0x20E3: 84, - 0x20E4: 84, - 0x20E5: 84, - 0x20E6: 84, - 0x20E7: 84, - 0x20E8: 84, - 0x20E9: 84, - 0x20EA: 84, - 0x20EB: 84, - 0x20EC: 84, - 0x20ED: 84, - 0x20EE: 84, - 0x20EF: 84, - 0x20F0: 84, - 0x2CEF: 84, - 0x2CF0: 84, - 0x2CF1: 84, - 0x2D7F: 84, - 0x2DE0: 84, - 0x2DE1: 84, - 0x2DE2: 84, - 0x2DE3: 84, - 0x2DE4: 84, - 0x2DE5: 84, - 0x2DE6: 84, - 0x2DE7: 84, - 0x2DE8: 84, - 0x2DE9: 84, - 0x2DEA: 84, - 0x2DEB: 84, - 0x2DEC: 84, - 0x2DED: 84, - 0x2DEE: 84, - 0x2DEF: 84, - 0x2DF0: 84, - 0x2DF1: 84, - 0x2DF2: 84, - 0x2DF3: 84, - 0x2DF4: 84, - 0x2DF5: 84, - 0x2DF6: 84, - 0x2DF7: 84, - 0x2DF8: 84, - 0x2DF9: 84, - 0x2DFA: 84, - 0x2DFB: 84, - 0x2DFC: 84, - 0x2DFD: 84, - 0x2DFE: 84, - 0x2DFF: 84, - 0x302A: 84, - 0x302B: 84, - 0x302C: 84, - 0x302D: 84, - 0x3099: 84, - 0x309A: 84, - 0xA66F: 84, - 0xA670: 84, - 0xA671: 84, - 0xA672: 84, - 0xA674: 84, - 0xA675: 84, - 0xA676: 84, - 0xA677: 84, - 0xA678: 84, - 0xA679: 84, - 0xA67A: 84, - 0xA67B: 84, - 0xA67C: 84, - 0xA67D: 84, - 0xA69E: 84, - 0xA69F: 84, - 0xA6F0: 84, - 0xA6F1: 84, - 0xA802: 84, - 0xA806: 84, - 0xA80B: 84, - 0xA825: 84, - 0xA826: 84, - 0xA82C: 84, - 0xA840: 68, - 0xA841: 68, - 0xA842: 68, - 0xA843: 68, - 0xA844: 68, - 0xA845: 68, - 0xA846: 68, - 0xA847: 68, - 0xA848: 68, - 0xA849: 68, - 0xA84A: 68, - 0xA84B: 68, - 0xA84C: 68, - 0xA84D: 68, - 0xA84E: 68, - 0xA84F: 68, - 0xA850: 68, - 0xA851: 68, - 0xA852: 68, - 0xA853: 68, - 0xA854: 68, - 0xA855: 68, - 0xA856: 68, - 0xA857: 68, - 0xA858: 68, - 0xA859: 68, - 0xA85A: 68, - 0xA85B: 68, - 0xA85C: 68, - 0xA85D: 68, - 0xA85E: 68, - 0xA85F: 68, - 0xA860: 68, - 0xA861: 68, - 0xA862: 68, - 0xA863: 68, - 0xA864: 68, - 0xA865: 68, - 0xA866: 68, - 0xA867: 68, - 0xA868: 68, - 0xA869: 68, - 0xA86A: 68, - 0xA86B: 68, - 0xA86C: 68, - 0xA86D: 68, - 0xA86E: 68, - 0xA86F: 68, - 0xA870: 68, - 0xA871: 68, - 0xA872: 76, - 0xA8C4: 84, - 0xA8C5: 84, - 0xA8E0: 84, - 0xA8E1: 84, - 0xA8E2: 84, - 0xA8E3: 84, - 0xA8E4: 84, - 0xA8E5: 84, - 0xA8E6: 84, - 0xA8E7: 84, - 0xA8E8: 84, - 0xA8E9: 84, - 0xA8EA: 84, - 0xA8EB: 84, - 0xA8EC: 84, - 0xA8ED: 84, - 0xA8EE: 84, - 0xA8EF: 84, - 0xA8F0: 84, - 0xA8F1: 84, - 0xA8FF: 84, - 0xA926: 84, - 0xA927: 84, - 0xA928: 84, - 0xA929: 84, - 0xA92A: 84, - 0xA92B: 84, - 0xA92C: 84, - 0xA92D: 84, - 0xA947: 84, - 0xA948: 84, - 0xA949: 84, - 0xA94A: 84, - 0xA94B: 84, - 0xA94C: 84, - 0xA94D: 84, - 0xA94E: 84, - 0xA94F: 84, - 0xA950: 84, - 0xA951: 84, - 0xA980: 84, - 0xA981: 84, - 0xA982: 84, - 0xA9B3: 84, - 0xA9B6: 84, - 0xA9B7: 84, - 0xA9B8: 84, - 0xA9B9: 84, - 0xA9BC: 84, - 0xA9BD: 84, - 0xA9E5: 84, - 0xAA29: 84, - 0xAA2A: 84, - 0xAA2B: 84, - 0xAA2C: 84, - 0xAA2D: 84, - 0xAA2E: 84, - 0xAA31: 84, - 0xAA32: 84, - 0xAA35: 84, - 0xAA36: 84, - 0xAA43: 84, - 0xAA4C: 84, - 0xAA7C: 84, - 0xAAB0: 84, - 0xAAB2: 84, - 0xAAB3: 84, - 0xAAB4: 84, - 0xAAB7: 84, - 0xAAB8: 84, - 0xAABE: 84, - 0xAABF: 84, - 0xAAC1: 84, - 0xAAEC: 84, - 0xAAED: 84, - 0xAAF6: 84, - 0xABE5: 84, - 0xABE8: 84, - 0xABED: 84, - 0xFB1E: 84, - 0xFE00: 84, - 0xFE01: 84, - 0xFE02: 84, - 0xFE03: 84, - 0xFE04: 84, - 0xFE05: 84, - 0xFE06: 84, - 0xFE07: 84, - 0xFE08: 84, - 0xFE09: 84, - 0xFE0A: 84, - 0xFE0B: 84, - 0xFE0C: 84, - 0xFE0D: 84, - 0xFE0E: 84, - 0xFE0F: 84, - 0xFE20: 84, - 0xFE21: 84, - 0xFE22: 84, - 0xFE23: 84, - 0xFE24: 84, - 0xFE25: 84, - 0xFE26: 84, - 0xFE27: 84, - 0xFE28: 84, - 0xFE29: 84, - 0xFE2A: 84, - 0xFE2B: 84, - 0xFE2C: 84, - 0xFE2D: 84, - 0xFE2E: 84, - 0xFE2F: 84, - 0xFEFF: 84, - 0xFFF9: 84, - 0xFFFA: 84, - 0xFFFB: 84, - 0x101FD: 84, - 0x102E0: 84, - 0x10376: 84, - 0x10377: 84, - 0x10378: 84, - 0x10379: 84, - 0x1037A: 84, - 0x10A01: 84, - 0x10A02: 84, - 0x10A03: 84, - 0x10A05: 84, - 0x10A06: 84, - 0x10A0C: 84, - 0x10A0D: 84, - 0x10A0E: 84, - 0x10A0F: 84, - 0x10A38: 84, - 0x10A39: 84, - 0x10A3A: 84, - 0x10A3F: 84, - 0x10AC0: 68, - 0x10AC1: 68, - 0x10AC2: 68, - 0x10AC3: 68, - 0x10AC4: 68, - 0x10AC5: 82, - 0x10AC7: 82, - 0x10AC9: 82, - 0x10ACA: 82, - 0x10ACD: 76, - 0x10ACE: 82, - 0x10ACF: 82, - 0x10AD0: 82, - 0x10AD1: 82, - 0x10AD2: 82, - 0x10AD3: 68, - 0x10AD4: 68, - 0x10AD5: 68, - 0x10AD6: 68, - 0x10AD7: 76, - 0x10AD8: 68, - 0x10AD9: 68, - 0x10ADA: 68, - 0x10ADB: 68, - 0x10ADC: 68, - 0x10ADD: 82, - 0x10ADE: 68, - 0x10ADF: 68, - 0x10AE0: 68, - 0x10AE1: 82, - 0x10AE4: 82, - 0x10AE5: 84, - 0x10AE6: 84, - 0x10AEB: 68, - 0x10AEC: 68, - 0x10AED: 68, - 0x10AEE: 68, - 0x10AEF: 82, - 0x10B80: 68, - 0x10B81: 82, - 0x10B82: 68, - 0x10B83: 82, - 0x10B84: 82, - 0x10B85: 82, - 0x10B86: 68, - 0x10B87: 68, - 0x10B88: 68, - 0x10B89: 82, - 0x10B8A: 68, - 0x10B8B: 68, - 0x10B8C: 82, - 0x10B8D: 68, - 0x10B8E: 82, - 0x10B8F: 82, - 0x10B90: 68, - 0x10B91: 82, - 0x10BA9: 82, - 0x10BAA: 82, - 0x10BAB: 82, - 0x10BAC: 82, - 0x10BAD: 68, - 0x10BAE: 68, - 0x10D00: 76, - 0x10D01: 68, - 0x10D02: 68, - 0x10D03: 68, - 0x10D04: 68, - 0x10D05: 68, - 0x10D06: 68, - 0x10D07: 68, - 0x10D08: 68, - 0x10D09: 68, - 0x10D0A: 68, - 0x10D0B: 68, - 0x10D0C: 68, - 0x10D0D: 68, - 0x10D0E: 68, - 0x10D0F: 68, - 0x10D10: 68, - 0x10D11: 68, - 0x10D12: 68, - 0x10D13: 68, - 0x10D14: 68, - 0x10D15: 68, - 0x10D16: 68, - 0x10D17: 68, - 0x10D18: 68, - 0x10D19: 68, - 0x10D1A: 68, - 0x10D1B: 68, - 0x10D1C: 68, - 0x10D1D: 68, - 0x10D1E: 68, - 0x10D1F: 68, - 0x10D20: 68, - 0x10D21: 68, - 0x10D22: 82, - 0x10D23: 68, - 0x10D24: 84, - 0x10D25: 84, - 0x10D26: 84, - 0x10D27: 84, - 0x10D69: 84, - 0x10D6A: 84, - 0x10D6B: 84, - 0x10D6C: 84, - 0x10D6D: 84, - 0x10EAB: 84, - 0x10EAC: 84, - 0x10EC2: 82, - 0x10EC3: 68, - 0x10EC4: 68, - 0x10EFC: 84, - 0x10EFD: 84, - 0x10EFE: 84, - 0x10EFF: 84, - 0x10F30: 68, - 0x10F31: 68, - 0x10F32: 68, - 0x10F33: 82, - 0x10F34: 68, - 0x10F35: 68, - 0x10F36: 68, - 0x10F37: 68, - 0x10F38: 68, - 0x10F39: 68, - 0x10F3A: 68, - 0x10F3B: 68, - 0x10F3C: 68, - 0x10F3D: 68, - 0x10F3E: 68, - 0x10F3F: 68, - 0x10F40: 68, - 0x10F41: 68, - 0x10F42: 68, - 0x10F43: 68, - 0x10F44: 68, - 0x10F46: 84, - 0x10F47: 84, - 0x10F48: 84, - 0x10F49: 84, - 0x10F4A: 84, - 0x10F4B: 84, - 0x10F4C: 84, - 0x10F4D: 84, - 0x10F4E: 84, - 0x10F4F: 84, - 0x10F50: 84, - 0x10F51: 68, - 0x10F52: 68, - 0x10F53: 68, - 0x10F54: 82, - 0x10F70: 68, - 0x10F71: 68, - 0x10F72: 68, - 0x10F73: 68, - 0x10F74: 82, - 0x10F75: 82, - 0x10F76: 68, - 0x10F77: 68, - 0x10F78: 68, - 0x10F79: 68, - 0x10F7A: 68, - 0x10F7B: 68, - 0x10F7C: 68, - 0x10F7D: 68, - 0x10F7E: 68, - 0x10F7F: 68, - 0x10F80: 68, - 0x10F81: 68, - 0x10F82: 84, - 0x10F83: 84, - 0x10F84: 84, - 0x10F85: 84, - 0x10FB0: 68, - 0x10FB2: 68, - 0x10FB3: 68, - 0x10FB4: 82, - 0x10FB5: 82, - 0x10FB6: 82, - 0x10FB8: 68, - 0x10FB9: 82, - 0x10FBA: 82, - 0x10FBB: 68, - 0x10FBC: 68, - 0x10FBD: 82, - 0x10FBE: 68, - 0x10FBF: 68, - 0x10FC1: 68, - 0x10FC2: 82, - 0x10FC3: 82, - 0x10FC4: 68, - 0x10FC9: 82, - 0x10FCA: 68, - 0x10FCB: 76, - 0x11001: 84, - 0x11038: 84, - 0x11039: 84, - 0x1103A: 84, - 0x1103B: 84, - 0x1103C: 84, - 0x1103D: 84, - 0x1103E: 84, - 0x1103F: 84, - 0x11040: 84, - 0x11041: 84, - 0x11042: 84, - 0x11043: 84, - 0x11044: 84, - 0x11045: 84, - 0x11046: 84, - 0x11070: 84, - 0x11073: 84, - 0x11074: 84, - 0x1107F: 84, - 0x11080: 84, - 0x11081: 84, - 0x110B3: 84, - 0x110B4: 84, - 0x110B5: 84, - 0x110B6: 84, - 0x110B9: 84, - 0x110BA: 84, - 0x110C2: 84, - 0x11100: 84, - 0x11101: 84, - 0x11102: 84, - 0x11127: 84, - 0x11128: 84, - 0x11129: 84, - 0x1112A: 84, - 0x1112B: 84, - 0x1112D: 84, - 0x1112E: 84, - 0x1112F: 84, - 0x11130: 84, - 0x11131: 84, - 0x11132: 84, - 0x11133: 84, - 0x11134: 84, - 0x11173: 84, - 0x11180: 84, - 0x11181: 84, - 0x111B6: 84, - 0x111B7: 84, - 0x111B8: 84, - 0x111B9: 84, - 0x111BA: 84, - 0x111BB: 84, - 0x111BC: 84, - 0x111BD: 84, - 0x111BE: 84, - 0x111C9: 84, - 0x111CA: 84, - 0x111CB: 84, - 0x111CC: 84, - 0x111CF: 84, - 0x1122F: 84, - 0x11230: 84, - 0x11231: 84, - 0x11234: 84, - 0x11236: 84, - 0x11237: 84, - 0x1123E: 84, - 0x11241: 84, - 0x112DF: 84, - 0x112E3: 84, - 0x112E4: 84, - 0x112E5: 84, - 0x112E6: 84, - 0x112E7: 84, - 0x112E8: 84, - 0x112E9: 84, - 0x112EA: 84, - 0x11300: 84, - 0x11301: 84, - 0x1133B: 84, - 0x1133C: 84, - 0x11340: 84, - 0x11366: 84, - 0x11367: 84, - 0x11368: 84, - 0x11369: 84, - 0x1136A: 84, - 0x1136B: 84, - 0x1136C: 84, - 0x11370: 84, - 0x11371: 84, - 0x11372: 84, - 0x11373: 84, - 0x11374: 84, - 0x113BB: 84, - 0x113BC: 84, - 0x113BD: 84, - 0x113BE: 84, - 0x113BF: 84, - 0x113C0: 84, - 0x113CE: 84, - 0x113D0: 84, - 0x113D2: 84, - 0x113E1: 84, - 0x113E2: 84, - 0x11438: 84, - 0x11439: 84, - 0x1143A: 84, - 0x1143B: 84, - 0x1143C: 84, - 0x1143D: 84, - 0x1143E: 84, - 0x1143F: 84, - 0x11442: 84, - 0x11443: 84, - 0x11444: 84, - 0x11446: 84, - 0x1145E: 84, - 0x114B3: 84, - 0x114B4: 84, - 0x114B5: 84, - 0x114B6: 84, - 0x114B7: 84, - 0x114B8: 84, - 0x114BA: 84, - 0x114BF: 84, - 0x114C0: 84, - 0x114C2: 84, - 0x114C3: 84, - 0x115B2: 84, - 0x115B3: 84, - 0x115B4: 84, - 0x115B5: 84, - 0x115BC: 84, - 0x115BD: 84, - 0x115BF: 84, - 0x115C0: 84, - 0x115DC: 84, - 0x115DD: 84, - 0x11633: 84, - 0x11634: 84, - 0x11635: 84, - 0x11636: 84, - 0x11637: 84, - 0x11638: 84, - 0x11639: 84, - 0x1163A: 84, - 0x1163D: 84, - 0x1163F: 84, - 0x11640: 84, - 0x116AB: 84, - 0x116AD: 84, - 0x116B0: 84, - 0x116B1: 84, - 0x116B2: 84, - 0x116B3: 84, - 0x116B4: 84, - 0x116B5: 84, - 0x116B7: 84, - 0x1171D: 84, - 0x1171F: 84, - 0x11722: 84, - 0x11723: 84, - 0x11724: 84, - 0x11725: 84, - 0x11727: 84, - 0x11728: 84, - 0x11729: 84, - 0x1172A: 84, - 0x1172B: 84, - 0x1182F: 84, - 0x11830: 84, - 0x11831: 84, - 0x11832: 84, - 0x11833: 84, - 0x11834: 84, - 0x11835: 84, - 0x11836: 84, - 0x11837: 84, - 0x11839: 84, - 0x1183A: 84, - 0x1193B: 84, - 0x1193C: 84, - 0x1193E: 84, - 0x11943: 84, - 0x119D4: 84, - 0x119D5: 84, - 0x119D6: 84, - 0x119D7: 84, - 0x119DA: 84, - 0x119DB: 84, - 0x119E0: 84, - 0x11A01: 84, - 0x11A02: 84, - 0x11A03: 84, - 0x11A04: 84, - 0x11A05: 84, - 0x11A06: 84, - 0x11A07: 84, - 0x11A08: 84, - 0x11A09: 84, - 0x11A0A: 84, - 0x11A33: 84, - 0x11A34: 84, - 0x11A35: 84, - 0x11A36: 84, - 0x11A37: 84, - 0x11A38: 84, - 0x11A3B: 84, - 0x11A3C: 84, - 0x11A3D: 84, - 0x11A3E: 84, - 0x11A47: 84, - 0x11A51: 84, - 0x11A52: 84, - 0x11A53: 84, - 0x11A54: 84, - 0x11A55: 84, - 0x11A56: 84, - 0x11A59: 84, - 0x11A5A: 84, - 0x11A5B: 84, - 0x11A8A: 84, - 0x11A8B: 84, - 0x11A8C: 84, - 0x11A8D: 84, - 0x11A8E: 84, - 0x11A8F: 84, - 0x11A90: 84, - 0x11A91: 84, - 0x11A92: 84, - 0x11A93: 84, - 0x11A94: 84, - 0x11A95: 84, - 0x11A96: 84, - 0x11A98: 84, - 0x11A99: 84, - 0x11C30: 84, - 0x11C31: 84, - 0x11C32: 84, - 0x11C33: 84, - 0x11C34: 84, - 0x11C35: 84, - 0x11C36: 84, - 0x11C38: 84, - 0x11C39: 84, - 0x11C3A: 84, - 0x11C3B: 84, - 0x11C3C: 84, - 0x11C3D: 84, - 0x11C3F: 84, - 0x11C92: 84, - 0x11C93: 84, - 0x11C94: 84, - 0x11C95: 84, - 0x11C96: 84, - 0x11C97: 84, - 0x11C98: 84, - 0x11C99: 84, - 0x11C9A: 84, - 0x11C9B: 84, - 0x11C9C: 84, - 0x11C9D: 84, - 0x11C9E: 84, - 0x11C9F: 84, - 0x11CA0: 84, - 0x11CA1: 84, - 0x11CA2: 84, - 0x11CA3: 84, - 0x11CA4: 84, - 0x11CA5: 84, - 0x11CA6: 84, - 0x11CA7: 84, - 0x11CAA: 84, - 0x11CAB: 84, - 0x11CAC: 84, - 0x11CAD: 84, - 0x11CAE: 84, - 0x11CAF: 84, - 0x11CB0: 84, - 0x11CB2: 84, - 0x11CB3: 84, - 0x11CB5: 84, - 0x11CB6: 84, - 0x11D31: 84, - 0x11D32: 84, - 0x11D33: 84, - 0x11D34: 84, - 0x11D35: 84, - 0x11D36: 84, - 0x11D3A: 84, - 0x11D3C: 84, - 0x11D3D: 84, - 0x11D3F: 84, - 0x11D40: 84, - 0x11D41: 84, - 0x11D42: 84, - 0x11D43: 84, - 0x11D44: 84, - 0x11D45: 84, - 0x11D47: 84, - 0x11D90: 84, - 0x11D91: 84, - 0x11D95: 84, - 0x11D97: 84, - 0x11EF3: 84, - 0x11EF4: 84, - 0x11F00: 84, - 0x11F01: 84, - 0x11F36: 84, - 0x11F37: 84, - 0x11F38: 84, - 0x11F39: 84, - 0x11F3A: 84, - 0x11F40: 84, - 0x11F42: 84, - 0x11F5A: 84, - 0x13430: 84, - 0x13431: 84, - 0x13432: 84, - 0x13433: 84, - 0x13434: 84, - 0x13435: 84, - 0x13436: 84, - 0x13437: 84, - 0x13438: 84, - 0x13439: 84, - 0x1343A: 84, - 0x1343B: 84, - 0x1343C: 84, - 0x1343D: 84, - 0x1343E: 84, - 0x1343F: 84, - 0x13440: 84, - 0x13447: 84, - 0x13448: 84, - 0x13449: 84, - 0x1344A: 84, - 0x1344B: 84, - 0x1344C: 84, - 0x1344D: 84, - 0x1344E: 84, - 0x1344F: 84, - 0x13450: 84, - 0x13451: 84, - 0x13452: 84, - 0x13453: 84, - 0x13454: 84, - 0x13455: 84, - 0x1611E: 84, - 0x1611F: 84, - 0x16120: 84, - 0x16121: 84, - 0x16122: 84, - 0x16123: 84, - 0x16124: 84, - 0x16125: 84, - 0x16126: 84, - 0x16127: 84, - 0x16128: 84, - 0x16129: 84, - 0x1612D: 84, - 0x1612E: 84, - 0x1612F: 84, - 0x16AF0: 84, - 0x16AF1: 84, - 0x16AF2: 84, - 0x16AF3: 84, - 0x16AF4: 84, - 0x16B30: 84, - 0x16B31: 84, - 0x16B32: 84, - 0x16B33: 84, - 0x16B34: 84, - 0x16B35: 84, - 0x16B36: 84, - 0x16F4F: 84, - 0x16F8F: 84, - 0x16F90: 84, - 0x16F91: 84, - 0x16F92: 84, - 0x16FE4: 84, - 0x1BC9D: 84, - 0x1BC9E: 84, - 0x1BCA0: 84, - 0x1BCA1: 84, - 0x1BCA2: 84, - 0x1BCA3: 84, - 0x1CF00: 84, - 0x1CF01: 84, - 0x1CF02: 84, - 0x1CF03: 84, - 0x1CF04: 84, - 0x1CF05: 84, - 0x1CF06: 84, - 0x1CF07: 84, - 0x1CF08: 84, - 0x1CF09: 84, - 0x1CF0A: 84, - 0x1CF0B: 84, - 0x1CF0C: 84, - 0x1CF0D: 84, - 0x1CF0E: 84, - 0x1CF0F: 84, - 0x1CF10: 84, - 0x1CF11: 84, - 0x1CF12: 84, - 0x1CF13: 84, - 0x1CF14: 84, - 0x1CF15: 84, - 0x1CF16: 84, - 0x1CF17: 84, - 0x1CF18: 84, - 0x1CF19: 84, - 0x1CF1A: 84, - 0x1CF1B: 84, - 0x1CF1C: 84, - 0x1CF1D: 84, - 0x1CF1E: 84, - 0x1CF1F: 84, - 0x1CF20: 84, - 0x1CF21: 84, - 0x1CF22: 84, - 0x1CF23: 84, - 0x1CF24: 84, - 0x1CF25: 84, - 0x1CF26: 84, - 0x1CF27: 84, - 0x1CF28: 84, - 0x1CF29: 84, - 0x1CF2A: 84, - 0x1CF2B: 84, - 0x1CF2C: 84, - 0x1CF2D: 84, - 0x1CF30: 84, - 0x1CF31: 84, - 0x1CF32: 84, - 0x1CF33: 84, - 0x1CF34: 84, - 0x1CF35: 84, - 0x1CF36: 84, - 0x1CF37: 84, - 0x1CF38: 84, - 0x1CF39: 84, - 0x1CF3A: 84, - 0x1CF3B: 84, - 0x1CF3C: 84, - 0x1CF3D: 84, - 0x1CF3E: 84, - 0x1CF3F: 84, - 0x1CF40: 84, - 0x1CF41: 84, - 0x1CF42: 84, - 0x1CF43: 84, - 0x1CF44: 84, - 0x1CF45: 84, - 0x1CF46: 84, - 0x1D167: 84, - 0x1D168: 84, - 0x1D169: 84, - 0x1D173: 84, - 0x1D174: 84, - 0x1D175: 84, - 0x1D176: 84, - 0x1D177: 84, - 0x1D178: 84, - 0x1D179: 84, - 0x1D17A: 84, - 0x1D17B: 84, - 0x1D17C: 84, - 0x1D17D: 84, - 0x1D17E: 84, - 0x1D17F: 84, - 0x1D180: 84, - 0x1D181: 84, - 0x1D182: 84, - 0x1D185: 84, - 0x1D186: 84, - 0x1D187: 84, - 0x1D188: 84, - 0x1D189: 84, - 0x1D18A: 84, - 0x1D18B: 84, - 0x1D1AA: 84, - 0x1D1AB: 84, - 0x1D1AC: 84, - 0x1D1AD: 84, - 0x1D242: 84, - 0x1D243: 84, - 0x1D244: 84, - 0x1DA00: 84, - 0x1DA01: 84, - 0x1DA02: 84, - 0x1DA03: 84, - 0x1DA04: 84, - 0x1DA05: 84, - 0x1DA06: 84, - 0x1DA07: 84, - 0x1DA08: 84, - 0x1DA09: 84, - 0x1DA0A: 84, - 0x1DA0B: 84, - 0x1DA0C: 84, - 0x1DA0D: 84, - 0x1DA0E: 84, - 0x1DA0F: 84, - 0x1DA10: 84, - 0x1DA11: 84, - 0x1DA12: 84, - 0x1DA13: 84, - 0x1DA14: 84, - 0x1DA15: 84, - 0x1DA16: 84, - 0x1DA17: 84, - 0x1DA18: 84, - 0x1DA19: 84, - 0x1DA1A: 84, - 0x1DA1B: 84, - 0x1DA1C: 84, - 0x1DA1D: 84, - 0x1DA1E: 84, - 0x1DA1F: 84, - 0x1DA20: 84, - 0x1DA21: 84, - 0x1DA22: 84, - 0x1DA23: 84, - 0x1DA24: 84, - 0x1DA25: 84, - 0x1DA26: 84, - 0x1DA27: 84, - 0x1DA28: 84, - 0x1DA29: 84, - 0x1DA2A: 84, - 0x1DA2B: 84, - 0x1DA2C: 84, - 0x1DA2D: 84, - 0x1DA2E: 84, - 0x1DA2F: 84, - 0x1DA30: 84, - 0x1DA31: 84, - 0x1DA32: 84, - 0x1DA33: 84, - 0x1DA34: 84, - 0x1DA35: 84, - 0x1DA36: 84, - 0x1DA3B: 84, - 0x1DA3C: 84, - 0x1DA3D: 84, - 0x1DA3E: 84, - 0x1DA3F: 84, - 0x1DA40: 84, - 0x1DA41: 84, - 0x1DA42: 84, - 0x1DA43: 84, - 0x1DA44: 84, - 0x1DA45: 84, - 0x1DA46: 84, - 0x1DA47: 84, - 0x1DA48: 84, - 0x1DA49: 84, - 0x1DA4A: 84, - 0x1DA4B: 84, - 0x1DA4C: 84, - 0x1DA4D: 84, - 0x1DA4E: 84, - 0x1DA4F: 84, - 0x1DA50: 84, - 0x1DA51: 84, - 0x1DA52: 84, - 0x1DA53: 84, - 0x1DA54: 84, - 0x1DA55: 84, - 0x1DA56: 84, - 0x1DA57: 84, - 0x1DA58: 84, - 0x1DA59: 84, - 0x1DA5A: 84, - 0x1DA5B: 84, - 0x1DA5C: 84, - 0x1DA5D: 84, - 0x1DA5E: 84, - 0x1DA5F: 84, - 0x1DA60: 84, - 0x1DA61: 84, - 0x1DA62: 84, - 0x1DA63: 84, - 0x1DA64: 84, - 0x1DA65: 84, - 0x1DA66: 84, - 0x1DA67: 84, - 0x1DA68: 84, - 0x1DA69: 84, - 0x1DA6A: 84, - 0x1DA6B: 84, - 0x1DA6C: 84, - 0x1DA75: 84, - 0x1DA84: 84, - 0x1DA9B: 84, - 0x1DA9C: 84, - 0x1DA9D: 84, - 0x1DA9E: 84, - 0x1DA9F: 84, - 0x1DAA1: 84, - 0x1DAA2: 84, - 0x1DAA3: 84, - 0x1DAA4: 84, - 0x1DAA5: 84, - 0x1DAA6: 84, - 0x1DAA7: 84, - 0x1DAA8: 84, - 0x1DAA9: 84, - 0x1DAAA: 84, - 0x1DAAB: 84, - 0x1DAAC: 84, - 0x1DAAD: 84, - 0x1DAAE: 84, - 0x1DAAF: 84, - 0x1E000: 84, - 0x1E001: 84, - 0x1E002: 84, - 0x1E003: 84, - 0x1E004: 84, - 0x1E005: 84, - 0x1E006: 84, - 0x1E008: 84, - 0x1E009: 84, - 0x1E00A: 84, - 0x1E00B: 84, - 0x1E00C: 84, - 0x1E00D: 84, - 0x1E00E: 84, - 0x1E00F: 84, - 0x1E010: 84, - 0x1E011: 84, - 0x1E012: 84, - 0x1E013: 84, - 0x1E014: 84, - 0x1E015: 84, - 0x1E016: 84, - 0x1E017: 84, - 0x1E018: 84, - 0x1E01B: 84, - 0x1E01C: 84, - 0x1E01D: 84, - 0x1E01E: 84, - 0x1E01F: 84, - 0x1E020: 84, - 0x1E021: 84, - 0x1E023: 84, - 0x1E024: 84, - 0x1E026: 84, - 0x1E027: 84, - 0x1E028: 84, - 0x1E029: 84, - 0x1E02A: 84, - 0x1E08F: 84, - 0x1E130: 84, - 0x1E131: 84, - 0x1E132: 84, - 0x1E133: 84, - 0x1E134: 84, - 0x1E135: 84, - 0x1E136: 84, - 0x1E2AE: 84, - 0x1E2EC: 84, - 0x1E2ED: 84, - 0x1E2EE: 84, - 0x1E2EF: 84, - 0x1E4EC: 84, - 0x1E4ED: 84, - 0x1E4EE: 84, - 0x1E4EF: 84, - 0x1E5EE: 84, - 0x1E5EF: 84, - 0x1E8D0: 84, - 0x1E8D1: 84, - 0x1E8D2: 84, - 0x1E8D3: 84, - 0x1E8D4: 84, - 0x1E8D5: 84, - 0x1E8D6: 84, - 0x1E900: 68, - 0x1E901: 68, - 0x1E902: 68, - 0x1E903: 68, - 0x1E904: 68, - 0x1E905: 68, - 0x1E906: 68, - 0x1E907: 68, - 0x1E908: 68, - 0x1E909: 68, - 0x1E90A: 68, - 0x1E90B: 68, - 0x1E90C: 68, - 0x1E90D: 68, - 0x1E90E: 68, - 0x1E90F: 68, - 0x1E910: 68, - 0x1E911: 68, - 0x1E912: 68, - 0x1E913: 68, - 0x1E914: 68, - 0x1E915: 68, - 0x1E916: 68, - 0x1E917: 68, - 0x1E918: 68, - 0x1E919: 68, - 0x1E91A: 68, - 0x1E91B: 68, - 0x1E91C: 68, - 0x1E91D: 68, - 0x1E91E: 68, - 0x1E91F: 68, - 0x1E920: 68, - 0x1E921: 68, - 0x1E922: 68, - 0x1E923: 68, - 0x1E924: 68, - 0x1E925: 68, - 0x1E926: 68, - 0x1E927: 68, - 0x1E928: 68, - 0x1E929: 68, - 0x1E92A: 68, - 0x1E92B: 68, - 0x1E92C: 68, - 0x1E92D: 68, - 0x1E92E: 68, - 0x1E92F: 68, - 0x1E930: 68, - 0x1E931: 68, - 0x1E932: 68, - 0x1E933: 68, - 0x1E934: 68, - 0x1E935: 68, - 0x1E936: 68, - 0x1E937: 68, - 0x1E938: 68, - 0x1E939: 68, - 0x1E93A: 68, - 0x1E93B: 68, - 0x1E93C: 68, - 0x1E93D: 68, - 0x1E93E: 68, - 0x1E93F: 68, - 0x1E940: 68, - 0x1E941: 68, - 0x1E942: 68, - 0x1E943: 68, - 0x1E944: 84, - 0x1E945: 84, - 0x1E946: 84, - 0x1E947: 84, - 0x1E948: 84, - 0x1E949: 84, - 0x1E94A: 84, - 0x1E94B: 84, - 0xE0001: 84, - 0xE0020: 84, - 0xE0021: 84, - 0xE0022: 84, - 0xE0023: 84, - 0xE0024: 84, - 0xE0025: 84, - 0xE0026: 84, - 0xE0027: 84, - 0xE0028: 84, - 0xE0029: 84, - 0xE002A: 84, - 0xE002B: 84, - 0xE002C: 84, - 0xE002D: 84, - 0xE002E: 84, - 0xE002F: 84, - 0xE0030: 84, - 0xE0031: 84, - 0xE0032: 84, - 0xE0033: 84, - 0xE0034: 84, - 0xE0035: 84, - 0xE0036: 84, - 0xE0037: 84, - 0xE0038: 84, - 0xE0039: 84, - 0xE003A: 84, - 0xE003B: 84, - 0xE003C: 84, - 0xE003D: 84, - 0xE003E: 84, - 0xE003F: 84, - 0xE0040: 84, - 0xE0041: 84, - 0xE0042: 84, - 0xE0043: 84, - 0xE0044: 84, - 0xE0045: 84, - 0xE0046: 84, - 0xE0047: 84, - 0xE0048: 84, - 0xE0049: 84, - 0xE004A: 84, - 0xE004B: 84, - 0xE004C: 84, - 0xE004D: 84, - 0xE004E: 84, - 0xE004F: 84, - 0xE0050: 84, - 0xE0051: 84, - 0xE0052: 84, - 0xE0053: 84, - 0xE0054: 84, - 0xE0055: 84, - 0xE0056: 84, - 0xE0057: 84, - 0xE0058: 84, - 0xE0059: 84, - 0xE005A: 84, - 0xE005B: 84, - 0xE005C: 84, - 0xE005D: 84, - 0xE005E: 84, - 0xE005F: 84, - 0xE0060: 84, - 0xE0061: 84, - 0xE0062: 84, - 0xE0063: 84, - 0xE0064: 84, - 0xE0065: 84, - 0xE0066: 84, - 0xE0067: 84, - 0xE0068: 84, - 0xE0069: 84, - 0xE006A: 84, - 0xE006B: 84, - 0xE006C: 84, - 0xE006D: 84, - 0xE006E: 84, - 0xE006F: 84, - 0xE0070: 84, - 0xE0071: 84, - 0xE0072: 84, - 0xE0073: 84, - 0xE0074: 84, - 0xE0075: 84, - 0xE0076: 84, - 0xE0077: 84, - 0xE0078: 84, - 0xE0079: 84, - 0xE007A: 84, - 0xE007B: 84, - 0xE007C: 84, - 0xE007D: 84, - 0xE007E: 84, - 0xE007F: 84, - 0xE0100: 84, - 0xE0101: 84, - 0xE0102: 84, - 0xE0103: 84, - 0xE0104: 84, - 0xE0105: 84, - 0xE0106: 84, - 0xE0107: 84, - 0xE0108: 84, - 0xE0109: 84, - 0xE010A: 84, - 0xE010B: 84, - 0xE010C: 84, - 0xE010D: 84, - 0xE010E: 84, - 0xE010F: 84, - 0xE0110: 84, - 0xE0111: 84, - 0xE0112: 84, - 0xE0113: 84, - 0xE0114: 84, - 0xE0115: 84, - 0xE0116: 84, - 0xE0117: 84, - 0xE0118: 84, - 0xE0119: 84, - 0xE011A: 84, - 0xE011B: 84, - 0xE011C: 84, - 0xE011D: 84, - 0xE011E: 84, - 0xE011F: 84, - 0xE0120: 84, - 0xE0121: 84, - 0xE0122: 84, - 0xE0123: 84, - 0xE0124: 84, - 0xE0125: 84, - 0xE0126: 84, - 0xE0127: 84, - 0xE0128: 84, - 0xE0129: 84, - 0xE012A: 84, - 0xE012B: 84, - 0xE012C: 84, - 0xE012D: 84, - 0xE012E: 84, - 0xE012F: 84, - 0xE0130: 84, - 0xE0131: 84, - 0xE0132: 84, - 0xE0133: 84, - 0xE0134: 84, - 0xE0135: 84, - 0xE0136: 84, - 0xE0137: 84, - 0xE0138: 84, - 0xE0139: 84, - 0xE013A: 84, - 0xE013B: 84, - 0xE013C: 84, - 0xE013D: 84, - 0xE013E: 84, - 0xE013F: 84, - 0xE0140: 84, - 0xE0141: 84, - 0xE0142: 84, - 0xE0143: 84, - 0xE0144: 84, - 0xE0145: 84, - 0xE0146: 84, - 0xE0147: 84, - 0xE0148: 84, - 0xE0149: 84, - 0xE014A: 84, - 0xE014B: 84, - 0xE014C: 84, - 0xE014D: 84, - 0xE014E: 84, - 0xE014F: 84, - 0xE0150: 84, - 0xE0151: 84, - 0xE0152: 84, - 0xE0153: 84, - 0xE0154: 84, - 0xE0155: 84, - 0xE0156: 84, - 0xE0157: 84, - 0xE0158: 84, - 0xE0159: 84, - 0xE015A: 84, - 0xE015B: 84, - 0xE015C: 84, - 0xE015D: 84, - 0xE015E: 84, - 0xE015F: 84, - 0xE0160: 84, - 0xE0161: 84, - 0xE0162: 84, - 0xE0163: 84, - 0xE0164: 84, - 0xE0165: 84, - 0xE0166: 84, - 0xE0167: 84, - 0xE0168: 84, - 0xE0169: 84, - 0xE016A: 84, - 0xE016B: 84, - 0xE016C: 84, - 0xE016D: 84, - 0xE016E: 84, - 0xE016F: 84, - 0xE0170: 84, - 0xE0171: 84, - 0xE0172: 84, - 0xE0173: 84, - 0xE0174: 84, - 0xE0175: 84, - 0xE0176: 84, - 0xE0177: 84, - 0xE0178: 84, - 0xE0179: 84, - 0xE017A: 84, - 0xE017B: 84, - 0xE017C: 84, - 0xE017D: 84, - 0xE017E: 84, - 0xE017F: 84, - 0xE0180: 84, - 0xE0181: 84, - 0xE0182: 84, - 0xE0183: 84, - 0xE0184: 84, - 0xE0185: 84, - 0xE0186: 84, - 0xE0187: 84, - 0xE0188: 84, - 0xE0189: 84, - 0xE018A: 84, - 0xE018B: 84, - 0xE018C: 84, - 0xE018D: 84, - 0xE018E: 84, - 0xE018F: 84, - 0xE0190: 84, - 0xE0191: 84, - 0xE0192: 84, - 0xE0193: 84, - 0xE0194: 84, - 0xE0195: 84, - 0xE0196: 84, - 0xE0197: 84, - 0xE0198: 84, - 0xE0199: 84, - 0xE019A: 84, - 0xE019B: 84, - 0xE019C: 84, - 0xE019D: 84, - 0xE019E: 84, - 0xE019F: 84, - 0xE01A0: 84, - 0xE01A1: 84, - 0xE01A2: 84, - 0xE01A3: 84, - 0xE01A4: 84, - 0xE01A5: 84, - 0xE01A6: 84, - 0xE01A7: 84, - 0xE01A8: 84, - 0xE01A9: 84, - 0xE01AA: 84, - 0xE01AB: 84, - 0xE01AC: 84, - 0xE01AD: 84, - 0xE01AE: 84, - 0xE01AF: 84, - 0xE01B0: 84, - 0xE01B1: 84, - 0xE01B2: 84, - 0xE01B3: 84, - 0xE01B4: 84, - 0xE01B5: 84, - 0xE01B6: 84, - 0xE01B7: 84, - 0xE01B8: 84, - 0xE01B9: 84, - 0xE01BA: 84, - 0xE01BB: 84, - 0xE01BC: 84, - 0xE01BD: 84, - 0xE01BE: 84, - 0xE01BF: 84, - 0xE01C0: 84, - 0xE01C1: 84, - 0xE01C2: 84, - 0xE01C3: 84, - 0xE01C4: 84, - 0xE01C5: 84, - 0xE01C6: 84, - 0xE01C7: 84, - 0xE01C8: 84, - 0xE01C9: 84, - 0xE01CA: 84, - 0xE01CB: 84, - 0xE01CC: 84, - 0xE01CD: 84, - 0xE01CE: 84, - 0xE01CF: 84, - 0xE01D0: 84, - 0xE01D1: 84, - 0xE01D2: 84, - 0xE01D3: 84, - 0xE01D4: 84, - 0xE01D5: 84, - 0xE01D6: 84, - 0xE01D7: 84, - 0xE01D8: 84, - 0xE01D9: 84, - 0xE01DA: 84, - 0xE01DB: 84, - 0xE01DC: 84, - 0xE01DD: 84, - 0xE01DE: 84, - 0xE01DF: 84, - 0xE01E0: 84, - 0xE01E1: 84, - 0xE01E2: 84, - 0xE01E3: 84, - 0xE01E4: 84, - 0xE01E5: 84, - 0xE01E6: 84, - 0xE01E7: 84, - 0xE01E8: 84, - 0xE01E9: 84, - 0xE01EA: 84, - 0xE01EB: 84, - 0xE01EC: 84, - 0xE01ED: 84, - 0xE01EE: 84, - 0xE01EF: 84, -} -codepoint_classes = { - "PVALID": ( - 0x2D0000002E, - 0x300000003A, - 0x610000007B, - 0xDF000000F7, - 0xF800000100, - 0x10100000102, - 0x10300000104, - 0x10500000106, - 0x10700000108, - 0x1090000010A, - 0x10B0000010C, - 0x10D0000010E, - 0x10F00000110, - 0x11100000112, - 0x11300000114, - 0x11500000116, - 0x11700000118, - 0x1190000011A, - 0x11B0000011C, - 0x11D0000011E, - 0x11F00000120, - 0x12100000122, - 0x12300000124, - 0x12500000126, - 0x12700000128, - 0x1290000012A, - 0x12B0000012C, - 0x12D0000012E, - 0x12F00000130, - 0x13100000132, - 0x13500000136, - 0x13700000139, - 0x13A0000013B, - 0x13C0000013D, - 0x13E0000013F, - 0x14200000143, - 0x14400000145, - 0x14600000147, - 0x14800000149, - 0x14B0000014C, - 0x14D0000014E, - 0x14F00000150, - 0x15100000152, - 0x15300000154, - 0x15500000156, - 0x15700000158, - 0x1590000015A, - 0x15B0000015C, - 0x15D0000015E, - 0x15F00000160, - 0x16100000162, - 0x16300000164, - 0x16500000166, - 0x16700000168, - 0x1690000016A, - 0x16B0000016C, - 0x16D0000016E, - 0x16F00000170, - 0x17100000172, - 0x17300000174, - 0x17500000176, - 0x17700000178, - 0x17A0000017B, - 0x17C0000017D, - 0x17E0000017F, - 0x18000000181, - 0x18300000184, - 0x18500000186, - 0x18800000189, - 0x18C0000018E, - 0x19200000193, - 0x19500000196, - 0x1990000019C, - 0x19E0000019F, - 0x1A1000001A2, - 0x1A3000001A4, - 0x1A5000001A6, - 0x1A8000001A9, - 0x1AA000001AC, - 0x1AD000001AE, - 0x1B0000001B1, - 0x1B4000001B5, - 0x1B6000001B7, - 0x1B9000001BC, - 0x1BD000001C4, - 0x1CE000001CF, - 0x1D0000001D1, - 0x1D2000001D3, - 0x1D4000001D5, - 0x1D6000001D7, - 0x1D8000001D9, - 0x1DA000001DB, - 0x1DC000001DE, - 0x1DF000001E0, - 0x1E1000001E2, - 0x1E3000001E4, - 0x1E5000001E6, - 0x1E7000001E8, - 0x1E9000001EA, - 0x1EB000001EC, - 0x1ED000001EE, - 0x1EF000001F1, - 0x1F5000001F6, - 0x1F9000001FA, - 0x1FB000001FC, - 0x1FD000001FE, - 0x1FF00000200, - 0x20100000202, - 0x20300000204, - 0x20500000206, - 0x20700000208, - 0x2090000020A, - 0x20B0000020C, - 0x20D0000020E, - 0x20F00000210, - 0x21100000212, - 0x21300000214, - 0x21500000216, - 0x21700000218, - 0x2190000021A, - 0x21B0000021C, - 0x21D0000021E, - 0x21F00000220, - 0x22100000222, - 0x22300000224, - 0x22500000226, - 0x22700000228, - 0x2290000022A, - 0x22B0000022C, - 0x22D0000022E, - 0x22F00000230, - 0x23100000232, - 0x2330000023A, - 0x23C0000023D, - 0x23F00000241, - 0x24200000243, - 0x24700000248, - 0x2490000024A, - 0x24B0000024C, - 0x24D0000024E, - 0x24F000002B0, - 0x2B9000002C2, - 0x2C6000002D2, - 0x2EC000002ED, - 0x2EE000002EF, - 0x30000000340, - 0x34200000343, - 0x3460000034F, - 0x35000000370, - 0x37100000372, - 0x37300000374, - 0x37700000378, - 0x37B0000037E, - 0x39000000391, - 0x3AC000003CF, - 0x3D7000003D8, - 0x3D9000003DA, - 0x3DB000003DC, - 0x3DD000003DE, - 0x3DF000003E0, - 0x3E1000003E2, - 0x3E3000003E4, - 0x3E5000003E6, - 0x3E7000003E8, - 0x3E9000003EA, - 0x3EB000003EC, - 0x3ED000003EE, - 0x3EF000003F0, - 0x3F3000003F4, - 0x3F8000003F9, - 0x3FB000003FD, - 0x43000000460, - 0x46100000462, - 0x46300000464, - 0x46500000466, - 0x46700000468, - 0x4690000046A, - 0x46B0000046C, - 0x46D0000046E, - 0x46F00000470, - 0x47100000472, - 0x47300000474, - 0x47500000476, - 0x47700000478, - 0x4790000047A, - 0x47B0000047C, - 0x47D0000047E, - 0x47F00000480, - 0x48100000482, - 0x48300000488, - 0x48B0000048C, - 0x48D0000048E, - 0x48F00000490, - 0x49100000492, - 0x49300000494, - 0x49500000496, - 0x49700000498, - 0x4990000049A, - 0x49B0000049C, - 0x49D0000049E, - 0x49F000004A0, - 0x4A1000004A2, - 0x4A3000004A4, - 0x4A5000004A6, - 0x4A7000004A8, - 0x4A9000004AA, - 0x4AB000004AC, - 0x4AD000004AE, - 0x4AF000004B0, - 0x4B1000004B2, - 0x4B3000004B4, - 0x4B5000004B6, - 0x4B7000004B8, - 0x4B9000004BA, - 0x4BB000004BC, - 0x4BD000004BE, - 0x4BF000004C0, - 0x4C2000004C3, - 0x4C4000004C5, - 0x4C6000004C7, - 0x4C8000004C9, - 0x4CA000004CB, - 0x4CC000004CD, - 0x4CE000004D0, - 0x4D1000004D2, - 0x4D3000004D4, - 0x4D5000004D6, - 0x4D7000004D8, - 0x4D9000004DA, - 0x4DB000004DC, - 0x4DD000004DE, - 0x4DF000004E0, - 0x4E1000004E2, - 0x4E3000004E4, - 0x4E5000004E6, - 0x4E7000004E8, - 0x4E9000004EA, - 0x4EB000004EC, - 0x4ED000004EE, - 0x4EF000004F0, - 0x4F1000004F2, - 0x4F3000004F4, - 0x4F5000004F6, - 0x4F7000004F8, - 0x4F9000004FA, - 0x4FB000004FC, - 0x4FD000004FE, - 0x4FF00000500, - 0x50100000502, - 0x50300000504, - 0x50500000506, - 0x50700000508, - 0x5090000050A, - 0x50B0000050C, - 0x50D0000050E, - 0x50F00000510, - 0x51100000512, - 0x51300000514, - 0x51500000516, - 0x51700000518, - 0x5190000051A, - 0x51B0000051C, - 0x51D0000051E, - 0x51F00000520, - 0x52100000522, - 0x52300000524, - 0x52500000526, - 0x52700000528, - 0x5290000052A, - 0x52B0000052C, - 0x52D0000052E, - 0x52F00000530, - 0x5590000055A, - 0x56000000587, - 0x58800000589, - 0x591000005BE, - 0x5BF000005C0, - 0x5C1000005C3, - 0x5C4000005C6, - 0x5C7000005C8, - 0x5D0000005EB, - 0x5EF000005F3, - 0x6100000061B, - 0x62000000640, - 0x64100000660, - 0x66E00000675, - 0x679000006D4, - 0x6D5000006DD, - 0x6DF000006E9, - 0x6EA000006F0, - 0x6FA00000700, - 0x7100000074B, - 0x74D000007B2, - 0x7C0000007F6, - 0x7FD000007FE, - 0x8000000082E, - 0x8400000085C, - 0x8600000086B, - 0x87000000888, - 0x8890000088F, - 0x897000008E2, - 0x8E300000958, - 0x96000000964, - 0x96600000970, - 0x97100000984, - 0x9850000098D, - 0x98F00000991, - 0x993000009A9, - 0x9AA000009B1, - 0x9B2000009B3, - 0x9B6000009BA, - 0x9BC000009C5, - 0x9C7000009C9, - 0x9CB000009CF, - 0x9D7000009D8, - 0x9E0000009E4, - 0x9E6000009F2, - 0x9FC000009FD, - 0x9FE000009FF, - 0xA0100000A04, - 0xA0500000A0B, - 0xA0F00000A11, - 0xA1300000A29, - 0xA2A00000A31, - 0xA3200000A33, - 0xA3500000A36, - 0xA3800000A3A, - 0xA3C00000A3D, - 0xA3E00000A43, - 0xA4700000A49, - 0xA4B00000A4E, - 0xA5100000A52, - 0xA5C00000A5D, - 0xA6600000A76, - 0xA8100000A84, - 0xA8500000A8E, - 0xA8F00000A92, - 0xA9300000AA9, - 0xAAA00000AB1, - 0xAB200000AB4, - 0xAB500000ABA, - 0xABC00000AC6, - 0xAC700000ACA, - 0xACB00000ACE, - 0xAD000000AD1, - 0xAE000000AE4, - 0xAE600000AF0, - 0xAF900000B00, - 0xB0100000B04, - 0xB0500000B0D, - 0xB0F00000B11, - 0xB1300000B29, - 0xB2A00000B31, - 0xB3200000B34, - 0xB3500000B3A, - 0xB3C00000B45, - 0xB4700000B49, - 0xB4B00000B4E, - 0xB5500000B58, - 0xB5F00000B64, - 0xB6600000B70, - 0xB7100000B72, - 0xB8200000B84, - 0xB8500000B8B, - 0xB8E00000B91, - 0xB9200000B96, - 0xB9900000B9B, - 0xB9C00000B9D, - 0xB9E00000BA0, - 0xBA300000BA5, - 0xBA800000BAB, - 0xBAE00000BBA, - 0xBBE00000BC3, - 0xBC600000BC9, - 0xBCA00000BCE, - 0xBD000000BD1, - 0xBD700000BD8, - 0xBE600000BF0, - 0xC0000000C0D, - 0xC0E00000C11, - 0xC1200000C29, - 0xC2A00000C3A, - 0xC3C00000C45, - 0xC4600000C49, - 0xC4A00000C4E, - 0xC5500000C57, - 0xC5800000C5B, - 0xC5D00000C5E, - 0xC6000000C64, - 0xC6600000C70, - 0xC8000000C84, - 0xC8500000C8D, - 0xC8E00000C91, - 0xC9200000CA9, - 0xCAA00000CB4, - 0xCB500000CBA, - 0xCBC00000CC5, - 0xCC600000CC9, - 0xCCA00000CCE, - 0xCD500000CD7, - 0xCDD00000CDF, - 0xCE000000CE4, - 0xCE600000CF0, - 0xCF100000CF4, - 0xD0000000D0D, - 0xD0E00000D11, - 0xD1200000D45, - 0xD4600000D49, - 0xD4A00000D4F, - 0xD5400000D58, - 0xD5F00000D64, - 0xD6600000D70, - 0xD7A00000D80, - 0xD8100000D84, - 0xD8500000D97, - 0xD9A00000DB2, - 0xDB300000DBC, - 0xDBD00000DBE, - 0xDC000000DC7, - 0xDCA00000DCB, - 0xDCF00000DD5, - 0xDD600000DD7, - 0xDD800000DE0, - 0xDE600000DF0, - 0xDF200000DF4, - 0xE0100000E33, - 0xE3400000E3B, - 0xE4000000E4F, - 0xE5000000E5A, - 0xE8100000E83, - 0xE8400000E85, - 0xE8600000E8B, - 0xE8C00000EA4, - 0xEA500000EA6, - 0xEA700000EB3, - 0xEB400000EBE, - 0xEC000000EC5, - 0xEC600000EC7, - 0xEC800000ECF, - 0xED000000EDA, - 0xEDE00000EE0, - 0xF0000000F01, - 0xF0B00000F0C, - 0xF1800000F1A, - 0xF2000000F2A, - 0xF3500000F36, - 0xF3700000F38, - 0xF3900000F3A, - 0xF3E00000F43, - 0xF4400000F48, - 0xF4900000F4D, - 0xF4E00000F52, - 0xF5300000F57, - 0xF5800000F5C, - 0xF5D00000F69, - 0xF6A00000F6D, - 0xF7100000F73, - 0xF7400000F75, - 0xF7A00000F81, - 0xF8200000F85, - 0xF8600000F93, - 0xF9400000F98, - 0xF9900000F9D, - 0xF9E00000FA2, - 0xFA300000FA7, - 0xFA800000FAC, - 0xFAD00000FB9, - 0xFBA00000FBD, - 0xFC600000FC7, - 0x10000000104A, - 0x10500000109E, - 0x10D0000010FB, - 0x10FD00001100, - 0x120000001249, - 0x124A0000124E, - 0x125000001257, - 0x125800001259, - 0x125A0000125E, - 0x126000001289, - 0x128A0000128E, - 0x1290000012B1, - 0x12B2000012B6, - 0x12B8000012BF, - 0x12C0000012C1, - 0x12C2000012C6, - 0x12C8000012D7, - 0x12D800001311, - 0x131200001316, - 0x13180000135B, - 0x135D00001360, - 0x138000001390, - 0x13A0000013F6, - 0x14010000166D, - 0x166F00001680, - 0x16810000169B, - 0x16A0000016EB, - 0x16F1000016F9, - 0x170000001716, - 0x171F00001735, - 0x174000001754, - 0x17600000176D, - 0x176E00001771, - 0x177200001774, - 0x1780000017B4, - 0x17B6000017D4, - 0x17D7000017D8, - 0x17DC000017DE, - 0x17E0000017EA, - 0x18100000181A, - 0x182000001879, - 0x1880000018AB, - 0x18B0000018F6, - 0x19000000191F, - 0x19200000192C, - 0x19300000193C, - 0x19460000196E, - 0x197000001975, - 0x1980000019AC, - 0x19B0000019CA, - 0x19D0000019DA, - 0x1A0000001A1C, - 0x1A2000001A5F, - 0x1A6000001A7D, - 0x1A7F00001A8A, - 0x1A9000001A9A, - 0x1AA700001AA8, - 0x1AB000001ABE, - 0x1ABF00001ACF, - 0x1B0000001B4D, - 0x1B5000001B5A, - 0x1B6B00001B74, - 0x1B8000001BF4, - 0x1C0000001C38, - 0x1C4000001C4A, - 0x1C4D00001C7E, - 0x1C8A00001C8B, - 0x1CD000001CD3, - 0x1CD400001CFB, - 0x1D0000001D2C, - 0x1D2F00001D30, - 0x1D3B00001D3C, - 0x1D4E00001D4F, - 0x1D6B00001D78, - 0x1D7900001D9B, - 0x1DC000001E00, - 0x1E0100001E02, - 0x1E0300001E04, - 0x1E0500001E06, - 0x1E0700001E08, - 0x1E0900001E0A, - 0x1E0B00001E0C, - 0x1E0D00001E0E, - 0x1E0F00001E10, - 0x1E1100001E12, - 0x1E1300001E14, - 0x1E1500001E16, - 0x1E1700001E18, - 0x1E1900001E1A, - 0x1E1B00001E1C, - 0x1E1D00001E1E, - 0x1E1F00001E20, - 0x1E2100001E22, - 0x1E2300001E24, - 0x1E2500001E26, - 0x1E2700001E28, - 0x1E2900001E2A, - 0x1E2B00001E2C, - 0x1E2D00001E2E, - 0x1E2F00001E30, - 0x1E3100001E32, - 0x1E3300001E34, - 0x1E3500001E36, - 0x1E3700001E38, - 0x1E3900001E3A, - 0x1E3B00001E3C, - 0x1E3D00001E3E, - 0x1E3F00001E40, - 0x1E4100001E42, - 0x1E4300001E44, - 0x1E4500001E46, - 0x1E4700001E48, - 0x1E4900001E4A, - 0x1E4B00001E4C, - 0x1E4D00001E4E, - 0x1E4F00001E50, - 0x1E5100001E52, - 0x1E5300001E54, - 0x1E5500001E56, - 0x1E5700001E58, - 0x1E5900001E5A, - 0x1E5B00001E5C, - 0x1E5D00001E5E, - 0x1E5F00001E60, - 0x1E6100001E62, - 0x1E6300001E64, - 0x1E6500001E66, - 0x1E6700001E68, - 0x1E6900001E6A, - 0x1E6B00001E6C, - 0x1E6D00001E6E, - 0x1E6F00001E70, - 0x1E7100001E72, - 0x1E7300001E74, - 0x1E7500001E76, - 0x1E7700001E78, - 0x1E7900001E7A, - 0x1E7B00001E7C, - 0x1E7D00001E7E, - 0x1E7F00001E80, - 0x1E8100001E82, - 0x1E8300001E84, - 0x1E8500001E86, - 0x1E8700001E88, - 0x1E8900001E8A, - 0x1E8B00001E8C, - 0x1E8D00001E8E, - 0x1E8F00001E90, - 0x1E9100001E92, - 0x1E9300001E94, - 0x1E9500001E9A, - 0x1E9C00001E9E, - 0x1E9F00001EA0, - 0x1EA100001EA2, - 0x1EA300001EA4, - 0x1EA500001EA6, - 0x1EA700001EA8, - 0x1EA900001EAA, - 0x1EAB00001EAC, - 0x1EAD00001EAE, - 0x1EAF00001EB0, - 0x1EB100001EB2, - 0x1EB300001EB4, - 0x1EB500001EB6, - 0x1EB700001EB8, - 0x1EB900001EBA, - 0x1EBB00001EBC, - 0x1EBD00001EBE, - 0x1EBF00001EC0, - 0x1EC100001EC2, - 0x1EC300001EC4, - 0x1EC500001EC6, - 0x1EC700001EC8, - 0x1EC900001ECA, - 0x1ECB00001ECC, - 0x1ECD00001ECE, - 0x1ECF00001ED0, - 0x1ED100001ED2, - 0x1ED300001ED4, - 0x1ED500001ED6, - 0x1ED700001ED8, - 0x1ED900001EDA, - 0x1EDB00001EDC, - 0x1EDD00001EDE, - 0x1EDF00001EE0, - 0x1EE100001EE2, - 0x1EE300001EE4, - 0x1EE500001EE6, - 0x1EE700001EE8, - 0x1EE900001EEA, - 0x1EEB00001EEC, - 0x1EED00001EEE, - 0x1EEF00001EF0, - 0x1EF100001EF2, - 0x1EF300001EF4, - 0x1EF500001EF6, - 0x1EF700001EF8, - 0x1EF900001EFA, - 0x1EFB00001EFC, - 0x1EFD00001EFE, - 0x1EFF00001F08, - 0x1F1000001F16, - 0x1F2000001F28, - 0x1F3000001F38, - 0x1F4000001F46, - 0x1F5000001F58, - 0x1F6000001F68, - 0x1F7000001F71, - 0x1F7200001F73, - 0x1F7400001F75, - 0x1F7600001F77, - 0x1F7800001F79, - 0x1F7A00001F7B, - 0x1F7C00001F7D, - 0x1FB000001FB2, - 0x1FB600001FB7, - 0x1FC600001FC7, - 0x1FD000001FD3, - 0x1FD600001FD8, - 0x1FE000001FE3, - 0x1FE400001FE8, - 0x1FF600001FF7, - 0x214E0000214F, - 0x218400002185, - 0x2C3000002C60, - 0x2C6100002C62, - 0x2C6500002C67, - 0x2C6800002C69, - 0x2C6A00002C6B, - 0x2C6C00002C6D, - 0x2C7100002C72, - 0x2C7300002C75, - 0x2C7600002C7C, - 0x2C8100002C82, - 0x2C8300002C84, - 0x2C8500002C86, - 0x2C8700002C88, - 0x2C8900002C8A, - 0x2C8B00002C8C, - 0x2C8D00002C8E, - 0x2C8F00002C90, - 0x2C9100002C92, - 0x2C9300002C94, - 0x2C9500002C96, - 0x2C9700002C98, - 0x2C9900002C9A, - 0x2C9B00002C9C, - 0x2C9D00002C9E, - 0x2C9F00002CA0, - 0x2CA100002CA2, - 0x2CA300002CA4, - 0x2CA500002CA6, - 0x2CA700002CA8, - 0x2CA900002CAA, - 0x2CAB00002CAC, - 0x2CAD00002CAE, - 0x2CAF00002CB0, - 0x2CB100002CB2, - 0x2CB300002CB4, - 0x2CB500002CB6, - 0x2CB700002CB8, - 0x2CB900002CBA, - 0x2CBB00002CBC, - 0x2CBD00002CBE, - 0x2CBF00002CC0, - 0x2CC100002CC2, - 0x2CC300002CC4, - 0x2CC500002CC6, - 0x2CC700002CC8, - 0x2CC900002CCA, - 0x2CCB00002CCC, - 0x2CCD00002CCE, - 0x2CCF00002CD0, - 0x2CD100002CD2, - 0x2CD300002CD4, - 0x2CD500002CD6, - 0x2CD700002CD8, - 0x2CD900002CDA, - 0x2CDB00002CDC, - 0x2CDD00002CDE, - 0x2CDF00002CE0, - 0x2CE100002CE2, - 0x2CE300002CE5, - 0x2CEC00002CED, - 0x2CEE00002CF2, - 0x2CF300002CF4, - 0x2D0000002D26, - 0x2D2700002D28, - 0x2D2D00002D2E, - 0x2D3000002D68, - 0x2D7F00002D97, - 0x2DA000002DA7, - 0x2DA800002DAF, - 0x2DB000002DB7, - 0x2DB800002DBF, - 0x2DC000002DC7, - 0x2DC800002DCF, - 0x2DD000002DD7, - 0x2DD800002DDF, - 0x2DE000002E00, - 0x2E2F00002E30, - 0x300500003008, - 0x302A0000302E, - 0x303C0000303D, - 0x304100003097, - 0x30990000309B, - 0x309D0000309F, - 0x30A1000030FB, - 0x30FC000030FF, - 0x310500003130, - 0x31A0000031C0, - 0x31F000003200, - 0x340000004DC0, - 0x4E000000A48D, - 0xA4D00000A4FE, - 0xA5000000A60D, - 0xA6100000A62C, - 0xA6410000A642, - 0xA6430000A644, - 0xA6450000A646, - 0xA6470000A648, - 0xA6490000A64A, - 0xA64B0000A64C, - 0xA64D0000A64E, - 0xA64F0000A650, - 0xA6510000A652, - 0xA6530000A654, - 0xA6550000A656, - 0xA6570000A658, - 0xA6590000A65A, - 0xA65B0000A65C, - 0xA65D0000A65E, - 0xA65F0000A660, - 0xA6610000A662, - 0xA6630000A664, - 0xA6650000A666, - 0xA6670000A668, - 0xA6690000A66A, - 0xA66B0000A66C, - 0xA66D0000A670, - 0xA6740000A67E, - 0xA67F0000A680, - 0xA6810000A682, - 0xA6830000A684, - 0xA6850000A686, - 0xA6870000A688, - 0xA6890000A68A, - 0xA68B0000A68C, - 0xA68D0000A68E, - 0xA68F0000A690, - 0xA6910000A692, - 0xA6930000A694, - 0xA6950000A696, - 0xA6970000A698, - 0xA6990000A69A, - 0xA69B0000A69C, - 0xA69E0000A6E6, - 0xA6F00000A6F2, - 0xA7170000A720, - 0xA7230000A724, - 0xA7250000A726, - 0xA7270000A728, - 0xA7290000A72A, - 0xA72B0000A72C, - 0xA72D0000A72E, - 0xA72F0000A732, - 0xA7330000A734, - 0xA7350000A736, - 0xA7370000A738, - 0xA7390000A73A, - 0xA73B0000A73C, - 0xA73D0000A73E, - 0xA73F0000A740, - 0xA7410000A742, - 0xA7430000A744, - 0xA7450000A746, - 0xA7470000A748, - 0xA7490000A74A, - 0xA74B0000A74C, - 0xA74D0000A74E, - 0xA74F0000A750, - 0xA7510000A752, - 0xA7530000A754, - 0xA7550000A756, - 0xA7570000A758, - 0xA7590000A75A, - 0xA75B0000A75C, - 0xA75D0000A75E, - 0xA75F0000A760, - 0xA7610000A762, - 0xA7630000A764, - 0xA7650000A766, - 0xA7670000A768, - 0xA7690000A76A, - 0xA76B0000A76C, - 0xA76D0000A76E, - 0xA76F0000A770, - 0xA7710000A779, - 0xA77A0000A77B, - 0xA77C0000A77D, - 0xA77F0000A780, - 0xA7810000A782, - 0xA7830000A784, - 0xA7850000A786, - 0xA7870000A789, - 0xA78C0000A78D, - 0xA78E0000A790, - 0xA7910000A792, - 0xA7930000A796, - 0xA7970000A798, - 0xA7990000A79A, - 0xA79B0000A79C, - 0xA79D0000A79E, - 0xA79F0000A7A0, - 0xA7A10000A7A2, - 0xA7A30000A7A4, - 0xA7A50000A7A6, - 0xA7A70000A7A8, - 0xA7A90000A7AA, - 0xA7AF0000A7B0, - 0xA7B50000A7B6, - 0xA7B70000A7B8, - 0xA7B90000A7BA, - 0xA7BB0000A7BC, - 0xA7BD0000A7BE, - 0xA7BF0000A7C0, - 0xA7C10000A7C2, - 0xA7C30000A7C4, - 0xA7C80000A7C9, - 0xA7CA0000A7CB, - 0xA7CD0000A7CE, - 0xA7D10000A7D2, - 0xA7D30000A7D4, - 0xA7D50000A7D6, - 0xA7D70000A7D8, - 0xA7D90000A7DA, - 0xA7DB0000A7DC, - 0xA7F60000A7F8, - 0xA7FA0000A828, - 0xA82C0000A82D, - 0xA8400000A874, - 0xA8800000A8C6, - 0xA8D00000A8DA, - 0xA8E00000A8F8, - 0xA8FB0000A8FC, - 0xA8FD0000A92E, - 0xA9300000A954, - 0xA9800000A9C1, - 0xA9CF0000A9DA, - 0xA9E00000A9FF, - 0xAA000000AA37, - 0xAA400000AA4E, - 0xAA500000AA5A, - 0xAA600000AA77, - 0xAA7A0000AAC3, - 0xAADB0000AADE, - 0xAAE00000AAF0, - 0xAAF20000AAF7, - 0xAB010000AB07, - 0xAB090000AB0F, - 0xAB110000AB17, - 0xAB200000AB27, - 0xAB280000AB2F, - 0xAB300000AB5B, - 0xAB600000AB69, - 0xABC00000ABEB, - 0xABEC0000ABEE, - 0xABF00000ABFA, - 0xAC000000D7A4, - 0xFA0E0000FA10, - 0xFA110000FA12, - 0xFA130000FA15, - 0xFA1F0000FA20, - 0xFA210000FA22, - 0xFA230000FA25, - 0xFA270000FA2A, - 0xFB1E0000FB1F, - 0xFE200000FE30, - 0xFE730000FE74, - 0x100000001000C, - 0x1000D00010027, - 0x100280001003B, - 0x1003C0001003E, - 0x1003F0001004E, - 0x100500001005E, - 0x10080000100FB, - 0x101FD000101FE, - 0x102800001029D, - 0x102A0000102D1, - 0x102E0000102E1, - 0x1030000010320, - 0x1032D00010341, - 0x103420001034A, - 0x103500001037B, - 0x103800001039E, - 0x103A0000103C4, - 0x103C8000103D0, - 0x104280001049E, - 0x104A0000104AA, - 0x104D8000104FC, - 0x1050000010528, - 0x1053000010564, - 0x10597000105A2, - 0x105A3000105B2, - 0x105B3000105BA, - 0x105BB000105BD, - 0x105C0000105F4, - 0x1060000010737, - 0x1074000010756, - 0x1076000010768, - 0x1078000010781, - 0x1080000010806, - 0x1080800010809, - 0x1080A00010836, - 0x1083700010839, - 0x1083C0001083D, - 0x1083F00010856, - 0x1086000010877, - 0x108800001089F, - 0x108E0000108F3, - 0x108F4000108F6, - 0x1090000010916, - 0x109200001093A, - 0x10980000109B8, - 0x109BE000109C0, - 0x10A0000010A04, - 0x10A0500010A07, - 0x10A0C00010A14, - 0x10A1500010A18, - 0x10A1900010A36, - 0x10A3800010A3B, - 0x10A3F00010A40, - 0x10A6000010A7D, - 0x10A8000010A9D, - 0x10AC000010AC8, - 0x10AC900010AE7, - 0x10B0000010B36, - 0x10B4000010B56, - 0x10B6000010B73, - 0x10B8000010B92, - 0x10C0000010C49, - 0x10CC000010CF3, - 0x10D0000010D28, - 0x10D3000010D3A, - 0x10D4000010D50, - 0x10D6900010D6E, - 0x10D6F00010D86, - 0x10E8000010EAA, - 0x10EAB00010EAD, - 0x10EB000010EB2, - 0x10EC200010EC5, - 0x10EFC00010F1D, - 0x10F2700010F28, - 0x10F3000010F51, - 0x10F7000010F86, - 0x10FB000010FC5, - 0x10FE000010FF7, - 0x1100000011047, - 0x1106600011076, - 0x1107F000110BB, - 0x110C2000110C3, - 0x110D0000110E9, - 0x110F0000110FA, - 0x1110000011135, - 0x1113600011140, - 0x1114400011148, - 0x1115000011174, - 0x1117600011177, - 0x11180000111C5, - 0x111C9000111CD, - 0x111CE000111DB, - 0x111DC000111DD, - 0x1120000011212, - 0x1121300011238, - 0x1123E00011242, - 0x1128000011287, - 0x1128800011289, - 0x1128A0001128E, - 0x1128F0001129E, - 0x1129F000112A9, - 0x112B0000112EB, - 0x112F0000112FA, - 0x1130000011304, - 0x113050001130D, - 0x1130F00011311, - 0x1131300011329, - 0x1132A00011331, - 0x1133200011334, - 0x113350001133A, - 0x1133B00011345, - 0x1134700011349, - 0x1134B0001134E, - 0x1135000011351, - 0x1135700011358, - 0x1135D00011364, - 0x113660001136D, - 0x1137000011375, - 0x113800001138A, - 0x1138B0001138C, - 0x1138E0001138F, - 0x11390000113B6, - 0x113B7000113C1, - 0x113C2000113C3, - 0x113C5000113C6, - 0x113C7000113CB, - 0x113CC000113D4, - 0x113E1000113E3, - 0x114000001144B, - 0x114500001145A, - 0x1145E00011462, - 0x11480000114C6, - 0x114C7000114C8, - 0x114D0000114DA, - 0x11580000115B6, - 0x115B8000115C1, - 0x115D8000115DE, - 0x1160000011641, - 0x1164400011645, - 0x116500001165A, - 0x11680000116B9, - 0x116C0000116CA, - 0x116D0000116E4, - 0x117000001171B, - 0x1171D0001172C, - 0x117300001173A, - 0x1174000011747, - 0x118000001183B, - 0x118C0000118EA, - 0x118FF00011907, - 0x119090001190A, - 0x1190C00011914, - 0x1191500011917, - 0x1191800011936, - 0x1193700011939, - 0x1193B00011944, - 0x119500001195A, - 0x119A0000119A8, - 0x119AA000119D8, - 0x119DA000119E2, - 0x119E3000119E5, - 0x11A0000011A3F, - 0x11A4700011A48, - 0x11A5000011A9A, - 0x11A9D00011A9E, - 0x11AB000011AF9, - 0x11BC000011BE1, - 0x11BF000011BFA, - 0x11C0000011C09, - 0x11C0A00011C37, - 0x11C3800011C41, - 0x11C5000011C5A, - 0x11C7200011C90, - 0x11C9200011CA8, - 0x11CA900011CB7, - 0x11D0000011D07, - 0x11D0800011D0A, - 0x11D0B00011D37, - 0x11D3A00011D3B, - 0x11D3C00011D3E, - 0x11D3F00011D48, - 0x11D5000011D5A, - 0x11D6000011D66, - 0x11D6700011D69, - 0x11D6A00011D8F, - 0x11D9000011D92, - 0x11D9300011D99, - 0x11DA000011DAA, - 0x11EE000011EF7, - 0x11F0000011F11, - 0x11F1200011F3B, - 0x11F3E00011F43, - 0x11F5000011F5B, - 0x11FB000011FB1, - 0x120000001239A, - 0x1248000012544, - 0x12F9000012FF1, - 0x1300000013430, - 0x1344000013456, - 0x13460000143FB, - 0x1440000014647, - 0x161000001613A, - 0x1680000016A39, - 0x16A4000016A5F, - 0x16A6000016A6A, - 0x16A7000016ABF, - 0x16AC000016ACA, - 0x16AD000016AEE, - 0x16AF000016AF5, - 0x16B0000016B37, - 0x16B4000016B44, - 0x16B5000016B5A, - 0x16B6300016B78, - 0x16B7D00016B90, - 0x16D4000016D6D, - 0x16D7000016D7A, - 0x16E6000016E80, - 0x16F0000016F4B, - 0x16F4F00016F88, - 0x16F8F00016FA0, - 0x16FE000016FE2, - 0x16FE300016FE5, - 0x16FF000016FF2, - 0x17000000187F8, - 0x1880000018CD6, - 0x18CFF00018D09, - 0x1AFF00001AFF4, - 0x1AFF50001AFFC, - 0x1AFFD0001AFFF, - 0x1B0000001B123, - 0x1B1320001B133, - 0x1B1500001B153, - 0x1B1550001B156, - 0x1B1640001B168, - 0x1B1700001B2FC, - 0x1BC000001BC6B, - 0x1BC700001BC7D, - 0x1BC800001BC89, - 0x1BC900001BC9A, - 0x1BC9D0001BC9F, - 0x1CCF00001CCFA, - 0x1CF000001CF2E, - 0x1CF300001CF47, - 0x1DA000001DA37, - 0x1DA3B0001DA6D, - 0x1DA750001DA76, - 0x1DA840001DA85, - 0x1DA9B0001DAA0, - 0x1DAA10001DAB0, - 0x1DF000001DF1F, - 0x1DF250001DF2B, - 0x1E0000001E007, - 0x1E0080001E019, - 0x1E01B0001E022, - 0x1E0230001E025, - 0x1E0260001E02B, - 0x1E08F0001E090, - 0x1E1000001E12D, - 0x1E1300001E13E, - 0x1E1400001E14A, - 0x1E14E0001E14F, - 0x1E2900001E2AF, - 0x1E2C00001E2FA, - 0x1E4D00001E4FA, - 0x1E5D00001E5FB, - 0x1E7E00001E7E7, - 0x1E7E80001E7EC, - 0x1E7ED0001E7EF, - 0x1E7F00001E7FF, - 0x1E8000001E8C5, - 0x1E8D00001E8D7, - 0x1E9220001E94C, - 0x1E9500001E95A, - 0x200000002A6E0, - 0x2A7000002B73A, - 0x2B7400002B81E, - 0x2B8200002CEA2, - 0x2CEB00002EBE1, - 0x2EBF00002EE5E, - 0x300000003134B, - 0x31350000323B0, - ), - "CONTEXTJ": (0x200C0000200E,), - "CONTEXTO": ( - 0xB7000000B8, - 0x37500000376, - 0x5F3000005F5, - 0x6600000066A, - 0x6F0000006FA, - 0x30FB000030FC, - ), -} diff --git a/backend/.venv/Lib/site-packages/idna/intranges.py b/backend/.venv/Lib/site-packages/idna/intranges.py deleted file mode 100644 index 7bfaa8d..0000000 --- a/backend/.venv/Lib/site-packages/idna/intranges.py +++ /dev/null @@ -1,57 +0,0 @@ -""" -Given a list of integers, made up of (hopefully) a small number of long runs -of consecutive integers, compute a representation of the form -((start1, end1), (start2, end2) ...). Then answer the question "was x present -in the original list?" in time O(log(# runs)). -""" - -import bisect -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/backend/.venv/Lib/site-packages/idna/package_data.py b/backend/.venv/Lib/site-packages/idna/package_data.py deleted file mode 100644 index 7272c8d..0000000 --- a/backend/.venv/Lib/site-packages/idna/package_data.py +++ /dev/null @@ -1 +0,0 @@ -__version__ = "3.11" diff --git a/backend/.venv/Lib/site-packages/idna/py.typed b/backend/.venv/Lib/site-packages/idna/py.typed deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/idna/uts46data.py b/backend/.venv/Lib/site-packages/idna/uts46data.py deleted file mode 100644 index 4610b71..0000000 --- a/backend/.venv/Lib/site-packages/idna/uts46data.py +++ /dev/null @@ -1,8841 +0,0 @@ -# This file is automatically generated by tools/idna-data -# vim: set fileencoding=utf-8 : - -from typing import List, Tuple, Union - -"""IDNA Mapping Table from UTS46.""" - - -__version__ = "16.0.0" - - -def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x0, "V"), - (0x1, "V"), - (0x2, "V"), - (0x3, "V"), - (0x4, "V"), - (0x5, "V"), - (0x6, "V"), - (0x7, "V"), - (0x8, "V"), - (0x9, "V"), - (0xA, "V"), - (0xB, "V"), - (0xC, "V"), - (0xD, "V"), - (0xE, "V"), - (0xF, "V"), - (0x10, "V"), - (0x11, "V"), - (0x12, "V"), - (0x13, "V"), - (0x14, "V"), - (0x15, "V"), - (0x16, "V"), - (0x17, "V"), - (0x18, "V"), - (0x19, "V"), - (0x1A, "V"), - (0x1B, "V"), - (0x1C, "V"), - (0x1D, "V"), - (0x1E, "V"), - (0x1F, "V"), - (0x20, "V"), - (0x21, "V"), - (0x22, "V"), - (0x23, "V"), - (0x24, "V"), - (0x25, "V"), - (0x26, "V"), - (0x27, "V"), - (0x28, "V"), - (0x29, "V"), - (0x2A, "V"), - (0x2B, "V"), - (0x2C, "V"), - (0x2D, "V"), - (0x2E, "V"), - (0x2F, "V"), - (0x30, "V"), - (0x31, "V"), - (0x32, "V"), - (0x33, "V"), - (0x34, "V"), - (0x35, "V"), - (0x36, "V"), - (0x37, "V"), - (0x38, "V"), - (0x39, "V"), - (0x3A, "V"), - (0x3B, "V"), - (0x3C, "V"), - (0x3D, "V"), - (0x3E, "V"), - (0x3F, "V"), - (0x40, "V"), - (0x41, "M", "a"), - (0x42, "M", "b"), - (0x43, "M", "c"), - (0x44, "M", "d"), - (0x45, "M", "e"), - (0x46, "M", "f"), - (0x47, "M", "g"), - (0x48, "M", "h"), - (0x49, "M", "i"), - (0x4A, "M", "j"), - (0x4B, "M", "k"), - (0x4C, "M", "l"), - (0x4D, "M", "m"), - (0x4E, "M", "n"), - (0x4F, "M", "o"), - (0x50, "M", "p"), - (0x51, "M", "q"), - (0x52, "M", "r"), - (0x53, "M", "s"), - (0x54, "M", "t"), - (0x55, "M", "u"), - (0x56, "M", "v"), - (0x57, "M", "w"), - (0x58, "M", "x"), - (0x59, "M", "y"), - (0x5A, "M", "z"), - (0x5B, "V"), - (0x5C, "V"), - (0x5D, "V"), - (0x5E, "V"), - (0x5F, "V"), - (0x60, "V"), - (0x61, "V"), - (0x62, "V"), - (0x63, "V"), - ] - - -def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x64, "V"), - (0x65, "V"), - (0x66, "V"), - (0x67, "V"), - (0x68, "V"), - (0x69, "V"), - (0x6A, "V"), - (0x6B, "V"), - (0x6C, "V"), - (0x6D, "V"), - (0x6E, "V"), - (0x6F, "V"), - (0x70, "V"), - (0x71, "V"), - (0x72, "V"), - (0x73, "V"), - (0x74, "V"), - (0x75, "V"), - (0x76, "V"), - (0x77, "V"), - (0x78, "V"), - (0x79, "V"), - (0x7A, "V"), - (0x7B, "V"), - (0x7C, "V"), - (0x7D, "V"), - (0x7E, "V"), - (0x7F, "V"), - (0x80, "X"), - (0x81, "X"), - (0x82, "X"), - (0x83, "X"), - (0x84, "X"), - (0x85, "X"), - (0x86, "X"), - (0x87, "X"), - (0x88, "X"), - (0x89, "X"), - (0x8A, "X"), - (0x8B, "X"), - (0x8C, "X"), - (0x8D, "X"), - (0x8E, "X"), - (0x8F, "X"), - (0x90, "X"), - (0x91, "X"), - (0x92, "X"), - (0x93, "X"), - (0x94, "X"), - (0x95, "X"), - (0x96, "X"), - (0x97, "X"), - (0x98, "X"), - (0x99, "X"), - (0x9A, "X"), - (0x9B, "X"), - (0x9C, "X"), - (0x9D, "X"), - (0x9E, "X"), - (0x9F, "X"), - (0xA0, "M", " "), - (0xA1, "V"), - (0xA2, "V"), - (0xA3, "V"), - (0xA4, "V"), - (0xA5, "V"), - (0xA6, "V"), - (0xA7, "V"), - (0xA8, "M", " ̈"), - (0xA9, "V"), - (0xAA, "M", "a"), - (0xAB, "V"), - (0xAC, "V"), - (0xAD, "I"), - (0xAE, "V"), - (0xAF, "M", " ̄"), - (0xB0, "V"), - (0xB1, "V"), - (0xB2, "M", "2"), - (0xB3, "M", "3"), - (0xB4, "M", " ́"), - (0xB5, "M", "μ"), - (0xB6, "V"), - (0xB7, "V"), - (0xB8, "M", " ̧"), - (0xB9, "M", "1"), - (0xBA, "M", "o"), - (0xBB, "V"), - (0xBC, "M", "1⁄4"), - (0xBD, "M", "1⁄2"), - (0xBE, "M", "3⁄4"), - (0xBF, "V"), - (0xC0, "M", "à"), - (0xC1, "M", "á"), - (0xC2, "M", "â"), - (0xC3, "M", "ã"), - (0xC4, "M", "ä"), - (0xC5, "M", "å"), - (0xC6, "M", "æ"), - (0xC7, "M", "ç"), - ] - - -def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xC8, "M", "è"), - (0xC9, "M", "é"), - (0xCA, "M", "ê"), - (0xCB, "M", "ë"), - (0xCC, "M", "ì"), - (0xCD, "M", "í"), - (0xCE, "M", "î"), - (0xCF, "M", "ï"), - (0xD0, "M", "ð"), - (0xD1, "M", "ñ"), - (0xD2, "M", "ò"), - (0xD3, "M", "ó"), - (0xD4, "M", "ô"), - (0xD5, "M", "õ"), - (0xD6, "M", "ö"), - (0xD7, "V"), - (0xD8, "M", "ø"), - (0xD9, "M", "ù"), - (0xDA, "M", "ú"), - (0xDB, "M", "û"), - (0xDC, "M", "ü"), - (0xDD, "M", "ý"), - (0xDE, "M", "þ"), - (0xDF, "D", "ss"), - (0xE0, "V"), - (0xE1, "V"), - (0xE2, "V"), - (0xE3, "V"), - (0xE4, "V"), - (0xE5, "V"), - (0xE6, "V"), - (0xE7, "V"), - (0xE8, "V"), - (0xE9, "V"), - (0xEA, "V"), - (0xEB, "V"), - (0xEC, "V"), - (0xED, "V"), - (0xEE, "V"), - (0xEF, "V"), - (0xF0, "V"), - (0xF1, "V"), - (0xF2, "V"), - (0xF3, "V"), - (0xF4, "V"), - (0xF5, "V"), - (0xF6, "V"), - (0xF7, "V"), - (0xF8, "V"), - (0xF9, "V"), - (0xFA, "V"), - (0xFB, "V"), - (0xFC, "V"), - (0xFD, "V"), - (0xFE, "V"), - (0xFF, "V"), - (0x100, "M", "ā"), - (0x101, "V"), - (0x102, "M", "ă"), - (0x103, "V"), - (0x104, "M", "ą"), - (0x105, "V"), - (0x106, "M", "ć"), - (0x107, "V"), - (0x108, "M", "ĉ"), - (0x109, "V"), - (0x10A, "M", "ċ"), - (0x10B, "V"), - (0x10C, "M", "č"), - (0x10D, "V"), - (0x10E, "M", "ď"), - (0x10F, "V"), - (0x110, "M", "đ"), - (0x111, "V"), - (0x112, "M", "ē"), - (0x113, "V"), - (0x114, "M", "ĕ"), - (0x115, "V"), - (0x116, "M", "ė"), - (0x117, "V"), - (0x118, "M", "ę"), - (0x119, "V"), - (0x11A, "M", "ě"), - (0x11B, "V"), - (0x11C, "M", "ĝ"), - (0x11D, "V"), - (0x11E, "M", "ğ"), - (0x11F, "V"), - (0x120, "M", "ġ"), - (0x121, "V"), - (0x122, "M", "ģ"), - (0x123, "V"), - (0x124, "M", "ĥ"), - (0x125, "V"), - (0x126, "M", "ħ"), - (0x127, "V"), - (0x128, "M", "ĩ"), - (0x129, "V"), - (0x12A, "M", "ī"), - (0x12B, "V"), - ] - - -def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x12C, "M", "ĭ"), - (0x12D, "V"), - (0x12E, "M", "į"), - (0x12F, "V"), - (0x130, "M", "i̇"), - (0x131, "V"), - (0x132, "M", "ij"), - (0x134, "M", "ĵ"), - (0x135, "V"), - (0x136, "M", "ķ"), - (0x137, "V"), - (0x139, "M", "ĺ"), - (0x13A, "V"), - (0x13B, "M", "ļ"), - (0x13C, "V"), - (0x13D, "M", "ľ"), - (0x13E, "V"), - (0x13F, "M", "l·"), - (0x141, "M", "ł"), - (0x142, "V"), - (0x143, "M", "ń"), - (0x144, "V"), - (0x145, "M", "ņ"), - (0x146, "V"), - (0x147, "M", "ň"), - (0x148, "V"), - (0x149, "M", "ʼn"), - (0x14A, "M", "ŋ"), - (0x14B, "V"), - (0x14C, "M", "ō"), - (0x14D, "V"), - (0x14E, "M", "ŏ"), - (0x14F, "V"), - (0x150, "M", "ő"), - (0x151, "V"), - (0x152, "M", "œ"), - (0x153, "V"), - (0x154, "M", "ŕ"), - (0x155, "V"), - (0x156, "M", "ŗ"), - (0x157, "V"), - (0x158, "M", "ř"), - (0x159, "V"), - (0x15A, "M", "ś"), - (0x15B, "V"), - (0x15C, "M", "ŝ"), - (0x15D, "V"), - (0x15E, "M", "ş"), - (0x15F, "V"), - (0x160, "M", "š"), - (0x161, "V"), - (0x162, "M", "ţ"), - (0x163, "V"), - (0x164, "M", "ť"), - (0x165, "V"), - (0x166, "M", "ŧ"), - (0x167, "V"), - (0x168, "M", "ũ"), - (0x169, "V"), - (0x16A, "M", "ū"), - (0x16B, "V"), - (0x16C, "M", "ŭ"), - (0x16D, "V"), - (0x16E, "M", "ů"), - (0x16F, "V"), - (0x170, "M", "ű"), - (0x171, "V"), - (0x172, "M", "ų"), - (0x173, "V"), - (0x174, "M", "ŵ"), - (0x175, "V"), - (0x176, "M", "ŷ"), - (0x177, "V"), - (0x178, "M", "ÿ"), - (0x179, "M", "ź"), - (0x17A, "V"), - (0x17B, "M", "ż"), - (0x17C, "V"), - (0x17D, "M", "ž"), - (0x17E, "V"), - (0x17F, "M", "s"), - (0x180, "V"), - (0x181, "M", "ɓ"), - (0x182, "M", "ƃ"), - (0x183, "V"), - (0x184, "M", "ƅ"), - (0x185, "V"), - (0x186, "M", "ɔ"), - (0x187, "M", "ƈ"), - (0x188, "V"), - (0x189, "M", "ɖ"), - (0x18A, "M", "ɗ"), - (0x18B, "M", "ƌ"), - (0x18C, "V"), - (0x18E, "M", "ǝ"), - (0x18F, "M", "ə"), - (0x190, "M", "ɛ"), - (0x191, "M", "ƒ"), - (0x192, "V"), - (0x193, "M", "ɠ"), - ] - - -def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x194, "M", "ɣ"), - (0x195, "V"), - (0x196, "M", "ɩ"), - (0x197, "M", "ɨ"), - (0x198, "M", "ƙ"), - (0x199, "V"), - (0x19C, "M", "ɯ"), - (0x19D, "M", "ɲ"), - (0x19E, "V"), - (0x19F, "M", "ɵ"), - (0x1A0, "M", "ơ"), - (0x1A1, "V"), - (0x1A2, "M", "ƣ"), - (0x1A3, "V"), - (0x1A4, "M", "ƥ"), - (0x1A5, "V"), - (0x1A6, "M", "ʀ"), - (0x1A7, "M", "ƨ"), - (0x1A8, "V"), - (0x1A9, "M", "ʃ"), - (0x1AA, "V"), - (0x1AC, "M", "ƭ"), - (0x1AD, "V"), - (0x1AE, "M", "ʈ"), - (0x1AF, "M", "ư"), - (0x1B0, "V"), - (0x1B1, "M", "ʊ"), - (0x1B2, "M", "ʋ"), - (0x1B3, "M", "ƴ"), - (0x1B4, "V"), - (0x1B5, "M", "ƶ"), - (0x1B6, "V"), - (0x1B7, "M", "ʒ"), - (0x1B8, "M", "ƹ"), - (0x1B9, "V"), - (0x1BC, "M", "ƽ"), - (0x1BD, "V"), - (0x1C4, "M", "dž"), - (0x1C7, "M", "lj"), - (0x1CA, "M", "nj"), - (0x1CD, "M", "ǎ"), - (0x1CE, "V"), - (0x1CF, "M", "ǐ"), - (0x1D0, "V"), - (0x1D1, "M", "ǒ"), - (0x1D2, "V"), - (0x1D3, "M", "ǔ"), - (0x1D4, "V"), - (0x1D5, "M", "ǖ"), - (0x1D6, "V"), - (0x1D7, "M", "ǘ"), - (0x1D8, "V"), - (0x1D9, "M", "ǚ"), - (0x1DA, "V"), - (0x1DB, "M", "ǜ"), - (0x1DC, "V"), - (0x1DE, "M", "ǟ"), - (0x1DF, "V"), - (0x1E0, "M", "ǡ"), - (0x1E1, "V"), - (0x1E2, "M", "ǣ"), - (0x1E3, "V"), - (0x1E4, "M", "ǥ"), - (0x1E5, "V"), - (0x1E6, "M", "ǧ"), - (0x1E7, "V"), - (0x1E8, "M", "ǩ"), - (0x1E9, "V"), - (0x1EA, "M", "ǫ"), - (0x1EB, "V"), - (0x1EC, "M", "ǭ"), - (0x1ED, "V"), - (0x1EE, "M", "ǯ"), - (0x1EF, "V"), - (0x1F1, "M", "dz"), - (0x1F4, "M", "ǵ"), - (0x1F5, "V"), - (0x1F6, "M", "ƕ"), - (0x1F7, "M", "ƿ"), - (0x1F8, "M", "ǹ"), - (0x1F9, "V"), - (0x1FA, "M", "ǻ"), - (0x1FB, "V"), - (0x1FC, "M", "ǽ"), - (0x1FD, "V"), - (0x1FE, "M", "ǿ"), - (0x1FF, "V"), - (0x200, "M", "ȁ"), - (0x201, "V"), - (0x202, "M", "ȃ"), - (0x203, "V"), - (0x204, "M", "ȅ"), - (0x205, "V"), - (0x206, "M", "ȇ"), - (0x207, "V"), - (0x208, "M", "ȉ"), - (0x209, "V"), - (0x20A, "M", "ȋ"), - (0x20B, "V"), - (0x20C, "M", "ȍ"), - ] - - -def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x20D, "V"), - (0x20E, "M", "ȏ"), - (0x20F, "V"), - (0x210, "M", "ȑ"), - (0x211, "V"), - (0x212, "M", "ȓ"), - (0x213, "V"), - (0x214, "M", "ȕ"), - (0x215, "V"), - (0x216, "M", "ȗ"), - (0x217, "V"), - (0x218, "M", "ș"), - (0x219, "V"), - (0x21A, "M", "ț"), - (0x21B, "V"), - (0x21C, "M", "ȝ"), - (0x21D, "V"), - (0x21E, "M", "ȟ"), - (0x21F, "V"), - (0x220, "M", "ƞ"), - (0x221, "V"), - (0x222, "M", "ȣ"), - (0x223, "V"), - (0x224, "M", "ȥ"), - (0x225, "V"), - (0x226, "M", "ȧ"), - (0x227, "V"), - (0x228, "M", "ȩ"), - (0x229, "V"), - (0x22A, "M", "ȫ"), - (0x22B, "V"), - (0x22C, "M", "ȭ"), - (0x22D, "V"), - (0x22E, "M", "ȯ"), - (0x22F, "V"), - (0x230, "M", "ȱ"), - (0x231, "V"), - (0x232, "M", "ȳ"), - (0x233, "V"), - (0x23A, "M", "ⱥ"), - (0x23B, "M", "ȼ"), - (0x23C, "V"), - (0x23D, "M", "ƚ"), - (0x23E, "M", "ⱦ"), - (0x23F, "V"), - (0x241, "M", "ɂ"), - (0x242, "V"), - (0x243, "M", "ƀ"), - (0x244, "M", "ʉ"), - (0x245, "M", "ʌ"), - (0x246, "M", "ɇ"), - (0x247, "V"), - (0x248, "M", "ɉ"), - (0x249, "V"), - (0x24A, "M", "ɋ"), - (0x24B, "V"), - (0x24C, "M", "ɍ"), - (0x24D, "V"), - (0x24E, "M", "ɏ"), - (0x24F, "V"), - (0x2B0, "M", "h"), - (0x2B1, "M", "ɦ"), - (0x2B2, "M", "j"), - (0x2B3, "M", "r"), - (0x2B4, "M", "ɹ"), - (0x2B5, "M", "ɻ"), - (0x2B6, "M", "ʁ"), - (0x2B7, "M", "w"), - (0x2B8, "M", "y"), - (0x2B9, "V"), - (0x2D8, "M", " ̆"), - (0x2D9, "M", " ̇"), - (0x2DA, "M", " ̊"), - (0x2DB, "M", " ̨"), - (0x2DC, "M", " ̃"), - (0x2DD, "M", " ̋"), - (0x2DE, "V"), - (0x2E0, "M", "ɣ"), - (0x2E1, "M", "l"), - (0x2E2, "M", "s"), - (0x2E3, "M", "x"), - (0x2E4, "M", "ʕ"), - (0x2E5, "V"), - (0x340, "M", "̀"), - (0x341, "M", "́"), - (0x342, "V"), - (0x343, "M", "̓"), - (0x344, "M", "̈́"), - (0x345, "M", "ι"), - (0x346, "V"), - (0x34F, "I"), - (0x350, "V"), - (0x370, "M", "ͱ"), - (0x371, "V"), - (0x372, "M", "ͳ"), - (0x373, "V"), - (0x374, "M", "ʹ"), - (0x375, "V"), - (0x376, "M", "ͷ"), - (0x377, "V"), - ] - - -def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x378, "X"), - (0x37A, "M", " ι"), - (0x37B, "V"), - (0x37E, "M", ";"), - (0x37F, "M", "ϳ"), - (0x380, "X"), - (0x384, "M", " ́"), - (0x385, "M", " ̈́"), - (0x386, "M", "ά"), - (0x387, "M", "·"), - (0x388, "M", "έ"), - (0x389, "M", "ή"), - (0x38A, "M", "ί"), - (0x38B, "X"), - (0x38C, "M", "ό"), - (0x38D, "X"), - (0x38E, "M", "ύ"), - (0x38F, "M", "ώ"), - (0x390, "V"), - (0x391, "M", "α"), - (0x392, "M", "β"), - (0x393, "M", "γ"), - (0x394, "M", "δ"), - (0x395, "M", "ε"), - (0x396, "M", "ζ"), - (0x397, "M", "η"), - (0x398, "M", "θ"), - (0x399, "M", "ι"), - (0x39A, "M", "κ"), - (0x39B, "M", "λ"), - (0x39C, "M", "μ"), - (0x39D, "M", "ν"), - (0x39E, "M", "ξ"), - (0x39F, "M", "ο"), - (0x3A0, "M", "π"), - (0x3A1, "M", "ρ"), - (0x3A2, "X"), - (0x3A3, "M", "σ"), - (0x3A4, "M", "τ"), - (0x3A5, "M", "υ"), - (0x3A6, "M", "φ"), - (0x3A7, "M", "χ"), - (0x3A8, "M", "ψ"), - (0x3A9, "M", "ω"), - (0x3AA, "M", "ϊ"), - (0x3AB, "M", "ϋ"), - (0x3AC, "V"), - (0x3C2, "D", "σ"), - (0x3C3, "V"), - (0x3CF, "M", "ϗ"), - (0x3D0, "M", "β"), - (0x3D1, "M", "θ"), - (0x3D2, "M", "υ"), - (0x3D3, "M", "ύ"), - (0x3D4, "M", "ϋ"), - (0x3D5, "M", "φ"), - (0x3D6, "M", "π"), - (0x3D7, "V"), - (0x3D8, "M", "ϙ"), - (0x3D9, "V"), - (0x3DA, "M", "ϛ"), - (0x3DB, "V"), - (0x3DC, "M", "ϝ"), - (0x3DD, "V"), - (0x3DE, "M", "ϟ"), - (0x3DF, "V"), - (0x3E0, "M", "ϡ"), - (0x3E1, "V"), - (0x3E2, "M", "ϣ"), - (0x3E3, "V"), - (0x3E4, "M", "ϥ"), - (0x3E5, "V"), - (0x3E6, "M", "ϧ"), - (0x3E7, "V"), - (0x3E8, "M", "ϩ"), - (0x3E9, "V"), - (0x3EA, "M", "ϫ"), - (0x3EB, "V"), - (0x3EC, "M", "ϭ"), - (0x3ED, "V"), - (0x3EE, "M", "ϯ"), - (0x3EF, "V"), - (0x3F0, "M", "κ"), - (0x3F1, "M", "ρ"), - (0x3F2, "M", "σ"), - (0x3F3, "V"), - (0x3F4, "M", "θ"), - (0x3F5, "M", "ε"), - (0x3F6, "V"), - (0x3F7, "M", "ϸ"), - (0x3F8, "V"), - (0x3F9, "M", "σ"), - (0x3FA, "M", "ϻ"), - (0x3FB, "V"), - (0x3FD, "M", "ͻ"), - (0x3FE, "M", "ͼ"), - (0x3FF, "M", "ͽ"), - (0x400, "M", "ѐ"), - (0x401, "M", "ё"), - (0x402, "M", "ђ"), - ] - - -def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x403, "M", "ѓ"), - (0x404, "M", "є"), - (0x405, "M", "ѕ"), - (0x406, "M", "і"), - (0x407, "M", "ї"), - (0x408, "M", "ј"), - (0x409, "M", "љ"), - (0x40A, "M", "њ"), - (0x40B, "M", "ћ"), - (0x40C, "M", "ќ"), - (0x40D, "M", "ѝ"), - (0x40E, "M", "ў"), - (0x40F, "M", "џ"), - (0x410, "M", "а"), - (0x411, "M", "б"), - (0x412, "M", "в"), - (0x413, "M", "г"), - (0x414, "M", "д"), - (0x415, "M", "е"), - (0x416, "M", "ж"), - (0x417, "M", "з"), - (0x418, "M", "и"), - (0x419, "M", "й"), - (0x41A, "M", "к"), - (0x41B, "M", "л"), - (0x41C, "M", "м"), - (0x41D, "M", "н"), - (0x41E, "M", "о"), - (0x41F, "M", "п"), - (0x420, "M", "р"), - (0x421, "M", "с"), - (0x422, "M", "т"), - (0x423, "M", "у"), - (0x424, "M", "ф"), - (0x425, "M", "х"), - (0x426, "M", "ц"), - (0x427, "M", "ч"), - (0x428, "M", "ш"), - (0x429, "M", "щ"), - (0x42A, "M", "ъ"), - (0x42B, "M", "ы"), - (0x42C, "M", "ь"), - (0x42D, "M", "э"), - (0x42E, "M", "ю"), - (0x42F, "M", "я"), - (0x430, "V"), - (0x460, "M", "ѡ"), - (0x461, "V"), - (0x462, "M", "ѣ"), - (0x463, "V"), - (0x464, "M", "ѥ"), - (0x465, "V"), - (0x466, "M", "ѧ"), - (0x467, "V"), - (0x468, "M", "ѩ"), - (0x469, "V"), - (0x46A, "M", "ѫ"), - (0x46B, "V"), - (0x46C, "M", "ѭ"), - (0x46D, "V"), - (0x46E, "M", "ѯ"), - (0x46F, "V"), - (0x470, "M", "ѱ"), - (0x471, "V"), - (0x472, "M", "ѳ"), - (0x473, "V"), - (0x474, "M", "ѵ"), - (0x475, "V"), - (0x476, "M", "ѷ"), - (0x477, "V"), - (0x478, "M", "ѹ"), - (0x479, "V"), - (0x47A, "M", "ѻ"), - (0x47B, "V"), - (0x47C, "M", "ѽ"), - (0x47D, "V"), - (0x47E, "M", "ѿ"), - (0x47F, "V"), - (0x480, "M", "ҁ"), - (0x481, "V"), - (0x48A, "M", "ҋ"), - (0x48B, "V"), - (0x48C, "M", "ҍ"), - (0x48D, "V"), - (0x48E, "M", "ҏ"), - (0x48F, "V"), - (0x490, "M", "ґ"), - (0x491, "V"), - (0x492, "M", "ғ"), - (0x493, "V"), - (0x494, "M", "ҕ"), - (0x495, "V"), - (0x496, "M", "җ"), - (0x497, "V"), - (0x498, "M", "ҙ"), - (0x499, "V"), - (0x49A, "M", "қ"), - (0x49B, "V"), - (0x49C, "M", "ҝ"), - (0x49D, "V"), - ] - - -def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x49E, "M", "ҟ"), - (0x49F, "V"), - (0x4A0, "M", "ҡ"), - (0x4A1, "V"), - (0x4A2, "M", "ң"), - (0x4A3, "V"), - (0x4A4, "M", "ҥ"), - (0x4A5, "V"), - (0x4A6, "M", "ҧ"), - (0x4A7, "V"), - (0x4A8, "M", "ҩ"), - (0x4A9, "V"), - (0x4AA, "M", "ҫ"), - (0x4AB, "V"), - (0x4AC, "M", "ҭ"), - (0x4AD, "V"), - (0x4AE, "M", "ү"), - (0x4AF, "V"), - (0x4B0, "M", "ұ"), - (0x4B1, "V"), - (0x4B2, "M", "ҳ"), - (0x4B3, "V"), - (0x4B4, "M", "ҵ"), - (0x4B5, "V"), - (0x4B6, "M", "ҷ"), - (0x4B7, "V"), - (0x4B8, "M", "ҹ"), - (0x4B9, "V"), - (0x4BA, "M", "һ"), - (0x4BB, "V"), - (0x4BC, "M", "ҽ"), - (0x4BD, "V"), - (0x4BE, "M", "ҿ"), - (0x4BF, "V"), - (0x4C0, "M", "ӏ"), - (0x4C1, "M", "ӂ"), - (0x4C2, "V"), - (0x4C3, "M", "ӄ"), - (0x4C4, "V"), - (0x4C5, "M", "ӆ"), - (0x4C6, "V"), - (0x4C7, "M", "ӈ"), - (0x4C8, "V"), - (0x4C9, "M", "ӊ"), - (0x4CA, "V"), - (0x4CB, "M", "ӌ"), - (0x4CC, "V"), - (0x4CD, "M", "ӎ"), - (0x4CE, "V"), - (0x4D0, "M", "ӑ"), - (0x4D1, "V"), - (0x4D2, "M", "ӓ"), - (0x4D3, "V"), - (0x4D4, "M", "ӕ"), - (0x4D5, "V"), - (0x4D6, "M", "ӗ"), - (0x4D7, "V"), - (0x4D8, "M", "ә"), - (0x4D9, "V"), - (0x4DA, "M", "ӛ"), - (0x4DB, "V"), - (0x4DC, "M", "ӝ"), - (0x4DD, "V"), - (0x4DE, "M", "ӟ"), - (0x4DF, "V"), - (0x4E0, "M", "ӡ"), - (0x4E1, "V"), - (0x4E2, "M", "ӣ"), - (0x4E3, "V"), - (0x4E4, "M", "ӥ"), - (0x4E5, "V"), - (0x4E6, "M", "ӧ"), - (0x4E7, "V"), - (0x4E8, "M", "ө"), - (0x4E9, "V"), - (0x4EA, "M", "ӫ"), - (0x4EB, "V"), - (0x4EC, "M", "ӭ"), - (0x4ED, "V"), - (0x4EE, "M", "ӯ"), - (0x4EF, "V"), - (0x4F0, "M", "ӱ"), - (0x4F1, "V"), - (0x4F2, "M", "ӳ"), - (0x4F3, "V"), - (0x4F4, "M", "ӵ"), - (0x4F5, "V"), - (0x4F6, "M", "ӷ"), - (0x4F7, "V"), - (0x4F8, "M", "ӹ"), - (0x4F9, "V"), - (0x4FA, "M", "ӻ"), - (0x4FB, "V"), - (0x4FC, "M", "ӽ"), - (0x4FD, "V"), - (0x4FE, "M", "ӿ"), - (0x4FF, "V"), - (0x500, "M", "ԁ"), - (0x501, "V"), - (0x502, "M", "ԃ"), - ] - - -def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x503, "V"), - (0x504, "M", "ԅ"), - (0x505, "V"), - (0x506, "M", "ԇ"), - (0x507, "V"), - (0x508, "M", "ԉ"), - (0x509, "V"), - (0x50A, "M", "ԋ"), - (0x50B, "V"), - (0x50C, "M", "ԍ"), - (0x50D, "V"), - (0x50E, "M", "ԏ"), - (0x50F, "V"), - (0x510, "M", "ԑ"), - (0x511, "V"), - (0x512, "M", "ԓ"), - (0x513, "V"), - (0x514, "M", "ԕ"), - (0x515, "V"), - (0x516, "M", "ԗ"), - (0x517, "V"), - (0x518, "M", "ԙ"), - (0x519, "V"), - (0x51A, "M", "ԛ"), - (0x51B, "V"), - (0x51C, "M", "ԝ"), - (0x51D, "V"), - (0x51E, "M", "ԟ"), - (0x51F, "V"), - (0x520, "M", "ԡ"), - (0x521, "V"), - (0x522, "M", "ԣ"), - (0x523, "V"), - (0x524, "M", "ԥ"), - (0x525, "V"), - (0x526, "M", "ԧ"), - (0x527, "V"), - (0x528, "M", "ԩ"), - (0x529, "V"), - (0x52A, "M", "ԫ"), - (0x52B, "V"), - (0x52C, "M", "ԭ"), - (0x52D, "V"), - (0x52E, "M", "ԯ"), - (0x52F, "V"), - (0x530, "X"), - (0x531, "M", "ա"), - (0x532, "M", "բ"), - (0x533, "M", "գ"), - (0x534, "M", "դ"), - (0x535, "M", "ե"), - (0x536, "M", "զ"), - (0x537, "M", "է"), - (0x538, "M", "ը"), - (0x539, "M", "թ"), - (0x53A, "M", "ժ"), - (0x53B, "M", "ի"), - (0x53C, "M", "լ"), - (0x53D, "M", "խ"), - (0x53E, "M", "ծ"), - (0x53F, "M", "կ"), - (0x540, "M", "հ"), - (0x541, "M", "ձ"), - (0x542, "M", "ղ"), - (0x543, "M", "ճ"), - (0x544, "M", "մ"), - (0x545, "M", "յ"), - (0x546, "M", "ն"), - (0x547, "M", "շ"), - (0x548, "M", "ո"), - (0x549, "M", "չ"), - (0x54A, "M", "պ"), - (0x54B, "M", "ջ"), - (0x54C, "M", "ռ"), - (0x54D, "M", "ս"), - (0x54E, "M", "վ"), - (0x54F, "M", "տ"), - (0x550, "M", "ր"), - (0x551, "M", "ց"), - (0x552, "M", "ւ"), - (0x553, "M", "փ"), - (0x554, "M", "ք"), - (0x555, "M", "օ"), - (0x556, "M", "ֆ"), - (0x557, "X"), - (0x559, "V"), - (0x587, "M", "եւ"), - (0x588, "V"), - (0x58B, "X"), - (0x58D, "V"), - (0x590, "X"), - (0x591, "V"), - (0x5C8, "X"), - (0x5D0, "V"), - (0x5EB, "X"), - (0x5EF, "V"), - (0x5F5, "X"), - (0x606, "V"), - (0x61C, "X"), - (0x61D, "V"), - ] - - -def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x675, "M", "اٴ"), - (0x676, "M", "وٴ"), - (0x677, "M", "ۇٴ"), - (0x678, "M", "يٴ"), - (0x679, "V"), - (0x6DD, "X"), - (0x6DE, "V"), - (0x70E, "X"), - (0x710, "V"), - (0x74B, "X"), - (0x74D, "V"), - (0x7B2, "X"), - (0x7C0, "V"), - (0x7FB, "X"), - (0x7FD, "V"), - (0x82E, "X"), - (0x830, "V"), - (0x83F, "X"), - (0x840, "V"), - (0x85C, "X"), - (0x85E, "V"), - (0x85F, "X"), - (0x860, "V"), - (0x86B, "X"), - (0x870, "V"), - (0x88F, "X"), - (0x897, "V"), - (0x8E2, "X"), - (0x8E3, "V"), - (0x958, "M", "क़"), - (0x959, "M", "ख़"), - (0x95A, "M", "ग़"), - (0x95B, "M", "ज़"), - (0x95C, "M", "ड़"), - (0x95D, "M", "ढ़"), - (0x95E, "M", "फ़"), - (0x95F, "M", "य़"), - (0x960, "V"), - (0x984, "X"), - (0x985, "V"), - (0x98D, "X"), - (0x98F, "V"), - (0x991, "X"), - (0x993, "V"), - (0x9A9, "X"), - (0x9AA, "V"), - (0x9B1, "X"), - (0x9B2, "V"), - (0x9B3, "X"), - (0x9B6, "V"), - (0x9BA, "X"), - (0x9BC, "V"), - (0x9C5, "X"), - (0x9C7, "V"), - (0x9C9, "X"), - (0x9CB, "V"), - (0x9CF, "X"), - (0x9D7, "V"), - (0x9D8, "X"), - (0x9DC, "M", "ড়"), - (0x9DD, "M", "ঢ়"), - (0x9DE, "X"), - (0x9DF, "M", "য়"), - (0x9E0, "V"), - (0x9E4, "X"), - (0x9E6, "V"), - (0x9FF, "X"), - (0xA01, "V"), - (0xA04, "X"), - (0xA05, "V"), - (0xA0B, "X"), - (0xA0F, "V"), - (0xA11, "X"), - (0xA13, "V"), - (0xA29, "X"), - (0xA2A, "V"), - (0xA31, "X"), - (0xA32, "V"), - (0xA33, "M", "ਲ਼"), - (0xA34, "X"), - (0xA35, "V"), - (0xA36, "M", "ਸ਼"), - (0xA37, "X"), - (0xA38, "V"), - (0xA3A, "X"), - (0xA3C, "V"), - (0xA3D, "X"), - (0xA3E, "V"), - (0xA43, "X"), - (0xA47, "V"), - (0xA49, "X"), - (0xA4B, "V"), - (0xA4E, "X"), - (0xA51, "V"), - (0xA52, "X"), - (0xA59, "M", "ਖ਼"), - (0xA5A, "M", "ਗ਼"), - (0xA5B, "M", "ਜ਼"), - (0xA5C, "V"), - (0xA5D, "X"), - ] - - -def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xA5E, "M", "ਫ਼"), - (0xA5F, "X"), - (0xA66, "V"), - (0xA77, "X"), - (0xA81, "V"), - (0xA84, "X"), - (0xA85, "V"), - (0xA8E, "X"), - (0xA8F, "V"), - (0xA92, "X"), - (0xA93, "V"), - (0xAA9, "X"), - (0xAAA, "V"), - (0xAB1, "X"), - (0xAB2, "V"), - (0xAB4, "X"), - (0xAB5, "V"), - (0xABA, "X"), - (0xABC, "V"), - (0xAC6, "X"), - (0xAC7, "V"), - (0xACA, "X"), - (0xACB, "V"), - (0xACE, "X"), - (0xAD0, "V"), - (0xAD1, "X"), - (0xAE0, "V"), - (0xAE4, "X"), - (0xAE6, "V"), - (0xAF2, "X"), - (0xAF9, "V"), - (0xB00, "X"), - (0xB01, "V"), - (0xB04, "X"), - (0xB05, "V"), - (0xB0D, "X"), - (0xB0F, "V"), - (0xB11, "X"), - (0xB13, "V"), - (0xB29, "X"), - (0xB2A, "V"), - (0xB31, "X"), - (0xB32, "V"), - (0xB34, "X"), - (0xB35, "V"), - (0xB3A, "X"), - (0xB3C, "V"), - (0xB45, "X"), - (0xB47, "V"), - (0xB49, "X"), - (0xB4B, "V"), - (0xB4E, "X"), - (0xB55, "V"), - (0xB58, "X"), - (0xB5C, "M", "ଡ଼"), - (0xB5D, "M", "ଢ଼"), - (0xB5E, "X"), - (0xB5F, "V"), - (0xB64, "X"), - (0xB66, "V"), - (0xB78, "X"), - (0xB82, "V"), - (0xB84, "X"), - (0xB85, "V"), - (0xB8B, "X"), - (0xB8E, "V"), - (0xB91, "X"), - (0xB92, "V"), - (0xB96, "X"), - (0xB99, "V"), - (0xB9B, "X"), - (0xB9C, "V"), - (0xB9D, "X"), - (0xB9E, "V"), - (0xBA0, "X"), - (0xBA3, "V"), - (0xBA5, "X"), - (0xBA8, "V"), - (0xBAB, "X"), - (0xBAE, "V"), - (0xBBA, "X"), - (0xBBE, "V"), - (0xBC3, "X"), - (0xBC6, "V"), - (0xBC9, "X"), - (0xBCA, "V"), - (0xBCE, "X"), - (0xBD0, "V"), - (0xBD1, "X"), - (0xBD7, "V"), - (0xBD8, "X"), - (0xBE6, "V"), - (0xBFB, "X"), - (0xC00, "V"), - (0xC0D, "X"), - (0xC0E, "V"), - (0xC11, "X"), - (0xC12, "V"), - (0xC29, "X"), - (0xC2A, "V"), - ] - - -def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xC3A, "X"), - (0xC3C, "V"), - (0xC45, "X"), - (0xC46, "V"), - (0xC49, "X"), - (0xC4A, "V"), - (0xC4E, "X"), - (0xC55, "V"), - (0xC57, "X"), - (0xC58, "V"), - (0xC5B, "X"), - (0xC5D, "V"), - (0xC5E, "X"), - (0xC60, "V"), - (0xC64, "X"), - (0xC66, "V"), - (0xC70, "X"), - (0xC77, "V"), - (0xC8D, "X"), - (0xC8E, "V"), - (0xC91, "X"), - (0xC92, "V"), - (0xCA9, "X"), - (0xCAA, "V"), - (0xCB4, "X"), - (0xCB5, "V"), - (0xCBA, "X"), - (0xCBC, "V"), - (0xCC5, "X"), - (0xCC6, "V"), - (0xCC9, "X"), - (0xCCA, "V"), - (0xCCE, "X"), - (0xCD5, "V"), - (0xCD7, "X"), - (0xCDD, "V"), - (0xCDF, "X"), - (0xCE0, "V"), - (0xCE4, "X"), - (0xCE6, "V"), - (0xCF0, "X"), - (0xCF1, "V"), - (0xCF4, "X"), - (0xD00, "V"), - (0xD0D, "X"), - (0xD0E, "V"), - (0xD11, "X"), - (0xD12, "V"), - (0xD45, "X"), - (0xD46, "V"), - (0xD49, "X"), - (0xD4A, "V"), - (0xD50, "X"), - (0xD54, "V"), - (0xD64, "X"), - (0xD66, "V"), - (0xD80, "X"), - (0xD81, "V"), - (0xD84, "X"), - (0xD85, "V"), - (0xD97, "X"), - (0xD9A, "V"), - (0xDB2, "X"), - (0xDB3, "V"), - (0xDBC, "X"), - (0xDBD, "V"), - (0xDBE, "X"), - (0xDC0, "V"), - (0xDC7, "X"), - (0xDCA, "V"), - (0xDCB, "X"), - (0xDCF, "V"), - (0xDD5, "X"), - (0xDD6, "V"), - (0xDD7, "X"), - (0xDD8, "V"), - (0xDE0, "X"), - (0xDE6, "V"), - (0xDF0, "X"), - (0xDF2, "V"), - (0xDF5, "X"), - (0xE01, "V"), - (0xE33, "M", "ํา"), - (0xE34, "V"), - (0xE3B, "X"), - (0xE3F, "V"), - (0xE5C, "X"), - (0xE81, "V"), - (0xE83, "X"), - (0xE84, "V"), - (0xE85, "X"), - (0xE86, "V"), - (0xE8B, "X"), - (0xE8C, "V"), - (0xEA4, "X"), - (0xEA5, "V"), - (0xEA6, "X"), - (0xEA7, "V"), - (0xEB3, "M", "ໍາ"), - (0xEB4, "V"), - ] - - -def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xEBE, "X"), - (0xEC0, "V"), - (0xEC5, "X"), - (0xEC6, "V"), - (0xEC7, "X"), - (0xEC8, "V"), - (0xECF, "X"), - (0xED0, "V"), - (0xEDA, "X"), - (0xEDC, "M", "ຫນ"), - (0xEDD, "M", "ຫມ"), - (0xEDE, "V"), - (0xEE0, "X"), - (0xF00, "V"), - (0xF0C, "M", "་"), - (0xF0D, "V"), - (0xF43, "M", "གྷ"), - (0xF44, "V"), - (0xF48, "X"), - (0xF49, "V"), - (0xF4D, "M", "ཌྷ"), - (0xF4E, "V"), - (0xF52, "M", "དྷ"), - (0xF53, "V"), - (0xF57, "M", "བྷ"), - (0xF58, "V"), - (0xF5C, "M", "ཛྷ"), - (0xF5D, "V"), - (0xF69, "M", "ཀྵ"), - (0xF6A, "V"), - (0xF6D, "X"), - (0xF71, "V"), - (0xF73, "M", "ཱི"), - (0xF74, "V"), - (0xF75, "M", "ཱུ"), - (0xF76, "M", "ྲྀ"), - (0xF77, "M", "ྲཱྀ"), - (0xF78, "M", "ླྀ"), - (0xF79, "M", "ླཱྀ"), - (0xF7A, "V"), - (0xF81, "M", "ཱྀ"), - (0xF82, "V"), - (0xF93, "M", "ྒྷ"), - (0xF94, "V"), - (0xF98, "X"), - (0xF99, "V"), - (0xF9D, "M", "ྜྷ"), - (0xF9E, "V"), - (0xFA2, "M", "ྡྷ"), - (0xFA3, "V"), - (0xFA7, "M", "ྦྷ"), - (0xFA8, "V"), - (0xFAC, "M", "ྫྷ"), - (0xFAD, "V"), - (0xFB9, "M", "ྐྵ"), - (0xFBA, "V"), - (0xFBD, "X"), - (0xFBE, "V"), - (0xFCD, "X"), - (0xFCE, "V"), - (0xFDB, "X"), - (0x1000, "V"), - (0x10A0, "M", "ⴀ"), - (0x10A1, "M", "ⴁ"), - (0x10A2, "M", "ⴂ"), - (0x10A3, "M", "ⴃ"), - (0x10A4, "M", "ⴄ"), - (0x10A5, "M", "ⴅ"), - (0x10A6, "M", "ⴆ"), - (0x10A7, "M", "ⴇ"), - (0x10A8, "M", "ⴈ"), - (0x10A9, "M", "ⴉ"), - (0x10AA, "M", "ⴊ"), - (0x10AB, "M", "ⴋ"), - (0x10AC, "M", "ⴌ"), - (0x10AD, "M", "ⴍ"), - (0x10AE, "M", "ⴎ"), - (0x10AF, "M", "ⴏ"), - (0x10B0, "M", "ⴐ"), - (0x10B1, "M", "ⴑ"), - (0x10B2, "M", "ⴒ"), - (0x10B3, "M", "ⴓ"), - (0x10B4, "M", "ⴔ"), - (0x10B5, "M", "ⴕ"), - (0x10B6, "M", "ⴖ"), - (0x10B7, "M", "ⴗ"), - (0x10B8, "M", "ⴘ"), - (0x10B9, "M", "ⴙ"), - (0x10BA, "M", "ⴚ"), - (0x10BB, "M", "ⴛ"), - (0x10BC, "M", "ⴜ"), - (0x10BD, "M", "ⴝ"), - (0x10BE, "M", "ⴞ"), - (0x10BF, "M", "ⴟ"), - (0x10C0, "M", "ⴠ"), - (0x10C1, "M", "ⴡ"), - (0x10C2, "M", "ⴢ"), - (0x10C3, "M", "ⴣ"), - (0x10C4, "M", "ⴤ"), - (0x10C5, "M", "ⴥ"), - ] - - -def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x10C6, "X"), - (0x10C7, "M", "ⴧ"), - (0x10C8, "X"), - (0x10CD, "M", "ⴭ"), - (0x10CE, "X"), - (0x10D0, "V"), - (0x10FC, "M", "ნ"), - (0x10FD, "V"), - (0x115F, "I"), - (0x1161, "V"), - (0x1249, "X"), - (0x124A, "V"), - (0x124E, "X"), - (0x1250, "V"), - (0x1257, "X"), - (0x1258, "V"), - (0x1259, "X"), - (0x125A, "V"), - (0x125E, "X"), - (0x1260, "V"), - (0x1289, "X"), - (0x128A, "V"), - (0x128E, "X"), - (0x1290, "V"), - (0x12B1, "X"), - (0x12B2, "V"), - (0x12B6, "X"), - (0x12B8, "V"), - (0x12BF, "X"), - (0x12C0, "V"), - (0x12C1, "X"), - (0x12C2, "V"), - (0x12C6, "X"), - (0x12C8, "V"), - (0x12D7, "X"), - (0x12D8, "V"), - (0x1311, "X"), - (0x1312, "V"), - (0x1316, "X"), - (0x1318, "V"), - (0x135B, "X"), - (0x135D, "V"), - (0x137D, "X"), - (0x1380, "V"), - (0x139A, "X"), - (0x13A0, "V"), - (0x13F6, "X"), - (0x13F8, "M", "Ᏸ"), - (0x13F9, "M", "Ᏹ"), - (0x13FA, "M", "Ᏺ"), - (0x13FB, "M", "Ᏻ"), - (0x13FC, "M", "Ᏼ"), - (0x13FD, "M", "Ᏽ"), - (0x13FE, "X"), - (0x1400, "V"), - (0x1680, "X"), - (0x1681, "V"), - (0x169D, "X"), - (0x16A0, "V"), - (0x16F9, "X"), - (0x1700, "V"), - (0x1716, "X"), - (0x171F, "V"), - (0x1737, "X"), - (0x1740, "V"), - (0x1754, "X"), - (0x1760, "V"), - (0x176D, "X"), - (0x176E, "V"), - (0x1771, "X"), - (0x1772, "V"), - (0x1774, "X"), - (0x1780, "V"), - (0x17B4, "I"), - (0x17B6, "V"), - (0x17DE, "X"), - (0x17E0, "V"), - (0x17EA, "X"), - (0x17F0, "V"), - (0x17FA, "X"), - (0x1800, "V"), - (0x180B, "I"), - (0x1810, "V"), - (0x181A, "X"), - (0x1820, "V"), - (0x1879, "X"), - (0x1880, "V"), - (0x18AB, "X"), - (0x18B0, "V"), - (0x18F6, "X"), - (0x1900, "V"), - (0x191F, "X"), - (0x1920, "V"), - (0x192C, "X"), - (0x1930, "V"), - (0x193C, "X"), - (0x1940, "V"), - (0x1941, "X"), - (0x1944, "V"), - (0x196E, "X"), - ] - - -def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1970, "V"), - (0x1975, "X"), - (0x1980, "V"), - (0x19AC, "X"), - (0x19B0, "V"), - (0x19CA, "X"), - (0x19D0, "V"), - (0x19DB, "X"), - (0x19DE, "V"), - (0x1A1C, "X"), - (0x1A1E, "V"), - (0x1A5F, "X"), - (0x1A60, "V"), - (0x1A7D, "X"), - (0x1A7F, "V"), - (0x1A8A, "X"), - (0x1A90, "V"), - (0x1A9A, "X"), - (0x1AA0, "V"), - (0x1AAE, "X"), - (0x1AB0, "V"), - (0x1ACF, "X"), - (0x1B00, "V"), - (0x1B4D, "X"), - (0x1B4E, "V"), - (0x1BF4, "X"), - (0x1BFC, "V"), - (0x1C38, "X"), - (0x1C3B, "V"), - (0x1C4A, "X"), - (0x1C4D, "V"), - (0x1C80, "M", "в"), - (0x1C81, "M", "д"), - (0x1C82, "M", "о"), - (0x1C83, "M", "с"), - (0x1C84, "M", "т"), - (0x1C86, "M", "ъ"), - (0x1C87, "M", "ѣ"), - (0x1C88, "M", "ꙋ"), - (0x1C89, "M", "ᲊ"), - (0x1C8A, "V"), - (0x1C8B, "X"), - (0x1C90, "M", "ა"), - (0x1C91, "M", "ბ"), - (0x1C92, "M", "გ"), - (0x1C93, "M", "დ"), - (0x1C94, "M", "ე"), - (0x1C95, "M", "ვ"), - (0x1C96, "M", "ზ"), - (0x1C97, "M", "თ"), - (0x1C98, "M", "ი"), - (0x1C99, "M", "კ"), - (0x1C9A, "M", "ლ"), - (0x1C9B, "M", "მ"), - (0x1C9C, "M", "ნ"), - (0x1C9D, "M", "ო"), - (0x1C9E, "M", "პ"), - (0x1C9F, "M", "ჟ"), - (0x1CA0, "M", "რ"), - (0x1CA1, "M", "ს"), - (0x1CA2, "M", "ტ"), - (0x1CA3, "M", "უ"), - (0x1CA4, "M", "ფ"), - (0x1CA5, "M", "ქ"), - (0x1CA6, "M", "ღ"), - (0x1CA7, "M", "ყ"), - (0x1CA8, "M", "შ"), - (0x1CA9, "M", "ჩ"), - (0x1CAA, "M", "ც"), - (0x1CAB, "M", "ძ"), - (0x1CAC, "M", "წ"), - (0x1CAD, "M", "ჭ"), - (0x1CAE, "M", "ხ"), - (0x1CAF, "M", "ჯ"), - (0x1CB0, "M", "ჰ"), - (0x1CB1, "M", "ჱ"), - (0x1CB2, "M", "ჲ"), - (0x1CB3, "M", "ჳ"), - (0x1CB4, "M", "ჴ"), - (0x1CB5, "M", "ჵ"), - (0x1CB6, "M", "ჶ"), - (0x1CB7, "M", "ჷ"), - (0x1CB8, "M", "ჸ"), - (0x1CB9, "M", "ჹ"), - (0x1CBA, "M", "ჺ"), - (0x1CBB, "X"), - (0x1CBD, "M", "ჽ"), - (0x1CBE, "M", "ჾ"), - (0x1CBF, "M", "ჿ"), - (0x1CC0, "V"), - (0x1CC8, "X"), - (0x1CD0, "V"), - (0x1CFB, "X"), - (0x1D00, "V"), - (0x1D2C, "M", "a"), - (0x1D2D, "M", "æ"), - (0x1D2E, "M", "b"), - (0x1D2F, "V"), - (0x1D30, "M", "d"), - (0x1D31, "M", "e"), - ] - - -def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D32, "M", "ǝ"), - (0x1D33, "M", "g"), - (0x1D34, "M", "h"), - (0x1D35, "M", "i"), - (0x1D36, "M", "j"), - (0x1D37, "M", "k"), - (0x1D38, "M", "l"), - (0x1D39, "M", "m"), - (0x1D3A, "M", "n"), - (0x1D3B, "V"), - (0x1D3C, "M", "o"), - (0x1D3D, "M", "ȣ"), - (0x1D3E, "M", "p"), - (0x1D3F, "M", "r"), - (0x1D40, "M", "t"), - (0x1D41, "M", "u"), - (0x1D42, "M", "w"), - (0x1D43, "M", "a"), - (0x1D44, "M", "ɐ"), - (0x1D45, "M", "ɑ"), - (0x1D46, "M", "ᴂ"), - (0x1D47, "M", "b"), - (0x1D48, "M", "d"), - (0x1D49, "M", "e"), - (0x1D4A, "M", "ə"), - (0x1D4B, "M", "ɛ"), - (0x1D4C, "M", "ɜ"), - (0x1D4D, "M", "g"), - (0x1D4E, "V"), - (0x1D4F, "M", "k"), - (0x1D50, "M", "m"), - (0x1D51, "M", "ŋ"), - (0x1D52, "M", "o"), - (0x1D53, "M", "ɔ"), - (0x1D54, "M", "ᴖ"), - (0x1D55, "M", "ᴗ"), - (0x1D56, "M", "p"), - (0x1D57, "M", "t"), - (0x1D58, "M", "u"), - (0x1D59, "M", "ᴝ"), - (0x1D5A, "M", "ɯ"), - (0x1D5B, "M", "v"), - (0x1D5C, "M", "ᴥ"), - (0x1D5D, "M", "β"), - (0x1D5E, "M", "γ"), - (0x1D5F, "M", "δ"), - (0x1D60, "M", "φ"), - (0x1D61, "M", "χ"), - (0x1D62, "M", "i"), - (0x1D63, "M", "r"), - (0x1D64, "M", "u"), - (0x1D65, "M", "v"), - (0x1D66, "M", "β"), - (0x1D67, "M", "γ"), - (0x1D68, "M", "ρ"), - (0x1D69, "M", "φ"), - (0x1D6A, "M", "χ"), - (0x1D6B, "V"), - (0x1D78, "M", "н"), - (0x1D79, "V"), - (0x1D9B, "M", "ɒ"), - (0x1D9C, "M", "c"), - (0x1D9D, "M", "ɕ"), - (0x1D9E, "M", "ð"), - (0x1D9F, "M", "ɜ"), - (0x1DA0, "M", "f"), - (0x1DA1, "M", "ɟ"), - (0x1DA2, "M", "ɡ"), - (0x1DA3, "M", "ɥ"), - (0x1DA4, "M", "ɨ"), - (0x1DA5, "M", "ɩ"), - (0x1DA6, "M", "ɪ"), - (0x1DA7, "M", "ᵻ"), - (0x1DA8, "M", "ʝ"), - (0x1DA9, "M", "ɭ"), - (0x1DAA, "M", "ᶅ"), - (0x1DAB, "M", "ʟ"), - (0x1DAC, "M", "ɱ"), - (0x1DAD, "M", "ɰ"), - (0x1DAE, "M", "ɲ"), - (0x1DAF, "M", "ɳ"), - (0x1DB0, "M", "ɴ"), - (0x1DB1, "M", "ɵ"), - (0x1DB2, "M", "ɸ"), - (0x1DB3, "M", "ʂ"), - (0x1DB4, "M", "ʃ"), - (0x1DB5, "M", "ƫ"), - (0x1DB6, "M", "ʉ"), - (0x1DB7, "M", "ʊ"), - (0x1DB8, "M", "ᴜ"), - (0x1DB9, "M", "ʋ"), - (0x1DBA, "M", "ʌ"), - (0x1DBB, "M", "z"), - (0x1DBC, "M", "ʐ"), - (0x1DBD, "M", "ʑ"), - (0x1DBE, "M", "ʒ"), - (0x1DBF, "M", "θ"), - (0x1DC0, "V"), - (0x1E00, "M", "ḁ"), - (0x1E01, "V"), - ] - - -def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1E02, "M", "ḃ"), - (0x1E03, "V"), - (0x1E04, "M", "ḅ"), - (0x1E05, "V"), - (0x1E06, "M", "ḇ"), - (0x1E07, "V"), - (0x1E08, "M", "ḉ"), - (0x1E09, "V"), - (0x1E0A, "M", "ḋ"), - (0x1E0B, "V"), - (0x1E0C, "M", "ḍ"), - (0x1E0D, "V"), - (0x1E0E, "M", "ḏ"), - (0x1E0F, "V"), - (0x1E10, "M", "ḑ"), - (0x1E11, "V"), - (0x1E12, "M", "ḓ"), - (0x1E13, "V"), - (0x1E14, "M", "ḕ"), - (0x1E15, "V"), - (0x1E16, "M", "ḗ"), - (0x1E17, "V"), - (0x1E18, "M", "ḙ"), - (0x1E19, "V"), - (0x1E1A, "M", "ḛ"), - (0x1E1B, "V"), - (0x1E1C, "M", "ḝ"), - (0x1E1D, "V"), - (0x1E1E, "M", "ḟ"), - (0x1E1F, "V"), - (0x1E20, "M", "ḡ"), - (0x1E21, "V"), - (0x1E22, "M", "ḣ"), - (0x1E23, "V"), - (0x1E24, "M", "ḥ"), - (0x1E25, "V"), - (0x1E26, "M", "ḧ"), - (0x1E27, "V"), - (0x1E28, "M", "ḩ"), - (0x1E29, "V"), - (0x1E2A, "M", "ḫ"), - (0x1E2B, "V"), - (0x1E2C, "M", "ḭ"), - (0x1E2D, "V"), - (0x1E2E, "M", "ḯ"), - (0x1E2F, "V"), - (0x1E30, "M", "ḱ"), - (0x1E31, "V"), - (0x1E32, "M", "ḳ"), - (0x1E33, "V"), - (0x1E34, "M", "ḵ"), - (0x1E35, "V"), - (0x1E36, "M", "ḷ"), - (0x1E37, "V"), - (0x1E38, "M", "ḹ"), - (0x1E39, "V"), - (0x1E3A, "M", "ḻ"), - (0x1E3B, "V"), - (0x1E3C, "M", "ḽ"), - (0x1E3D, "V"), - (0x1E3E, "M", "ḿ"), - (0x1E3F, "V"), - (0x1E40, "M", "ṁ"), - (0x1E41, "V"), - (0x1E42, "M", "ṃ"), - (0x1E43, "V"), - (0x1E44, "M", "ṅ"), - (0x1E45, "V"), - (0x1E46, "M", "ṇ"), - (0x1E47, "V"), - (0x1E48, "M", "ṉ"), - (0x1E49, "V"), - (0x1E4A, "M", "ṋ"), - (0x1E4B, "V"), - (0x1E4C, "M", "ṍ"), - (0x1E4D, "V"), - (0x1E4E, "M", "ṏ"), - (0x1E4F, "V"), - (0x1E50, "M", "ṑ"), - (0x1E51, "V"), - (0x1E52, "M", "ṓ"), - (0x1E53, "V"), - (0x1E54, "M", "ṕ"), - (0x1E55, "V"), - (0x1E56, "M", "ṗ"), - (0x1E57, "V"), - (0x1E58, "M", "ṙ"), - (0x1E59, "V"), - (0x1E5A, "M", "ṛ"), - (0x1E5B, "V"), - (0x1E5C, "M", "ṝ"), - (0x1E5D, "V"), - (0x1E5E, "M", "ṟ"), - (0x1E5F, "V"), - (0x1E60, "M", "ṡ"), - (0x1E61, "V"), - (0x1E62, "M", "ṣ"), - (0x1E63, "V"), - (0x1E64, "M", "ṥ"), - (0x1E65, "V"), - ] - - -def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1E66, "M", "ṧ"), - (0x1E67, "V"), - (0x1E68, "M", "ṩ"), - (0x1E69, "V"), - (0x1E6A, "M", "ṫ"), - (0x1E6B, "V"), - (0x1E6C, "M", "ṭ"), - (0x1E6D, "V"), - (0x1E6E, "M", "ṯ"), - (0x1E6F, "V"), - (0x1E70, "M", "ṱ"), - (0x1E71, "V"), - (0x1E72, "M", "ṳ"), - (0x1E73, "V"), - (0x1E74, "M", "ṵ"), - (0x1E75, "V"), - (0x1E76, "M", "ṷ"), - (0x1E77, "V"), - (0x1E78, "M", "ṹ"), - (0x1E79, "V"), - (0x1E7A, "M", "ṻ"), - (0x1E7B, "V"), - (0x1E7C, "M", "ṽ"), - (0x1E7D, "V"), - (0x1E7E, "M", "ṿ"), - (0x1E7F, "V"), - (0x1E80, "M", "ẁ"), - (0x1E81, "V"), - (0x1E82, "M", "ẃ"), - (0x1E83, "V"), - (0x1E84, "M", "ẅ"), - (0x1E85, "V"), - (0x1E86, "M", "ẇ"), - (0x1E87, "V"), - (0x1E88, "M", "ẉ"), - (0x1E89, "V"), - (0x1E8A, "M", "ẋ"), - (0x1E8B, "V"), - (0x1E8C, "M", "ẍ"), - (0x1E8D, "V"), - (0x1E8E, "M", "ẏ"), - (0x1E8F, "V"), - (0x1E90, "M", "ẑ"), - (0x1E91, "V"), - (0x1E92, "M", "ẓ"), - (0x1E93, "V"), - (0x1E94, "M", "ẕ"), - (0x1E95, "V"), - (0x1E9A, "M", "aʾ"), - (0x1E9B, "M", "ṡ"), - (0x1E9C, "V"), - (0x1E9E, "M", "ß"), - (0x1E9F, "V"), - (0x1EA0, "M", "ạ"), - (0x1EA1, "V"), - (0x1EA2, "M", "ả"), - (0x1EA3, "V"), - (0x1EA4, "M", "ấ"), - (0x1EA5, "V"), - (0x1EA6, "M", "ầ"), - (0x1EA7, "V"), - (0x1EA8, "M", "ẩ"), - (0x1EA9, "V"), - (0x1EAA, "M", "ẫ"), - (0x1EAB, "V"), - (0x1EAC, "M", "ậ"), - (0x1EAD, "V"), - (0x1EAE, "M", "ắ"), - (0x1EAF, "V"), - (0x1EB0, "M", "ằ"), - (0x1EB1, "V"), - (0x1EB2, "M", "ẳ"), - (0x1EB3, "V"), - (0x1EB4, "M", "ẵ"), - (0x1EB5, "V"), - (0x1EB6, "M", "ặ"), - (0x1EB7, "V"), - (0x1EB8, "M", "ẹ"), - (0x1EB9, "V"), - (0x1EBA, "M", "ẻ"), - (0x1EBB, "V"), - (0x1EBC, "M", "ẽ"), - (0x1EBD, "V"), - (0x1EBE, "M", "ế"), - (0x1EBF, "V"), - (0x1EC0, "M", "ề"), - (0x1EC1, "V"), - (0x1EC2, "M", "ể"), - (0x1EC3, "V"), - (0x1EC4, "M", "ễ"), - (0x1EC5, "V"), - (0x1EC6, "M", "ệ"), - (0x1EC7, "V"), - (0x1EC8, "M", "ỉ"), - (0x1EC9, "V"), - (0x1ECA, "M", "ị"), - (0x1ECB, "V"), - (0x1ECC, "M", "ọ"), - (0x1ECD, "V"), - (0x1ECE, "M", "ỏ"), - ] - - -def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1ECF, "V"), - (0x1ED0, "M", "ố"), - (0x1ED1, "V"), - (0x1ED2, "M", "ồ"), - (0x1ED3, "V"), - (0x1ED4, "M", "ổ"), - (0x1ED5, "V"), - (0x1ED6, "M", "ỗ"), - (0x1ED7, "V"), - (0x1ED8, "M", "ộ"), - (0x1ED9, "V"), - (0x1EDA, "M", "ớ"), - (0x1EDB, "V"), - (0x1EDC, "M", "ờ"), - (0x1EDD, "V"), - (0x1EDE, "M", "ở"), - (0x1EDF, "V"), - (0x1EE0, "M", "ỡ"), - (0x1EE1, "V"), - (0x1EE2, "M", "ợ"), - (0x1EE3, "V"), - (0x1EE4, "M", "ụ"), - (0x1EE5, "V"), - (0x1EE6, "M", "ủ"), - (0x1EE7, "V"), - (0x1EE8, "M", "ứ"), - (0x1EE9, "V"), - (0x1EEA, "M", "ừ"), - (0x1EEB, "V"), - (0x1EEC, "M", "ử"), - (0x1EED, "V"), - (0x1EEE, "M", "ữ"), - (0x1EEF, "V"), - (0x1EF0, "M", "ự"), - (0x1EF1, "V"), - (0x1EF2, "M", "ỳ"), - (0x1EF3, "V"), - (0x1EF4, "M", "ỵ"), - (0x1EF5, "V"), - (0x1EF6, "M", "ỷ"), - (0x1EF7, "V"), - (0x1EF8, "M", "ỹ"), - (0x1EF9, "V"), - (0x1EFA, "M", "ỻ"), - (0x1EFB, "V"), - (0x1EFC, "M", "ỽ"), - (0x1EFD, "V"), - (0x1EFE, "M", "ỿ"), - (0x1EFF, "V"), - (0x1F08, "M", "ἀ"), - (0x1F09, "M", "ἁ"), - (0x1F0A, "M", "ἂ"), - (0x1F0B, "M", "ἃ"), - (0x1F0C, "M", "ἄ"), - (0x1F0D, "M", "ἅ"), - (0x1F0E, "M", "ἆ"), - (0x1F0F, "M", "ἇ"), - (0x1F10, "V"), - (0x1F16, "X"), - (0x1F18, "M", "ἐ"), - (0x1F19, "M", "ἑ"), - (0x1F1A, "M", "ἒ"), - (0x1F1B, "M", "ἓ"), - (0x1F1C, "M", "ἔ"), - (0x1F1D, "M", "ἕ"), - (0x1F1E, "X"), - (0x1F20, "V"), - (0x1F28, "M", "ἠ"), - (0x1F29, "M", "ἡ"), - (0x1F2A, "M", "ἢ"), - (0x1F2B, "M", "ἣ"), - (0x1F2C, "M", "ἤ"), - (0x1F2D, "M", "ἥ"), - (0x1F2E, "M", "ἦ"), - (0x1F2F, "M", "ἧ"), - (0x1F30, "V"), - (0x1F38, "M", "ἰ"), - (0x1F39, "M", "ἱ"), - (0x1F3A, "M", "ἲ"), - (0x1F3B, "M", "ἳ"), - (0x1F3C, "M", "ἴ"), - (0x1F3D, "M", "ἵ"), - (0x1F3E, "M", "ἶ"), - (0x1F3F, "M", "ἷ"), - (0x1F40, "V"), - (0x1F46, "X"), - (0x1F48, "M", "ὀ"), - (0x1F49, "M", "ὁ"), - (0x1F4A, "M", "ὂ"), - (0x1F4B, "M", "ὃ"), - (0x1F4C, "M", "ὄ"), - (0x1F4D, "M", "ὅ"), - (0x1F4E, "X"), - (0x1F50, "V"), - (0x1F58, "X"), - (0x1F59, "M", "ὑ"), - (0x1F5A, "X"), - (0x1F5B, "M", "ὓ"), - (0x1F5C, "X"), - (0x1F5D, "M", "ὕ"), - ] - - -def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1F5E, "X"), - (0x1F5F, "M", "ὗ"), - (0x1F60, "V"), - (0x1F68, "M", "ὠ"), - (0x1F69, "M", "ὡ"), - (0x1F6A, "M", "ὢ"), - (0x1F6B, "M", "ὣ"), - (0x1F6C, "M", "ὤ"), - (0x1F6D, "M", "ὥ"), - (0x1F6E, "M", "ὦ"), - (0x1F6F, "M", "ὧ"), - (0x1F70, "V"), - (0x1F71, "M", "ά"), - (0x1F72, "V"), - (0x1F73, "M", "έ"), - (0x1F74, "V"), - (0x1F75, "M", "ή"), - (0x1F76, "V"), - (0x1F77, "M", "ί"), - (0x1F78, "V"), - (0x1F79, "M", "ό"), - (0x1F7A, "V"), - (0x1F7B, "M", "ύ"), - (0x1F7C, "V"), - (0x1F7D, "M", "ώ"), - (0x1F7E, "X"), - (0x1F80, "M", "ἀι"), - (0x1F81, "M", "ἁι"), - (0x1F82, "M", "ἂι"), - (0x1F83, "M", "ἃι"), - (0x1F84, "M", "ἄι"), - (0x1F85, "M", "ἅι"), - (0x1F86, "M", "ἆι"), - (0x1F87, "M", "ἇι"), - (0x1F88, "M", "ἀι"), - (0x1F89, "M", "ἁι"), - (0x1F8A, "M", "ἂι"), - (0x1F8B, "M", "ἃι"), - (0x1F8C, "M", "ἄι"), - (0x1F8D, "M", "ἅι"), - (0x1F8E, "M", "ἆι"), - (0x1F8F, "M", "ἇι"), - (0x1F90, "M", "ἠι"), - (0x1F91, "M", "ἡι"), - (0x1F92, "M", "ἢι"), - (0x1F93, "M", "ἣι"), - (0x1F94, "M", "ἤι"), - (0x1F95, "M", "ἥι"), - (0x1F96, "M", "ἦι"), - (0x1F97, "M", "ἧι"), - (0x1F98, "M", "ἠι"), - (0x1F99, "M", "ἡι"), - (0x1F9A, "M", "ἢι"), - (0x1F9B, "M", "ἣι"), - (0x1F9C, "M", "ἤι"), - (0x1F9D, "M", "ἥι"), - (0x1F9E, "M", "ἦι"), - (0x1F9F, "M", "ἧι"), - (0x1FA0, "M", "ὠι"), - (0x1FA1, "M", "ὡι"), - (0x1FA2, "M", "ὢι"), - (0x1FA3, "M", "ὣι"), - (0x1FA4, "M", "ὤι"), - (0x1FA5, "M", "ὥι"), - (0x1FA6, "M", "ὦι"), - (0x1FA7, "M", "ὧι"), - (0x1FA8, "M", "ὠι"), - (0x1FA9, "M", "ὡι"), - (0x1FAA, "M", "ὢι"), - (0x1FAB, "M", "ὣι"), - (0x1FAC, "M", "ὤι"), - (0x1FAD, "M", "ὥι"), - (0x1FAE, "M", "ὦι"), - (0x1FAF, "M", "ὧι"), - (0x1FB0, "V"), - (0x1FB2, "M", "ὰι"), - (0x1FB3, "M", "αι"), - (0x1FB4, "M", "άι"), - (0x1FB5, "X"), - (0x1FB6, "V"), - (0x1FB7, "M", "ᾶι"), - (0x1FB8, "M", "ᾰ"), - (0x1FB9, "M", "ᾱ"), - (0x1FBA, "M", "ὰ"), - (0x1FBB, "M", "ά"), - (0x1FBC, "M", "αι"), - (0x1FBD, "M", " ̓"), - (0x1FBE, "M", "ι"), - (0x1FBF, "M", " ̓"), - (0x1FC0, "M", " ͂"), - (0x1FC1, "M", " ̈͂"), - (0x1FC2, "M", "ὴι"), - (0x1FC3, "M", "ηι"), - (0x1FC4, "M", "ήι"), - (0x1FC5, "X"), - (0x1FC6, "V"), - (0x1FC7, "M", "ῆι"), - (0x1FC8, "M", "ὲ"), - (0x1FC9, "M", "έ"), - (0x1FCA, "M", "ὴ"), - ] - - -def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1FCB, "M", "ή"), - (0x1FCC, "M", "ηι"), - (0x1FCD, "M", " ̓̀"), - (0x1FCE, "M", " ̓́"), - (0x1FCF, "M", " ̓͂"), - (0x1FD0, "V"), - (0x1FD3, "M", "ΐ"), - (0x1FD4, "X"), - (0x1FD6, "V"), - (0x1FD8, "M", "ῐ"), - (0x1FD9, "M", "ῑ"), - (0x1FDA, "M", "ὶ"), - (0x1FDB, "M", "ί"), - (0x1FDC, "X"), - (0x1FDD, "M", " ̔̀"), - (0x1FDE, "M", " ̔́"), - (0x1FDF, "M", " ̔͂"), - (0x1FE0, "V"), - (0x1FE3, "M", "ΰ"), - (0x1FE4, "V"), - (0x1FE8, "M", "ῠ"), - (0x1FE9, "M", "ῡ"), - (0x1FEA, "M", "ὺ"), - (0x1FEB, "M", "ύ"), - (0x1FEC, "M", "ῥ"), - (0x1FED, "M", " ̈̀"), - (0x1FEE, "M", " ̈́"), - (0x1FEF, "M", "`"), - (0x1FF0, "X"), - (0x1FF2, "M", "ὼι"), - (0x1FF3, "M", "ωι"), - (0x1FF4, "M", "ώι"), - (0x1FF5, "X"), - (0x1FF6, "V"), - (0x1FF7, "M", "ῶι"), - (0x1FF8, "M", "ὸ"), - (0x1FF9, "M", "ό"), - (0x1FFA, "M", "ὼ"), - (0x1FFB, "M", "ώ"), - (0x1FFC, "M", "ωι"), - (0x1FFD, "M", " ́"), - (0x1FFE, "M", " ̔"), - (0x1FFF, "X"), - (0x2000, "M", " "), - (0x200B, "I"), - (0x200C, "D", ""), - (0x200E, "X"), - (0x2010, "V"), - (0x2011, "M", "‐"), - (0x2012, "V"), - (0x2017, "M", " ̳"), - (0x2018, "V"), - (0x2024, "X"), - (0x2027, "V"), - (0x2028, "X"), - (0x202F, "M", " "), - (0x2030, "V"), - (0x2033, "M", "′′"), - (0x2034, "M", "′′′"), - (0x2035, "V"), - (0x2036, "M", "‵‵"), - (0x2037, "M", "‵‵‵"), - (0x2038, "V"), - (0x203C, "M", "!!"), - (0x203D, "V"), - (0x203E, "M", " ̅"), - (0x203F, "V"), - (0x2047, "M", "??"), - (0x2048, "M", "?!"), - (0x2049, "M", "!?"), - (0x204A, "V"), - (0x2057, "M", "′′′′"), - (0x2058, "V"), - (0x205F, "M", " "), - (0x2060, "I"), - (0x2065, "X"), - (0x206A, "I"), - (0x2070, "M", "0"), - (0x2071, "M", "i"), - (0x2072, "X"), - (0x2074, "M", "4"), - (0x2075, "M", "5"), - (0x2076, "M", "6"), - (0x2077, "M", "7"), - (0x2078, "M", "8"), - (0x2079, "M", "9"), - (0x207A, "M", "+"), - (0x207B, "M", "−"), - (0x207C, "M", "="), - (0x207D, "M", "("), - (0x207E, "M", ")"), - (0x207F, "M", "n"), - (0x2080, "M", "0"), - (0x2081, "M", "1"), - (0x2082, "M", "2"), - (0x2083, "M", "3"), - (0x2084, "M", "4"), - (0x2085, "M", "5"), - (0x2086, "M", "6"), - (0x2087, "M", "7"), - ] - - -def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2088, "M", "8"), - (0x2089, "M", "9"), - (0x208A, "M", "+"), - (0x208B, "M", "−"), - (0x208C, "M", "="), - (0x208D, "M", "("), - (0x208E, "M", ")"), - (0x208F, "X"), - (0x2090, "M", "a"), - (0x2091, "M", "e"), - (0x2092, "M", "o"), - (0x2093, "M", "x"), - (0x2094, "M", "ə"), - (0x2095, "M", "h"), - (0x2096, "M", "k"), - (0x2097, "M", "l"), - (0x2098, "M", "m"), - (0x2099, "M", "n"), - (0x209A, "M", "p"), - (0x209B, "M", "s"), - (0x209C, "M", "t"), - (0x209D, "X"), - (0x20A0, "V"), - (0x20A8, "M", "rs"), - (0x20A9, "V"), - (0x20C1, "X"), - (0x20D0, "V"), - (0x20F1, "X"), - (0x2100, "M", "a/c"), - (0x2101, "M", "a/s"), - (0x2102, "M", "c"), - (0x2103, "M", "°c"), - (0x2104, "V"), - (0x2105, "M", "c/o"), - (0x2106, "M", "c/u"), - (0x2107, "M", "ɛ"), - (0x2108, "V"), - (0x2109, "M", "°f"), - (0x210A, "M", "g"), - (0x210B, "M", "h"), - (0x210F, "M", "ħ"), - (0x2110, "M", "i"), - (0x2112, "M", "l"), - (0x2114, "V"), - (0x2115, "M", "n"), - (0x2116, "M", "no"), - (0x2117, "V"), - (0x2119, "M", "p"), - (0x211A, "M", "q"), - (0x211B, "M", "r"), - (0x211E, "V"), - (0x2120, "M", "sm"), - (0x2121, "M", "tel"), - (0x2122, "M", "tm"), - (0x2123, "V"), - (0x2124, "M", "z"), - (0x2125, "V"), - (0x2126, "M", "ω"), - (0x2127, "V"), - (0x2128, "M", "z"), - (0x2129, "V"), - (0x212A, "M", "k"), - (0x212B, "M", "å"), - (0x212C, "M", "b"), - (0x212D, "M", "c"), - (0x212E, "V"), - (0x212F, "M", "e"), - (0x2131, "M", "f"), - (0x2132, "M", "ⅎ"), - (0x2133, "M", "m"), - (0x2134, "M", "o"), - (0x2135, "M", "א"), - (0x2136, "M", "ב"), - (0x2137, "M", "ג"), - (0x2138, "M", "ד"), - (0x2139, "M", "i"), - (0x213A, "V"), - (0x213B, "M", "fax"), - (0x213C, "M", "π"), - (0x213D, "M", "γ"), - (0x213F, "M", "π"), - (0x2140, "M", "∑"), - (0x2141, "V"), - (0x2145, "M", "d"), - (0x2147, "M", "e"), - (0x2148, "M", "i"), - (0x2149, "M", "j"), - (0x214A, "V"), - (0x2150, "M", "1⁄7"), - (0x2151, "M", "1⁄9"), - (0x2152, "M", "1⁄10"), - (0x2153, "M", "1⁄3"), - (0x2154, "M", "2⁄3"), - (0x2155, "M", "1⁄5"), - (0x2156, "M", "2⁄5"), - (0x2157, "M", "3⁄5"), - (0x2158, "M", "4⁄5"), - (0x2159, "M", "1⁄6"), - (0x215A, "M", "5⁄6"), - (0x215B, "M", "1⁄8"), - ] - - -def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x215C, "M", "3⁄8"), - (0x215D, "M", "5⁄8"), - (0x215E, "M", "7⁄8"), - (0x215F, "M", "1⁄"), - (0x2160, "M", "i"), - (0x2161, "M", "ii"), - (0x2162, "M", "iii"), - (0x2163, "M", "iv"), - (0x2164, "M", "v"), - (0x2165, "M", "vi"), - (0x2166, "M", "vii"), - (0x2167, "M", "viii"), - (0x2168, "M", "ix"), - (0x2169, "M", "x"), - (0x216A, "M", "xi"), - (0x216B, "M", "xii"), - (0x216C, "M", "l"), - (0x216D, "M", "c"), - (0x216E, "M", "d"), - (0x216F, "M", "m"), - (0x2170, "M", "i"), - (0x2171, "M", "ii"), - (0x2172, "M", "iii"), - (0x2173, "M", "iv"), - (0x2174, "M", "v"), - (0x2175, "M", "vi"), - (0x2176, "M", "vii"), - (0x2177, "M", "viii"), - (0x2178, "M", "ix"), - (0x2179, "M", "x"), - (0x217A, "M", "xi"), - (0x217B, "M", "xii"), - (0x217C, "M", "l"), - (0x217D, "M", "c"), - (0x217E, "M", "d"), - (0x217F, "M", "m"), - (0x2180, "V"), - (0x2183, "M", "ↄ"), - (0x2184, "V"), - (0x2189, "M", "0⁄3"), - (0x218A, "V"), - (0x218C, "X"), - (0x2190, "V"), - (0x222C, "M", "∫∫"), - (0x222D, "M", "∫∫∫"), - (0x222E, "V"), - (0x222F, "M", "∮∮"), - (0x2230, "M", "∮∮∮"), - (0x2231, "V"), - (0x2329, "M", "〈"), - (0x232A, "M", "〉"), - (0x232B, "V"), - (0x242A, "X"), - (0x2440, "V"), - (0x244B, "X"), - (0x2460, "M", "1"), - (0x2461, "M", "2"), - (0x2462, "M", "3"), - (0x2463, "M", "4"), - (0x2464, "M", "5"), - (0x2465, "M", "6"), - (0x2466, "M", "7"), - (0x2467, "M", "8"), - (0x2468, "M", "9"), - (0x2469, "M", "10"), - (0x246A, "M", "11"), - (0x246B, "M", "12"), - (0x246C, "M", "13"), - (0x246D, "M", "14"), - (0x246E, "M", "15"), - (0x246F, "M", "16"), - (0x2470, "M", "17"), - (0x2471, "M", "18"), - (0x2472, "M", "19"), - (0x2473, "M", "20"), - (0x2474, "M", "(1)"), - (0x2475, "M", "(2)"), - (0x2476, "M", "(3)"), - (0x2477, "M", "(4)"), - (0x2478, "M", "(5)"), - (0x2479, "M", "(6)"), - (0x247A, "M", "(7)"), - (0x247B, "M", "(8)"), - (0x247C, "M", "(9)"), - (0x247D, "M", "(10)"), - (0x247E, "M", "(11)"), - (0x247F, "M", "(12)"), - (0x2480, "M", "(13)"), - (0x2481, "M", "(14)"), - (0x2482, "M", "(15)"), - (0x2483, "M", "(16)"), - (0x2484, "M", "(17)"), - (0x2485, "M", "(18)"), - (0x2486, "M", "(19)"), - (0x2487, "M", "(20)"), - (0x2488, "X"), - (0x249C, "M", "(a)"), - (0x249D, "M", "(b)"), - (0x249E, "M", "(c)"), - (0x249F, "M", "(d)"), - ] - - -def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x24A0, "M", "(e)"), - (0x24A1, "M", "(f)"), - (0x24A2, "M", "(g)"), - (0x24A3, "M", "(h)"), - (0x24A4, "M", "(i)"), - (0x24A5, "M", "(j)"), - (0x24A6, "M", "(k)"), - (0x24A7, "M", "(l)"), - (0x24A8, "M", "(m)"), - (0x24A9, "M", "(n)"), - (0x24AA, "M", "(o)"), - (0x24AB, "M", "(p)"), - (0x24AC, "M", "(q)"), - (0x24AD, "M", "(r)"), - (0x24AE, "M", "(s)"), - (0x24AF, "M", "(t)"), - (0x24B0, "M", "(u)"), - (0x24B1, "M", "(v)"), - (0x24B2, "M", "(w)"), - (0x24B3, "M", "(x)"), - (0x24B4, "M", "(y)"), - (0x24B5, "M", "(z)"), - (0x24B6, "M", "a"), - (0x24B7, "M", "b"), - (0x24B8, "M", "c"), - (0x24B9, "M", "d"), - (0x24BA, "M", "e"), - (0x24BB, "M", "f"), - (0x24BC, "M", "g"), - (0x24BD, "M", "h"), - (0x24BE, "M", "i"), - (0x24BF, "M", "j"), - (0x24C0, "M", "k"), - (0x24C1, "M", "l"), - (0x24C2, "M", "m"), - (0x24C3, "M", "n"), - (0x24C4, "M", "o"), - (0x24C5, "M", "p"), - (0x24C6, "M", "q"), - (0x24C7, "M", "r"), - (0x24C8, "M", "s"), - (0x24C9, "M", "t"), - (0x24CA, "M", "u"), - (0x24CB, "M", "v"), - (0x24CC, "M", "w"), - (0x24CD, "M", "x"), - (0x24CE, "M", "y"), - (0x24CF, "M", "z"), - (0x24D0, "M", "a"), - (0x24D1, "M", "b"), - (0x24D2, "M", "c"), - (0x24D3, "M", "d"), - (0x24D4, "M", "e"), - (0x24D5, "M", "f"), - (0x24D6, "M", "g"), - (0x24D7, "M", "h"), - (0x24D8, "M", "i"), - (0x24D9, "M", "j"), - (0x24DA, "M", "k"), - (0x24DB, "M", "l"), - (0x24DC, "M", "m"), - (0x24DD, "M", "n"), - (0x24DE, "M", "o"), - (0x24DF, "M", "p"), - (0x24E0, "M", "q"), - (0x24E1, "M", "r"), - (0x24E2, "M", "s"), - (0x24E3, "M", "t"), - (0x24E4, "M", "u"), - (0x24E5, "M", "v"), - (0x24E6, "M", "w"), - (0x24E7, "M", "x"), - (0x24E8, "M", "y"), - (0x24E9, "M", "z"), - (0x24EA, "M", "0"), - (0x24EB, "V"), - (0x2A0C, "M", "∫∫∫∫"), - (0x2A0D, "V"), - (0x2A74, "M", "::="), - (0x2A75, "M", "=="), - (0x2A76, "M", "==="), - (0x2A77, "V"), - (0x2ADC, "M", "⫝̸"), - (0x2ADD, "V"), - (0x2B74, "X"), - (0x2B76, "V"), - (0x2B96, "X"), - (0x2B97, "V"), - (0x2C00, "M", "ⰰ"), - (0x2C01, "M", "ⰱ"), - (0x2C02, "M", "ⰲ"), - (0x2C03, "M", "ⰳ"), - (0x2C04, "M", "ⰴ"), - (0x2C05, "M", "ⰵ"), - (0x2C06, "M", "ⰶ"), - (0x2C07, "M", "ⰷ"), - (0x2C08, "M", "ⰸ"), - (0x2C09, "M", "ⰹ"), - (0x2C0A, "M", "ⰺ"), - (0x2C0B, "M", "ⰻ"), - ] - - -def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2C0C, "M", "ⰼ"), - (0x2C0D, "M", "ⰽ"), - (0x2C0E, "M", "ⰾ"), - (0x2C0F, "M", "ⰿ"), - (0x2C10, "M", "ⱀ"), - (0x2C11, "M", "ⱁ"), - (0x2C12, "M", "ⱂ"), - (0x2C13, "M", "ⱃ"), - (0x2C14, "M", "ⱄ"), - (0x2C15, "M", "ⱅ"), - (0x2C16, "M", "ⱆ"), - (0x2C17, "M", "ⱇ"), - (0x2C18, "M", "ⱈ"), - (0x2C19, "M", "ⱉ"), - (0x2C1A, "M", "ⱊ"), - (0x2C1B, "M", "ⱋ"), - (0x2C1C, "M", "ⱌ"), - (0x2C1D, "M", "ⱍ"), - (0x2C1E, "M", "ⱎ"), - (0x2C1F, "M", "ⱏ"), - (0x2C20, "M", "ⱐ"), - (0x2C21, "M", "ⱑ"), - (0x2C22, "M", "ⱒ"), - (0x2C23, "M", "ⱓ"), - (0x2C24, "M", "ⱔ"), - (0x2C25, "M", "ⱕ"), - (0x2C26, "M", "ⱖ"), - (0x2C27, "M", "ⱗ"), - (0x2C28, "M", "ⱘ"), - (0x2C29, "M", "ⱙ"), - (0x2C2A, "M", "ⱚ"), - (0x2C2B, "M", "ⱛ"), - (0x2C2C, "M", "ⱜ"), - (0x2C2D, "M", "ⱝ"), - (0x2C2E, "M", "ⱞ"), - (0x2C2F, "M", "ⱟ"), - (0x2C30, "V"), - (0x2C60, "M", "ⱡ"), - (0x2C61, "V"), - (0x2C62, "M", "ɫ"), - (0x2C63, "M", "ᵽ"), - (0x2C64, "M", "ɽ"), - (0x2C65, "V"), - (0x2C67, "M", "ⱨ"), - (0x2C68, "V"), - (0x2C69, "M", "ⱪ"), - (0x2C6A, "V"), - (0x2C6B, "M", "ⱬ"), - (0x2C6C, "V"), - (0x2C6D, "M", "ɑ"), - (0x2C6E, "M", "ɱ"), - (0x2C6F, "M", "ɐ"), - (0x2C70, "M", "ɒ"), - (0x2C71, "V"), - (0x2C72, "M", "ⱳ"), - (0x2C73, "V"), - (0x2C75, "M", "ⱶ"), - (0x2C76, "V"), - (0x2C7C, "M", "j"), - (0x2C7D, "M", "v"), - (0x2C7E, "M", "ȿ"), - (0x2C7F, "M", "ɀ"), - (0x2C80, "M", "ⲁ"), - (0x2C81, "V"), - (0x2C82, "M", "ⲃ"), - (0x2C83, "V"), - (0x2C84, "M", "ⲅ"), - (0x2C85, "V"), - (0x2C86, "M", "ⲇ"), - (0x2C87, "V"), - (0x2C88, "M", "ⲉ"), - (0x2C89, "V"), - (0x2C8A, "M", "ⲋ"), - (0x2C8B, "V"), - (0x2C8C, "M", "ⲍ"), - (0x2C8D, "V"), - (0x2C8E, "M", "ⲏ"), - (0x2C8F, "V"), - (0x2C90, "M", "ⲑ"), - (0x2C91, "V"), - (0x2C92, "M", "ⲓ"), - (0x2C93, "V"), - (0x2C94, "M", "ⲕ"), - (0x2C95, "V"), - (0x2C96, "M", "ⲗ"), - (0x2C97, "V"), - (0x2C98, "M", "ⲙ"), - (0x2C99, "V"), - (0x2C9A, "M", "ⲛ"), - (0x2C9B, "V"), - (0x2C9C, "M", "ⲝ"), - (0x2C9D, "V"), - (0x2C9E, "M", "ⲟ"), - (0x2C9F, "V"), - (0x2CA0, "M", "ⲡ"), - (0x2CA1, "V"), - (0x2CA2, "M", "ⲣ"), - (0x2CA3, "V"), - (0x2CA4, "M", "ⲥ"), - (0x2CA5, "V"), - ] - - -def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2CA6, "M", "ⲧ"), - (0x2CA7, "V"), - (0x2CA8, "M", "ⲩ"), - (0x2CA9, "V"), - (0x2CAA, "M", "ⲫ"), - (0x2CAB, "V"), - (0x2CAC, "M", "ⲭ"), - (0x2CAD, "V"), - (0x2CAE, "M", "ⲯ"), - (0x2CAF, "V"), - (0x2CB0, "M", "ⲱ"), - (0x2CB1, "V"), - (0x2CB2, "M", "ⲳ"), - (0x2CB3, "V"), - (0x2CB4, "M", "ⲵ"), - (0x2CB5, "V"), - (0x2CB6, "M", "ⲷ"), - (0x2CB7, "V"), - (0x2CB8, "M", "ⲹ"), - (0x2CB9, "V"), - (0x2CBA, "M", "ⲻ"), - (0x2CBB, "V"), - (0x2CBC, "M", "ⲽ"), - (0x2CBD, "V"), - (0x2CBE, "M", "ⲿ"), - (0x2CBF, "V"), - (0x2CC0, "M", "ⳁ"), - (0x2CC1, "V"), - (0x2CC2, "M", "ⳃ"), - (0x2CC3, "V"), - (0x2CC4, "M", "ⳅ"), - (0x2CC5, "V"), - (0x2CC6, "M", "ⳇ"), - (0x2CC7, "V"), - (0x2CC8, "M", "ⳉ"), - (0x2CC9, "V"), - (0x2CCA, "M", "ⳋ"), - (0x2CCB, "V"), - (0x2CCC, "M", "ⳍ"), - (0x2CCD, "V"), - (0x2CCE, "M", "ⳏ"), - (0x2CCF, "V"), - (0x2CD0, "M", "ⳑ"), - (0x2CD1, "V"), - (0x2CD2, "M", "ⳓ"), - (0x2CD3, "V"), - (0x2CD4, "M", "ⳕ"), - (0x2CD5, "V"), - (0x2CD6, "M", "ⳗ"), - (0x2CD7, "V"), - (0x2CD8, "M", "ⳙ"), - (0x2CD9, "V"), - (0x2CDA, "M", "ⳛ"), - (0x2CDB, "V"), - (0x2CDC, "M", "ⳝ"), - (0x2CDD, "V"), - (0x2CDE, "M", "ⳟ"), - (0x2CDF, "V"), - (0x2CE0, "M", "ⳡ"), - (0x2CE1, "V"), - (0x2CE2, "M", "ⳣ"), - (0x2CE3, "V"), - (0x2CEB, "M", "ⳬ"), - (0x2CEC, "V"), - (0x2CED, "M", "ⳮ"), - (0x2CEE, "V"), - (0x2CF2, "M", "ⳳ"), - (0x2CF3, "V"), - (0x2CF4, "X"), - (0x2CF9, "V"), - (0x2D26, "X"), - (0x2D27, "V"), - (0x2D28, "X"), - (0x2D2D, "V"), - (0x2D2E, "X"), - (0x2D30, "V"), - (0x2D68, "X"), - (0x2D6F, "M", "ⵡ"), - (0x2D70, "V"), - (0x2D71, "X"), - (0x2D7F, "V"), - (0x2D97, "X"), - (0x2DA0, "V"), - (0x2DA7, "X"), - (0x2DA8, "V"), - (0x2DAF, "X"), - (0x2DB0, "V"), - (0x2DB7, "X"), - (0x2DB8, "V"), - (0x2DBF, "X"), - (0x2DC0, "V"), - (0x2DC7, "X"), - (0x2DC8, "V"), - (0x2DCF, "X"), - (0x2DD0, "V"), - (0x2DD7, "X"), - (0x2DD8, "V"), - (0x2DDF, "X"), - (0x2DE0, "V"), - (0x2E5E, "X"), - ] - - -def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2E80, "V"), - (0x2E9A, "X"), - (0x2E9B, "V"), - (0x2E9F, "M", "母"), - (0x2EA0, "V"), - (0x2EF3, "M", "龟"), - (0x2EF4, "X"), - (0x2F00, "M", "一"), - (0x2F01, "M", "丨"), - (0x2F02, "M", "丶"), - (0x2F03, "M", "丿"), - (0x2F04, "M", "乙"), - (0x2F05, "M", "亅"), - (0x2F06, "M", "二"), - (0x2F07, "M", "亠"), - (0x2F08, "M", "人"), - (0x2F09, "M", "儿"), - (0x2F0A, "M", "入"), - (0x2F0B, "M", "八"), - (0x2F0C, "M", "冂"), - (0x2F0D, "M", "冖"), - (0x2F0E, "M", "冫"), - (0x2F0F, "M", "几"), - (0x2F10, "M", "凵"), - (0x2F11, "M", "刀"), - (0x2F12, "M", "力"), - (0x2F13, "M", "勹"), - (0x2F14, "M", "匕"), - (0x2F15, "M", "匚"), - (0x2F16, "M", "匸"), - (0x2F17, "M", "十"), - (0x2F18, "M", "卜"), - (0x2F19, "M", "卩"), - (0x2F1A, "M", "厂"), - (0x2F1B, "M", "厶"), - (0x2F1C, "M", "又"), - (0x2F1D, "M", "口"), - (0x2F1E, "M", "囗"), - (0x2F1F, "M", "土"), - (0x2F20, "M", "士"), - (0x2F21, "M", "夂"), - (0x2F22, "M", "夊"), - (0x2F23, "M", "夕"), - (0x2F24, "M", "大"), - (0x2F25, "M", "女"), - (0x2F26, "M", "子"), - (0x2F27, "M", "宀"), - (0x2F28, "M", "寸"), - (0x2F29, "M", "小"), - (0x2F2A, "M", "尢"), - (0x2F2B, "M", "尸"), - (0x2F2C, "M", "屮"), - (0x2F2D, "M", "山"), - (0x2F2E, "M", "巛"), - (0x2F2F, "M", "工"), - (0x2F30, "M", "己"), - (0x2F31, "M", "巾"), - (0x2F32, "M", "干"), - (0x2F33, "M", "幺"), - (0x2F34, "M", "广"), - (0x2F35, "M", "廴"), - (0x2F36, "M", "廾"), - (0x2F37, "M", "弋"), - (0x2F38, "M", "弓"), - (0x2F39, "M", "彐"), - (0x2F3A, "M", "彡"), - (0x2F3B, "M", "彳"), - (0x2F3C, "M", "心"), - (0x2F3D, "M", "戈"), - (0x2F3E, "M", "戶"), - (0x2F3F, "M", "手"), - (0x2F40, "M", "支"), - (0x2F41, "M", "攴"), - (0x2F42, "M", "文"), - (0x2F43, "M", "斗"), - (0x2F44, "M", "斤"), - (0x2F45, "M", "方"), - (0x2F46, "M", "无"), - (0x2F47, "M", "日"), - (0x2F48, "M", "曰"), - (0x2F49, "M", "月"), - (0x2F4A, "M", "木"), - (0x2F4B, "M", "欠"), - (0x2F4C, "M", "止"), - (0x2F4D, "M", "歹"), - (0x2F4E, "M", "殳"), - (0x2F4F, "M", "毋"), - (0x2F50, "M", "比"), - (0x2F51, "M", "毛"), - (0x2F52, "M", "氏"), - (0x2F53, "M", "气"), - (0x2F54, "M", "水"), - (0x2F55, "M", "火"), - (0x2F56, "M", "爪"), - (0x2F57, "M", "父"), - (0x2F58, "M", "爻"), - (0x2F59, "M", "爿"), - (0x2F5A, "M", "片"), - (0x2F5B, "M", "牙"), - (0x2F5C, "M", "牛"), - ] - - -def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F5D, "M", "犬"), - (0x2F5E, "M", "玄"), - (0x2F5F, "M", "玉"), - (0x2F60, "M", "瓜"), - (0x2F61, "M", "瓦"), - (0x2F62, "M", "甘"), - (0x2F63, "M", "生"), - (0x2F64, "M", "用"), - (0x2F65, "M", "田"), - (0x2F66, "M", "疋"), - (0x2F67, "M", "疒"), - (0x2F68, "M", "癶"), - (0x2F69, "M", "白"), - (0x2F6A, "M", "皮"), - (0x2F6B, "M", "皿"), - (0x2F6C, "M", "目"), - (0x2F6D, "M", "矛"), - (0x2F6E, "M", "矢"), - (0x2F6F, "M", "石"), - (0x2F70, "M", "示"), - (0x2F71, "M", "禸"), - (0x2F72, "M", "禾"), - (0x2F73, "M", "穴"), - (0x2F74, "M", "立"), - (0x2F75, "M", "竹"), - (0x2F76, "M", "米"), - (0x2F77, "M", "糸"), - (0x2F78, "M", "缶"), - (0x2F79, "M", "网"), - (0x2F7A, "M", "羊"), - (0x2F7B, "M", "羽"), - (0x2F7C, "M", "老"), - (0x2F7D, "M", "而"), - (0x2F7E, "M", "耒"), - (0x2F7F, "M", "耳"), - (0x2F80, "M", "聿"), - (0x2F81, "M", "肉"), - (0x2F82, "M", "臣"), - (0x2F83, "M", "自"), - (0x2F84, "M", "至"), - (0x2F85, "M", "臼"), - (0x2F86, "M", "舌"), - (0x2F87, "M", "舛"), - (0x2F88, "M", "舟"), - (0x2F89, "M", "艮"), - (0x2F8A, "M", "色"), - (0x2F8B, "M", "艸"), - (0x2F8C, "M", "虍"), - (0x2F8D, "M", "虫"), - (0x2F8E, "M", "血"), - (0x2F8F, "M", "行"), - (0x2F90, "M", "衣"), - (0x2F91, "M", "襾"), - (0x2F92, "M", "見"), - (0x2F93, "M", "角"), - (0x2F94, "M", "言"), - (0x2F95, "M", "谷"), - (0x2F96, "M", "豆"), - (0x2F97, "M", "豕"), - (0x2F98, "M", "豸"), - (0x2F99, "M", "貝"), - (0x2F9A, "M", "赤"), - (0x2F9B, "M", "走"), - (0x2F9C, "M", "足"), - (0x2F9D, "M", "身"), - (0x2F9E, "M", "車"), - (0x2F9F, "M", "辛"), - (0x2FA0, "M", "辰"), - (0x2FA1, "M", "辵"), - (0x2FA2, "M", "邑"), - (0x2FA3, "M", "酉"), - (0x2FA4, "M", "釆"), - (0x2FA5, "M", "里"), - (0x2FA6, "M", "金"), - (0x2FA7, "M", "長"), - (0x2FA8, "M", "門"), - (0x2FA9, "M", "阜"), - (0x2FAA, "M", "隶"), - (0x2FAB, "M", "隹"), - (0x2FAC, "M", "雨"), - (0x2FAD, "M", "靑"), - (0x2FAE, "M", "非"), - (0x2FAF, "M", "面"), - (0x2FB0, "M", "革"), - (0x2FB1, "M", "韋"), - (0x2FB2, "M", "韭"), - (0x2FB3, "M", "音"), - (0x2FB4, "M", "頁"), - (0x2FB5, "M", "風"), - (0x2FB6, "M", "飛"), - (0x2FB7, "M", "食"), - (0x2FB8, "M", "首"), - (0x2FB9, "M", "香"), - (0x2FBA, "M", "馬"), - (0x2FBB, "M", "骨"), - (0x2FBC, "M", "高"), - (0x2FBD, "M", "髟"), - (0x2FBE, "M", "鬥"), - (0x2FBF, "M", "鬯"), - (0x2FC0, "M", "鬲"), - ] - - -def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2FC1, "M", "鬼"), - (0x2FC2, "M", "魚"), - (0x2FC3, "M", "鳥"), - (0x2FC4, "M", "鹵"), - (0x2FC5, "M", "鹿"), - (0x2FC6, "M", "麥"), - (0x2FC7, "M", "麻"), - (0x2FC8, "M", "黃"), - (0x2FC9, "M", "黍"), - (0x2FCA, "M", "黑"), - (0x2FCB, "M", "黹"), - (0x2FCC, "M", "黽"), - (0x2FCD, "M", "鼎"), - (0x2FCE, "M", "鼓"), - (0x2FCF, "M", "鼠"), - (0x2FD0, "M", "鼻"), - (0x2FD1, "M", "齊"), - (0x2FD2, "M", "齒"), - (0x2FD3, "M", "龍"), - (0x2FD4, "M", "龜"), - (0x2FD5, "M", "龠"), - (0x2FD6, "X"), - (0x3000, "M", " "), - (0x3001, "V"), - (0x3002, "M", "."), - (0x3003, "V"), - (0x3036, "M", "〒"), - (0x3037, "V"), - (0x3038, "M", "十"), - (0x3039, "M", "卄"), - (0x303A, "M", "卅"), - (0x303B, "V"), - (0x3040, "X"), - (0x3041, "V"), - (0x3097, "X"), - (0x3099, "V"), - (0x309B, "M", " ゙"), - (0x309C, "M", " ゚"), - (0x309D, "V"), - (0x309F, "M", "より"), - (0x30A0, "V"), - (0x30FF, "M", "コト"), - (0x3100, "X"), - (0x3105, "V"), - (0x3130, "X"), - (0x3131, "M", "ᄀ"), - (0x3132, "M", "ᄁ"), - (0x3133, "M", "ᆪ"), - (0x3134, "M", "ᄂ"), - (0x3135, "M", "ᆬ"), - (0x3136, "M", "ᆭ"), - (0x3137, "M", "ᄃ"), - (0x3138, "M", "ᄄ"), - (0x3139, "M", "ᄅ"), - (0x313A, "M", "ᆰ"), - (0x313B, "M", "ᆱ"), - (0x313C, "M", "ᆲ"), - (0x313D, "M", "ᆳ"), - (0x313E, "M", "ᆴ"), - (0x313F, "M", "ᆵ"), - (0x3140, "M", "ᄚ"), - (0x3141, "M", "ᄆ"), - (0x3142, "M", "ᄇ"), - (0x3143, "M", "ᄈ"), - (0x3144, "M", "ᄡ"), - (0x3145, "M", "ᄉ"), - (0x3146, "M", "ᄊ"), - (0x3147, "M", "ᄋ"), - (0x3148, "M", "ᄌ"), - (0x3149, "M", "ᄍ"), - (0x314A, "M", "ᄎ"), - (0x314B, "M", "ᄏ"), - (0x314C, "M", "ᄐ"), - (0x314D, "M", "ᄑ"), - (0x314E, "M", "ᄒ"), - (0x314F, "M", "ᅡ"), - (0x3150, "M", "ᅢ"), - (0x3151, "M", "ᅣ"), - (0x3152, "M", "ᅤ"), - (0x3153, "M", "ᅥ"), - (0x3154, "M", "ᅦ"), - (0x3155, "M", "ᅧ"), - (0x3156, "M", "ᅨ"), - (0x3157, "M", "ᅩ"), - (0x3158, "M", "ᅪ"), - (0x3159, "M", "ᅫ"), - (0x315A, "M", "ᅬ"), - (0x315B, "M", "ᅭ"), - (0x315C, "M", "ᅮ"), - (0x315D, "M", "ᅯ"), - (0x315E, "M", "ᅰ"), - (0x315F, "M", "ᅱ"), - (0x3160, "M", "ᅲ"), - (0x3161, "M", "ᅳ"), - (0x3162, "M", "ᅴ"), - (0x3163, "M", "ᅵ"), - (0x3164, "I"), - (0x3165, "M", "ᄔ"), - (0x3166, "M", "ᄕ"), - (0x3167, "M", "ᇇ"), - ] - - -def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x3168, "M", "ᇈ"), - (0x3169, "M", "ᇌ"), - (0x316A, "M", "ᇎ"), - (0x316B, "M", "ᇓ"), - (0x316C, "M", "ᇗ"), - (0x316D, "M", "ᇙ"), - (0x316E, "M", "ᄜ"), - (0x316F, "M", "ᇝ"), - (0x3170, "M", "ᇟ"), - (0x3171, "M", "ᄝ"), - (0x3172, "M", "ᄞ"), - (0x3173, "M", "ᄠ"), - (0x3174, "M", "ᄢ"), - (0x3175, "M", "ᄣ"), - (0x3176, "M", "ᄧ"), - (0x3177, "M", "ᄩ"), - (0x3178, "M", "ᄫ"), - (0x3179, "M", "ᄬ"), - (0x317A, "M", "ᄭ"), - (0x317B, "M", "ᄮ"), - (0x317C, "M", "ᄯ"), - (0x317D, "M", "ᄲ"), - (0x317E, "M", "ᄶ"), - (0x317F, "M", "ᅀ"), - (0x3180, "M", "ᅇ"), - (0x3181, "M", "ᅌ"), - (0x3182, "M", "ᇱ"), - (0x3183, "M", "ᇲ"), - (0x3184, "M", "ᅗ"), - (0x3185, "M", "ᅘ"), - (0x3186, "M", "ᅙ"), - (0x3187, "M", "ᆄ"), - (0x3188, "M", "ᆅ"), - (0x3189, "M", "ᆈ"), - (0x318A, "M", "ᆑ"), - (0x318B, "M", "ᆒ"), - (0x318C, "M", "ᆔ"), - (0x318D, "M", "ᆞ"), - (0x318E, "M", "ᆡ"), - (0x318F, "X"), - (0x3190, "V"), - (0x3192, "M", "一"), - (0x3193, "M", "二"), - (0x3194, "M", "三"), - (0x3195, "M", "四"), - (0x3196, "M", "上"), - (0x3197, "M", "中"), - (0x3198, "M", "下"), - (0x3199, "M", "甲"), - (0x319A, "M", "乙"), - (0x319B, "M", "丙"), - (0x319C, "M", "丁"), - (0x319D, "M", "天"), - (0x319E, "M", "地"), - (0x319F, "M", "人"), - (0x31A0, "V"), - (0x31E6, "X"), - (0x31F0, "V"), - (0x3200, "M", "(ᄀ)"), - (0x3201, "M", "(ᄂ)"), - (0x3202, "M", "(ᄃ)"), - (0x3203, "M", "(ᄅ)"), - (0x3204, "M", "(ᄆ)"), - (0x3205, "M", "(ᄇ)"), - (0x3206, "M", "(ᄉ)"), - (0x3207, "M", "(ᄋ)"), - (0x3208, "M", "(ᄌ)"), - (0x3209, "M", "(ᄎ)"), - (0x320A, "M", "(ᄏ)"), - (0x320B, "M", "(ᄐ)"), - (0x320C, "M", "(ᄑ)"), - (0x320D, "M", "(ᄒ)"), - (0x320E, "M", "(가)"), - (0x320F, "M", "(나)"), - (0x3210, "M", "(다)"), - (0x3211, "M", "(라)"), - (0x3212, "M", "(마)"), - (0x3213, "M", "(바)"), - (0x3214, "M", "(사)"), - (0x3215, "M", "(아)"), - (0x3216, "M", "(자)"), - (0x3217, "M", "(차)"), - (0x3218, "M", "(카)"), - (0x3219, "M", "(타)"), - (0x321A, "M", "(파)"), - (0x321B, "M", "(하)"), - (0x321C, "M", "(주)"), - (0x321D, "M", "(오전)"), - (0x321E, "M", "(오후)"), - (0x321F, "X"), - (0x3220, "M", "(一)"), - (0x3221, "M", "(二)"), - (0x3222, "M", "(三)"), - (0x3223, "M", "(四)"), - (0x3224, "M", "(五)"), - (0x3225, "M", "(六)"), - (0x3226, "M", "(七)"), - (0x3227, "M", "(八)"), - (0x3228, "M", "(九)"), - (0x3229, "M", "(十)"), - ] - - -def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x322A, "M", "(月)"), - (0x322B, "M", "(火)"), - (0x322C, "M", "(水)"), - (0x322D, "M", "(木)"), - (0x322E, "M", "(金)"), - (0x322F, "M", "(土)"), - (0x3230, "M", "(日)"), - (0x3231, "M", "(株)"), - (0x3232, "M", "(有)"), - (0x3233, "M", "(社)"), - (0x3234, "M", "(名)"), - (0x3235, "M", "(特)"), - (0x3236, "M", "(財)"), - (0x3237, "M", "(祝)"), - (0x3238, "M", "(労)"), - (0x3239, "M", "(代)"), - (0x323A, "M", "(呼)"), - (0x323B, "M", "(学)"), - (0x323C, "M", "(監)"), - (0x323D, "M", "(企)"), - (0x323E, "M", "(資)"), - (0x323F, "M", "(協)"), - (0x3240, "M", "(祭)"), - (0x3241, "M", "(休)"), - (0x3242, "M", "(自)"), - (0x3243, "M", "(至)"), - (0x3244, "M", "問"), - (0x3245, "M", "幼"), - (0x3246, "M", "文"), - (0x3247, "M", "箏"), - (0x3248, "V"), - (0x3250, "M", "pte"), - (0x3251, "M", "21"), - (0x3252, "M", "22"), - (0x3253, "M", "23"), - (0x3254, "M", "24"), - (0x3255, "M", "25"), - (0x3256, "M", "26"), - (0x3257, "M", "27"), - (0x3258, "M", "28"), - (0x3259, "M", "29"), - (0x325A, "M", "30"), - (0x325B, "M", "31"), - (0x325C, "M", "32"), - (0x325D, "M", "33"), - (0x325E, "M", "34"), - (0x325F, "M", "35"), - (0x3260, "M", "ᄀ"), - (0x3261, "M", "ᄂ"), - (0x3262, "M", "ᄃ"), - (0x3263, "M", "ᄅ"), - (0x3264, "M", "ᄆ"), - (0x3265, "M", "ᄇ"), - (0x3266, "M", "ᄉ"), - (0x3267, "M", "ᄋ"), - (0x3268, "M", "ᄌ"), - (0x3269, "M", "ᄎ"), - (0x326A, "M", "ᄏ"), - (0x326B, "M", "ᄐ"), - (0x326C, "M", "ᄑ"), - (0x326D, "M", "ᄒ"), - (0x326E, "M", "가"), - (0x326F, "M", "나"), - (0x3270, "M", "다"), - (0x3271, "M", "라"), - (0x3272, "M", "마"), - (0x3273, "M", "바"), - (0x3274, "M", "사"), - (0x3275, "M", "아"), - (0x3276, "M", "자"), - (0x3277, "M", "차"), - (0x3278, "M", "카"), - (0x3279, "M", "타"), - (0x327A, "M", "파"), - (0x327B, "M", "하"), - (0x327C, "M", "참고"), - (0x327D, "M", "주의"), - (0x327E, "M", "우"), - (0x327F, "V"), - (0x3280, "M", "一"), - (0x3281, "M", "二"), - (0x3282, "M", "三"), - (0x3283, "M", "四"), - (0x3284, "M", "五"), - (0x3285, "M", "六"), - (0x3286, "M", "七"), - (0x3287, "M", "八"), - (0x3288, "M", "九"), - (0x3289, "M", "十"), - (0x328A, "M", "月"), - (0x328B, "M", "火"), - (0x328C, "M", "水"), - (0x328D, "M", "木"), - (0x328E, "M", "金"), - (0x328F, "M", "土"), - (0x3290, "M", "日"), - (0x3291, "M", "株"), - (0x3292, "M", "有"), - (0x3293, "M", "社"), - (0x3294, "M", "名"), - ] - - -def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x3295, "M", "特"), - (0x3296, "M", "財"), - (0x3297, "M", "祝"), - (0x3298, "M", "労"), - (0x3299, "M", "秘"), - (0x329A, "M", "男"), - (0x329B, "M", "女"), - (0x329C, "M", "適"), - (0x329D, "M", "優"), - (0x329E, "M", "印"), - (0x329F, "M", "注"), - (0x32A0, "M", "項"), - (0x32A1, "M", "休"), - (0x32A2, "M", "写"), - (0x32A3, "M", "正"), - (0x32A4, "M", "上"), - (0x32A5, "M", "中"), - (0x32A6, "M", "下"), - (0x32A7, "M", "左"), - (0x32A8, "M", "右"), - (0x32A9, "M", "医"), - (0x32AA, "M", "宗"), - (0x32AB, "M", "学"), - (0x32AC, "M", "監"), - (0x32AD, "M", "企"), - (0x32AE, "M", "資"), - (0x32AF, "M", "協"), - (0x32B0, "M", "夜"), - (0x32B1, "M", "36"), - (0x32B2, "M", "37"), - (0x32B3, "M", "38"), - (0x32B4, "M", "39"), - (0x32B5, "M", "40"), - (0x32B6, "M", "41"), - (0x32B7, "M", "42"), - (0x32B8, "M", "43"), - (0x32B9, "M", "44"), - (0x32BA, "M", "45"), - (0x32BB, "M", "46"), - (0x32BC, "M", "47"), - (0x32BD, "M", "48"), - (0x32BE, "M", "49"), - (0x32BF, "M", "50"), - (0x32C0, "M", "1月"), - (0x32C1, "M", "2月"), - (0x32C2, "M", "3月"), - (0x32C3, "M", "4月"), - (0x32C4, "M", "5月"), - (0x32C5, "M", "6月"), - (0x32C6, "M", "7月"), - (0x32C7, "M", "8月"), - (0x32C8, "M", "9月"), - (0x32C9, "M", "10月"), - (0x32CA, "M", "11月"), - (0x32CB, "M", "12月"), - (0x32CC, "M", "hg"), - (0x32CD, "M", "erg"), - (0x32CE, "M", "ev"), - (0x32CF, "M", "ltd"), - (0x32D0, "M", "ア"), - (0x32D1, "M", "イ"), - (0x32D2, "M", "ウ"), - (0x32D3, "M", "エ"), - (0x32D4, "M", "オ"), - (0x32D5, "M", "カ"), - (0x32D6, "M", "キ"), - (0x32D7, "M", "ク"), - (0x32D8, "M", "ケ"), - (0x32D9, "M", "コ"), - (0x32DA, "M", "サ"), - (0x32DB, "M", "シ"), - (0x32DC, "M", "ス"), - (0x32DD, "M", "セ"), - (0x32DE, "M", "ソ"), - (0x32DF, "M", "タ"), - (0x32E0, "M", "チ"), - (0x32E1, "M", "ツ"), - (0x32E2, "M", "テ"), - (0x32E3, "M", "ト"), - (0x32E4, "M", "ナ"), - (0x32E5, "M", "ニ"), - (0x32E6, "M", "ヌ"), - (0x32E7, "M", "ネ"), - (0x32E8, "M", "ノ"), - (0x32E9, "M", "ハ"), - (0x32EA, "M", "ヒ"), - (0x32EB, "M", "フ"), - (0x32EC, "M", "ヘ"), - (0x32ED, "M", "ホ"), - (0x32EE, "M", "マ"), - (0x32EF, "M", "ミ"), - (0x32F0, "M", "ム"), - (0x32F1, "M", "メ"), - (0x32F2, "M", "モ"), - (0x32F3, "M", "ヤ"), - (0x32F4, "M", "ユ"), - (0x32F5, "M", "ヨ"), - (0x32F6, "M", "ラ"), - (0x32F7, "M", "リ"), - (0x32F8, "M", "ル"), - ] - - -def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x32F9, "M", "レ"), - (0x32FA, "M", "ロ"), - (0x32FB, "M", "ワ"), - (0x32FC, "M", "ヰ"), - (0x32FD, "M", "ヱ"), - (0x32FE, "M", "ヲ"), - (0x32FF, "M", "令和"), - (0x3300, "M", "アパート"), - (0x3301, "M", "アルファ"), - (0x3302, "M", "アンペア"), - (0x3303, "M", "アール"), - (0x3304, "M", "イニング"), - (0x3305, "M", "インチ"), - (0x3306, "M", "ウォン"), - (0x3307, "M", "エスクード"), - (0x3308, "M", "エーカー"), - (0x3309, "M", "オンス"), - (0x330A, "M", "オーム"), - (0x330B, "M", "カイリ"), - (0x330C, "M", "カラット"), - (0x330D, "M", "カロリー"), - (0x330E, "M", "ガロン"), - (0x330F, "M", "ガンマ"), - (0x3310, "M", "ギガ"), - (0x3311, "M", "ギニー"), - (0x3312, "M", "キュリー"), - (0x3313, "M", "ギルダー"), - (0x3314, "M", "キロ"), - (0x3315, "M", "キログラム"), - (0x3316, "M", "キロメートル"), - (0x3317, "M", "キロワット"), - (0x3318, "M", "グラム"), - (0x3319, "M", "グラムトン"), - (0x331A, "M", "クルゼイロ"), - (0x331B, "M", "クローネ"), - (0x331C, "M", "ケース"), - (0x331D, "M", "コルナ"), - (0x331E, "M", "コーポ"), - (0x331F, "M", "サイクル"), - (0x3320, "M", "サンチーム"), - (0x3321, "M", "シリング"), - (0x3322, "M", "センチ"), - (0x3323, "M", "セント"), - (0x3324, "M", "ダース"), - (0x3325, "M", "デシ"), - (0x3326, "M", "ドル"), - (0x3327, "M", "トン"), - (0x3328, "M", "ナノ"), - (0x3329, "M", "ノット"), - (0x332A, "M", "ハイツ"), - (0x332B, "M", "パーセント"), - (0x332C, "M", "パーツ"), - (0x332D, "M", "バーレル"), - (0x332E, "M", "ピアストル"), - (0x332F, "M", "ピクル"), - (0x3330, "M", "ピコ"), - (0x3331, "M", "ビル"), - (0x3332, "M", "ファラッド"), - (0x3333, "M", "フィート"), - (0x3334, "M", "ブッシェル"), - (0x3335, "M", "フラン"), - (0x3336, "M", "ヘクタール"), - (0x3337, "M", "ペソ"), - (0x3338, "M", "ペニヒ"), - (0x3339, "M", "ヘルツ"), - (0x333A, "M", "ペンス"), - (0x333B, "M", "ページ"), - (0x333C, "M", "ベータ"), - (0x333D, "M", "ポイント"), - (0x333E, "M", "ボルト"), - (0x333F, "M", "ホン"), - (0x3340, "M", "ポンド"), - (0x3341, "M", "ホール"), - (0x3342, "M", "ホーン"), - (0x3343, "M", "マイクロ"), - (0x3344, "M", "マイル"), - (0x3345, "M", "マッハ"), - (0x3346, "M", "マルク"), - (0x3347, "M", "マンション"), - (0x3348, "M", "ミクロン"), - (0x3349, "M", "ミリ"), - (0x334A, "M", "ミリバール"), - (0x334B, "M", "メガ"), - (0x334C, "M", "メガトン"), - (0x334D, "M", "メートル"), - (0x334E, "M", "ヤード"), - (0x334F, "M", "ヤール"), - (0x3350, "M", "ユアン"), - (0x3351, "M", "リットル"), - (0x3352, "M", "リラ"), - (0x3353, "M", "ルピー"), - (0x3354, "M", "ルーブル"), - (0x3355, "M", "レム"), - (0x3356, "M", "レントゲン"), - (0x3357, "M", "ワット"), - (0x3358, "M", "0点"), - (0x3359, "M", "1点"), - (0x335A, "M", "2点"), - (0x335B, "M", "3点"), - (0x335C, "M", "4点"), - ] - - -def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x335D, "M", "5点"), - (0x335E, "M", "6点"), - (0x335F, "M", "7点"), - (0x3360, "M", "8点"), - (0x3361, "M", "9点"), - (0x3362, "M", "10点"), - (0x3363, "M", "11点"), - (0x3364, "M", "12点"), - (0x3365, "M", "13点"), - (0x3366, "M", "14点"), - (0x3367, "M", "15点"), - (0x3368, "M", "16点"), - (0x3369, "M", "17点"), - (0x336A, "M", "18点"), - (0x336B, "M", "19点"), - (0x336C, "M", "20点"), - (0x336D, "M", "21点"), - (0x336E, "M", "22点"), - (0x336F, "M", "23点"), - (0x3370, "M", "24点"), - (0x3371, "M", "hpa"), - (0x3372, "M", "da"), - (0x3373, "M", "au"), - (0x3374, "M", "bar"), - (0x3375, "M", "ov"), - (0x3376, "M", "pc"), - (0x3377, "M", "dm"), - (0x3378, "M", "dm2"), - (0x3379, "M", "dm3"), - (0x337A, "M", "iu"), - (0x337B, "M", "平成"), - (0x337C, "M", "昭和"), - (0x337D, "M", "大正"), - (0x337E, "M", "明治"), - (0x337F, "M", "株式会社"), - (0x3380, "M", "pa"), - (0x3381, "M", "na"), - (0x3382, "M", "μa"), - (0x3383, "M", "ma"), - (0x3384, "M", "ka"), - (0x3385, "M", "kb"), - (0x3386, "M", "mb"), - (0x3387, "M", "gb"), - (0x3388, "M", "cal"), - (0x3389, "M", "kcal"), - (0x338A, "M", "pf"), - (0x338B, "M", "nf"), - (0x338C, "M", "μf"), - (0x338D, "M", "μg"), - (0x338E, "M", "mg"), - (0x338F, "M", "kg"), - (0x3390, "M", "hz"), - (0x3391, "M", "khz"), - (0x3392, "M", "mhz"), - (0x3393, "M", "ghz"), - (0x3394, "M", "thz"), - (0x3395, "M", "μl"), - (0x3396, "M", "ml"), - (0x3397, "M", "dl"), - (0x3398, "M", "kl"), - (0x3399, "M", "fm"), - (0x339A, "M", "nm"), - (0x339B, "M", "μm"), - (0x339C, "M", "mm"), - (0x339D, "M", "cm"), - (0x339E, "M", "km"), - (0x339F, "M", "mm2"), - (0x33A0, "M", "cm2"), - (0x33A1, "M", "m2"), - (0x33A2, "M", "km2"), - (0x33A3, "M", "mm3"), - (0x33A4, "M", "cm3"), - (0x33A5, "M", "m3"), - (0x33A6, "M", "km3"), - (0x33A7, "M", "m∕s"), - (0x33A8, "M", "m∕s2"), - (0x33A9, "M", "pa"), - (0x33AA, "M", "kpa"), - (0x33AB, "M", "mpa"), - (0x33AC, "M", "gpa"), - (0x33AD, "M", "rad"), - (0x33AE, "M", "rad∕s"), - (0x33AF, "M", "rad∕s2"), - (0x33B0, "M", "ps"), - (0x33B1, "M", "ns"), - (0x33B2, "M", "μs"), - (0x33B3, "M", "ms"), - (0x33B4, "M", "pv"), - (0x33B5, "M", "nv"), - (0x33B6, "M", "μv"), - (0x33B7, "M", "mv"), - (0x33B8, "M", "kv"), - (0x33B9, "M", "mv"), - (0x33BA, "M", "pw"), - (0x33BB, "M", "nw"), - (0x33BC, "M", "μw"), - (0x33BD, "M", "mw"), - (0x33BE, "M", "kw"), - (0x33BF, "M", "mw"), - (0x33C0, "M", "kω"), - ] - - -def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x33C1, "M", "mω"), - (0x33C2, "X"), - (0x33C3, "M", "bq"), - (0x33C4, "M", "cc"), - (0x33C5, "M", "cd"), - (0x33C6, "M", "c∕kg"), - (0x33C7, "X"), - (0x33C8, "M", "db"), - (0x33C9, "M", "gy"), - (0x33CA, "M", "ha"), - (0x33CB, "M", "hp"), - (0x33CC, "M", "in"), - (0x33CD, "M", "kk"), - (0x33CE, "M", "km"), - (0x33CF, "M", "kt"), - (0x33D0, "M", "lm"), - (0x33D1, "M", "ln"), - (0x33D2, "M", "log"), - (0x33D3, "M", "lx"), - (0x33D4, "M", "mb"), - (0x33D5, "M", "mil"), - (0x33D6, "M", "mol"), - (0x33D7, "M", "ph"), - (0x33D8, "X"), - (0x33D9, "M", "ppm"), - (0x33DA, "M", "pr"), - (0x33DB, "M", "sr"), - (0x33DC, "M", "sv"), - (0x33DD, "M", "wb"), - (0x33DE, "M", "v∕m"), - (0x33DF, "M", "a∕m"), - (0x33E0, "M", "1日"), - (0x33E1, "M", "2日"), - (0x33E2, "M", "3日"), - (0x33E3, "M", "4日"), - (0x33E4, "M", "5日"), - (0x33E5, "M", "6日"), - (0x33E6, "M", "7日"), - (0x33E7, "M", "8日"), - (0x33E8, "M", "9日"), - (0x33E9, "M", "10日"), - (0x33EA, "M", "11日"), - (0x33EB, "M", "12日"), - (0x33EC, "M", "13日"), - (0x33ED, "M", "14日"), - (0x33EE, "M", "15日"), - (0x33EF, "M", "16日"), - (0x33F0, "M", "17日"), - (0x33F1, "M", "18日"), - (0x33F2, "M", "19日"), - (0x33F3, "M", "20日"), - (0x33F4, "M", "21日"), - (0x33F5, "M", "22日"), - (0x33F6, "M", "23日"), - (0x33F7, "M", "24日"), - (0x33F8, "M", "25日"), - (0x33F9, "M", "26日"), - (0x33FA, "M", "27日"), - (0x33FB, "M", "28日"), - (0x33FC, "M", "29日"), - (0x33FD, "M", "30日"), - (0x33FE, "M", "31日"), - (0x33FF, "M", "gal"), - (0x3400, "V"), - (0xA48D, "X"), - (0xA490, "V"), - (0xA4C7, "X"), - (0xA4D0, "V"), - (0xA62C, "X"), - (0xA640, "M", "ꙁ"), - (0xA641, "V"), - (0xA642, "M", "ꙃ"), - (0xA643, "V"), - (0xA644, "M", "ꙅ"), - (0xA645, "V"), - (0xA646, "M", "ꙇ"), - (0xA647, "V"), - (0xA648, "M", "ꙉ"), - (0xA649, "V"), - (0xA64A, "M", "ꙋ"), - (0xA64B, "V"), - (0xA64C, "M", "ꙍ"), - (0xA64D, "V"), - (0xA64E, "M", "ꙏ"), - (0xA64F, "V"), - (0xA650, "M", "ꙑ"), - (0xA651, "V"), - (0xA652, "M", "ꙓ"), - (0xA653, "V"), - (0xA654, "M", "ꙕ"), - (0xA655, "V"), - (0xA656, "M", "ꙗ"), - (0xA657, "V"), - (0xA658, "M", "ꙙ"), - (0xA659, "V"), - (0xA65A, "M", "ꙛ"), - (0xA65B, "V"), - (0xA65C, "M", "ꙝ"), - (0xA65D, "V"), - (0xA65E, "M", "ꙟ"), - ] - - -def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xA65F, "V"), - (0xA660, "M", "ꙡ"), - (0xA661, "V"), - (0xA662, "M", "ꙣ"), - (0xA663, "V"), - (0xA664, "M", "ꙥ"), - (0xA665, "V"), - (0xA666, "M", "ꙧ"), - (0xA667, "V"), - (0xA668, "M", "ꙩ"), - (0xA669, "V"), - (0xA66A, "M", "ꙫ"), - (0xA66B, "V"), - (0xA66C, "M", "ꙭ"), - (0xA66D, "V"), - (0xA680, "M", "ꚁ"), - (0xA681, "V"), - (0xA682, "M", "ꚃ"), - (0xA683, "V"), - (0xA684, "M", "ꚅ"), - (0xA685, "V"), - (0xA686, "M", "ꚇ"), - (0xA687, "V"), - (0xA688, "M", "ꚉ"), - (0xA689, "V"), - (0xA68A, "M", "ꚋ"), - (0xA68B, "V"), - (0xA68C, "M", "ꚍ"), - (0xA68D, "V"), - (0xA68E, "M", "ꚏ"), - (0xA68F, "V"), - (0xA690, "M", "ꚑ"), - (0xA691, "V"), - (0xA692, "M", "ꚓ"), - (0xA693, "V"), - (0xA694, "M", "ꚕ"), - (0xA695, "V"), - (0xA696, "M", "ꚗ"), - (0xA697, "V"), - (0xA698, "M", "ꚙ"), - (0xA699, "V"), - (0xA69A, "M", "ꚛ"), - (0xA69B, "V"), - (0xA69C, "M", "ъ"), - (0xA69D, "M", "ь"), - (0xA69E, "V"), - (0xA6F8, "X"), - (0xA700, "V"), - (0xA722, "M", "ꜣ"), - (0xA723, "V"), - (0xA724, "M", "ꜥ"), - (0xA725, "V"), - (0xA726, "M", "ꜧ"), - (0xA727, "V"), - (0xA728, "M", "ꜩ"), - (0xA729, "V"), - (0xA72A, "M", "ꜫ"), - (0xA72B, "V"), - (0xA72C, "M", "ꜭ"), - (0xA72D, "V"), - (0xA72E, "M", "ꜯ"), - (0xA72F, "V"), - (0xA732, "M", "ꜳ"), - (0xA733, "V"), - (0xA734, "M", "ꜵ"), - (0xA735, "V"), - (0xA736, "M", "ꜷ"), - (0xA737, "V"), - (0xA738, "M", "ꜹ"), - (0xA739, "V"), - (0xA73A, "M", "ꜻ"), - (0xA73B, "V"), - (0xA73C, "M", "ꜽ"), - (0xA73D, "V"), - (0xA73E, "M", "ꜿ"), - (0xA73F, "V"), - (0xA740, "M", "ꝁ"), - (0xA741, "V"), - (0xA742, "M", "ꝃ"), - (0xA743, "V"), - (0xA744, "M", "ꝅ"), - (0xA745, "V"), - (0xA746, "M", "ꝇ"), - (0xA747, "V"), - (0xA748, "M", "ꝉ"), - (0xA749, "V"), - (0xA74A, "M", "ꝋ"), - (0xA74B, "V"), - (0xA74C, "M", "ꝍ"), - (0xA74D, "V"), - (0xA74E, "M", "ꝏ"), - (0xA74F, "V"), - (0xA750, "M", "ꝑ"), - (0xA751, "V"), - (0xA752, "M", "ꝓ"), - (0xA753, "V"), - (0xA754, "M", "ꝕ"), - (0xA755, "V"), - (0xA756, "M", "ꝗ"), - (0xA757, "V"), - ] - - -def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xA758, "M", "ꝙ"), - (0xA759, "V"), - (0xA75A, "M", "ꝛ"), - (0xA75B, "V"), - (0xA75C, "M", "ꝝ"), - (0xA75D, "V"), - (0xA75E, "M", "ꝟ"), - (0xA75F, "V"), - (0xA760, "M", "ꝡ"), - (0xA761, "V"), - (0xA762, "M", "ꝣ"), - (0xA763, "V"), - (0xA764, "M", "ꝥ"), - (0xA765, "V"), - (0xA766, "M", "ꝧ"), - (0xA767, "V"), - (0xA768, "M", "ꝩ"), - (0xA769, "V"), - (0xA76A, "M", "ꝫ"), - (0xA76B, "V"), - (0xA76C, "M", "ꝭ"), - (0xA76D, "V"), - (0xA76E, "M", "ꝯ"), - (0xA76F, "V"), - (0xA770, "M", "ꝯ"), - (0xA771, "V"), - (0xA779, "M", "ꝺ"), - (0xA77A, "V"), - (0xA77B, "M", "ꝼ"), - (0xA77C, "V"), - (0xA77D, "M", "ᵹ"), - (0xA77E, "M", "ꝿ"), - (0xA77F, "V"), - (0xA780, "M", "ꞁ"), - (0xA781, "V"), - (0xA782, "M", "ꞃ"), - (0xA783, "V"), - (0xA784, "M", "ꞅ"), - (0xA785, "V"), - (0xA786, "M", "ꞇ"), - (0xA787, "V"), - (0xA78B, "M", "ꞌ"), - (0xA78C, "V"), - (0xA78D, "M", "ɥ"), - (0xA78E, "V"), - (0xA790, "M", "ꞑ"), - (0xA791, "V"), - (0xA792, "M", "ꞓ"), - (0xA793, "V"), - (0xA796, "M", "ꞗ"), - (0xA797, "V"), - (0xA798, "M", "ꞙ"), - (0xA799, "V"), - (0xA79A, "M", "ꞛ"), - (0xA79B, "V"), - (0xA79C, "M", "ꞝ"), - (0xA79D, "V"), - (0xA79E, "M", "ꞟ"), - (0xA79F, "V"), - (0xA7A0, "M", "ꞡ"), - (0xA7A1, "V"), - (0xA7A2, "M", "ꞣ"), - (0xA7A3, "V"), - (0xA7A4, "M", "ꞥ"), - (0xA7A5, "V"), - (0xA7A6, "M", "ꞧ"), - (0xA7A7, "V"), - (0xA7A8, "M", "ꞩ"), - (0xA7A9, "V"), - (0xA7AA, "M", "ɦ"), - (0xA7AB, "M", "ɜ"), - (0xA7AC, "M", "ɡ"), - (0xA7AD, "M", "ɬ"), - (0xA7AE, "M", "ɪ"), - (0xA7AF, "V"), - (0xA7B0, "M", "ʞ"), - (0xA7B1, "M", "ʇ"), - (0xA7B2, "M", "ʝ"), - (0xA7B3, "M", "ꭓ"), - (0xA7B4, "M", "ꞵ"), - (0xA7B5, "V"), - (0xA7B6, "M", "ꞷ"), - (0xA7B7, "V"), - (0xA7B8, "M", "ꞹ"), - (0xA7B9, "V"), - (0xA7BA, "M", "ꞻ"), - (0xA7BB, "V"), - (0xA7BC, "M", "ꞽ"), - (0xA7BD, "V"), - (0xA7BE, "M", "ꞿ"), - (0xA7BF, "V"), - (0xA7C0, "M", "ꟁ"), - (0xA7C1, "V"), - (0xA7C2, "M", "ꟃ"), - (0xA7C3, "V"), - (0xA7C4, "M", "ꞔ"), - (0xA7C5, "M", "ʂ"), - (0xA7C6, "M", "ᶎ"), - (0xA7C7, "M", "ꟈ"), - (0xA7C8, "V"), - ] - - -def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xA7C9, "M", "ꟊ"), - (0xA7CA, "V"), - (0xA7CB, "M", "ɤ"), - (0xA7CC, "M", "ꟍ"), - (0xA7CD, "V"), - (0xA7CE, "X"), - (0xA7D0, "M", "ꟑ"), - (0xA7D1, "V"), - (0xA7D2, "X"), - (0xA7D3, "V"), - (0xA7D4, "X"), - (0xA7D5, "V"), - (0xA7D6, "M", "ꟗ"), - (0xA7D7, "V"), - (0xA7D8, "M", "ꟙ"), - (0xA7D9, "V"), - (0xA7DA, "M", "ꟛ"), - (0xA7DB, "V"), - (0xA7DC, "M", "ƛ"), - (0xA7DD, "X"), - (0xA7F2, "M", "c"), - (0xA7F3, "M", "f"), - (0xA7F4, "M", "q"), - (0xA7F5, "M", "ꟶ"), - (0xA7F6, "V"), - (0xA7F8, "M", "ħ"), - (0xA7F9, "M", "œ"), - (0xA7FA, "V"), - (0xA82D, "X"), - (0xA830, "V"), - (0xA83A, "X"), - (0xA840, "V"), - (0xA878, "X"), - (0xA880, "V"), - (0xA8C6, "X"), - (0xA8CE, "V"), - (0xA8DA, "X"), - (0xA8E0, "V"), - (0xA954, "X"), - (0xA95F, "V"), - (0xA97D, "X"), - (0xA980, "V"), - (0xA9CE, "X"), - (0xA9CF, "V"), - (0xA9DA, "X"), - (0xA9DE, "V"), - (0xA9FF, "X"), - (0xAA00, "V"), - (0xAA37, "X"), - (0xAA40, "V"), - (0xAA4E, "X"), - (0xAA50, "V"), - (0xAA5A, "X"), - (0xAA5C, "V"), - (0xAAC3, "X"), - (0xAADB, "V"), - (0xAAF7, "X"), - (0xAB01, "V"), - (0xAB07, "X"), - (0xAB09, "V"), - (0xAB0F, "X"), - (0xAB11, "V"), - (0xAB17, "X"), - (0xAB20, "V"), - (0xAB27, "X"), - (0xAB28, "V"), - (0xAB2F, "X"), - (0xAB30, "V"), - (0xAB5C, "M", "ꜧ"), - (0xAB5D, "M", "ꬷ"), - (0xAB5E, "M", "ɫ"), - (0xAB5F, "M", "ꭒ"), - (0xAB60, "V"), - (0xAB69, "M", "ʍ"), - (0xAB6A, "V"), - (0xAB6C, "X"), - (0xAB70, "M", "Ꭰ"), - (0xAB71, "M", "Ꭱ"), - (0xAB72, "M", "Ꭲ"), - (0xAB73, "M", "Ꭳ"), - (0xAB74, "M", "Ꭴ"), - (0xAB75, "M", "Ꭵ"), - (0xAB76, "M", "Ꭶ"), - (0xAB77, "M", "Ꭷ"), - (0xAB78, "M", "Ꭸ"), - (0xAB79, "M", "Ꭹ"), - (0xAB7A, "M", "Ꭺ"), - (0xAB7B, "M", "Ꭻ"), - (0xAB7C, "M", "Ꭼ"), - (0xAB7D, "M", "Ꭽ"), - (0xAB7E, "M", "Ꭾ"), - (0xAB7F, "M", "Ꭿ"), - (0xAB80, "M", "Ꮀ"), - (0xAB81, "M", "Ꮁ"), - (0xAB82, "M", "Ꮂ"), - (0xAB83, "M", "Ꮃ"), - (0xAB84, "M", "Ꮄ"), - (0xAB85, "M", "Ꮅ"), - (0xAB86, "M", "Ꮆ"), - (0xAB87, "M", "Ꮇ"), - ] - - -def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xAB88, "M", "Ꮈ"), - (0xAB89, "M", "Ꮉ"), - (0xAB8A, "M", "Ꮊ"), - (0xAB8B, "M", "Ꮋ"), - (0xAB8C, "M", "Ꮌ"), - (0xAB8D, "M", "Ꮍ"), - (0xAB8E, "M", "Ꮎ"), - (0xAB8F, "M", "Ꮏ"), - (0xAB90, "M", "Ꮐ"), - (0xAB91, "M", "Ꮑ"), - (0xAB92, "M", "Ꮒ"), - (0xAB93, "M", "Ꮓ"), - (0xAB94, "M", "Ꮔ"), - (0xAB95, "M", "Ꮕ"), - (0xAB96, "M", "Ꮖ"), - (0xAB97, "M", "Ꮗ"), - (0xAB98, "M", "Ꮘ"), - (0xAB99, "M", "Ꮙ"), - (0xAB9A, "M", "Ꮚ"), - (0xAB9B, "M", "Ꮛ"), - (0xAB9C, "M", "Ꮜ"), - (0xAB9D, "M", "Ꮝ"), - (0xAB9E, "M", "Ꮞ"), - (0xAB9F, "M", "Ꮟ"), - (0xABA0, "M", "Ꮠ"), - (0xABA1, "M", "Ꮡ"), - (0xABA2, "M", "Ꮢ"), - (0xABA3, "M", "Ꮣ"), - (0xABA4, "M", "Ꮤ"), - (0xABA5, "M", "Ꮥ"), - (0xABA6, "M", "Ꮦ"), - (0xABA7, "M", "Ꮧ"), - (0xABA8, "M", "Ꮨ"), - (0xABA9, "M", "Ꮩ"), - (0xABAA, "M", "Ꮪ"), - (0xABAB, "M", "Ꮫ"), - (0xABAC, "M", "Ꮬ"), - (0xABAD, "M", "Ꮭ"), - (0xABAE, "M", "Ꮮ"), - (0xABAF, "M", "Ꮯ"), - (0xABB0, "M", "Ꮰ"), - (0xABB1, "M", "Ꮱ"), - (0xABB2, "M", "Ꮲ"), - (0xABB3, "M", "Ꮳ"), - (0xABB4, "M", "Ꮴ"), - (0xABB5, "M", "Ꮵ"), - (0xABB6, "M", "Ꮶ"), - (0xABB7, "M", "Ꮷ"), - (0xABB8, "M", "Ꮸ"), - (0xABB9, "M", "Ꮹ"), - (0xABBA, "M", "Ꮺ"), - (0xABBB, "M", "Ꮻ"), - (0xABBC, "M", "Ꮼ"), - (0xABBD, "M", "Ꮽ"), - (0xABBE, "M", "Ꮾ"), - (0xABBF, "M", "Ꮿ"), - (0xABC0, "V"), - (0xABEE, "X"), - (0xABF0, "V"), - (0xABFA, "X"), - (0xAC00, "V"), - (0xD7A4, "X"), - (0xD7B0, "V"), - (0xD7C7, "X"), - (0xD7CB, "V"), - (0xD7FC, "X"), - (0xF900, "M", "豈"), - (0xF901, "M", "更"), - (0xF902, "M", "車"), - (0xF903, "M", "賈"), - (0xF904, "M", "滑"), - (0xF905, "M", "串"), - (0xF906, "M", "句"), - (0xF907, "M", "龜"), - (0xF909, "M", "契"), - (0xF90A, "M", "金"), - (0xF90B, "M", "喇"), - (0xF90C, "M", "奈"), - (0xF90D, "M", "懶"), - (0xF90E, "M", "癩"), - (0xF90F, "M", "羅"), - (0xF910, "M", "蘿"), - (0xF911, "M", "螺"), - (0xF912, "M", "裸"), - (0xF913, "M", "邏"), - (0xF914, "M", "樂"), - (0xF915, "M", "洛"), - (0xF916, "M", "烙"), - (0xF917, "M", "珞"), - (0xF918, "M", "落"), - (0xF919, "M", "酪"), - (0xF91A, "M", "駱"), - (0xF91B, "M", "亂"), - (0xF91C, "M", "卵"), - (0xF91D, "M", "欄"), - (0xF91E, "M", "爛"), - (0xF91F, "M", "蘭"), - (0xF920, "M", "鸞"), - (0xF921, "M", "嵐"), - (0xF922, "M", "濫"), - ] - - -def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xF923, "M", "藍"), - (0xF924, "M", "襤"), - (0xF925, "M", "拉"), - (0xF926, "M", "臘"), - (0xF927, "M", "蠟"), - (0xF928, "M", "廊"), - (0xF929, "M", "朗"), - (0xF92A, "M", "浪"), - (0xF92B, "M", "狼"), - (0xF92C, "M", "郎"), - (0xF92D, "M", "來"), - (0xF92E, "M", "冷"), - (0xF92F, "M", "勞"), - (0xF930, "M", "擄"), - (0xF931, "M", "櫓"), - (0xF932, "M", "爐"), - (0xF933, "M", "盧"), - (0xF934, "M", "老"), - (0xF935, "M", "蘆"), - (0xF936, "M", "虜"), - (0xF937, "M", "路"), - (0xF938, "M", "露"), - (0xF939, "M", "魯"), - (0xF93A, "M", "鷺"), - (0xF93B, "M", "碌"), - (0xF93C, "M", "祿"), - (0xF93D, "M", "綠"), - (0xF93E, "M", "菉"), - (0xF93F, "M", "錄"), - (0xF940, "M", "鹿"), - (0xF941, "M", "論"), - (0xF942, "M", "壟"), - (0xF943, "M", "弄"), - (0xF944, "M", "籠"), - (0xF945, "M", "聾"), - (0xF946, "M", "牢"), - (0xF947, "M", "磊"), - (0xF948, "M", "賂"), - (0xF949, "M", "雷"), - (0xF94A, "M", "壘"), - (0xF94B, "M", "屢"), - (0xF94C, "M", "樓"), - (0xF94D, "M", "淚"), - (0xF94E, "M", "漏"), - (0xF94F, "M", "累"), - (0xF950, "M", "縷"), - (0xF951, "M", "陋"), - (0xF952, "M", "勒"), - (0xF953, "M", "肋"), - (0xF954, "M", "凜"), - (0xF955, "M", "凌"), - (0xF956, "M", "稜"), - (0xF957, "M", "綾"), - (0xF958, "M", "菱"), - (0xF959, "M", "陵"), - (0xF95A, "M", "讀"), - (0xF95B, "M", "拏"), - (0xF95C, "M", "樂"), - (0xF95D, "M", "諾"), - (0xF95E, "M", "丹"), - (0xF95F, "M", "寧"), - (0xF960, "M", "怒"), - (0xF961, "M", "率"), - (0xF962, "M", "異"), - (0xF963, "M", "北"), - (0xF964, "M", "磻"), - (0xF965, "M", "便"), - (0xF966, "M", "復"), - (0xF967, "M", "不"), - (0xF968, "M", "泌"), - (0xF969, "M", "數"), - (0xF96A, "M", "索"), - (0xF96B, "M", "參"), - (0xF96C, "M", "塞"), - (0xF96D, "M", "省"), - (0xF96E, "M", "葉"), - (0xF96F, "M", "說"), - (0xF970, "M", "殺"), - (0xF971, "M", "辰"), - (0xF972, "M", "沈"), - (0xF973, "M", "拾"), - (0xF974, "M", "若"), - (0xF975, "M", "掠"), - (0xF976, "M", "略"), - (0xF977, "M", "亮"), - (0xF978, "M", "兩"), - (0xF979, "M", "凉"), - (0xF97A, "M", "梁"), - (0xF97B, "M", "糧"), - (0xF97C, "M", "良"), - (0xF97D, "M", "諒"), - (0xF97E, "M", "量"), - (0xF97F, "M", "勵"), - (0xF980, "M", "呂"), - (0xF981, "M", "女"), - (0xF982, "M", "廬"), - (0xF983, "M", "旅"), - (0xF984, "M", "濾"), - (0xF985, "M", "礪"), - (0xF986, "M", "閭"), - ] - - -def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xF987, "M", "驪"), - (0xF988, "M", "麗"), - (0xF989, "M", "黎"), - (0xF98A, "M", "力"), - (0xF98B, "M", "曆"), - (0xF98C, "M", "歷"), - (0xF98D, "M", "轢"), - (0xF98E, "M", "年"), - (0xF98F, "M", "憐"), - (0xF990, "M", "戀"), - (0xF991, "M", "撚"), - (0xF992, "M", "漣"), - (0xF993, "M", "煉"), - (0xF994, "M", "璉"), - (0xF995, "M", "秊"), - (0xF996, "M", "練"), - (0xF997, "M", "聯"), - (0xF998, "M", "輦"), - (0xF999, "M", "蓮"), - (0xF99A, "M", "連"), - (0xF99B, "M", "鍊"), - (0xF99C, "M", "列"), - (0xF99D, "M", "劣"), - (0xF99E, "M", "咽"), - (0xF99F, "M", "烈"), - (0xF9A0, "M", "裂"), - (0xF9A1, "M", "說"), - (0xF9A2, "M", "廉"), - (0xF9A3, "M", "念"), - (0xF9A4, "M", "捻"), - (0xF9A5, "M", "殮"), - (0xF9A6, "M", "簾"), - (0xF9A7, "M", "獵"), - (0xF9A8, "M", "令"), - (0xF9A9, "M", "囹"), - (0xF9AA, "M", "寧"), - (0xF9AB, "M", "嶺"), - (0xF9AC, "M", "怜"), - (0xF9AD, "M", "玲"), - (0xF9AE, "M", "瑩"), - (0xF9AF, "M", "羚"), - (0xF9B0, "M", "聆"), - (0xF9B1, "M", "鈴"), - (0xF9B2, "M", "零"), - (0xF9B3, "M", "靈"), - (0xF9B4, "M", "領"), - (0xF9B5, "M", "例"), - (0xF9B6, "M", "禮"), - (0xF9B7, "M", "醴"), - (0xF9B8, "M", "隸"), - (0xF9B9, "M", "惡"), - (0xF9BA, "M", "了"), - (0xF9BB, "M", "僚"), - (0xF9BC, "M", "寮"), - (0xF9BD, "M", "尿"), - (0xF9BE, "M", "料"), - (0xF9BF, "M", "樂"), - (0xF9C0, "M", "燎"), - (0xF9C1, "M", "療"), - (0xF9C2, "M", "蓼"), - (0xF9C3, "M", "遼"), - (0xF9C4, "M", "龍"), - (0xF9C5, "M", "暈"), - (0xF9C6, "M", "阮"), - (0xF9C7, "M", "劉"), - (0xF9C8, "M", "杻"), - (0xF9C9, "M", "柳"), - (0xF9CA, "M", "流"), - (0xF9CB, "M", "溜"), - (0xF9CC, "M", "琉"), - (0xF9CD, "M", "留"), - (0xF9CE, "M", "硫"), - (0xF9CF, "M", "紐"), - (0xF9D0, "M", "類"), - (0xF9D1, "M", "六"), - (0xF9D2, "M", "戮"), - (0xF9D3, "M", "陸"), - (0xF9D4, "M", "倫"), - (0xF9D5, "M", "崙"), - (0xF9D6, "M", "淪"), - (0xF9D7, "M", "輪"), - (0xF9D8, "M", "律"), - (0xF9D9, "M", "慄"), - (0xF9DA, "M", "栗"), - (0xF9DB, "M", "率"), - (0xF9DC, "M", "隆"), - (0xF9DD, "M", "利"), - (0xF9DE, "M", "吏"), - (0xF9DF, "M", "履"), - (0xF9E0, "M", "易"), - (0xF9E1, "M", "李"), - (0xF9E2, "M", "梨"), - (0xF9E3, "M", "泥"), - (0xF9E4, "M", "理"), - (0xF9E5, "M", "痢"), - (0xF9E6, "M", "罹"), - (0xF9E7, "M", "裏"), - (0xF9E8, "M", "裡"), - (0xF9E9, "M", "里"), - (0xF9EA, "M", "離"), - ] - - -def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xF9EB, "M", "匿"), - (0xF9EC, "M", "溺"), - (0xF9ED, "M", "吝"), - (0xF9EE, "M", "燐"), - (0xF9EF, "M", "璘"), - (0xF9F0, "M", "藺"), - (0xF9F1, "M", "隣"), - (0xF9F2, "M", "鱗"), - (0xF9F3, "M", "麟"), - (0xF9F4, "M", "林"), - (0xF9F5, "M", "淋"), - (0xF9F6, "M", "臨"), - (0xF9F7, "M", "立"), - (0xF9F8, "M", "笠"), - (0xF9F9, "M", "粒"), - (0xF9FA, "M", "狀"), - (0xF9FB, "M", "炙"), - (0xF9FC, "M", "識"), - (0xF9FD, "M", "什"), - (0xF9FE, "M", "茶"), - (0xF9FF, "M", "刺"), - (0xFA00, "M", "切"), - (0xFA01, "M", "度"), - (0xFA02, "M", "拓"), - (0xFA03, "M", "糖"), - (0xFA04, "M", "宅"), - (0xFA05, "M", "洞"), - (0xFA06, "M", "暴"), - (0xFA07, "M", "輻"), - (0xFA08, "M", "行"), - (0xFA09, "M", "降"), - (0xFA0A, "M", "見"), - (0xFA0B, "M", "廓"), - (0xFA0C, "M", "兀"), - (0xFA0D, "M", "嗀"), - (0xFA0E, "V"), - (0xFA10, "M", "塚"), - (0xFA11, "V"), - (0xFA12, "M", "晴"), - (0xFA13, "V"), - (0xFA15, "M", "凞"), - (0xFA16, "M", "猪"), - (0xFA17, "M", "益"), - (0xFA18, "M", "礼"), - (0xFA19, "M", "神"), - (0xFA1A, "M", "祥"), - (0xFA1B, "M", "福"), - (0xFA1C, "M", "靖"), - (0xFA1D, "M", "精"), - (0xFA1E, "M", "羽"), - (0xFA1F, "V"), - (0xFA20, "M", "蘒"), - (0xFA21, "V"), - (0xFA22, "M", "諸"), - (0xFA23, "V"), - (0xFA25, "M", "逸"), - (0xFA26, "M", "都"), - (0xFA27, "V"), - (0xFA2A, "M", "飯"), - (0xFA2B, "M", "飼"), - (0xFA2C, "M", "館"), - (0xFA2D, "M", "鶴"), - (0xFA2E, "M", "郞"), - (0xFA2F, "M", "隷"), - (0xFA30, "M", "侮"), - (0xFA31, "M", "僧"), - (0xFA32, "M", "免"), - (0xFA33, "M", "勉"), - (0xFA34, "M", "勤"), - (0xFA35, "M", "卑"), - (0xFA36, "M", "喝"), - (0xFA37, "M", "嘆"), - (0xFA38, "M", "器"), - (0xFA39, "M", "塀"), - (0xFA3A, "M", "墨"), - (0xFA3B, "M", "層"), - (0xFA3C, "M", "屮"), - (0xFA3D, "M", "悔"), - (0xFA3E, "M", "慨"), - (0xFA3F, "M", "憎"), - (0xFA40, "M", "懲"), - (0xFA41, "M", "敏"), - (0xFA42, "M", "既"), - (0xFA43, "M", "暑"), - (0xFA44, "M", "梅"), - (0xFA45, "M", "海"), - (0xFA46, "M", "渚"), - (0xFA47, "M", "漢"), - (0xFA48, "M", "煮"), - (0xFA49, "M", "爫"), - (0xFA4A, "M", "琢"), - (0xFA4B, "M", "碑"), - (0xFA4C, "M", "社"), - (0xFA4D, "M", "祉"), - (0xFA4E, "M", "祈"), - (0xFA4F, "M", "祐"), - (0xFA50, "M", "祖"), - (0xFA51, "M", "祝"), - (0xFA52, "M", "禍"), - (0xFA53, "M", "禎"), - ] - - -def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFA54, "M", "穀"), - (0xFA55, "M", "突"), - (0xFA56, "M", "節"), - (0xFA57, "M", "練"), - (0xFA58, "M", "縉"), - (0xFA59, "M", "繁"), - (0xFA5A, "M", "署"), - (0xFA5B, "M", "者"), - (0xFA5C, "M", "臭"), - (0xFA5D, "M", "艹"), - (0xFA5F, "M", "著"), - (0xFA60, "M", "褐"), - (0xFA61, "M", "視"), - (0xFA62, "M", "謁"), - (0xFA63, "M", "謹"), - (0xFA64, "M", "賓"), - (0xFA65, "M", "贈"), - (0xFA66, "M", "辶"), - (0xFA67, "M", "逸"), - (0xFA68, "M", "難"), - (0xFA69, "M", "響"), - (0xFA6A, "M", "頻"), - (0xFA6B, "M", "恵"), - (0xFA6C, "M", "𤋮"), - (0xFA6D, "M", "舘"), - (0xFA6E, "X"), - (0xFA70, "M", "並"), - (0xFA71, "M", "况"), - (0xFA72, "M", "全"), - (0xFA73, "M", "侀"), - (0xFA74, "M", "充"), - (0xFA75, "M", "冀"), - (0xFA76, "M", "勇"), - (0xFA77, "M", "勺"), - (0xFA78, "M", "喝"), - (0xFA79, "M", "啕"), - (0xFA7A, "M", "喙"), - (0xFA7B, "M", "嗢"), - (0xFA7C, "M", "塚"), - (0xFA7D, "M", "墳"), - (0xFA7E, "M", "奄"), - (0xFA7F, "M", "奔"), - (0xFA80, "M", "婢"), - (0xFA81, "M", "嬨"), - (0xFA82, "M", "廒"), - (0xFA83, "M", "廙"), - (0xFA84, "M", "彩"), - (0xFA85, "M", "徭"), - (0xFA86, "M", "惘"), - (0xFA87, "M", "慎"), - (0xFA88, "M", "愈"), - (0xFA89, "M", "憎"), - (0xFA8A, "M", "慠"), - (0xFA8B, "M", "懲"), - (0xFA8C, "M", "戴"), - (0xFA8D, "M", "揄"), - (0xFA8E, "M", "搜"), - (0xFA8F, "M", "摒"), - (0xFA90, "M", "敖"), - (0xFA91, "M", "晴"), - (0xFA92, "M", "朗"), - (0xFA93, "M", "望"), - (0xFA94, "M", "杖"), - (0xFA95, "M", "歹"), - (0xFA96, "M", "殺"), - (0xFA97, "M", "流"), - (0xFA98, "M", "滛"), - (0xFA99, "M", "滋"), - (0xFA9A, "M", "漢"), - (0xFA9B, "M", "瀞"), - (0xFA9C, "M", "煮"), - (0xFA9D, "M", "瞧"), - (0xFA9E, "M", "爵"), - (0xFA9F, "M", "犯"), - (0xFAA0, "M", "猪"), - (0xFAA1, "M", "瑱"), - (0xFAA2, "M", "甆"), - (0xFAA3, "M", "画"), - (0xFAA4, "M", "瘝"), - (0xFAA5, "M", "瘟"), - (0xFAA6, "M", "益"), - (0xFAA7, "M", "盛"), - (0xFAA8, "M", "直"), - (0xFAA9, "M", "睊"), - (0xFAAA, "M", "着"), - (0xFAAB, "M", "磌"), - (0xFAAC, "M", "窱"), - (0xFAAD, "M", "節"), - (0xFAAE, "M", "类"), - (0xFAAF, "M", "絛"), - (0xFAB0, "M", "練"), - (0xFAB1, "M", "缾"), - (0xFAB2, "M", "者"), - (0xFAB3, "M", "荒"), - (0xFAB4, "M", "華"), - (0xFAB5, "M", "蝹"), - (0xFAB6, "M", "襁"), - (0xFAB7, "M", "覆"), - (0xFAB8, "M", "視"), - (0xFAB9, "M", "調"), - ] - - -def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFABA, "M", "諸"), - (0xFABB, "M", "請"), - (0xFABC, "M", "謁"), - (0xFABD, "M", "諾"), - (0xFABE, "M", "諭"), - (0xFABF, "M", "謹"), - (0xFAC0, "M", "變"), - (0xFAC1, "M", "贈"), - (0xFAC2, "M", "輸"), - (0xFAC3, "M", "遲"), - (0xFAC4, "M", "醙"), - (0xFAC5, "M", "鉶"), - (0xFAC6, "M", "陼"), - (0xFAC7, "M", "難"), - (0xFAC8, "M", "靖"), - (0xFAC9, "M", "韛"), - (0xFACA, "M", "響"), - (0xFACB, "M", "頋"), - (0xFACC, "M", "頻"), - (0xFACD, "M", "鬒"), - (0xFACE, "M", "龜"), - (0xFACF, "M", "𢡊"), - (0xFAD0, "M", "𢡄"), - (0xFAD1, "M", "𣏕"), - (0xFAD2, "M", "㮝"), - (0xFAD3, "M", "䀘"), - (0xFAD4, "M", "䀹"), - (0xFAD5, "M", "𥉉"), - (0xFAD6, "M", "𥳐"), - (0xFAD7, "M", "𧻓"), - (0xFAD8, "M", "齃"), - (0xFAD9, "M", "龎"), - (0xFADA, "X"), - (0xFB00, "M", "ff"), - (0xFB01, "M", "fi"), - (0xFB02, "M", "fl"), - (0xFB03, "M", "ffi"), - (0xFB04, "M", "ffl"), - (0xFB05, "M", "st"), - (0xFB07, "X"), - (0xFB13, "M", "մն"), - (0xFB14, "M", "մե"), - (0xFB15, "M", "մի"), - (0xFB16, "M", "վն"), - (0xFB17, "M", "մխ"), - (0xFB18, "X"), - (0xFB1D, "M", "יִ"), - (0xFB1E, "V"), - (0xFB1F, "M", "ײַ"), - (0xFB20, "M", "ע"), - (0xFB21, "M", "א"), - (0xFB22, "M", "ד"), - (0xFB23, "M", "ה"), - (0xFB24, "M", "כ"), - (0xFB25, "M", "ל"), - (0xFB26, "M", "ם"), - (0xFB27, "M", "ר"), - (0xFB28, "M", "ת"), - (0xFB29, "M", "+"), - (0xFB2A, "M", "שׁ"), - (0xFB2B, "M", "שׂ"), - (0xFB2C, "M", "שּׁ"), - (0xFB2D, "M", "שּׂ"), - (0xFB2E, "M", "אַ"), - (0xFB2F, "M", "אָ"), - (0xFB30, "M", "אּ"), - (0xFB31, "M", "בּ"), - (0xFB32, "M", "גּ"), - (0xFB33, "M", "דּ"), - (0xFB34, "M", "הּ"), - (0xFB35, "M", "וּ"), - (0xFB36, "M", "זּ"), - (0xFB37, "X"), - (0xFB38, "M", "טּ"), - (0xFB39, "M", "יּ"), - (0xFB3A, "M", "ךּ"), - (0xFB3B, "M", "כּ"), - (0xFB3C, "M", "לּ"), - (0xFB3D, "X"), - (0xFB3E, "M", "מּ"), - (0xFB3F, "X"), - (0xFB40, "M", "נּ"), - (0xFB41, "M", "סּ"), - (0xFB42, "X"), - (0xFB43, "M", "ףּ"), - (0xFB44, "M", "פּ"), - (0xFB45, "X"), - (0xFB46, "M", "צּ"), - (0xFB47, "M", "קּ"), - (0xFB48, "M", "רּ"), - (0xFB49, "M", "שּ"), - (0xFB4A, "M", "תּ"), - (0xFB4B, "M", "וֹ"), - (0xFB4C, "M", "בֿ"), - (0xFB4D, "M", "כֿ"), - (0xFB4E, "M", "פֿ"), - (0xFB4F, "M", "אל"), - (0xFB50, "M", "ٱ"), - (0xFB52, "M", "ٻ"), - (0xFB56, "M", "پ"), - ] - - -def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFB5A, "M", "ڀ"), - (0xFB5E, "M", "ٺ"), - (0xFB62, "M", "ٿ"), - (0xFB66, "M", "ٹ"), - (0xFB6A, "M", "ڤ"), - (0xFB6E, "M", "ڦ"), - (0xFB72, "M", "ڄ"), - (0xFB76, "M", "ڃ"), - (0xFB7A, "M", "چ"), - (0xFB7E, "M", "ڇ"), - (0xFB82, "M", "ڍ"), - (0xFB84, "M", "ڌ"), - (0xFB86, "M", "ڎ"), - (0xFB88, "M", "ڈ"), - (0xFB8A, "M", "ژ"), - (0xFB8C, "M", "ڑ"), - (0xFB8E, "M", "ک"), - (0xFB92, "M", "گ"), - (0xFB96, "M", "ڳ"), - (0xFB9A, "M", "ڱ"), - (0xFB9E, "M", "ں"), - (0xFBA0, "M", "ڻ"), - (0xFBA4, "M", "ۀ"), - (0xFBA6, "M", "ہ"), - (0xFBAA, "M", "ھ"), - (0xFBAE, "M", "ے"), - (0xFBB0, "M", "ۓ"), - (0xFBB2, "V"), - (0xFBC3, "X"), - (0xFBD3, "M", "ڭ"), - (0xFBD7, "M", "ۇ"), - (0xFBD9, "M", "ۆ"), - (0xFBDB, "M", "ۈ"), - (0xFBDD, "M", "ۇٴ"), - (0xFBDE, "M", "ۋ"), - (0xFBE0, "M", "ۅ"), - (0xFBE2, "M", "ۉ"), - (0xFBE4, "M", "ې"), - (0xFBE8, "M", "ى"), - (0xFBEA, "M", "ئا"), - (0xFBEC, "M", "ئە"), - (0xFBEE, "M", "ئو"), - (0xFBF0, "M", "ئۇ"), - (0xFBF2, "M", "ئۆ"), - (0xFBF4, "M", "ئۈ"), - (0xFBF6, "M", "ئې"), - (0xFBF9, "M", "ئى"), - (0xFBFC, "M", "ی"), - (0xFC00, "M", "ئج"), - (0xFC01, "M", "ئح"), - (0xFC02, "M", "ئم"), - (0xFC03, "M", "ئى"), - (0xFC04, "M", "ئي"), - (0xFC05, "M", "بج"), - (0xFC06, "M", "بح"), - (0xFC07, "M", "بخ"), - (0xFC08, "M", "بم"), - (0xFC09, "M", "بى"), - (0xFC0A, "M", "بي"), - (0xFC0B, "M", "تج"), - (0xFC0C, "M", "تح"), - (0xFC0D, "M", "تخ"), - (0xFC0E, "M", "تم"), - (0xFC0F, "M", "تى"), - (0xFC10, "M", "تي"), - (0xFC11, "M", "ثج"), - (0xFC12, "M", "ثم"), - (0xFC13, "M", "ثى"), - (0xFC14, "M", "ثي"), - (0xFC15, "M", "جح"), - (0xFC16, "M", "جم"), - (0xFC17, "M", "حج"), - (0xFC18, "M", "حم"), - (0xFC19, "M", "خج"), - (0xFC1A, "M", "خح"), - (0xFC1B, "M", "خم"), - (0xFC1C, "M", "سج"), - (0xFC1D, "M", "سح"), - (0xFC1E, "M", "سخ"), - (0xFC1F, "M", "سم"), - (0xFC20, "M", "صح"), - (0xFC21, "M", "صم"), - (0xFC22, "M", "ضج"), - (0xFC23, "M", "ضح"), - (0xFC24, "M", "ضخ"), - (0xFC25, "M", "ضم"), - (0xFC26, "M", "طح"), - (0xFC27, "M", "طم"), - (0xFC28, "M", "ظم"), - (0xFC29, "M", "عج"), - (0xFC2A, "M", "عم"), - (0xFC2B, "M", "غج"), - (0xFC2C, "M", "غم"), - (0xFC2D, "M", "فج"), - (0xFC2E, "M", "فح"), - (0xFC2F, "M", "فخ"), - (0xFC30, "M", "فم"), - (0xFC31, "M", "فى"), - (0xFC32, "M", "في"), - (0xFC33, "M", "قح"), - ] - - -def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFC34, "M", "قم"), - (0xFC35, "M", "قى"), - (0xFC36, "M", "قي"), - (0xFC37, "M", "كا"), - (0xFC38, "M", "كج"), - (0xFC39, "M", "كح"), - (0xFC3A, "M", "كخ"), - (0xFC3B, "M", "كل"), - (0xFC3C, "M", "كم"), - (0xFC3D, "M", "كى"), - (0xFC3E, "M", "كي"), - (0xFC3F, "M", "لج"), - (0xFC40, "M", "لح"), - (0xFC41, "M", "لخ"), - (0xFC42, "M", "لم"), - (0xFC43, "M", "لى"), - (0xFC44, "M", "لي"), - (0xFC45, "M", "مج"), - (0xFC46, "M", "مح"), - (0xFC47, "M", "مخ"), - (0xFC48, "M", "مم"), - (0xFC49, "M", "مى"), - (0xFC4A, "M", "مي"), - (0xFC4B, "M", "نج"), - (0xFC4C, "M", "نح"), - (0xFC4D, "M", "نخ"), - (0xFC4E, "M", "نم"), - (0xFC4F, "M", "نى"), - (0xFC50, "M", "ني"), - (0xFC51, "M", "هج"), - (0xFC52, "M", "هم"), - (0xFC53, "M", "هى"), - (0xFC54, "M", "هي"), - (0xFC55, "M", "يج"), - (0xFC56, "M", "يح"), - (0xFC57, "M", "يخ"), - (0xFC58, "M", "يم"), - (0xFC59, "M", "يى"), - (0xFC5A, "M", "يي"), - (0xFC5B, "M", "ذٰ"), - (0xFC5C, "M", "رٰ"), - (0xFC5D, "M", "ىٰ"), - (0xFC5E, "M", " ٌّ"), - (0xFC5F, "M", " ٍّ"), - (0xFC60, "M", " َّ"), - (0xFC61, "M", " ُّ"), - (0xFC62, "M", " ِّ"), - (0xFC63, "M", " ّٰ"), - (0xFC64, "M", "ئر"), - (0xFC65, "M", "ئز"), - (0xFC66, "M", "ئم"), - (0xFC67, "M", "ئن"), - (0xFC68, "M", "ئى"), - (0xFC69, "M", "ئي"), - (0xFC6A, "M", "بر"), - (0xFC6B, "M", "بز"), - (0xFC6C, "M", "بم"), - (0xFC6D, "M", "بن"), - (0xFC6E, "M", "بى"), - (0xFC6F, "M", "بي"), - (0xFC70, "M", "تر"), - (0xFC71, "M", "تز"), - (0xFC72, "M", "تم"), - (0xFC73, "M", "تن"), - (0xFC74, "M", "تى"), - (0xFC75, "M", "تي"), - (0xFC76, "M", "ثر"), - (0xFC77, "M", "ثز"), - (0xFC78, "M", "ثم"), - (0xFC79, "M", "ثن"), - (0xFC7A, "M", "ثى"), - (0xFC7B, "M", "ثي"), - (0xFC7C, "M", "فى"), - (0xFC7D, "M", "في"), - (0xFC7E, "M", "قى"), - (0xFC7F, "M", "قي"), - (0xFC80, "M", "كا"), - (0xFC81, "M", "كل"), - (0xFC82, "M", "كم"), - (0xFC83, "M", "كى"), - (0xFC84, "M", "كي"), - (0xFC85, "M", "لم"), - (0xFC86, "M", "لى"), - (0xFC87, "M", "لي"), - (0xFC88, "M", "ما"), - (0xFC89, "M", "مم"), - (0xFC8A, "M", "نر"), - (0xFC8B, "M", "نز"), - (0xFC8C, "M", "نم"), - (0xFC8D, "M", "نن"), - (0xFC8E, "M", "نى"), - (0xFC8F, "M", "ني"), - (0xFC90, "M", "ىٰ"), - (0xFC91, "M", "ير"), - (0xFC92, "M", "يز"), - (0xFC93, "M", "يم"), - (0xFC94, "M", "ين"), - (0xFC95, "M", "يى"), - (0xFC96, "M", "يي"), - (0xFC97, "M", "ئج"), - ] - - -def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFC98, "M", "ئح"), - (0xFC99, "M", "ئخ"), - (0xFC9A, "M", "ئم"), - (0xFC9B, "M", "ئه"), - (0xFC9C, "M", "بج"), - (0xFC9D, "M", "بح"), - (0xFC9E, "M", "بخ"), - (0xFC9F, "M", "بم"), - (0xFCA0, "M", "به"), - (0xFCA1, "M", "تج"), - (0xFCA2, "M", "تح"), - (0xFCA3, "M", "تخ"), - (0xFCA4, "M", "تم"), - (0xFCA5, "M", "ته"), - (0xFCA6, "M", "ثم"), - (0xFCA7, "M", "جح"), - (0xFCA8, "M", "جم"), - (0xFCA9, "M", "حج"), - (0xFCAA, "M", "حم"), - (0xFCAB, "M", "خج"), - (0xFCAC, "M", "خم"), - (0xFCAD, "M", "سج"), - (0xFCAE, "M", "سح"), - (0xFCAF, "M", "سخ"), - (0xFCB0, "M", "سم"), - (0xFCB1, "M", "صح"), - (0xFCB2, "M", "صخ"), - (0xFCB3, "M", "صم"), - (0xFCB4, "M", "ضج"), - (0xFCB5, "M", "ضح"), - (0xFCB6, "M", "ضخ"), - (0xFCB7, "M", "ضم"), - (0xFCB8, "M", "طح"), - (0xFCB9, "M", "ظم"), - (0xFCBA, "M", "عج"), - (0xFCBB, "M", "عم"), - (0xFCBC, "M", "غج"), - (0xFCBD, "M", "غم"), - (0xFCBE, "M", "فج"), - (0xFCBF, "M", "فح"), - (0xFCC0, "M", "فخ"), - (0xFCC1, "M", "فم"), - (0xFCC2, "M", "قح"), - (0xFCC3, "M", "قم"), - (0xFCC4, "M", "كج"), - (0xFCC5, "M", "كح"), - (0xFCC6, "M", "كخ"), - (0xFCC7, "M", "كل"), - (0xFCC8, "M", "كم"), - (0xFCC9, "M", "لج"), - (0xFCCA, "M", "لح"), - (0xFCCB, "M", "لخ"), - (0xFCCC, "M", "لم"), - (0xFCCD, "M", "له"), - (0xFCCE, "M", "مج"), - (0xFCCF, "M", "مح"), - (0xFCD0, "M", "مخ"), - (0xFCD1, "M", "مم"), - (0xFCD2, "M", "نج"), - (0xFCD3, "M", "نح"), - (0xFCD4, "M", "نخ"), - (0xFCD5, "M", "نم"), - (0xFCD6, "M", "نه"), - (0xFCD7, "M", "هج"), - (0xFCD8, "M", "هم"), - (0xFCD9, "M", "هٰ"), - (0xFCDA, "M", "يج"), - (0xFCDB, "M", "يح"), - (0xFCDC, "M", "يخ"), - (0xFCDD, "M", "يم"), - (0xFCDE, "M", "يه"), - (0xFCDF, "M", "ئم"), - (0xFCE0, "M", "ئه"), - (0xFCE1, "M", "بم"), - (0xFCE2, "M", "به"), - (0xFCE3, "M", "تم"), - (0xFCE4, "M", "ته"), - (0xFCE5, "M", "ثم"), - (0xFCE6, "M", "ثه"), - (0xFCE7, "M", "سم"), - (0xFCE8, "M", "سه"), - (0xFCE9, "M", "شم"), - (0xFCEA, "M", "شه"), - (0xFCEB, "M", "كل"), - (0xFCEC, "M", "كم"), - (0xFCED, "M", "لم"), - (0xFCEE, "M", "نم"), - (0xFCEF, "M", "نه"), - (0xFCF0, "M", "يم"), - (0xFCF1, "M", "يه"), - (0xFCF2, "M", "ـَّ"), - (0xFCF3, "M", "ـُّ"), - (0xFCF4, "M", "ـِّ"), - (0xFCF5, "M", "طى"), - (0xFCF6, "M", "طي"), - (0xFCF7, "M", "عى"), - (0xFCF8, "M", "عي"), - (0xFCF9, "M", "غى"), - (0xFCFA, "M", "غي"), - (0xFCFB, "M", "سى"), - ] - - -def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFCFC, "M", "سي"), - (0xFCFD, "M", "شى"), - (0xFCFE, "M", "شي"), - (0xFCFF, "M", "حى"), - (0xFD00, "M", "حي"), - (0xFD01, "M", "جى"), - (0xFD02, "M", "جي"), - (0xFD03, "M", "خى"), - (0xFD04, "M", "خي"), - (0xFD05, "M", "صى"), - (0xFD06, "M", "صي"), - (0xFD07, "M", "ضى"), - (0xFD08, "M", "ضي"), - (0xFD09, "M", "شج"), - (0xFD0A, "M", "شح"), - (0xFD0B, "M", "شخ"), - (0xFD0C, "M", "شم"), - (0xFD0D, "M", "شر"), - (0xFD0E, "M", "سر"), - (0xFD0F, "M", "صر"), - (0xFD10, "M", "ضر"), - (0xFD11, "M", "طى"), - (0xFD12, "M", "طي"), - (0xFD13, "M", "عى"), - (0xFD14, "M", "عي"), - (0xFD15, "M", "غى"), - (0xFD16, "M", "غي"), - (0xFD17, "M", "سى"), - (0xFD18, "M", "سي"), - (0xFD19, "M", "شى"), - (0xFD1A, "M", "شي"), - (0xFD1B, "M", "حى"), - (0xFD1C, "M", "حي"), - (0xFD1D, "M", "جى"), - (0xFD1E, "M", "جي"), - (0xFD1F, "M", "خى"), - (0xFD20, "M", "خي"), - (0xFD21, "M", "صى"), - (0xFD22, "M", "صي"), - (0xFD23, "M", "ضى"), - (0xFD24, "M", "ضي"), - (0xFD25, "M", "شج"), - (0xFD26, "M", "شح"), - (0xFD27, "M", "شخ"), - (0xFD28, "M", "شم"), - (0xFD29, "M", "شر"), - (0xFD2A, "M", "سر"), - (0xFD2B, "M", "صر"), - (0xFD2C, "M", "ضر"), - (0xFD2D, "M", "شج"), - (0xFD2E, "M", "شح"), - (0xFD2F, "M", "شخ"), - (0xFD30, "M", "شم"), - (0xFD31, "M", "سه"), - (0xFD32, "M", "شه"), - (0xFD33, "M", "طم"), - (0xFD34, "M", "سج"), - (0xFD35, "M", "سح"), - (0xFD36, "M", "سخ"), - (0xFD37, "M", "شج"), - (0xFD38, "M", "شح"), - (0xFD39, "M", "شخ"), - (0xFD3A, "M", "طم"), - (0xFD3B, "M", "ظم"), - (0xFD3C, "M", "اً"), - (0xFD3E, "V"), - (0xFD50, "M", "تجم"), - (0xFD51, "M", "تحج"), - (0xFD53, "M", "تحم"), - (0xFD54, "M", "تخم"), - (0xFD55, "M", "تمج"), - (0xFD56, "M", "تمح"), - (0xFD57, "M", "تمخ"), - (0xFD58, "M", "جمح"), - (0xFD5A, "M", "حمي"), - (0xFD5B, "M", "حمى"), - (0xFD5C, "M", "سحج"), - (0xFD5D, "M", "سجح"), - (0xFD5E, "M", "سجى"), - (0xFD5F, "M", "سمح"), - (0xFD61, "M", "سمج"), - (0xFD62, "M", "سمم"), - (0xFD64, "M", "صحح"), - (0xFD66, "M", "صمم"), - (0xFD67, "M", "شحم"), - (0xFD69, "M", "شجي"), - (0xFD6A, "M", "شمخ"), - (0xFD6C, "M", "شمم"), - (0xFD6E, "M", "ضحى"), - (0xFD6F, "M", "ضخم"), - (0xFD71, "M", "طمح"), - (0xFD73, "M", "طمم"), - (0xFD74, "M", "طمي"), - (0xFD75, "M", "عجم"), - (0xFD76, "M", "عمم"), - (0xFD78, "M", "عمى"), - (0xFD79, "M", "غمم"), - (0xFD7A, "M", "غمي"), - (0xFD7B, "M", "غمى"), - (0xFD7C, "M", "فخم"), - ] - - -def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFD7E, "M", "قمح"), - (0xFD7F, "M", "قمم"), - (0xFD80, "M", "لحم"), - (0xFD81, "M", "لحي"), - (0xFD82, "M", "لحى"), - (0xFD83, "M", "لجج"), - (0xFD85, "M", "لخم"), - (0xFD87, "M", "لمح"), - (0xFD89, "M", "محج"), - (0xFD8A, "M", "محم"), - (0xFD8B, "M", "محي"), - (0xFD8C, "M", "مجح"), - (0xFD8D, "M", "مجم"), - (0xFD8E, "M", "مخج"), - (0xFD8F, "M", "مخم"), - (0xFD90, "X"), - (0xFD92, "M", "مجخ"), - (0xFD93, "M", "همج"), - (0xFD94, "M", "همم"), - (0xFD95, "M", "نحم"), - (0xFD96, "M", "نحى"), - (0xFD97, "M", "نجم"), - (0xFD99, "M", "نجى"), - (0xFD9A, "M", "نمي"), - (0xFD9B, "M", "نمى"), - (0xFD9C, "M", "يمم"), - (0xFD9E, "M", "بخي"), - (0xFD9F, "M", "تجي"), - (0xFDA0, "M", "تجى"), - (0xFDA1, "M", "تخي"), - (0xFDA2, "M", "تخى"), - (0xFDA3, "M", "تمي"), - (0xFDA4, "M", "تمى"), - (0xFDA5, "M", "جمي"), - (0xFDA6, "M", "جحى"), - (0xFDA7, "M", "جمى"), - (0xFDA8, "M", "سخى"), - (0xFDA9, "M", "صحي"), - (0xFDAA, "M", "شحي"), - (0xFDAB, "M", "ضحي"), - (0xFDAC, "M", "لجي"), - (0xFDAD, "M", "لمي"), - (0xFDAE, "M", "يحي"), - (0xFDAF, "M", "يجي"), - (0xFDB0, "M", "يمي"), - (0xFDB1, "M", "ممي"), - (0xFDB2, "M", "قمي"), - (0xFDB3, "M", "نحي"), - (0xFDB4, "M", "قمح"), - (0xFDB5, "M", "لحم"), - (0xFDB6, "M", "عمي"), - (0xFDB7, "M", "كمي"), - (0xFDB8, "M", "نجح"), - (0xFDB9, "M", "مخي"), - (0xFDBA, "M", "لجم"), - (0xFDBB, "M", "كمم"), - (0xFDBC, "M", "لجم"), - (0xFDBD, "M", "نجح"), - (0xFDBE, "M", "جحي"), - (0xFDBF, "M", "حجي"), - (0xFDC0, "M", "مجي"), - (0xFDC1, "M", "فمي"), - (0xFDC2, "M", "بحي"), - (0xFDC3, "M", "كمم"), - (0xFDC4, "M", "عجم"), - (0xFDC5, "M", "صمم"), - (0xFDC6, "M", "سخي"), - (0xFDC7, "M", "نجي"), - (0xFDC8, "X"), - (0xFDCF, "V"), - (0xFDD0, "X"), - (0xFDF0, "M", "صلے"), - (0xFDF1, "M", "قلے"), - (0xFDF2, "M", "الله"), - (0xFDF3, "M", "اكبر"), - (0xFDF4, "M", "محمد"), - (0xFDF5, "M", "صلعم"), - (0xFDF6, "M", "رسول"), - (0xFDF7, "M", "عليه"), - (0xFDF8, "M", "وسلم"), - (0xFDF9, "M", "صلى"), - (0xFDFA, "M", "صلى الله عليه وسلم"), - (0xFDFB, "M", "جل جلاله"), - (0xFDFC, "M", "ریال"), - (0xFDFD, "V"), - (0xFE00, "I"), - (0xFE10, "M", ","), - (0xFE11, "M", "、"), - (0xFE12, "X"), - (0xFE13, "M", ":"), - (0xFE14, "M", ";"), - (0xFE15, "M", "!"), - (0xFE16, "M", "?"), - (0xFE17, "M", "〖"), - (0xFE18, "M", "〗"), - (0xFE19, "X"), - (0xFE20, "V"), - (0xFE30, "X"), - (0xFE31, "M", "—"), - (0xFE32, "M", "–"), - ] - - -def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFE33, "M", "_"), - (0xFE35, "M", "("), - (0xFE36, "M", ")"), - (0xFE37, "M", "{"), - (0xFE38, "M", "}"), - (0xFE39, "M", "〔"), - (0xFE3A, "M", "〕"), - (0xFE3B, "M", "【"), - (0xFE3C, "M", "】"), - (0xFE3D, "M", "《"), - (0xFE3E, "M", "》"), - (0xFE3F, "M", "〈"), - (0xFE40, "M", "〉"), - (0xFE41, "M", "「"), - (0xFE42, "M", "」"), - (0xFE43, "M", "『"), - (0xFE44, "M", "』"), - (0xFE45, "V"), - (0xFE47, "M", "["), - (0xFE48, "M", "]"), - (0xFE49, "M", " ̅"), - (0xFE4D, "M", "_"), - (0xFE50, "M", ","), - (0xFE51, "M", "、"), - (0xFE52, "X"), - (0xFE54, "M", ";"), - (0xFE55, "M", ":"), - (0xFE56, "M", "?"), - (0xFE57, "M", "!"), - (0xFE58, "M", "—"), - (0xFE59, "M", "("), - (0xFE5A, "M", ")"), - (0xFE5B, "M", "{"), - (0xFE5C, "M", "}"), - (0xFE5D, "M", "〔"), - (0xFE5E, "M", "〕"), - (0xFE5F, "M", "#"), - (0xFE60, "M", "&"), - (0xFE61, "M", "*"), - (0xFE62, "M", "+"), - (0xFE63, "M", "-"), - (0xFE64, "M", "<"), - (0xFE65, "M", ">"), - (0xFE66, "M", "="), - (0xFE67, "X"), - (0xFE68, "M", "\\"), - (0xFE69, "M", "$"), - (0xFE6A, "M", "%"), - (0xFE6B, "M", "@"), - (0xFE6C, "X"), - (0xFE70, "M", " ً"), - (0xFE71, "M", "ـً"), - (0xFE72, "M", " ٌ"), - (0xFE73, "V"), - (0xFE74, "M", " ٍ"), - (0xFE75, "X"), - (0xFE76, "M", " َ"), - (0xFE77, "M", "ـَ"), - (0xFE78, "M", " ُ"), - (0xFE79, "M", "ـُ"), - (0xFE7A, "M", " ِ"), - (0xFE7B, "M", "ـِ"), - (0xFE7C, "M", " ّ"), - (0xFE7D, "M", "ـّ"), - (0xFE7E, "M", " ْ"), - (0xFE7F, "M", "ـْ"), - (0xFE80, "M", "ء"), - (0xFE81, "M", "آ"), - (0xFE83, "M", "أ"), - (0xFE85, "M", "ؤ"), - (0xFE87, "M", "إ"), - (0xFE89, "M", "ئ"), - (0xFE8D, "M", "ا"), - (0xFE8F, "M", "ب"), - (0xFE93, "M", "ة"), - (0xFE95, "M", "ت"), - (0xFE99, "M", "ث"), - (0xFE9D, "M", "ج"), - (0xFEA1, "M", "ح"), - (0xFEA5, "M", "خ"), - (0xFEA9, "M", "د"), - (0xFEAB, "M", "ذ"), - (0xFEAD, "M", "ر"), - (0xFEAF, "M", "ز"), - (0xFEB1, "M", "س"), - (0xFEB5, "M", "ش"), - (0xFEB9, "M", "ص"), - (0xFEBD, "M", "ض"), - (0xFEC1, "M", "ط"), - (0xFEC5, "M", "ظ"), - (0xFEC9, "M", "ع"), - (0xFECD, "M", "غ"), - (0xFED1, "M", "ف"), - (0xFED5, "M", "ق"), - (0xFED9, "M", "ك"), - (0xFEDD, "M", "ل"), - (0xFEE1, "M", "م"), - (0xFEE5, "M", "ن"), - (0xFEE9, "M", "ه"), - (0xFEED, "M", "و"), - ] - - -def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFEEF, "M", "ى"), - (0xFEF1, "M", "ي"), - (0xFEF5, "M", "لآ"), - (0xFEF7, "M", "لأ"), - (0xFEF9, "M", "لإ"), - (0xFEFB, "M", "لا"), - (0xFEFD, "X"), - (0xFEFF, "I"), - (0xFF00, "X"), - (0xFF01, "M", "!"), - (0xFF02, "M", '"'), - (0xFF03, "M", "#"), - (0xFF04, "M", "$"), - (0xFF05, "M", "%"), - (0xFF06, "M", "&"), - (0xFF07, "M", "'"), - (0xFF08, "M", "("), - (0xFF09, "M", ")"), - (0xFF0A, "M", "*"), - (0xFF0B, "M", "+"), - (0xFF0C, "M", ","), - (0xFF0D, "M", "-"), - (0xFF0E, "M", "."), - (0xFF0F, "M", "/"), - (0xFF10, "M", "0"), - (0xFF11, "M", "1"), - (0xFF12, "M", "2"), - (0xFF13, "M", "3"), - (0xFF14, "M", "4"), - (0xFF15, "M", "5"), - (0xFF16, "M", "6"), - (0xFF17, "M", "7"), - (0xFF18, "M", "8"), - (0xFF19, "M", "9"), - (0xFF1A, "M", ":"), - (0xFF1B, "M", ";"), - (0xFF1C, "M", "<"), - (0xFF1D, "M", "="), - (0xFF1E, "M", ">"), - (0xFF1F, "M", "?"), - (0xFF20, "M", "@"), - (0xFF21, "M", "a"), - (0xFF22, "M", "b"), - (0xFF23, "M", "c"), - (0xFF24, "M", "d"), - (0xFF25, "M", "e"), - (0xFF26, "M", "f"), - (0xFF27, "M", "g"), - (0xFF28, "M", "h"), - (0xFF29, "M", "i"), - (0xFF2A, "M", "j"), - (0xFF2B, "M", "k"), - (0xFF2C, "M", "l"), - (0xFF2D, "M", "m"), - (0xFF2E, "M", "n"), - (0xFF2F, "M", "o"), - (0xFF30, "M", "p"), - (0xFF31, "M", "q"), - (0xFF32, "M", "r"), - (0xFF33, "M", "s"), - (0xFF34, "M", "t"), - (0xFF35, "M", "u"), - (0xFF36, "M", "v"), - (0xFF37, "M", "w"), - (0xFF38, "M", "x"), - (0xFF39, "M", "y"), - (0xFF3A, "M", "z"), - (0xFF3B, "M", "["), - (0xFF3C, "M", "\\"), - (0xFF3D, "M", "]"), - (0xFF3E, "M", "^"), - (0xFF3F, "M", "_"), - (0xFF40, "M", "`"), - (0xFF41, "M", "a"), - (0xFF42, "M", "b"), - (0xFF43, "M", "c"), - (0xFF44, "M", "d"), - (0xFF45, "M", "e"), - (0xFF46, "M", "f"), - (0xFF47, "M", "g"), - (0xFF48, "M", "h"), - (0xFF49, "M", "i"), - (0xFF4A, "M", "j"), - (0xFF4B, "M", "k"), - (0xFF4C, "M", "l"), - (0xFF4D, "M", "m"), - (0xFF4E, "M", "n"), - (0xFF4F, "M", "o"), - (0xFF50, "M", "p"), - (0xFF51, "M", "q"), - (0xFF52, "M", "r"), - (0xFF53, "M", "s"), - (0xFF54, "M", "t"), - (0xFF55, "M", "u"), - (0xFF56, "M", "v"), - (0xFF57, "M", "w"), - (0xFF58, "M", "x"), - (0xFF59, "M", "y"), - (0xFF5A, "M", "z"), - (0xFF5B, "M", "{"), - ] - - -def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFF5C, "M", "|"), - (0xFF5D, "M", "}"), - (0xFF5E, "M", "~"), - (0xFF5F, "M", "⦅"), - (0xFF60, "M", "⦆"), - (0xFF61, "M", "."), - (0xFF62, "M", "「"), - (0xFF63, "M", "」"), - (0xFF64, "M", "、"), - (0xFF65, "M", "・"), - (0xFF66, "M", "ヲ"), - (0xFF67, "M", "ァ"), - (0xFF68, "M", "ィ"), - (0xFF69, "M", "ゥ"), - (0xFF6A, "M", "ェ"), - (0xFF6B, "M", "ォ"), - (0xFF6C, "M", "ャ"), - (0xFF6D, "M", "ュ"), - (0xFF6E, "M", "ョ"), - (0xFF6F, "M", "ッ"), - (0xFF70, "M", "ー"), - (0xFF71, "M", "ア"), - (0xFF72, "M", "イ"), - (0xFF73, "M", "ウ"), - (0xFF74, "M", "エ"), - (0xFF75, "M", "オ"), - (0xFF76, "M", "カ"), - (0xFF77, "M", "キ"), - (0xFF78, "M", "ク"), - (0xFF79, "M", "ケ"), - (0xFF7A, "M", "コ"), - (0xFF7B, "M", "サ"), - (0xFF7C, "M", "シ"), - (0xFF7D, "M", "ス"), - (0xFF7E, "M", "セ"), - (0xFF7F, "M", "ソ"), - (0xFF80, "M", "タ"), - (0xFF81, "M", "チ"), - (0xFF82, "M", "ツ"), - (0xFF83, "M", "テ"), - (0xFF84, "M", "ト"), - (0xFF85, "M", "ナ"), - (0xFF86, "M", "ニ"), - (0xFF87, "M", "ヌ"), - (0xFF88, "M", "ネ"), - (0xFF89, "M", "ノ"), - (0xFF8A, "M", "ハ"), - (0xFF8B, "M", "ヒ"), - (0xFF8C, "M", "フ"), - (0xFF8D, "M", "ヘ"), - (0xFF8E, "M", "ホ"), - (0xFF8F, "M", "マ"), - (0xFF90, "M", "ミ"), - (0xFF91, "M", "ム"), - (0xFF92, "M", "メ"), - (0xFF93, "M", "モ"), - (0xFF94, "M", "ヤ"), - (0xFF95, "M", "ユ"), - (0xFF96, "M", "ヨ"), - (0xFF97, "M", "ラ"), - (0xFF98, "M", "リ"), - (0xFF99, "M", "ル"), - (0xFF9A, "M", "レ"), - (0xFF9B, "M", "ロ"), - (0xFF9C, "M", "ワ"), - (0xFF9D, "M", "ン"), - (0xFF9E, "M", "゙"), - (0xFF9F, "M", "゚"), - (0xFFA0, "I"), - (0xFFA1, "M", "ᄀ"), - (0xFFA2, "M", "ᄁ"), - (0xFFA3, "M", "ᆪ"), - (0xFFA4, "M", "ᄂ"), - (0xFFA5, "M", "ᆬ"), - (0xFFA6, "M", "ᆭ"), - (0xFFA7, "M", "ᄃ"), - (0xFFA8, "M", "ᄄ"), - (0xFFA9, "M", "ᄅ"), - (0xFFAA, "M", "ᆰ"), - (0xFFAB, "M", "ᆱ"), - (0xFFAC, "M", "ᆲ"), - (0xFFAD, "M", "ᆳ"), - (0xFFAE, "M", "ᆴ"), - (0xFFAF, "M", "ᆵ"), - (0xFFB0, "M", "ᄚ"), - (0xFFB1, "M", "ᄆ"), - (0xFFB2, "M", "ᄇ"), - (0xFFB3, "M", "ᄈ"), - (0xFFB4, "M", "ᄡ"), - (0xFFB5, "M", "ᄉ"), - (0xFFB6, "M", "ᄊ"), - (0xFFB7, "M", "ᄋ"), - (0xFFB8, "M", "ᄌ"), - (0xFFB9, "M", "ᄍ"), - (0xFFBA, "M", "ᄎ"), - (0xFFBB, "M", "ᄏ"), - (0xFFBC, "M", "ᄐ"), - (0xFFBD, "M", "ᄑ"), - (0xFFBE, "M", "ᄒ"), - (0xFFBF, "X"), - ] - - -def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0xFFC2, "M", "ᅡ"), - (0xFFC3, "M", "ᅢ"), - (0xFFC4, "M", "ᅣ"), - (0xFFC5, "M", "ᅤ"), - (0xFFC6, "M", "ᅥ"), - (0xFFC7, "M", "ᅦ"), - (0xFFC8, "X"), - (0xFFCA, "M", "ᅧ"), - (0xFFCB, "M", "ᅨ"), - (0xFFCC, "M", "ᅩ"), - (0xFFCD, "M", "ᅪ"), - (0xFFCE, "M", "ᅫ"), - (0xFFCF, "M", "ᅬ"), - (0xFFD0, "X"), - (0xFFD2, "M", "ᅭ"), - (0xFFD3, "M", "ᅮ"), - (0xFFD4, "M", "ᅯ"), - (0xFFD5, "M", "ᅰ"), - (0xFFD6, "M", "ᅱ"), - (0xFFD7, "M", "ᅲ"), - (0xFFD8, "X"), - (0xFFDA, "M", "ᅳ"), - (0xFFDB, "M", "ᅴ"), - (0xFFDC, "M", "ᅵ"), - (0xFFDD, "X"), - (0xFFE0, "M", "¢"), - (0xFFE1, "M", "£"), - (0xFFE2, "M", "¬"), - (0xFFE3, "M", " ̄"), - (0xFFE4, "M", "¦"), - (0xFFE5, "M", "¥"), - (0xFFE6, "M", "₩"), - (0xFFE7, "X"), - (0xFFE8, "M", "│"), - (0xFFE9, "M", "←"), - (0xFFEA, "M", "↑"), - (0xFFEB, "M", "→"), - (0xFFEC, "M", "↓"), - (0xFFED, "M", "■"), - (0xFFEE, "M", "○"), - (0xFFEF, "X"), - (0x10000, "V"), - (0x1000C, "X"), - (0x1000D, "V"), - (0x10027, "X"), - (0x10028, "V"), - (0x1003B, "X"), - (0x1003C, "V"), - (0x1003E, "X"), - (0x1003F, "V"), - (0x1004E, "X"), - (0x10050, "V"), - (0x1005E, "X"), - (0x10080, "V"), - (0x100FB, "X"), - (0x10100, "V"), - (0x10103, "X"), - (0x10107, "V"), - (0x10134, "X"), - (0x10137, "V"), - (0x1018F, "X"), - (0x10190, "V"), - (0x1019D, "X"), - (0x101A0, "V"), - (0x101A1, "X"), - (0x101D0, "V"), - (0x101FE, "X"), - (0x10280, "V"), - (0x1029D, "X"), - (0x102A0, "V"), - (0x102D1, "X"), - (0x102E0, "V"), - (0x102FC, "X"), - (0x10300, "V"), - (0x10324, "X"), - (0x1032D, "V"), - (0x1034B, "X"), - (0x10350, "V"), - (0x1037B, "X"), - (0x10380, "V"), - (0x1039E, "X"), - (0x1039F, "V"), - (0x103C4, "X"), - (0x103C8, "V"), - (0x103D6, "X"), - (0x10400, "M", "𐐨"), - (0x10401, "M", "𐐩"), - (0x10402, "M", "𐐪"), - (0x10403, "M", "𐐫"), - (0x10404, "M", "𐐬"), - (0x10405, "M", "𐐭"), - (0x10406, "M", "𐐮"), - (0x10407, "M", "𐐯"), - (0x10408, "M", "𐐰"), - (0x10409, "M", "𐐱"), - (0x1040A, "M", "𐐲"), - (0x1040B, "M", "𐐳"), - (0x1040C, "M", "𐐴"), - (0x1040D, "M", "𐐵"), - (0x1040E, "M", "𐐶"), - ] - - -def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1040F, "M", "𐐷"), - (0x10410, "M", "𐐸"), - (0x10411, "M", "𐐹"), - (0x10412, "M", "𐐺"), - (0x10413, "M", "𐐻"), - (0x10414, "M", "𐐼"), - (0x10415, "M", "𐐽"), - (0x10416, "M", "𐐾"), - (0x10417, "M", "𐐿"), - (0x10418, "M", "𐑀"), - (0x10419, "M", "𐑁"), - (0x1041A, "M", "𐑂"), - (0x1041B, "M", "𐑃"), - (0x1041C, "M", "𐑄"), - (0x1041D, "M", "𐑅"), - (0x1041E, "M", "𐑆"), - (0x1041F, "M", "𐑇"), - (0x10420, "M", "𐑈"), - (0x10421, "M", "𐑉"), - (0x10422, "M", "𐑊"), - (0x10423, "M", "𐑋"), - (0x10424, "M", "𐑌"), - (0x10425, "M", "𐑍"), - (0x10426, "M", "𐑎"), - (0x10427, "M", "𐑏"), - (0x10428, "V"), - (0x1049E, "X"), - (0x104A0, "V"), - (0x104AA, "X"), - (0x104B0, "M", "𐓘"), - (0x104B1, "M", "𐓙"), - (0x104B2, "M", "𐓚"), - (0x104B3, "M", "𐓛"), - (0x104B4, "M", "𐓜"), - (0x104B5, "M", "𐓝"), - (0x104B6, "M", "𐓞"), - (0x104B7, "M", "𐓟"), - (0x104B8, "M", "𐓠"), - (0x104B9, "M", "𐓡"), - (0x104BA, "M", "𐓢"), - (0x104BB, "M", "𐓣"), - (0x104BC, "M", "𐓤"), - (0x104BD, "M", "𐓥"), - (0x104BE, "M", "𐓦"), - (0x104BF, "M", "𐓧"), - (0x104C0, "M", "𐓨"), - (0x104C1, "M", "𐓩"), - (0x104C2, "M", "𐓪"), - (0x104C3, "M", "𐓫"), - (0x104C4, "M", "𐓬"), - (0x104C5, "M", "𐓭"), - (0x104C6, "M", "𐓮"), - (0x104C7, "M", "𐓯"), - (0x104C8, "M", "𐓰"), - (0x104C9, "M", "𐓱"), - (0x104CA, "M", "𐓲"), - (0x104CB, "M", "𐓳"), - (0x104CC, "M", "𐓴"), - (0x104CD, "M", "𐓵"), - (0x104CE, "M", "𐓶"), - (0x104CF, "M", "𐓷"), - (0x104D0, "M", "𐓸"), - (0x104D1, "M", "𐓹"), - (0x104D2, "M", "𐓺"), - (0x104D3, "M", "𐓻"), - (0x104D4, "X"), - (0x104D8, "V"), - (0x104FC, "X"), - (0x10500, "V"), - (0x10528, "X"), - (0x10530, "V"), - (0x10564, "X"), - (0x1056F, "V"), - (0x10570, "M", "𐖗"), - (0x10571, "M", "𐖘"), - (0x10572, "M", "𐖙"), - (0x10573, "M", "𐖚"), - (0x10574, "M", "𐖛"), - (0x10575, "M", "𐖜"), - (0x10576, "M", "𐖝"), - (0x10577, "M", "𐖞"), - (0x10578, "M", "𐖟"), - (0x10579, "M", "𐖠"), - (0x1057A, "M", "𐖡"), - (0x1057B, "X"), - (0x1057C, "M", "𐖣"), - (0x1057D, "M", "𐖤"), - (0x1057E, "M", "𐖥"), - (0x1057F, "M", "𐖦"), - (0x10580, "M", "𐖧"), - (0x10581, "M", "𐖨"), - (0x10582, "M", "𐖩"), - (0x10583, "M", "𐖪"), - (0x10584, "M", "𐖫"), - (0x10585, "M", "𐖬"), - (0x10586, "M", "𐖭"), - (0x10587, "M", "𐖮"), - (0x10588, "M", "𐖯"), - (0x10589, "M", "𐖰"), - (0x1058A, "M", "𐖱"), - ] - - -def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1058B, "X"), - (0x1058C, "M", "𐖳"), - (0x1058D, "M", "𐖴"), - (0x1058E, "M", "𐖵"), - (0x1058F, "M", "𐖶"), - (0x10590, "M", "𐖷"), - (0x10591, "M", "𐖸"), - (0x10592, "M", "𐖹"), - (0x10593, "X"), - (0x10594, "M", "𐖻"), - (0x10595, "M", "𐖼"), - (0x10596, "X"), - (0x10597, "V"), - (0x105A2, "X"), - (0x105A3, "V"), - (0x105B2, "X"), - (0x105B3, "V"), - (0x105BA, "X"), - (0x105BB, "V"), - (0x105BD, "X"), - (0x105C0, "V"), - (0x105F4, "X"), - (0x10600, "V"), - (0x10737, "X"), - (0x10740, "V"), - (0x10756, "X"), - (0x10760, "V"), - (0x10768, "X"), - (0x10780, "V"), - (0x10781, "M", "ː"), - (0x10782, "M", "ˑ"), - (0x10783, "M", "æ"), - (0x10784, "M", "ʙ"), - (0x10785, "M", "ɓ"), - (0x10786, "X"), - (0x10787, "M", "ʣ"), - (0x10788, "M", "ꭦ"), - (0x10789, "M", "ʥ"), - (0x1078A, "M", "ʤ"), - (0x1078B, "M", "ɖ"), - (0x1078C, "M", "ɗ"), - (0x1078D, "M", "ᶑ"), - (0x1078E, "M", "ɘ"), - (0x1078F, "M", "ɞ"), - (0x10790, "M", "ʩ"), - (0x10791, "M", "ɤ"), - (0x10792, "M", "ɢ"), - (0x10793, "M", "ɠ"), - (0x10794, "M", "ʛ"), - (0x10795, "M", "ħ"), - (0x10796, "M", "ʜ"), - (0x10797, "M", "ɧ"), - (0x10798, "M", "ʄ"), - (0x10799, "M", "ʪ"), - (0x1079A, "M", "ʫ"), - (0x1079B, "M", "ɬ"), - (0x1079C, "M", "𝼄"), - (0x1079D, "M", "ꞎ"), - (0x1079E, "M", "ɮ"), - (0x1079F, "M", "𝼅"), - (0x107A0, "M", "ʎ"), - (0x107A1, "M", "𝼆"), - (0x107A2, "M", "ø"), - (0x107A3, "M", "ɶ"), - (0x107A4, "M", "ɷ"), - (0x107A5, "M", "q"), - (0x107A6, "M", "ɺ"), - (0x107A7, "M", "𝼈"), - (0x107A8, "M", "ɽ"), - (0x107A9, "M", "ɾ"), - (0x107AA, "M", "ʀ"), - (0x107AB, "M", "ʨ"), - (0x107AC, "M", "ʦ"), - (0x107AD, "M", "ꭧ"), - (0x107AE, "M", "ʧ"), - (0x107AF, "M", "ʈ"), - (0x107B0, "M", "ⱱ"), - (0x107B1, "X"), - (0x107B2, "M", "ʏ"), - (0x107B3, "M", "ʡ"), - (0x107B4, "M", "ʢ"), - (0x107B5, "M", "ʘ"), - (0x107B6, "M", "ǀ"), - (0x107B7, "M", "ǁ"), - (0x107B8, "M", "ǂ"), - (0x107B9, "M", "𝼊"), - (0x107BA, "M", "𝼞"), - (0x107BB, "X"), - (0x10800, "V"), - (0x10806, "X"), - (0x10808, "V"), - (0x10809, "X"), - (0x1080A, "V"), - (0x10836, "X"), - (0x10837, "V"), - (0x10839, "X"), - (0x1083C, "V"), - (0x1083D, "X"), - (0x1083F, "V"), - (0x10856, "X"), - ] - - -def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x10857, "V"), - (0x1089F, "X"), - (0x108A7, "V"), - (0x108B0, "X"), - (0x108E0, "V"), - (0x108F3, "X"), - (0x108F4, "V"), - (0x108F6, "X"), - (0x108FB, "V"), - (0x1091C, "X"), - (0x1091F, "V"), - (0x1093A, "X"), - (0x1093F, "V"), - (0x10940, "X"), - (0x10980, "V"), - (0x109B8, "X"), - (0x109BC, "V"), - (0x109D0, "X"), - (0x109D2, "V"), - (0x10A04, "X"), - (0x10A05, "V"), - (0x10A07, "X"), - (0x10A0C, "V"), - (0x10A14, "X"), - (0x10A15, "V"), - (0x10A18, "X"), - (0x10A19, "V"), - (0x10A36, "X"), - (0x10A38, "V"), - (0x10A3B, "X"), - (0x10A3F, "V"), - (0x10A49, "X"), - (0x10A50, "V"), - (0x10A59, "X"), - (0x10A60, "V"), - (0x10AA0, "X"), - (0x10AC0, "V"), - (0x10AE7, "X"), - (0x10AEB, "V"), - (0x10AF7, "X"), - (0x10B00, "V"), - (0x10B36, "X"), - (0x10B39, "V"), - (0x10B56, "X"), - (0x10B58, "V"), - (0x10B73, "X"), - (0x10B78, "V"), - (0x10B92, "X"), - (0x10B99, "V"), - (0x10B9D, "X"), - (0x10BA9, "V"), - (0x10BB0, "X"), - (0x10C00, "V"), - (0x10C49, "X"), - (0x10C80, "M", "𐳀"), - (0x10C81, "M", "𐳁"), - (0x10C82, "M", "𐳂"), - (0x10C83, "M", "𐳃"), - (0x10C84, "M", "𐳄"), - (0x10C85, "M", "𐳅"), - (0x10C86, "M", "𐳆"), - (0x10C87, "M", "𐳇"), - (0x10C88, "M", "𐳈"), - (0x10C89, "M", "𐳉"), - (0x10C8A, "M", "𐳊"), - (0x10C8B, "M", "𐳋"), - (0x10C8C, "M", "𐳌"), - (0x10C8D, "M", "𐳍"), - (0x10C8E, "M", "𐳎"), - (0x10C8F, "M", "𐳏"), - (0x10C90, "M", "𐳐"), - (0x10C91, "M", "𐳑"), - (0x10C92, "M", "𐳒"), - (0x10C93, "M", "𐳓"), - (0x10C94, "M", "𐳔"), - (0x10C95, "M", "𐳕"), - (0x10C96, "M", "𐳖"), - (0x10C97, "M", "𐳗"), - (0x10C98, "M", "𐳘"), - (0x10C99, "M", "𐳙"), - (0x10C9A, "M", "𐳚"), - (0x10C9B, "M", "𐳛"), - (0x10C9C, "M", "𐳜"), - (0x10C9D, "M", "𐳝"), - (0x10C9E, "M", "𐳞"), - (0x10C9F, "M", "𐳟"), - (0x10CA0, "M", "𐳠"), - (0x10CA1, "M", "𐳡"), - (0x10CA2, "M", "𐳢"), - (0x10CA3, "M", "𐳣"), - (0x10CA4, "M", "𐳤"), - (0x10CA5, "M", "𐳥"), - (0x10CA6, "M", "𐳦"), - (0x10CA7, "M", "𐳧"), - (0x10CA8, "M", "𐳨"), - (0x10CA9, "M", "𐳩"), - (0x10CAA, "M", "𐳪"), - (0x10CAB, "M", "𐳫"), - (0x10CAC, "M", "𐳬"), - (0x10CAD, "M", "𐳭"), - ] - - -def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x10CAE, "M", "𐳮"), - (0x10CAF, "M", "𐳯"), - (0x10CB0, "M", "𐳰"), - (0x10CB1, "M", "𐳱"), - (0x10CB2, "M", "𐳲"), - (0x10CB3, "X"), - (0x10CC0, "V"), - (0x10CF3, "X"), - (0x10CFA, "V"), - (0x10D28, "X"), - (0x10D30, "V"), - (0x10D3A, "X"), - (0x10D40, "V"), - (0x10D50, "M", "𐵰"), - (0x10D51, "M", "𐵱"), - (0x10D52, "M", "𐵲"), - (0x10D53, "M", "𐵳"), - (0x10D54, "M", "𐵴"), - (0x10D55, "M", "𐵵"), - (0x10D56, "M", "𐵶"), - (0x10D57, "M", "𐵷"), - (0x10D58, "M", "𐵸"), - (0x10D59, "M", "𐵹"), - (0x10D5A, "M", "𐵺"), - (0x10D5B, "M", "𐵻"), - (0x10D5C, "M", "𐵼"), - (0x10D5D, "M", "𐵽"), - (0x10D5E, "M", "𐵾"), - (0x10D5F, "M", "𐵿"), - (0x10D60, "M", "𐶀"), - (0x10D61, "M", "𐶁"), - (0x10D62, "M", "𐶂"), - (0x10D63, "M", "𐶃"), - (0x10D64, "M", "𐶄"), - (0x10D65, "M", "𐶅"), - (0x10D66, "X"), - (0x10D69, "V"), - (0x10D86, "X"), - (0x10D8E, "V"), - (0x10D90, "X"), - (0x10E60, "V"), - (0x10E7F, "X"), - (0x10E80, "V"), - (0x10EAA, "X"), - (0x10EAB, "V"), - (0x10EAE, "X"), - (0x10EB0, "V"), - (0x10EB2, "X"), - (0x10EC2, "V"), - (0x10EC5, "X"), - (0x10EFC, "V"), - (0x10F28, "X"), - (0x10F30, "V"), - (0x10F5A, "X"), - (0x10F70, "V"), - (0x10F8A, "X"), - (0x10FB0, "V"), - (0x10FCC, "X"), - (0x10FE0, "V"), - (0x10FF7, "X"), - (0x11000, "V"), - (0x1104E, "X"), - (0x11052, "V"), - (0x11076, "X"), - (0x1107F, "V"), - (0x110BD, "X"), - (0x110BE, "V"), - (0x110C3, "X"), - (0x110D0, "V"), - (0x110E9, "X"), - (0x110F0, "V"), - (0x110FA, "X"), - (0x11100, "V"), - (0x11135, "X"), - (0x11136, "V"), - (0x11148, "X"), - (0x11150, "V"), - (0x11177, "X"), - (0x11180, "V"), - (0x111E0, "X"), - (0x111E1, "V"), - (0x111F5, "X"), - (0x11200, "V"), - (0x11212, "X"), - (0x11213, "V"), - (0x11242, "X"), - (0x11280, "V"), - (0x11287, "X"), - (0x11288, "V"), - (0x11289, "X"), - (0x1128A, "V"), - (0x1128E, "X"), - (0x1128F, "V"), - (0x1129E, "X"), - (0x1129F, "V"), - (0x112AA, "X"), - (0x112B0, "V"), - (0x112EB, "X"), - (0x112F0, "V"), - (0x112FA, "X"), - ] - - -def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x11300, "V"), - (0x11304, "X"), - (0x11305, "V"), - (0x1130D, "X"), - (0x1130F, "V"), - (0x11311, "X"), - (0x11313, "V"), - (0x11329, "X"), - (0x1132A, "V"), - (0x11331, "X"), - (0x11332, "V"), - (0x11334, "X"), - (0x11335, "V"), - (0x1133A, "X"), - (0x1133B, "V"), - (0x11345, "X"), - (0x11347, "V"), - (0x11349, "X"), - (0x1134B, "V"), - (0x1134E, "X"), - (0x11350, "V"), - (0x11351, "X"), - (0x11357, "V"), - (0x11358, "X"), - (0x1135D, "V"), - (0x11364, "X"), - (0x11366, "V"), - (0x1136D, "X"), - (0x11370, "V"), - (0x11375, "X"), - (0x11380, "V"), - (0x1138A, "X"), - (0x1138B, "V"), - (0x1138C, "X"), - (0x1138E, "V"), - (0x1138F, "X"), - (0x11390, "V"), - (0x113B6, "X"), - (0x113B7, "V"), - (0x113C1, "X"), - (0x113C2, "V"), - (0x113C3, "X"), - (0x113C5, "V"), - (0x113C6, "X"), - (0x113C7, "V"), - (0x113CB, "X"), - (0x113CC, "V"), - (0x113D6, "X"), - (0x113D7, "V"), - (0x113D9, "X"), - (0x113E1, "V"), - (0x113E3, "X"), - (0x11400, "V"), - (0x1145C, "X"), - (0x1145D, "V"), - (0x11462, "X"), - (0x11480, "V"), - (0x114C8, "X"), - (0x114D0, "V"), - (0x114DA, "X"), - (0x11580, "V"), - (0x115B6, "X"), - (0x115B8, "V"), - (0x115DE, "X"), - (0x11600, "V"), - (0x11645, "X"), - (0x11650, "V"), - (0x1165A, "X"), - (0x11660, "V"), - (0x1166D, "X"), - (0x11680, "V"), - (0x116BA, "X"), - (0x116C0, "V"), - (0x116CA, "X"), - (0x116D0, "V"), - (0x116E4, "X"), - (0x11700, "V"), - (0x1171B, "X"), - (0x1171D, "V"), - (0x1172C, "X"), - (0x11730, "V"), - (0x11747, "X"), - (0x11800, "V"), - (0x1183C, "X"), - (0x118A0, "M", "𑣀"), - (0x118A1, "M", "𑣁"), - (0x118A2, "M", "𑣂"), - (0x118A3, "M", "𑣃"), - (0x118A4, "M", "𑣄"), - (0x118A5, "M", "𑣅"), - (0x118A6, "M", "𑣆"), - (0x118A7, "M", "𑣇"), - (0x118A8, "M", "𑣈"), - (0x118A9, "M", "𑣉"), - (0x118AA, "M", "𑣊"), - (0x118AB, "M", "𑣋"), - (0x118AC, "M", "𑣌"), - (0x118AD, "M", "𑣍"), - (0x118AE, "M", "𑣎"), - (0x118AF, "M", "𑣏"), - ] - - -def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x118B0, "M", "𑣐"), - (0x118B1, "M", "𑣑"), - (0x118B2, "M", "𑣒"), - (0x118B3, "M", "𑣓"), - (0x118B4, "M", "𑣔"), - (0x118B5, "M", "𑣕"), - (0x118B6, "M", "𑣖"), - (0x118B7, "M", "𑣗"), - (0x118B8, "M", "𑣘"), - (0x118B9, "M", "𑣙"), - (0x118BA, "M", "𑣚"), - (0x118BB, "M", "𑣛"), - (0x118BC, "M", "𑣜"), - (0x118BD, "M", "𑣝"), - (0x118BE, "M", "𑣞"), - (0x118BF, "M", "𑣟"), - (0x118C0, "V"), - (0x118F3, "X"), - (0x118FF, "V"), - (0x11907, "X"), - (0x11909, "V"), - (0x1190A, "X"), - (0x1190C, "V"), - (0x11914, "X"), - (0x11915, "V"), - (0x11917, "X"), - (0x11918, "V"), - (0x11936, "X"), - (0x11937, "V"), - (0x11939, "X"), - (0x1193B, "V"), - (0x11947, "X"), - (0x11950, "V"), - (0x1195A, "X"), - (0x119A0, "V"), - (0x119A8, "X"), - (0x119AA, "V"), - (0x119D8, "X"), - (0x119DA, "V"), - (0x119E5, "X"), - (0x11A00, "V"), - (0x11A48, "X"), - (0x11A50, "V"), - (0x11AA3, "X"), - (0x11AB0, "V"), - (0x11AF9, "X"), - (0x11B00, "V"), - (0x11B0A, "X"), - (0x11BC0, "V"), - (0x11BE2, "X"), - (0x11BF0, "V"), - (0x11BFA, "X"), - (0x11C00, "V"), - (0x11C09, "X"), - (0x11C0A, "V"), - (0x11C37, "X"), - (0x11C38, "V"), - (0x11C46, "X"), - (0x11C50, "V"), - (0x11C6D, "X"), - (0x11C70, "V"), - (0x11C90, "X"), - (0x11C92, "V"), - (0x11CA8, "X"), - (0x11CA9, "V"), - (0x11CB7, "X"), - (0x11D00, "V"), - (0x11D07, "X"), - (0x11D08, "V"), - (0x11D0A, "X"), - (0x11D0B, "V"), - (0x11D37, "X"), - (0x11D3A, "V"), - (0x11D3B, "X"), - (0x11D3C, "V"), - (0x11D3E, "X"), - (0x11D3F, "V"), - (0x11D48, "X"), - (0x11D50, "V"), - (0x11D5A, "X"), - (0x11D60, "V"), - (0x11D66, "X"), - (0x11D67, "V"), - (0x11D69, "X"), - (0x11D6A, "V"), - (0x11D8F, "X"), - (0x11D90, "V"), - (0x11D92, "X"), - (0x11D93, "V"), - (0x11D99, "X"), - (0x11DA0, "V"), - (0x11DAA, "X"), - (0x11EE0, "V"), - (0x11EF9, "X"), - (0x11F00, "V"), - (0x11F11, "X"), - (0x11F12, "V"), - (0x11F3B, "X"), - (0x11F3E, "V"), - (0x11F5B, "X"), - ] - - -def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x11FB0, "V"), - (0x11FB1, "X"), - (0x11FC0, "V"), - (0x11FF2, "X"), - (0x11FFF, "V"), - (0x1239A, "X"), - (0x12400, "V"), - (0x1246F, "X"), - (0x12470, "V"), - (0x12475, "X"), - (0x12480, "V"), - (0x12544, "X"), - (0x12F90, "V"), - (0x12FF3, "X"), - (0x13000, "V"), - (0x13430, "X"), - (0x13440, "V"), - (0x13456, "X"), - (0x13460, "V"), - (0x143FB, "X"), - (0x14400, "V"), - (0x14647, "X"), - (0x16100, "V"), - (0x1613A, "X"), - (0x16800, "V"), - (0x16A39, "X"), - (0x16A40, "V"), - (0x16A5F, "X"), - (0x16A60, "V"), - (0x16A6A, "X"), - (0x16A6E, "V"), - (0x16ABF, "X"), - (0x16AC0, "V"), - (0x16ACA, "X"), - (0x16AD0, "V"), - (0x16AEE, "X"), - (0x16AF0, "V"), - (0x16AF6, "X"), - (0x16B00, "V"), - (0x16B46, "X"), - (0x16B50, "V"), - (0x16B5A, "X"), - (0x16B5B, "V"), - (0x16B62, "X"), - (0x16B63, "V"), - (0x16B78, "X"), - (0x16B7D, "V"), - (0x16B90, "X"), - (0x16D40, "V"), - (0x16D7A, "X"), - (0x16E40, "M", "𖹠"), - (0x16E41, "M", "𖹡"), - (0x16E42, "M", "𖹢"), - (0x16E43, "M", "𖹣"), - (0x16E44, "M", "𖹤"), - (0x16E45, "M", "𖹥"), - (0x16E46, "M", "𖹦"), - (0x16E47, "M", "𖹧"), - (0x16E48, "M", "𖹨"), - (0x16E49, "M", "𖹩"), - (0x16E4A, "M", "𖹪"), - (0x16E4B, "M", "𖹫"), - (0x16E4C, "M", "𖹬"), - (0x16E4D, "M", "𖹭"), - (0x16E4E, "M", "𖹮"), - (0x16E4F, "M", "𖹯"), - (0x16E50, "M", "𖹰"), - (0x16E51, "M", "𖹱"), - (0x16E52, "M", "𖹲"), - (0x16E53, "M", "𖹳"), - (0x16E54, "M", "𖹴"), - (0x16E55, "M", "𖹵"), - (0x16E56, "M", "𖹶"), - (0x16E57, "M", "𖹷"), - (0x16E58, "M", "𖹸"), - (0x16E59, "M", "𖹹"), - (0x16E5A, "M", "𖹺"), - (0x16E5B, "M", "𖹻"), - (0x16E5C, "M", "𖹼"), - (0x16E5D, "M", "𖹽"), - (0x16E5E, "M", "𖹾"), - (0x16E5F, "M", "𖹿"), - (0x16E60, "V"), - (0x16E9B, "X"), - (0x16F00, "V"), - (0x16F4B, "X"), - (0x16F4F, "V"), - (0x16F88, "X"), - (0x16F8F, "V"), - (0x16FA0, "X"), - (0x16FE0, "V"), - (0x16FE5, "X"), - (0x16FF0, "V"), - (0x16FF2, "X"), - (0x17000, "V"), - (0x187F8, "X"), - (0x18800, "V"), - (0x18CD6, "X"), - (0x18CFF, "V"), - (0x18D09, "X"), - ] - - -def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1AFF0, "V"), - (0x1AFF4, "X"), - (0x1AFF5, "V"), - (0x1AFFC, "X"), - (0x1AFFD, "V"), - (0x1AFFF, "X"), - (0x1B000, "V"), - (0x1B123, "X"), - (0x1B132, "V"), - (0x1B133, "X"), - (0x1B150, "V"), - (0x1B153, "X"), - (0x1B155, "V"), - (0x1B156, "X"), - (0x1B164, "V"), - (0x1B168, "X"), - (0x1B170, "V"), - (0x1B2FC, "X"), - (0x1BC00, "V"), - (0x1BC6B, "X"), - (0x1BC70, "V"), - (0x1BC7D, "X"), - (0x1BC80, "V"), - (0x1BC89, "X"), - (0x1BC90, "V"), - (0x1BC9A, "X"), - (0x1BC9C, "V"), - (0x1BCA0, "I"), - (0x1BCA4, "X"), - (0x1CC00, "V"), - (0x1CCD6, "M", "a"), - (0x1CCD7, "M", "b"), - (0x1CCD8, "M", "c"), - (0x1CCD9, "M", "d"), - (0x1CCDA, "M", "e"), - (0x1CCDB, "M", "f"), - (0x1CCDC, "M", "g"), - (0x1CCDD, "M", "h"), - (0x1CCDE, "M", "i"), - (0x1CCDF, "M", "j"), - (0x1CCE0, "M", "k"), - (0x1CCE1, "M", "l"), - (0x1CCE2, "M", "m"), - (0x1CCE3, "M", "n"), - (0x1CCE4, "M", "o"), - (0x1CCE5, "M", "p"), - (0x1CCE6, "M", "q"), - (0x1CCE7, "M", "r"), - (0x1CCE8, "M", "s"), - (0x1CCE9, "M", "t"), - (0x1CCEA, "M", "u"), - (0x1CCEB, "M", "v"), - (0x1CCEC, "M", "w"), - (0x1CCED, "M", "x"), - (0x1CCEE, "M", "y"), - (0x1CCEF, "M", "z"), - (0x1CCF0, "M", "0"), - (0x1CCF1, "M", "1"), - (0x1CCF2, "M", "2"), - (0x1CCF3, "M", "3"), - (0x1CCF4, "M", "4"), - (0x1CCF5, "M", "5"), - (0x1CCF6, "M", "6"), - (0x1CCF7, "M", "7"), - (0x1CCF8, "M", "8"), - (0x1CCF9, "M", "9"), - (0x1CCFA, "X"), - (0x1CD00, "V"), - (0x1CEB4, "X"), - (0x1CF00, "V"), - (0x1CF2E, "X"), - (0x1CF30, "V"), - (0x1CF47, "X"), - (0x1CF50, "V"), - (0x1CFC4, "X"), - (0x1D000, "V"), - (0x1D0F6, "X"), - (0x1D100, "V"), - (0x1D127, "X"), - (0x1D129, "V"), - (0x1D15E, "M", "𝅗𝅥"), - (0x1D15F, "M", "𝅘𝅥"), - (0x1D160, "M", "𝅘𝅥𝅮"), - (0x1D161, "M", "𝅘𝅥𝅯"), - (0x1D162, "M", "𝅘𝅥𝅰"), - (0x1D163, "M", "𝅘𝅥𝅱"), - (0x1D164, "M", "𝅘𝅥𝅲"), - (0x1D165, "V"), - (0x1D173, "I"), - (0x1D17B, "V"), - (0x1D1BB, "M", "𝆹𝅥"), - (0x1D1BC, "M", "𝆺𝅥"), - (0x1D1BD, "M", "𝆹𝅥𝅮"), - (0x1D1BE, "M", "𝆺𝅥𝅮"), - (0x1D1BF, "M", "𝆹𝅥𝅯"), - (0x1D1C0, "M", "𝆺𝅥𝅯"), - (0x1D1C1, "V"), - (0x1D1EB, "X"), - (0x1D200, "V"), - (0x1D246, "X"), - ] - - -def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D2C0, "V"), - (0x1D2D4, "X"), - (0x1D2E0, "V"), - (0x1D2F4, "X"), - (0x1D300, "V"), - (0x1D357, "X"), - (0x1D360, "V"), - (0x1D379, "X"), - (0x1D400, "M", "a"), - (0x1D401, "M", "b"), - (0x1D402, "M", "c"), - (0x1D403, "M", "d"), - (0x1D404, "M", "e"), - (0x1D405, "M", "f"), - (0x1D406, "M", "g"), - (0x1D407, "M", "h"), - (0x1D408, "M", "i"), - (0x1D409, "M", "j"), - (0x1D40A, "M", "k"), - (0x1D40B, "M", "l"), - (0x1D40C, "M", "m"), - (0x1D40D, "M", "n"), - (0x1D40E, "M", "o"), - (0x1D40F, "M", "p"), - (0x1D410, "M", "q"), - (0x1D411, "M", "r"), - (0x1D412, "M", "s"), - (0x1D413, "M", "t"), - (0x1D414, "M", "u"), - (0x1D415, "M", "v"), - (0x1D416, "M", "w"), - (0x1D417, "M", "x"), - (0x1D418, "M", "y"), - (0x1D419, "M", "z"), - (0x1D41A, "M", "a"), - (0x1D41B, "M", "b"), - (0x1D41C, "M", "c"), - (0x1D41D, "M", "d"), - (0x1D41E, "M", "e"), - (0x1D41F, "M", "f"), - (0x1D420, "M", "g"), - (0x1D421, "M", "h"), - (0x1D422, "M", "i"), - (0x1D423, "M", "j"), - (0x1D424, "M", "k"), - (0x1D425, "M", "l"), - (0x1D426, "M", "m"), - (0x1D427, "M", "n"), - (0x1D428, "M", "o"), - (0x1D429, "M", "p"), - (0x1D42A, "M", "q"), - (0x1D42B, "M", "r"), - (0x1D42C, "M", "s"), - (0x1D42D, "M", "t"), - (0x1D42E, "M", "u"), - (0x1D42F, "M", "v"), - (0x1D430, "M", "w"), - (0x1D431, "M", "x"), - (0x1D432, "M", "y"), - (0x1D433, "M", "z"), - (0x1D434, "M", "a"), - (0x1D435, "M", "b"), - (0x1D436, "M", "c"), - (0x1D437, "M", "d"), - (0x1D438, "M", "e"), - (0x1D439, "M", "f"), - (0x1D43A, "M", "g"), - (0x1D43B, "M", "h"), - (0x1D43C, "M", "i"), - (0x1D43D, "M", "j"), - (0x1D43E, "M", "k"), - (0x1D43F, "M", "l"), - (0x1D440, "M", "m"), - (0x1D441, "M", "n"), - (0x1D442, "M", "o"), - (0x1D443, "M", "p"), - (0x1D444, "M", "q"), - (0x1D445, "M", "r"), - (0x1D446, "M", "s"), - (0x1D447, "M", "t"), - (0x1D448, "M", "u"), - (0x1D449, "M", "v"), - (0x1D44A, "M", "w"), - (0x1D44B, "M", "x"), - (0x1D44C, "M", "y"), - (0x1D44D, "M", "z"), - (0x1D44E, "M", "a"), - (0x1D44F, "M", "b"), - (0x1D450, "M", "c"), - (0x1D451, "M", "d"), - (0x1D452, "M", "e"), - (0x1D453, "M", "f"), - (0x1D454, "M", "g"), - (0x1D455, "X"), - (0x1D456, "M", "i"), - (0x1D457, "M", "j"), - (0x1D458, "M", "k"), - (0x1D459, "M", "l"), - (0x1D45A, "M", "m"), - (0x1D45B, "M", "n"), - ] - - -def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D45C, "M", "o"), - (0x1D45D, "M", "p"), - (0x1D45E, "M", "q"), - (0x1D45F, "M", "r"), - (0x1D460, "M", "s"), - (0x1D461, "M", "t"), - (0x1D462, "M", "u"), - (0x1D463, "M", "v"), - (0x1D464, "M", "w"), - (0x1D465, "M", "x"), - (0x1D466, "M", "y"), - (0x1D467, "M", "z"), - (0x1D468, "M", "a"), - (0x1D469, "M", "b"), - (0x1D46A, "M", "c"), - (0x1D46B, "M", "d"), - (0x1D46C, "M", "e"), - (0x1D46D, "M", "f"), - (0x1D46E, "M", "g"), - (0x1D46F, "M", "h"), - (0x1D470, "M", "i"), - (0x1D471, "M", "j"), - (0x1D472, "M", "k"), - (0x1D473, "M", "l"), - (0x1D474, "M", "m"), - (0x1D475, "M", "n"), - (0x1D476, "M", "o"), - (0x1D477, "M", "p"), - (0x1D478, "M", "q"), - (0x1D479, "M", "r"), - (0x1D47A, "M", "s"), - (0x1D47B, "M", "t"), - (0x1D47C, "M", "u"), - (0x1D47D, "M", "v"), - (0x1D47E, "M", "w"), - (0x1D47F, "M", "x"), - (0x1D480, "M", "y"), - (0x1D481, "M", "z"), - (0x1D482, "M", "a"), - (0x1D483, "M", "b"), - (0x1D484, "M", "c"), - (0x1D485, "M", "d"), - (0x1D486, "M", "e"), - (0x1D487, "M", "f"), - (0x1D488, "M", "g"), - (0x1D489, "M", "h"), - (0x1D48A, "M", "i"), - (0x1D48B, "M", "j"), - (0x1D48C, "M", "k"), - (0x1D48D, "M", "l"), - (0x1D48E, "M", "m"), - (0x1D48F, "M", "n"), - (0x1D490, "M", "o"), - (0x1D491, "M", "p"), - (0x1D492, "M", "q"), - (0x1D493, "M", "r"), - (0x1D494, "M", "s"), - (0x1D495, "M", "t"), - (0x1D496, "M", "u"), - (0x1D497, "M", "v"), - (0x1D498, "M", "w"), - (0x1D499, "M", "x"), - (0x1D49A, "M", "y"), - (0x1D49B, "M", "z"), - (0x1D49C, "M", "a"), - (0x1D49D, "X"), - (0x1D49E, "M", "c"), - (0x1D49F, "M", "d"), - (0x1D4A0, "X"), - (0x1D4A2, "M", "g"), - (0x1D4A3, "X"), - (0x1D4A5, "M", "j"), - (0x1D4A6, "M", "k"), - (0x1D4A7, "X"), - (0x1D4A9, "M", "n"), - (0x1D4AA, "M", "o"), - (0x1D4AB, "M", "p"), - (0x1D4AC, "M", "q"), - (0x1D4AD, "X"), - (0x1D4AE, "M", "s"), - (0x1D4AF, "M", "t"), - (0x1D4B0, "M", "u"), - (0x1D4B1, "M", "v"), - (0x1D4B2, "M", "w"), - (0x1D4B3, "M", "x"), - (0x1D4B4, "M", "y"), - (0x1D4B5, "M", "z"), - (0x1D4B6, "M", "a"), - (0x1D4B7, "M", "b"), - (0x1D4B8, "M", "c"), - (0x1D4B9, "M", "d"), - (0x1D4BA, "X"), - (0x1D4BB, "M", "f"), - (0x1D4BC, "X"), - (0x1D4BD, "M", "h"), - (0x1D4BE, "M", "i"), - (0x1D4BF, "M", "j"), - (0x1D4C0, "M", "k"), - (0x1D4C1, "M", "l"), - (0x1D4C2, "M", "m"), - ] - - -def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D4C3, "M", "n"), - (0x1D4C4, "X"), - (0x1D4C5, "M", "p"), - (0x1D4C6, "M", "q"), - (0x1D4C7, "M", "r"), - (0x1D4C8, "M", "s"), - (0x1D4C9, "M", "t"), - (0x1D4CA, "M", "u"), - (0x1D4CB, "M", "v"), - (0x1D4CC, "M", "w"), - (0x1D4CD, "M", "x"), - (0x1D4CE, "M", "y"), - (0x1D4CF, "M", "z"), - (0x1D4D0, "M", "a"), - (0x1D4D1, "M", "b"), - (0x1D4D2, "M", "c"), - (0x1D4D3, "M", "d"), - (0x1D4D4, "M", "e"), - (0x1D4D5, "M", "f"), - (0x1D4D6, "M", "g"), - (0x1D4D7, "M", "h"), - (0x1D4D8, "M", "i"), - (0x1D4D9, "M", "j"), - (0x1D4DA, "M", "k"), - (0x1D4DB, "M", "l"), - (0x1D4DC, "M", "m"), - (0x1D4DD, "M", "n"), - (0x1D4DE, "M", "o"), - (0x1D4DF, "M", "p"), - (0x1D4E0, "M", "q"), - (0x1D4E1, "M", "r"), - (0x1D4E2, "M", "s"), - (0x1D4E3, "M", "t"), - (0x1D4E4, "M", "u"), - (0x1D4E5, "M", "v"), - (0x1D4E6, "M", "w"), - (0x1D4E7, "M", "x"), - (0x1D4E8, "M", "y"), - (0x1D4E9, "M", "z"), - (0x1D4EA, "M", "a"), - (0x1D4EB, "M", "b"), - (0x1D4EC, "M", "c"), - (0x1D4ED, "M", "d"), - (0x1D4EE, "M", "e"), - (0x1D4EF, "M", "f"), - (0x1D4F0, "M", "g"), - (0x1D4F1, "M", "h"), - (0x1D4F2, "M", "i"), - (0x1D4F3, "M", "j"), - (0x1D4F4, "M", "k"), - (0x1D4F5, "M", "l"), - (0x1D4F6, "M", "m"), - (0x1D4F7, "M", "n"), - (0x1D4F8, "M", "o"), - (0x1D4F9, "M", "p"), - (0x1D4FA, "M", "q"), - (0x1D4FB, "M", "r"), - (0x1D4FC, "M", "s"), - (0x1D4FD, "M", "t"), - (0x1D4FE, "M", "u"), - (0x1D4FF, "M", "v"), - (0x1D500, "M", "w"), - (0x1D501, "M", "x"), - (0x1D502, "M", "y"), - (0x1D503, "M", "z"), - (0x1D504, "M", "a"), - (0x1D505, "M", "b"), - (0x1D506, "X"), - (0x1D507, "M", "d"), - (0x1D508, "M", "e"), - (0x1D509, "M", "f"), - (0x1D50A, "M", "g"), - (0x1D50B, "X"), - (0x1D50D, "M", "j"), - (0x1D50E, "M", "k"), - (0x1D50F, "M", "l"), - (0x1D510, "M", "m"), - (0x1D511, "M", "n"), - (0x1D512, "M", "o"), - (0x1D513, "M", "p"), - (0x1D514, "M", "q"), - (0x1D515, "X"), - (0x1D516, "M", "s"), - (0x1D517, "M", "t"), - (0x1D518, "M", "u"), - (0x1D519, "M", "v"), - (0x1D51A, "M", "w"), - (0x1D51B, "M", "x"), - (0x1D51C, "M", "y"), - (0x1D51D, "X"), - (0x1D51E, "M", "a"), - (0x1D51F, "M", "b"), - (0x1D520, "M", "c"), - (0x1D521, "M", "d"), - (0x1D522, "M", "e"), - (0x1D523, "M", "f"), - (0x1D524, "M", "g"), - (0x1D525, "M", "h"), - (0x1D526, "M", "i"), - (0x1D527, "M", "j"), - ] - - -def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D528, "M", "k"), - (0x1D529, "M", "l"), - (0x1D52A, "M", "m"), - (0x1D52B, "M", "n"), - (0x1D52C, "M", "o"), - (0x1D52D, "M", "p"), - (0x1D52E, "M", "q"), - (0x1D52F, "M", "r"), - (0x1D530, "M", "s"), - (0x1D531, "M", "t"), - (0x1D532, "M", "u"), - (0x1D533, "M", "v"), - (0x1D534, "M", "w"), - (0x1D535, "M", "x"), - (0x1D536, "M", "y"), - (0x1D537, "M", "z"), - (0x1D538, "M", "a"), - (0x1D539, "M", "b"), - (0x1D53A, "X"), - (0x1D53B, "M", "d"), - (0x1D53C, "M", "e"), - (0x1D53D, "M", "f"), - (0x1D53E, "M", "g"), - (0x1D53F, "X"), - (0x1D540, "M", "i"), - (0x1D541, "M", "j"), - (0x1D542, "M", "k"), - (0x1D543, "M", "l"), - (0x1D544, "M", "m"), - (0x1D545, "X"), - (0x1D546, "M", "o"), - (0x1D547, "X"), - (0x1D54A, "M", "s"), - (0x1D54B, "M", "t"), - (0x1D54C, "M", "u"), - (0x1D54D, "M", "v"), - (0x1D54E, "M", "w"), - (0x1D54F, "M", "x"), - (0x1D550, "M", "y"), - (0x1D551, "X"), - (0x1D552, "M", "a"), - (0x1D553, "M", "b"), - (0x1D554, "M", "c"), - (0x1D555, "M", "d"), - (0x1D556, "M", "e"), - (0x1D557, "M", "f"), - (0x1D558, "M", "g"), - (0x1D559, "M", "h"), - (0x1D55A, "M", "i"), - (0x1D55B, "M", "j"), - (0x1D55C, "M", "k"), - (0x1D55D, "M", "l"), - (0x1D55E, "M", "m"), - (0x1D55F, "M", "n"), - (0x1D560, "M", "o"), - (0x1D561, "M", "p"), - (0x1D562, "M", "q"), - (0x1D563, "M", "r"), - (0x1D564, "M", "s"), - (0x1D565, "M", "t"), - (0x1D566, "M", "u"), - (0x1D567, "M", "v"), - (0x1D568, "M", "w"), - (0x1D569, "M", "x"), - (0x1D56A, "M", "y"), - (0x1D56B, "M", "z"), - (0x1D56C, "M", "a"), - (0x1D56D, "M", "b"), - (0x1D56E, "M", "c"), - (0x1D56F, "M", "d"), - (0x1D570, "M", "e"), - (0x1D571, "M", "f"), - (0x1D572, "M", "g"), - (0x1D573, "M", "h"), - (0x1D574, "M", "i"), - (0x1D575, "M", "j"), - (0x1D576, "M", "k"), - (0x1D577, "M", "l"), - (0x1D578, "M", "m"), - (0x1D579, "M", "n"), - (0x1D57A, "M", "o"), - (0x1D57B, "M", "p"), - (0x1D57C, "M", "q"), - (0x1D57D, "M", "r"), - (0x1D57E, "M", "s"), - (0x1D57F, "M", "t"), - (0x1D580, "M", "u"), - (0x1D581, "M", "v"), - (0x1D582, "M", "w"), - (0x1D583, "M", "x"), - (0x1D584, "M", "y"), - (0x1D585, "M", "z"), - (0x1D586, "M", "a"), - (0x1D587, "M", "b"), - (0x1D588, "M", "c"), - (0x1D589, "M", "d"), - (0x1D58A, "M", "e"), - (0x1D58B, "M", "f"), - (0x1D58C, "M", "g"), - (0x1D58D, "M", "h"), - ] - - -def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D58E, "M", "i"), - (0x1D58F, "M", "j"), - (0x1D590, "M", "k"), - (0x1D591, "M", "l"), - (0x1D592, "M", "m"), - (0x1D593, "M", "n"), - (0x1D594, "M", "o"), - (0x1D595, "M", "p"), - (0x1D596, "M", "q"), - (0x1D597, "M", "r"), - (0x1D598, "M", "s"), - (0x1D599, "M", "t"), - (0x1D59A, "M", "u"), - (0x1D59B, "M", "v"), - (0x1D59C, "M", "w"), - (0x1D59D, "M", "x"), - (0x1D59E, "M", "y"), - (0x1D59F, "M", "z"), - (0x1D5A0, "M", "a"), - (0x1D5A1, "M", "b"), - (0x1D5A2, "M", "c"), - (0x1D5A3, "M", "d"), - (0x1D5A4, "M", "e"), - (0x1D5A5, "M", "f"), - (0x1D5A6, "M", "g"), - (0x1D5A7, "M", "h"), - (0x1D5A8, "M", "i"), - (0x1D5A9, "M", "j"), - (0x1D5AA, "M", "k"), - (0x1D5AB, "M", "l"), - (0x1D5AC, "M", "m"), - (0x1D5AD, "M", "n"), - (0x1D5AE, "M", "o"), - (0x1D5AF, "M", "p"), - (0x1D5B0, "M", "q"), - (0x1D5B1, "M", "r"), - (0x1D5B2, "M", "s"), - (0x1D5B3, "M", "t"), - (0x1D5B4, "M", "u"), - (0x1D5B5, "M", "v"), - (0x1D5B6, "M", "w"), - (0x1D5B7, "M", "x"), - (0x1D5B8, "M", "y"), - (0x1D5B9, "M", "z"), - (0x1D5BA, "M", "a"), - (0x1D5BB, "M", "b"), - (0x1D5BC, "M", "c"), - (0x1D5BD, "M", "d"), - (0x1D5BE, "M", "e"), - (0x1D5BF, "M", "f"), - (0x1D5C0, "M", "g"), - (0x1D5C1, "M", "h"), - (0x1D5C2, "M", "i"), - (0x1D5C3, "M", "j"), - (0x1D5C4, "M", "k"), - (0x1D5C5, "M", "l"), - (0x1D5C6, "M", "m"), - (0x1D5C7, "M", "n"), - (0x1D5C8, "M", "o"), - (0x1D5C9, "M", "p"), - (0x1D5CA, "M", "q"), - (0x1D5CB, "M", "r"), - (0x1D5CC, "M", "s"), - (0x1D5CD, "M", "t"), - (0x1D5CE, "M", "u"), - (0x1D5CF, "M", "v"), - (0x1D5D0, "M", "w"), - (0x1D5D1, "M", "x"), - (0x1D5D2, "M", "y"), - (0x1D5D3, "M", "z"), - (0x1D5D4, "M", "a"), - (0x1D5D5, "M", "b"), - (0x1D5D6, "M", "c"), - (0x1D5D7, "M", "d"), - (0x1D5D8, "M", "e"), - (0x1D5D9, "M", "f"), - (0x1D5DA, "M", "g"), - (0x1D5DB, "M", "h"), - (0x1D5DC, "M", "i"), - (0x1D5DD, "M", "j"), - (0x1D5DE, "M", "k"), - (0x1D5DF, "M", "l"), - (0x1D5E0, "M", "m"), - (0x1D5E1, "M", "n"), - (0x1D5E2, "M", "o"), - (0x1D5E3, "M", "p"), - (0x1D5E4, "M", "q"), - (0x1D5E5, "M", "r"), - (0x1D5E6, "M", "s"), - (0x1D5E7, "M", "t"), - (0x1D5E8, "M", "u"), - (0x1D5E9, "M", "v"), - (0x1D5EA, "M", "w"), - (0x1D5EB, "M", "x"), - (0x1D5EC, "M", "y"), - (0x1D5ED, "M", "z"), - (0x1D5EE, "M", "a"), - (0x1D5EF, "M", "b"), - (0x1D5F0, "M", "c"), - (0x1D5F1, "M", "d"), - ] - - -def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D5F2, "M", "e"), - (0x1D5F3, "M", "f"), - (0x1D5F4, "M", "g"), - (0x1D5F5, "M", "h"), - (0x1D5F6, "M", "i"), - (0x1D5F7, "M", "j"), - (0x1D5F8, "M", "k"), - (0x1D5F9, "M", "l"), - (0x1D5FA, "M", "m"), - (0x1D5FB, "M", "n"), - (0x1D5FC, "M", "o"), - (0x1D5FD, "M", "p"), - (0x1D5FE, "M", "q"), - (0x1D5FF, "M", "r"), - (0x1D600, "M", "s"), - (0x1D601, "M", "t"), - (0x1D602, "M", "u"), - (0x1D603, "M", "v"), - (0x1D604, "M", "w"), - (0x1D605, "M", "x"), - (0x1D606, "M", "y"), - (0x1D607, "M", "z"), - (0x1D608, "M", "a"), - (0x1D609, "M", "b"), - (0x1D60A, "M", "c"), - (0x1D60B, "M", "d"), - (0x1D60C, "M", "e"), - (0x1D60D, "M", "f"), - (0x1D60E, "M", "g"), - (0x1D60F, "M", "h"), - (0x1D610, "M", "i"), - (0x1D611, "M", "j"), - (0x1D612, "M", "k"), - (0x1D613, "M", "l"), - (0x1D614, "M", "m"), - (0x1D615, "M", "n"), - (0x1D616, "M", "o"), - (0x1D617, "M", "p"), - (0x1D618, "M", "q"), - (0x1D619, "M", "r"), - (0x1D61A, "M", "s"), - (0x1D61B, "M", "t"), - (0x1D61C, "M", "u"), - (0x1D61D, "M", "v"), - (0x1D61E, "M", "w"), - (0x1D61F, "M", "x"), - (0x1D620, "M", "y"), - (0x1D621, "M", "z"), - (0x1D622, "M", "a"), - (0x1D623, "M", "b"), - (0x1D624, "M", "c"), - (0x1D625, "M", "d"), - (0x1D626, "M", "e"), - (0x1D627, "M", "f"), - (0x1D628, "M", "g"), - (0x1D629, "M", "h"), - (0x1D62A, "M", "i"), - (0x1D62B, "M", "j"), - (0x1D62C, "M", "k"), - (0x1D62D, "M", "l"), - (0x1D62E, "M", "m"), - (0x1D62F, "M", "n"), - (0x1D630, "M", "o"), - (0x1D631, "M", "p"), - (0x1D632, "M", "q"), - (0x1D633, "M", "r"), - (0x1D634, "M", "s"), - (0x1D635, "M", "t"), - (0x1D636, "M", "u"), - (0x1D637, "M", "v"), - (0x1D638, "M", "w"), - (0x1D639, "M", "x"), - (0x1D63A, "M", "y"), - (0x1D63B, "M", "z"), - (0x1D63C, "M", "a"), - (0x1D63D, "M", "b"), - (0x1D63E, "M", "c"), - (0x1D63F, "M", "d"), - (0x1D640, "M", "e"), - (0x1D641, "M", "f"), - (0x1D642, "M", "g"), - (0x1D643, "M", "h"), - (0x1D644, "M", "i"), - (0x1D645, "M", "j"), - (0x1D646, "M", "k"), - (0x1D647, "M", "l"), - (0x1D648, "M", "m"), - (0x1D649, "M", "n"), - (0x1D64A, "M", "o"), - (0x1D64B, "M", "p"), - (0x1D64C, "M", "q"), - (0x1D64D, "M", "r"), - (0x1D64E, "M", "s"), - (0x1D64F, "M", "t"), - (0x1D650, "M", "u"), - (0x1D651, "M", "v"), - (0x1D652, "M", "w"), - (0x1D653, "M", "x"), - (0x1D654, "M", "y"), - (0x1D655, "M", "z"), - ] - - -def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D656, "M", "a"), - (0x1D657, "M", "b"), - (0x1D658, "M", "c"), - (0x1D659, "M", "d"), - (0x1D65A, "M", "e"), - (0x1D65B, "M", "f"), - (0x1D65C, "M", "g"), - (0x1D65D, "M", "h"), - (0x1D65E, "M", "i"), - (0x1D65F, "M", "j"), - (0x1D660, "M", "k"), - (0x1D661, "M", "l"), - (0x1D662, "M", "m"), - (0x1D663, "M", "n"), - (0x1D664, "M", "o"), - (0x1D665, "M", "p"), - (0x1D666, "M", "q"), - (0x1D667, "M", "r"), - (0x1D668, "M", "s"), - (0x1D669, "M", "t"), - (0x1D66A, "M", "u"), - (0x1D66B, "M", "v"), - (0x1D66C, "M", "w"), - (0x1D66D, "M", "x"), - (0x1D66E, "M", "y"), - (0x1D66F, "M", "z"), - (0x1D670, "M", "a"), - (0x1D671, "M", "b"), - (0x1D672, "M", "c"), - (0x1D673, "M", "d"), - (0x1D674, "M", "e"), - (0x1D675, "M", "f"), - (0x1D676, "M", "g"), - (0x1D677, "M", "h"), - (0x1D678, "M", "i"), - (0x1D679, "M", "j"), - (0x1D67A, "M", "k"), - (0x1D67B, "M", "l"), - (0x1D67C, "M", "m"), - (0x1D67D, "M", "n"), - (0x1D67E, "M", "o"), - (0x1D67F, "M", "p"), - (0x1D680, "M", "q"), - (0x1D681, "M", "r"), - (0x1D682, "M", "s"), - (0x1D683, "M", "t"), - (0x1D684, "M", "u"), - (0x1D685, "M", "v"), - (0x1D686, "M", "w"), - (0x1D687, "M", "x"), - (0x1D688, "M", "y"), - (0x1D689, "M", "z"), - (0x1D68A, "M", "a"), - (0x1D68B, "M", "b"), - (0x1D68C, "M", "c"), - (0x1D68D, "M", "d"), - (0x1D68E, "M", "e"), - (0x1D68F, "M", "f"), - (0x1D690, "M", "g"), - (0x1D691, "M", "h"), - (0x1D692, "M", "i"), - (0x1D693, "M", "j"), - (0x1D694, "M", "k"), - (0x1D695, "M", "l"), - (0x1D696, "M", "m"), - (0x1D697, "M", "n"), - (0x1D698, "M", "o"), - (0x1D699, "M", "p"), - (0x1D69A, "M", "q"), - (0x1D69B, "M", "r"), - (0x1D69C, "M", "s"), - (0x1D69D, "M", "t"), - (0x1D69E, "M", "u"), - (0x1D69F, "M", "v"), - (0x1D6A0, "M", "w"), - (0x1D6A1, "M", "x"), - (0x1D6A2, "M", "y"), - (0x1D6A3, "M", "z"), - (0x1D6A4, "M", "ı"), - (0x1D6A5, "M", "ȷ"), - (0x1D6A6, "X"), - (0x1D6A8, "M", "α"), - (0x1D6A9, "M", "β"), - (0x1D6AA, "M", "γ"), - (0x1D6AB, "M", "δ"), - (0x1D6AC, "M", "ε"), - (0x1D6AD, "M", "ζ"), - (0x1D6AE, "M", "η"), - (0x1D6AF, "M", "θ"), - (0x1D6B0, "M", "ι"), - (0x1D6B1, "M", "κ"), - (0x1D6B2, "M", "λ"), - (0x1D6B3, "M", "μ"), - (0x1D6B4, "M", "ν"), - (0x1D6B5, "M", "ξ"), - (0x1D6B6, "M", "ο"), - (0x1D6B7, "M", "π"), - (0x1D6B8, "M", "ρ"), - (0x1D6B9, "M", "θ"), - (0x1D6BA, "M", "σ"), - ] - - -def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D6BB, "M", "τ"), - (0x1D6BC, "M", "υ"), - (0x1D6BD, "M", "φ"), - (0x1D6BE, "M", "χ"), - (0x1D6BF, "M", "ψ"), - (0x1D6C0, "M", "ω"), - (0x1D6C1, "M", "∇"), - (0x1D6C2, "M", "α"), - (0x1D6C3, "M", "β"), - (0x1D6C4, "M", "γ"), - (0x1D6C5, "M", "δ"), - (0x1D6C6, "M", "ε"), - (0x1D6C7, "M", "ζ"), - (0x1D6C8, "M", "η"), - (0x1D6C9, "M", "θ"), - (0x1D6CA, "M", "ι"), - (0x1D6CB, "M", "κ"), - (0x1D6CC, "M", "λ"), - (0x1D6CD, "M", "μ"), - (0x1D6CE, "M", "ν"), - (0x1D6CF, "M", "ξ"), - (0x1D6D0, "M", "ο"), - (0x1D6D1, "M", "π"), - (0x1D6D2, "M", "ρ"), - (0x1D6D3, "M", "σ"), - (0x1D6D5, "M", "τ"), - (0x1D6D6, "M", "υ"), - (0x1D6D7, "M", "φ"), - (0x1D6D8, "M", "χ"), - (0x1D6D9, "M", "ψ"), - (0x1D6DA, "M", "ω"), - (0x1D6DB, "M", "∂"), - (0x1D6DC, "M", "ε"), - (0x1D6DD, "M", "θ"), - (0x1D6DE, "M", "κ"), - (0x1D6DF, "M", "φ"), - (0x1D6E0, "M", "ρ"), - (0x1D6E1, "M", "π"), - (0x1D6E2, "M", "α"), - (0x1D6E3, "M", "β"), - (0x1D6E4, "M", "γ"), - (0x1D6E5, "M", "δ"), - (0x1D6E6, "M", "ε"), - (0x1D6E7, "M", "ζ"), - (0x1D6E8, "M", "η"), - (0x1D6E9, "M", "θ"), - (0x1D6EA, "M", "ι"), - (0x1D6EB, "M", "κ"), - (0x1D6EC, "M", "λ"), - (0x1D6ED, "M", "μ"), - (0x1D6EE, "M", "ν"), - (0x1D6EF, "M", "ξ"), - (0x1D6F0, "M", "ο"), - (0x1D6F1, "M", "π"), - (0x1D6F2, "M", "ρ"), - (0x1D6F3, "M", "θ"), - (0x1D6F4, "M", "σ"), - (0x1D6F5, "M", "τ"), - (0x1D6F6, "M", "υ"), - (0x1D6F7, "M", "φ"), - (0x1D6F8, "M", "χ"), - (0x1D6F9, "M", "ψ"), - (0x1D6FA, "M", "ω"), - (0x1D6FB, "M", "∇"), - (0x1D6FC, "M", "α"), - (0x1D6FD, "M", "β"), - (0x1D6FE, "M", "γ"), - (0x1D6FF, "M", "δ"), - (0x1D700, "M", "ε"), - (0x1D701, "M", "ζ"), - (0x1D702, "M", "η"), - (0x1D703, "M", "θ"), - (0x1D704, "M", "ι"), - (0x1D705, "M", "κ"), - (0x1D706, "M", "λ"), - (0x1D707, "M", "μ"), - (0x1D708, "M", "ν"), - (0x1D709, "M", "ξ"), - (0x1D70A, "M", "ο"), - (0x1D70B, "M", "π"), - (0x1D70C, "M", "ρ"), - (0x1D70D, "M", "σ"), - (0x1D70F, "M", "τ"), - (0x1D710, "M", "υ"), - (0x1D711, "M", "φ"), - (0x1D712, "M", "χ"), - (0x1D713, "M", "ψ"), - (0x1D714, "M", "ω"), - (0x1D715, "M", "∂"), - (0x1D716, "M", "ε"), - (0x1D717, "M", "θ"), - (0x1D718, "M", "κ"), - (0x1D719, "M", "φ"), - (0x1D71A, "M", "ρ"), - (0x1D71B, "M", "π"), - (0x1D71C, "M", "α"), - (0x1D71D, "M", "β"), - (0x1D71E, "M", "γ"), - (0x1D71F, "M", "δ"), - (0x1D720, "M", "ε"), - ] - - -def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D721, "M", "ζ"), - (0x1D722, "M", "η"), - (0x1D723, "M", "θ"), - (0x1D724, "M", "ι"), - (0x1D725, "M", "κ"), - (0x1D726, "M", "λ"), - (0x1D727, "M", "μ"), - (0x1D728, "M", "ν"), - (0x1D729, "M", "ξ"), - (0x1D72A, "M", "ο"), - (0x1D72B, "M", "π"), - (0x1D72C, "M", "ρ"), - (0x1D72D, "M", "θ"), - (0x1D72E, "M", "σ"), - (0x1D72F, "M", "τ"), - (0x1D730, "M", "υ"), - (0x1D731, "M", "φ"), - (0x1D732, "M", "χ"), - (0x1D733, "M", "ψ"), - (0x1D734, "M", "ω"), - (0x1D735, "M", "∇"), - (0x1D736, "M", "α"), - (0x1D737, "M", "β"), - (0x1D738, "M", "γ"), - (0x1D739, "M", "δ"), - (0x1D73A, "M", "ε"), - (0x1D73B, "M", "ζ"), - (0x1D73C, "M", "η"), - (0x1D73D, "M", "θ"), - (0x1D73E, "M", "ι"), - (0x1D73F, "M", "κ"), - (0x1D740, "M", "λ"), - (0x1D741, "M", "μ"), - (0x1D742, "M", "ν"), - (0x1D743, "M", "ξ"), - (0x1D744, "M", "ο"), - (0x1D745, "M", "π"), - (0x1D746, "M", "ρ"), - (0x1D747, "M", "σ"), - (0x1D749, "M", "τ"), - (0x1D74A, "M", "υ"), - (0x1D74B, "M", "φ"), - (0x1D74C, "M", "χ"), - (0x1D74D, "M", "ψ"), - (0x1D74E, "M", "ω"), - (0x1D74F, "M", "∂"), - (0x1D750, "M", "ε"), - (0x1D751, "M", "θ"), - (0x1D752, "M", "κ"), - (0x1D753, "M", "φ"), - (0x1D754, "M", "ρ"), - (0x1D755, "M", "π"), - (0x1D756, "M", "α"), - (0x1D757, "M", "β"), - (0x1D758, "M", "γ"), - (0x1D759, "M", "δ"), - (0x1D75A, "M", "ε"), - (0x1D75B, "M", "ζ"), - (0x1D75C, "M", "η"), - (0x1D75D, "M", "θ"), - (0x1D75E, "M", "ι"), - (0x1D75F, "M", "κ"), - (0x1D760, "M", "λ"), - (0x1D761, "M", "μ"), - (0x1D762, "M", "ν"), - (0x1D763, "M", "ξ"), - (0x1D764, "M", "ο"), - (0x1D765, "M", "π"), - (0x1D766, "M", "ρ"), - (0x1D767, "M", "θ"), - (0x1D768, "M", "σ"), - (0x1D769, "M", "τ"), - (0x1D76A, "M", "υ"), - (0x1D76B, "M", "φ"), - (0x1D76C, "M", "χ"), - (0x1D76D, "M", "ψ"), - (0x1D76E, "M", "ω"), - (0x1D76F, "M", "∇"), - (0x1D770, "M", "α"), - (0x1D771, "M", "β"), - (0x1D772, "M", "γ"), - (0x1D773, "M", "δ"), - (0x1D774, "M", "ε"), - (0x1D775, "M", "ζ"), - (0x1D776, "M", "η"), - (0x1D777, "M", "θ"), - (0x1D778, "M", "ι"), - (0x1D779, "M", "κ"), - (0x1D77A, "M", "λ"), - (0x1D77B, "M", "μ"), - (0x1D77C, "M", "ν"), - (0x1D77D, "M", "ξ"), - (0x1D77E, "M", "ο"), - (0x1D77F, "M", "π"), - (0x1D780, "M", "ρ"), - (0x1D781, "M", "σ"), - (0x1D783, "M", "τ"), - (0x1D784, "M", "υ"), - (0x1D785, "M", "φ"), - (0x1D786, "M", "χ"), - ] - - -def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D787, "M", "ψ"), - (0x1D788, "M", "ω"), - (0x1D789, "M", "∂"), - (0x1D78A, "M", "ε"), - (0x1D78B, "M", "θ"), - (0x1D78C, "M", "κ"), - (0x1D78D, "M", "φ"), - (0x1D78E, "M", "ρ"), - (0x1D78F, "M", "π"), - (0x1D790, "M", "α"), - (0x1D791, "M", "β"), - (0x1D792, "M", "γ"), - (0x1D793, "M", "δ"), - (0x1D794, "M", "ε"), - (0x1D795, "M", "ζ"), - (0x1D796, "M", "η"), - (0x1D797, "M", "θ"), - (0x1D798, "M", "ι"), - (0x1D799, "M", "κ"), - (0x1D79A, "M", "λ"), - (0x1D79B, "M", "μ"), - (0x1D79C, "M", "ν"), - (0x1D79D, "M", "ξ"), - (0x1D79E, "M", "ο"), - (0x1D79F, "M", "π"), - (0x1D7A0, "M", "ρ"), - (0x1D7A1, "M", "θ"), - (0x1D7A2, "M", "σ"), - (0x1D7A3, "M", "τ"), - (0x1D7A4, "M", "υ"), - (0x1D7A5, "M", "φ"), - (0x1D7A6, "M", "χ"), - (0x1D7A7, "M", "ψ"), - (0x1D7A8, "M", "ω"), - (0x1D7A9, "M", "∇"), - (0x1D7AA, "M", "α"), - (0x1D7AB, "M", "β"), - (0x1D7AC, "M", "γ"), - (0x1D7AD, "M", "δ"), - (0x1D7AE, "M", "ε"), - (0x1D7AF, "M", "ζ"), - (0x1D7B0, "M", "η"), - (0x1D7B1, "M", "θ"), - (0x1D7B2, "M", "ι"), - (0x1D7B3, "M", "κ"), - (0x1D7B4, "M", "λ"), - (0x1D7B5, "M", "μ"), - (0x1D7B6, "M", "ν"), - (0x1D7B7, "M", "ξ"), - (0x1D7B8, "M", "ο"), - (0x1D7B9, "M", "π"), - (0x1D7BA, "M", "ρ"), - (0x1D7BB, "M", "σ"), - (0x1D7BD, "M", "τ"), - (0x1D7BE, "M", "υ"), - (0x1D7BF, "M", "φ"), - (0x1D7C0, "M", "χ"), - (0x1D7C1, "M", "ψ"), - (0x1D7C2, "M", "ω"), - (0x1D7C3, "M", "∂"), - (0x1D7C4, "M", "ε"), - (0x1D7C5, "M", "θ"), - (0x1D7C6, "M", "κ"), - (0x1D7C7, "M", "φ"), - (0x1D7C8, "M", "ρ"), - (0x1D7C9, "M", "π"), - (0x1D7CA, "M", "ϝ"), - (0x1D7CC, "X"), - (0x1D7CE, "M", "0"), - (0x1D7CF, "M", "1"), - (0x1D7D0, "M", "2"), - (0x1D7D1, "M", "3"), - (0x1D7D2, "M", "4"), - (0x1D7D3, "M", "5"), - (0x1D7D4, "M", "6"), - (0x1D7D5, "M", "7"), - (0x1D7D6, "M", "8"), - (0x1D7D7, "M", "9"), - (0x1D7D8, "M", "0"), - (0x1D7D9, "M", "1"), - (0x1D7DA, "M", "2"), - (0x1D7DB, "M", "3"), - (0x1D7DC, "M", "4"), - (0x1D7DD, "M", "5"), - (0x1D7DE, "M", "6"), - (0x1D7DF, "M", "7"), - (0x1D7E0, "M", "8"), - (0x1D7E1, "M", "9"), - (0x1D7E2, "M", "0"), - (0x1D7E3, "M", "1"), - (0x1D7E4, "M", "2"), - (0x1D7E5, "M", "3"), - (0x1D7E6, "M", "4"), - (0x1D7E7, "M", "5"), - (0x1D7E8, "M", "6"), - (0x1D7E9, "M", "7"), - (0x1D7EA, "M", "8"), - (0x1D7EB, "M", "9"), - (0x1D7EC, "M", "0"), - (0x1D7ED, "M", "1"), - ] - - -def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1D7EE, "M", "2"), - (0x1D7EF, "M", "3"), - (0x1D7F0, "M", "4"), - (0x1D7F1, "M", "5"), - (0x1D7F2, "M", "6"), - (0x1D7F3, "M", "7"), - (0x1D7F4, "M", "8"), - (0x1D7F5, "M", "9"), - (0x1D7F6, "M", "0"), - (0x1D7F7, "M", "1"), - (0x1D7F8, "M", "2"), - (0x1D7F9, "M", "3"), - (0x1D7FA, "M", "4"), - (0x1D7FB, "M", "5"), - (0x1D7FC, "M", "6"), - (0x1D7FD, "M", "7"), - (0x1D7FE, "M", "8"), - (0x1D7FF, "M", "9"), - (0x1D800, "V"), - (0x1DA8C, "X"), - (0x1DA9B, "V"), - (0x1DAA0, "X"), - (0x1DAA1, "V"), - (0x1DAB0, "X"), - (0x1DF00, "V"), - (0x1DF1F, "X"), - (0x1DF25, "V"), - (0x1DF2B, "X"), - (0x1E000, "V"), - (0x1E007, "X"), - (0x1E008, "V"), - (0x1E019, "X"), - (0x1E01B, "V"), - (0x1E022, "X"), - (0x1E023, "V"), - (0x1E025, "X"), - (0x1E026, "V"), - (0x1E02B, "X"), - (0x1E030, "M", "а"), - (0x1E031, "M", "б"), - (0x1E032, "M", "в"), - (0x1E033, "M", "г"), - (0x1E034, "M", "д"), - (0x1E035, "M", "е"), - (0x1E036, "M", "ж"), - (0x1E037, "M", "з"), - (0x1E038, "M", "и"), - (0x1E039, "M", "к"), - (0x1E03A, "M", "л"), - (0x1E03B, "M", "м"), - (0x1E03C, "M", "о"), - (0x1E03D, "M", "п"), - (0x1E03E, "M", "р"), - (0x1E03F, "M", "с"), - (0x1E040, "M", "т"), - (0x1E041, "M", "у"), - (0x1E042, "M", "ф"), - (0x1E043, "M", "х"), - (0x1E044, "M", "ц"), - (0x1E045, "M", "ч"), - (0x1E046, "M", "ш"), - (0x1E047, "M", "ы"), - (0x1E048, "M", "э"), - (0x1E049, "M", "ю"), - (0x1E04A, "M", "ꚉ"), - (0x1E04B, "M", "ә"), - (0x1E04C, "M", "і"), - (0x1E04D, "M", "ј"), - (0x1E04E, "M", "ө"), - (0x1E04F, "M", "ү"), - (0x1E050, "M", "ӏ"), - (0x1E051, "M", "а"), - (0x1E052, "M", "б"), - (0x1E053, "M", "в"), - (0x1E054, "M", "г"), - (0x1E055, "M", "д"), - (0x1E056, "M", "е"), - (0x1E057, "M", "ж"), - (0x1E058, "M", "з"), - (0x1E059, "M", "и"), - (0x1E05A, "M", "к"), - (0x1E05B, "M", "л"), - (0x1E05C, "M", "о"), - (0x1E05D, "M", "п"), - (0x1E05E, "M", "с"), - (0x1E05F, "M", "у"), - (0x1E060, "M", "ф"), - (0x1E061, "M", "х"), - (0x1E062, "M", "ц"), - (0x1E063, "M", "ч"), - (0x1E064, "M", "ш"), - (0x1E065, "M", "ъ"), - (0x1E066, "M", "ы"), - (0x1E067, "M", "ґ"), - (0x1E068, "M", "і"), - (0x1E069, "M", "ѕ"), - (0x1E06A, "M", "џ"), - (0x1E06B, "M", "ҫ"), - (0x1E06C, "M", "ꙑ"), - (0x1E06D, "M", "ұ"), - ] - - -def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1E06E, "X"), - (0x1E08F, "V"), - (0x1E090, "X"), - (0x1E100, "V"), - (0x1E12D, "X"), - (0x1E130, "V"), - (0x1E13E, "X"), - (0x1E140, "V"), - (0x1E14A, "X"), - (0x1E14E, "V"), - (0x1E150, "X"), - (0x1E290, "V"), - (0x1E2AF, "X"), - (0x1E2C0, "V"), - (0x1E2FA, "X"), - (0x1E2FF, "V"), - (0x1E300, "X"), - (0x1E4D0, "V"), - (0x1E4FA, "X"), - (0x1E5D0, "V"), - (0x1E5FB, "X"), - (0x1E5FF, "V"), - (0x1E600, "X"), - (0x1E7E0, "V"), - (0x1E7E7, "X"), - (0x1E7E8, "V"), - (0x1E7EC, "X"), - (0x1E7ED, "V"), - (0x1E7EF, "X"), - (0x1E7F0, "V"), - (0x1E7FF, "X"), - (0x1E800, "V"), - (0x1E8C5, "X"), - (0x1E8C7, "V"), - (0x1E8D7, "X"), - (0x1E900, "M", "𞤢"), - (0x1E901, "M", "𞤣"), - (0x1E902, "M", "𞤤"), - (0x1E903, "M", "𞤥"), - (0x1E904, "M", "𞤦"), - (0x1E905, "M", "𞤧"), - (0x1E906, "M", "𞤨"), - (0x1E907, "M", "𞤩"), - (0x1E908, "M", "𞤪"), - (0x1E909, "M", "𞤫"), - (0x1E90A, "M", "𞤬"), - (0x1E90B, "M", "𞤭"), - (0x1E90C, "M", "𞤮"), - (0x1E90D, "M", "𞤯"), - (0x1E90E, "M", "𞤰"), - (0x1E90F, "M", "𞤱"), - (0x1E910, "M", "𞤲"), - (0x1E911, "M", "𞤳"), - (0x1E912, "M", "𞤴"), - (0x1E913, "M", "𞤵"), - (0x1E914, "M", "𞤶"), - (0x1E915, "M", "𞤷"), - (0x1E916, "M", "𞤸"), - (0x1E917, "M", "𞤹"), - (0x1E918, "M", "𞤺"), - (0x1E919, "M", "𞤻"), - (0x1E91A, "M", "𞤼"), - (0x1E91B, "M", "𞤽"), - (0x1E91C, "M", "𞤾"), - (0x1E91D, "M", "𞤿"), - (0x1E91E, "M", "𞥀"), - (0x1E91F, "M", "𞥁"), - (0x1E920, "M", "𞥂"), - (0x1E921, "M", "𞥃"), - (0x1E922, "V"), - (0x1E94C, "X"), - (0x1E950, "V"), - (0x1E95A, "X"), - (0x1E95E, "V"), - (0x1E960, "X"), - (0x1EC71, "V"), - (0x1ECB5, "X"), - (0x1ED01, "V"), - (0x1ED3E, "X"), - (0x1EE00, "M", "ا"), - (0x1EE01, "M", "ب"), - (0x1EE02, "M", "ج"), - (0x1EE03, "M", "د"), - (0x1EE04, "X"), - (0x1EE05, "M", "و"), - (0x1EE06, "M", "ز"), - (0x1EE07, "M", "ح"), - (0x1EE08, "M", "ط"), - (0x1EE09, "M", "ي"), - (0x1EE0A, "M", "ك"), - (0x1EE0B, "M", "ل"), - (0x1EE0C, "M", "م"), - (0x1EE0D, "M", "ن"), - (0x1EE0E, "M", "س"), - (0x1EE0F, "M", "ع"), - (0x1EE10, "M", "ف"), - (0x1EE11, "M", "ص"), - (0x1EE12, "M", "ق"), - (0x1EE13, "M", "ر"), - (0x1EE14, "M", "ش"), - ] - - -def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1EE15, "M", "ت"), - (0x1EE16, "M", "ث"), - (0x1EE17, "M", "خ"), - (0x1EE18, "M", "ذ"), - (0x1EE19, "M", "ض"), - (0x1EE1A, "M", "ظ"), - (0x1EE1B, "M", "غ"), - (0x1EE1C, "M", "ٮ"), - (0x1EE1D, "M", "ں"), - (0x1EE1E, "M", "ڡ"), - (0x1EE1F, "M", "ٯ"), - (0x1EE20, "X"), - (0x1EE21, "M", "ب"), - (0x1EE22, "M", "ج"), - (0x1EE23, "X"), - (0x1EE24, "M", "ه"), - (0x1EE25, "X"), - (0x1EE27, "M", "ح"), - (0x1EE28, "X"), - (0x1EE29, "M", "ي"), - (0x1EE2A, "M", "ك"), - (0x1EE2B, "M", "ل"), - (0x1EE2C, "M", "م"), - (0x1EE2D, "M", "ن"), - (0x1EE2E, "M", "س"), - (0x1EE2F, "M", "ع"), - (0x1EE30, "M", "ف"), - (0x1EE31, "M", "ص"), - (0x1EE32, "M", "ق"), - (0x1EE33, "X"), - (0x1EE34, "M", "ش"), - (0x1EE35, "M", "ت"), - (0x1EE36, "M", "ث"), - (0x1EE37, "M", "خ"), - (0x1EE38, "X"), - (0x1EE39, "M", "ض"), - (0x1EE3A, "X"), - (0x1EE3B, "M", "غ"), - (0x1EE3C, "X"), - (0x1EE42, "M", "ج"), - (0x1EE43, "X"), - (0x1EE47, "M", "ح"), - (0x1EE48, "X"), - (0x1EE49, "M", "ي"), - (0x1EE4A, "X"), - (0x1EE4B, "M", "ل"), - (0x1EE4C, "X"), - (0x1EE4D, "M", "ن"), - (0x1EE4E, "M", "س"), - (0x1EE4F, "M", "ع"), - (0x1EE50, "X"), - (0x1EE51, "M", "ص"), - (0x1EE52, "M", "ق"), - (0x1EE53, "X"), - (0x1EE54, "M", "ش"), - (0x1EE55, "X"), - (0x1EE57, "M", "خ"), - (0x1EE58, "X"), - (0x1EE59, "M", "ض"), - (0x1EE5A, "X"), - (0x1EE5B, "M", "غ"), - (0x1EE5C, "X"), - (0x1EE5D, "M", "ں"), - (0x1EE5E, "X"), - (0x1EE5F, "M", "ٯ"), - (0x1EE60, "X"), - (0x1EE61, "M", "ب"), - (0x1EE62, "M", "ج"), - (0x1EE63, "X"), - (0x1EE64, "M", "ه"), - (0x1EE65, "X"), - (0x1EE67, "M", "ح"), - (0x1EE68, "M", "ط"), - (0x1EE69, "M", "ي"), - (0x1EE6A, "M", "ك"), - (0x1EE6B, "X"), - (0x1EE6C, "M", "م"), - (0x1EE6D, "M", "ن"), - (0x1EE6E, "M", "س"), - (0x1EE6F, "M", "ع"), - (0x1EE70, "M", "ف"), - (0x1EE71, "M", "ص"), - (0x1EE72, "M", "ق"), - (0x1EE73, "X"), - (0x1EE74, "M", "ش"), - (0x1EE75, "M", "ت"), - (0x1EE76, "M", "ث"), - (0x1EE77, "M", "خ"), - (0x1EE78, "X"), - (0x1EE79, "M", "ض"), - (0x1EE7A, "M", "ظ"), - (0x1EE7B, "M", "غ"), - (0x1EE7C, "M", "ٮ"), - (0x1EE7D, "X"), - (0x1EE7E, "M", "ڡ"), - (0x1EE7F, "X"), - (0x1EE80, "M", "ا"), - (0x1EE81, "M", "ب"), - (0x1EE82, "M", "ج"), - (0x1EE83, "M", "د"), - ] - - -def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1EE84, "M", "ه"), - (0x1EE85, "M", "و"), - (0x1EE86, "M", "ز"), - (0x1EE87, "M", "ح"), - (0x1EE88, "M", "ط"), - (0x1EE89, "M", "ي"), - (0x1EE8A, "X"), - (0x1EE8B, "M", "ل"), - (0x1EE8C, "M", "م"), - (0x1EE8D, "M", "ن"), - (0x1EE8E, "M", "س"), - (0x1EE8F, "M", "ع"), - (0x1EE90, "M", "ف"), - (0x1EE91, "M", "ص"), - (0x1EE92, "M", "ق"), - (0x1EE93, "M", "ر"), - (0x1EE94, "M", "ش"), - (0x1EE95, "M", "ت"), - (0x1EE96, "M", "ث"), - (0x1EE97, "M", "خ"), - (0x1EE98, "M", "ذ"), - (0x1EE99, "M", "ض"), - (0x1EE9A, "M", "ظ"), - (0x1EE9B, "M", "غ"), - (0x1EE9C, "X"), - (0x1EEA1, "M", "ب"), - (0x1EEA2, "M", "ج"), - (0x1EEA3, "M", "د"), - (0x1EEA4, "X"), - (0x1EEA5, "M", "و"), - (0x1EEA6, "M", "ز"), - (0x1EEA7, "M", "ح"), - (0x1EEA8, "M", "ط"), - (0x1EEA9, "M", "ي"), - (0x1EEAA, "X"), - (0x1EEAB, "M", "ل"), - (0x1EEAC, "M", "م"), - (0x1EEAD, "M", "ن"), - (0x1EEAE, "M", "س"), - (0x1EEAF, "M", "ع"), - (0x1EEB0, "M", "ف"), - (0x1EEB1, "M", "ص"), - (0x1EEB2, "M", "ق"), - (0x1EEB3, "M", "ر"), - (0x1EEB4, "M", "ش"), - (0x1EEB5, "M", "ت"), - (0x1EEB6, "M", "ث"), - (0x1EEB7, "M", "خ"), - (0x1EEB8, "M", "ذ"), - (0x1EEB9, "M", "ض"), - (0x1EEBA, "M", "ظ"), - (0x1EEBB, "M", "غ"), - (0x1EEBC, "X"), - (0x1EEF0, "V"), - (0x1EEF2, "X"), - (0x1F000, "V"), - (0x1F02C, "X"), - (0x1F030, "V"), - (0x1F094, "X"), - (0x1F0A0, "V"), - (0x1F0AF, "X"), - (0x1F0B1, "V"), - (0x1F0C0, "X"), - (0x1F0C1, "V"), - (0x1F0D0, "X"), - (0x1F0D1, "V"), - (0x1F0F6, "X"), - (0x1F101, "M", "0,"), - (0x1F102, "M", "1,"), - (0x1F103, "M", "2,"), - (0x1F104, "M", "3,"), - (0x1F105, "M", "4,"), - (0x1F106, "M", "5,"), - (0x1F107, "M", "6,"), - (0x1F108, "M", "7,"), - (0x1F109, "M", "8,"), - (0x1F10A, "M", "9,"), - (0x1F10B, "V"), - (0x1F110, "M", "(a)"), - (0x1F111, "M", "(b)"), - (0x1F112, "M", "(c)"), - (0x1F113, "M", "(d)"), - (0x1F114, "M", "(e)"), - (0x1F115, "M", "(f)"), - (0x1F116, "M", "(g)"), - (0x1F117, "M", "(h)"), - (0x1F118, "M", "(i)"), - (0x1F119, "M", "(j)"), - (0x1F11A, "M", "(k)"), - (0x1F11B, "M", "(l)"), - (0x1F11C, "M", "(m)"), - (0x1F11D, "M", "(n)"), - (0x1F11E, "M", "(o)"), - (0x1F11F, "M", "(p)"), - (0x1F120, "M", "(q)"), - (0x1F121, "M", "(r)"), - (0x1F122, "M", "(s)"), - (0x1F123, "M", "(t)"), - (0x1F124, "M", "(u)"), - (0x1F125, "M", "(v)"), - ] - - -def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1F126, "M", "(w)"), - (0x1F127, "M", "(x)"), - (0x1F128, "M", "(y)"), - (0x1F129, "M", "(z)"), - (0x1F12A, "M", "〔s〕"), - (0x1F12B, "M", "c"), - (0x1F12C, "M", "r"), - (0x1F12D, "M", "cd"), - (0x1F12E, "M", "wz"), - (0x1F12F, "V"), - (0x1F130, "M", "a"), - (0x1F131, "M", "b"), - (0x1F132, "M", "c"), - (0x1F133, "M", "d"), - (0x1F134, "M", "e"), - (0x1F135, "M", "f"), - (0x1F136, "M", "g"), - (0x1F137, "M", "h"), - (0x1F138, "M", "i"), - (0x1F139, "M", "j"), - (0x1F13A, "M", "k"), - (0x1F13B, "M", "l"), - (0x1F13C, "M", "m"), - (0x1F13D, "M", "n"), - (0x1F13E, "M", "o"), - (0x1F13F, "M", "p"), - (0x1F140, "M", "q"), - (0x1F141, "M", "r"), - (0x1F142, "M", "s"), - (0x1F143, "M", "t"), - (0x1F144, "M", "u"), - (0x1F145, "M", "v"), - (0x1F146, "M", "w"), - (0x1F147, "M", "x"), - (0x1F148, "M", "y"), - (0x1F149, "M", "z"), - (0x1F14A, "M", "hv"), - (0x1F14B, "M", "mv"), - (0x1F14C, "M", "sd"), - (0x1F14D, "M", "ss"), - (0x1F14E, "M", "ppv"), - (0x1F14F, "M", "wc"), - (0x1F150, "V"), - (0x1F16A, "M", "mc"), - (0x1F16B, "M", "md"), - (0x1F16C, "M", "mr"), - (0x1F16D, "V"), - (0x1F190, "M", "dj"), - (0x1F191, "V"), - (0x1F1AE, "X"), - (0x1F1E6, "V"), - (0x1F200, "M", "ほか"), - (0x1F201, "M", "ココ"), - (0x1F202, "M", "サ"), - (0x1F203, "X"), - (0x1F210, "M", "手"), - (0x1F211, "M", "字"), - (0x1F212, "M", "双"), - (0x1F213, "M", "デ"), - (0x1F214, "M", "二"), - (0x1F215, "M", "多"), - (0x1F216, "M", "解"), - (0x1F217, "M", "天"), - (0x1F218, "M", "交"), - (0x1F219, "M", "映"), - (0x1F21A, "M", "無"), - (0x1F21B, "M", "料"), - (0x1F21C, "M", "前"), - (0x1F21D, "M", "後"), - (0x1F21E, "M", "再"), - (0x1F21F, "M", "新"), - (0x1F220, "M", "初"), - (0x1F221, "M", "終"), - (0x1F222, "M", "生"), - (0x1F223, "M", "販"), - (0x1F224, "M", "声"), - (0x1F225, "M", "吹"), - (0x1F226, "M", "演"), - (0x1F227, "M", "投"), - (0x1F228, "M", "捕"), - (0x1F229, "M", "一"), - (0x1F22A, "M", "三"), - (0x1F22B, "M", "遊"), - (0x1F22C, "M", "左"), - (0x1F22D, "M", "中"), - (0x1F22E, "M", "右"), - (0x1F22F, "M", "指"), - (0x1F230, "M", "走"), - (0x1F231, "M", "打"), - (0x1F232, "M", "禁"), - (0x1F233, "M", "空"), - (0x1F234, "M", "合"), - (0x1F235, "M", "満"), - (0x1F236, "M", "有"), - (0x1F237, "M", "月"), - (0x1F238, "M", "申"), - (0x1F239, "M", "割"), - (0x1F23A, "M", "営"), - (0x1F23B, "M", "配"), - (0x1F23C, "X"), - ] - - -def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x1F240, "M", "〔本〕"), - (0x1F241, "M", "〔三〕"), - (0x1F242, "M", "〔二〕"), - (0x1F243, "M", "〔安〕"), - (0x1F244, "M", "〔点〕"), - (0x1F245, "M", "〔打〕"), - (0x1F246, "M", "〔盗〕"), - (0x1F247, "M", "〔勝〕"), - (0x1F248, "M", "〔敗〕"), - (0x1F249, "X"), - (0x1F250, "M", "得"), - (0x1F251, "M", "可"), - (0x1F252, "X"), - (0x1F260, "V"), - (0x1F266, "X"), - (0x1F300, "V"), - (0x1F6D8, "X"), - (0x1F6DC, "V"), - (0x1F6ED, "X"), - (0x1F6F0, "V"), - (0x1F6FD, "X"), - (0x1F700, "V"), - (0x1F777, "X"), - (0x1F77B, "V"), - (0x1F7DA, "X"), - (0x1F7E0, "V"), - (0x1F7EC, "X"), - (0x1F7F0, "V"), - (0x1F7F1, "X"), - (0x1F800, "V"), - (0x1F80C, "X"), - (0x1F810, "V"), - (0x1F848, "X"), - (0x1F850, "V"), - (0x1F85A, "X"), - (0x1F860, "V"), - (0x1F888, "X"), - (0x1F890, "V"), - (0x1F8AE, "X"), - (0x1F8B0, "V"), - (0x1F8BC, "X"), - (0x1F8C0, "V"), - (0x1F8C2, "X"), - (0x1F900, "V"), - (0x1FA54, "X"), - (0x1FA60, "V"), - (0x1FA6E, "X"), - (0x1FA70, "V"), - (0x1FA7D, "X"), - (0x1FA80, "V"), - (0x1FA8A, "X"), - (0x1FA8F, "V"), - (0x1FAC7, "X"), - (0x1FACE, "V"), - (0x1FADD, "X"), - (0x1FADF, "V"), - (0x1FAEA, "X"), - (0x1FAF0, "V"), - (0x1FAF9, "X"), - (0x1FB00, "V"), - (0x1FB93, "X"), - (0x1FB94, "V"), - (0x1FBF0, "M", "0"), - (0x1FBF1, "M", "1"), - (0x1FBF2, "M", "2"), - (0x1FBF3, "M", "3"), - (0x1FBF4, "M", "4"), - (0x1FBF5, "M", "5"), - (0x1FBF6, "M", "6"), - (0x1FBF7, "M", "7"), - (0x1FBF8, "M", "8"), - (0x1FBF9, "M", "9"), - (0x1FBFA, "X"), - (0x20000, "V"), - (0x2A6E0, "X"), - (0x2A700, "V"), - (0x2B73A, "X"), - (0x2B740, "V"), - (0x2B81E, "X"), - (0x2B820, "V"), - (0x2CEA2, "X"), - (0x2CEB0, "V"), - (0x2EBE1, "X"), - (0x2EBF0, "V"), - (0x2EE5E, "X"), - (0x2F800, "M", "丽"), - (0x2F801, "M", "丸"), - (0x2F802, "M", "乁"), - (0x2F803, "M", "𠄢"), - (0x2F804, "M", "你"), - (0x2F805, "M", "侮"), - (0x2F806, "M", "侻"), - (0x2F807, "M", "倂"), - (0x2F808, "M", "偺"), - (0x2F809, "M", "備"), - (0x2F80A, "M", "僧"), - (0x2F80B, "M", "像"), - (0x2F80C, "M", "㒞"), - (0x2F80D, "M", "𠘺"), - (0x2F80E, "M", "免"), - ] - - -def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F80F, "M", "兔"), - (0x2F810, "M", "兤"), - (0x2F811, "M", "具"), - (0x2F812, "M", "𠔜"), - (0x2F813, "M", "㒹"), - (0x2F814, "M", "內"), - (0x2F815, "M", "再"), - (0x2F816, "M", "𠕋"), - (0x2F817, "M", "冗"), - (0x2F818, "M", "冤"), - (0x2F819, "M", "仌"), - (0x2F81A, "M", "冬"), - (0x2F81B, "M", "况"), - (0x2F81C, "M", "𩇟"), - (0x2F81D, "M", "凵"), - (0x2F81E, "M", "刃"), - (0x2F81F, "M", "㓟"), - (0x2F820, "M", "刻"), - (0x2F821, "M", "剆"), - (0x2F822, "M", "割"), - (0x2F823, "M", "剷"), - (0x2F824, "M", "㔕"), - (0x2F825, "M", "勇"), - (0x2F826, "M", "勉"), - (0x2F827, "M", "勤"), - (0x2F828, "M", "勺"), - (0x2F829, "M", "包"), - (0x2F82A, "M", "匆"), - (0x2F82B, "M", "北"), - (0x2F82C, "M", "卉"), - (0x2F82D, "M", "卑"), - (0x2F82E, "M", "博"), - (0x2F82F, "M", "即"), - (0x2F830, "M", "卽"), - (0x2F831, "M", "卿"), - (0x2F834, "M", "𠨬"), - (0x2F835, "M", "灰"), - (0x2F836, "M", "及"), - (0x2F837, "M", "叟"), - (0x2F838, "M", "𠭣"), - (0x2F839, "M", "叫"), - (0x2F83A, "M", "叱"), - (0x2F83B, "M", "吆"), - (0x2F83C, "M", "咞"), - (0x2F83D, "M", "吸"), - (0x2F83E, "M", "呈"), - (0x2F83F, "M", "周"), - (0x2F840, "M", "咢"), - (0x2F841, "M", "哶"), - (0x2F842, "M", "唐"), - (0x2F843, "M", "啓"), - (0x2F844, "M", "啣"), - (0x2F845, "M", "善"), - (0x2F847, "M", "喙"), - (0x2F848, "M", "喫"), - (0x2F849, "M", "喳"), - (0x2F84A, "M", "嗂"), - (0x2F84B, "M", "圖"), - (0x2F84C, "M", "嘆"), - (0x2F84D, "M", "圗"), - (0x2F84E, "M", "噑"), - (0x2F84F, "M", "噴"), - (0x2F850, "M", "切"), - (0x2F851, "M", "壮"), - (0x2F852, "M", "城"), - (0x2F853, "M", "埴"), - (0x2F854, "M", "堍"), - (0x2F855, "M", "型"), - (0x2F856, "M", "堲"), - (0x2F857, "M", "報"), - (0x2F858, "M", "墬"), - (0x2F859, "M", "𡓤"), - (0x2F85A, "M", "売"), - (0x2F85B, "M", "壷"), - (0x2F85C, "M", "夆"), - (0x2F85D, "M", "多"), - (0x2F85E, "M", "夢"), - (0x2F85F, "M", "奢"), - (0x2F860, "M", "𡚨"), - (0x2F861, "M", "𡛪"), - (0x2F862, "M", "姬"), - (0x2F863, "M", "娛"), - (0x2F864, "M", "娧"), - (0x2F865, "M", "姘"), - (0x2F866, "M", "婦"), - (0x2F867, "M", "㛮"), - (0x2F868, "M", "㛼"), - (0x2F869, "M", "嬈"), - (0x2F86A, "M", "嬾"), - (0x2F86C, "M", "𡧈"), - (0x2F86D, "M", "寃"), - (0x2F86E, "M", "寘"), - (0x2F86F, "M", "寧"), - (0x2F870, "M", "寳"), - (0x2F871, "M", "𡬘"), - (0x2F872, "M", "寿"), - (0x2F873, "M", "将"), - (0x2F874, "M", "当"), - (0x2F875, "M", "尢"), - (0x2F876, "M", "㞁"), - ] - - -def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F877, "M", "屠"), - (0x2F878, "M", "屮"), - (0x2F879, "M", "峀"), - (0x2F87A, "M", "岍"), - (0x2F87B, "M", "𡷤"), - (0x2F87C, "M", "嵃"), - (0x2F87D, "M", "𡷦"), - (0x2F87E, "M", "嵮"), - (0x2F87F, "M", "嵫"), - (0x2F880, "M", "嵼"), - (0x2F881, "M", "巡"), - (0x2F882, "M", "巢"), - (0x2F883, "M", "㠯"), - (0x2F884, "M", "巽"), - (0x2F885, "M", "帨"), - (0x2F886, "M", "帽"), - (0x2F887, "M", "幩"), - (0x2F888, "M", "㡢"), - (0x2F889, "M", "𢆃"), - (0x2F88A, "M", "㡼"), - (0x2F88B, "M", "庰"), - (0x2F88C, "M", "庳"), - (0x2F88D, "M", "庶"), - (0x2F88E, "M", "廊"), - (0x2F88F, "M", "𪎒"), - (0x2F890, "M", "廾"), - (0x2F891, "M", "𢌱"), - (0x2F893, "M", "舁"), - (0x2F894, "M", "弢"), - (0x2F896, "M", "㣇"), - (0x2F897, "M", "𣊸"), - (0x2F898, "M", "𦇚"), - (0x2F899, "M", "形"), - (0x2F89A, "M", "彫"), - (0x2F89B, "M", "㣣"), - (0x2F89C, "M", "徚"), - (0x2F89D, "M", "忍"), - (0x2F89E, "M", "志"), - (0x2F89F, "M", "忹"), - (0x2F8A0, "M", "悁"), - (0x2F8A1, "M", "㤺"), - (0x2F8A2, "M", "㤜"), - (0x2F8A3, "M", "悔"), - (0x2F8A4, "M", "𢛔"), - (0x2F8A5, "M", "惇"), - (0x2F8A6, "M", "慈"), - (0x2F8A7, "M", "慌"), - (0x2F8A8, "M", "慎"), - (0x2F8A9, "M", "慌"), - (0x2F8AA, "M", "慺"), - (0x2F8AB, "M", "憎"), - (0x2F8AC, "M", "憲"), - (0x2F8AD, "M", "憤"), - (0x2F8AE, "M", "憯"), - (0x2F8AF, "M", "懞"), - (0x2F8B0, "M", "懲"), - (0x2F8B1, "M", "懶"), - (0x2F8B2, "M", "成"), - (0x2F8B3, "M", "戛"), - (0x2F8B4, "M", "扝"), - (0x2F8B5, "M", "抱"), - (0x2F8B6, "M", "拔"), - (0x2F8B7, "M", "捐"), - (0x2F8B8, "M", "𢬌"), - (0x2F8B9, "M", "挽"), - (0x2F8BA, "M", "拼"), - (0x2F8BB, "M", "捨"), - (0x2F8BC, "M", "掃"), - (0x2F8BD, "M", "揤"), - (0x2F8BE, "M", "𢯱"), - (0x2F8BF, "M", "搢"), - (0x2F8C0, "M", "揅"), - (0x2F8C1, "M", "掩"), - (0x2F8C2, "M", "㨮"), - (0x2F8C3, "M", "摩"), - (0x2F8C4, "M", "摾"), - (0x2F8C5, "M", "撝"), - (0x2F8C6, "M", "摷"), - (0x2F8C7, "M", "㩬"), - (0x2F8C8, "M", "敏"), - (0x2F8C9, "M", "敬"), - (0x2F8CA, "M", "𣀊"), - (0x2F8CB, "M", "旣"), - (0x2F8CC, "M", "書"), - (0x2F8CD, "M", "晉"), - (0x2F8CE, "M", "㬙"), - (0x2F8CF, "M", "暑"), - (0x2F8D0, "M", "㬈"), - (0x2F8D1, "M", "㫤"), - (0x2F8D2, "M", "冒"), - (0x2F8D3, "M", "冕"), - (0x2F8D4, "M", "最"), - (0x2F8D5, "M", "暜"), - (0x2F8D6, "M", "肭"), - (0x2F8D7, "M", "䏙"), - (0x2F8D8, "M", "朗"), - (0x2F8D9, "M", "望"), - (0x2F8DA, "M", "朡"), - (0x2F8DB, "M", "杞"), - (0x2F8DC, "M", "杓"), - ] - - -def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F8DD, "M", "𣏃"), - (0x2F8DE, "M", "㭉"), - (0x2F8DF, "M", "柺"), - (0x2F8E0, "M", "枅"), - (0x2F8E1, "M", "桒"), - (0x2F8E2, "M", "梅"), - (0x2F8E3, "M", "𣑭"), - (0x2F8E4, "M", "梎"), - (0x2F8E5, "M", "栟"), - (0x2F8E6, "M", "椔"), - (0x2F8E7, "M", "㮝"), - (0x2F8E8, "M", "楂"), - (0x2F8E9, "M", "榣"), - (0x2F8EA, "M", "槪"), - (0x2F8EB, "M", "檨"), - (0x2F8EC, "M", "𣚣"), - (0x2F8ED, "M", "櫛"), - (0x2F8EE, "M", "㰘"), - (0x2F8EF, "M", "次"), - (0x2F8F0, "M", "𣢧"), - (0x2F8F1, "M", "歔"), - (0x2F8F2, "M", "㱎"), - (0x2F8F3, "M", "歲"), - (0x2F8F4, "M", "殟"), - (0x2F8F5, "M", "殺"), - (0x2F8F6, "M", "殻"), - (0x2F8F7, "M", "𣪍"), - (0x2F8F8, "M", "𡴋"), - (0x2F8F9, "M", "𣫺"), - (0x2F8FA, "M", "汎"), - (0x2F8FB, "M", "𣲼"), - (0x2F8FC, "M", "沿"), - (0x2F8FD, "M", "泍"), - (0x2F8FE, "M", "汧"), - (0x2F8FF, "M", "洖"), - (0x2F900, "M", "派"), - (0x2F901, "M", "海"), - (0x2F902, "M", "流"), - (0x2F903, "M", "浩"), - (0x2F904, "M", "浸"), - (0x2F905, "M", "涅"), - (0x2F906, "M", "𣴞"), - (0x2F907, "M", "洴"), - (0x2F908, "M", "港"), - (0x2F909, "M", "湮"), - (0x2F90A, "M", "㴳"), - (0x2F90B, "M", "滋"), - (0x2F90C, "M", "滇"), - (0x2F90D, "M", "𣻑"), - (0x2F90E, "M", "淹"), - (0x2F90F, "M", "潮"), - (0x2F910, "M", "𣽞"), - (0x2F911, "M", "𣾎"), - (0x2F912, "M", "濆"), - (0x2F913, "M", "瀹"), - (0x2F914, "M", "瀞"), - (0x2F915, "M", "瀛"), - (0x2F916, "M", "㶖"), - (0x2F917, "M", "灊"), - (0x2F918, "M", "災"), - (0x2F919, "M", "灷"), - (0x2F91A, "M", "炭"), - (0x2F91B, "M", "𠔥"), - (0x2F91C, "M", "煅"), - (0x2F91D, "M", "𤉣"), - (0x2F91E, "M", "熜"), - (0x2F91F, "M", "𤎫"), - (0x2F920, "M", "爨"), - (0x2F921, "M", "爵"), - (0x2F922, "M", "牐"), - (0x2F923, "M", "𤘈"), - (0x2F924, "M", "犀"), - (0x2F925, "M", "犕"), - (0x2F926, "M", "𤜵"), - (0x2F927, "M", "𤠔"), - (0x2F928, "M", "獺"), - (0x2F929, "M", "王"), - (0x2F92A, "M", "㺬"), - (0x2F92B, "M", "玥"), - (0x2F92C, "M", "㺸"), - (0x2F92E, "M", "瑇"), - (0x2F92F, "M", "瑜"), - (0x2F930, "M", "瑱"), - (0x2F931, "M", "璅"), - (0x2F932, "M", "瓊"), - (0x2F933, "M", "㼛"), - (0x2F934, "M", "甤"), - (0x2F935, "M", "𤰶"), - (0x2F936, "M", "甾"), - (0x2F937, "M", "𤲒"), - (0x2F938, "M", "異"), - (0x2F939, "M", "𢆟"), - (0x2F93A, "M", "瘐"), - (0x2F93B, "M", "𤾡"), - (0x2F93C, "M", "𤾸"), - (0x2F93D, "M", "𥁄"), - (0x2F93E, "M", "㿼"), - (0x2F93F, "M", "䀈"), - (0x2F940, "M", "直"), - (0x2F941, "M", "𥃳"), - ] - - -def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F942, "M", "𥃲"), - (0x2F943, "M", "𥄙"), - (0x2F944, "M", "𥄳"), - (0x2F945, "M", "眞"), - (0x2F946, "M", "真"), - (0x2F948, "M", "睊"), - (0x2F949, "M", "䀹"), - (0x2F94A, "M", "瞋"), - (0x2F94B, "M", "䁆"), - (0x2F94C, "M", "䂖"), - (0x2F94D, "M", "𥐝"), - (0x2F94E, "M", "硎"), - (0x2F94F, "M", "碌"), - (0x2F950, "M", "磌"), - (0x2F951, "M", "䃣"), - (0x2F952, "M", "𥘦"), - (0x2F953, "M", "祖"), - (0x2F954, "M", "𥚚"), - (0x2F955, "M", "𥛅"), - (0x2F956, "M", "福"), - (0x2F957, "M", "秫"), - (0x2F958, "M", "䄯"), - (0x2F959, "M", "穀"), - (0x2F95A, "M", "穊"), - (0x2F95B, "M", "穏"), - (0x2F95C, "M", "𥥼"), - (0x2F95D, "M", "𥪧"), - (0x2F95F, "M", "竮"), - (0x2F960, "M", "䈂"), - (0x2F961, "M", "𥮫"), - (0x2F962, "M", "篆"), - (0x2F963, "M", "築"), - (0x2F964, "M", "䈧"), - (0x2F965, "M", "𥲀"), - (0x2F966, "M", "糒"), - (0x2F967, "M", "䊠"), - (0x2F968, "M", "糨"), - (0x2F969, "M", "糣"), - (0x2F96A, "M", "紀"), - (0x2F96B, "M", "𥾆"), - (0x2F96C, "M", "絣"), - (0x2F96D, "M", "䌁"), - (0x2F96E, "M", "緇"), - (0x2F96F, "M", "縂"), - (0x2F970, "M", "繅"), - (0x2F971, "M", "䌴"), - (0x2F972, "M", "𦈨"), - (0x2F973, "M", "𦉇"), - (0x2F974, "M", "䍙"), - (0x2F975, "M", "𦋙"), - (0x2F976, "M", "罺"), - (0x2F977, "M", "𦌾"), - (0x2F978, "M", "羕"), - (0x2F979, "M", "翺"), - (0x2F97A, "M", "者"), - (0x2F97B, "M", "𦓚"), - (0x2F97C, "M", "𦔣"), - (0x2F97D, "M", "聠"), - (0x2F97E, "M", "𦖨"), - (0x2F97F, "M", "聰"), - (0x2F980, "M", "𣍟"), - (0x2F981, "M", "䏕"), - (0x2F982, "M", "育"), - (0x2F983, "M", "脃"), - (0x2F984, "M", "䐋"), - (0x2F985, "M", "脾"), - (0x2F986, "M", "媵"), - (0x2F987, "M", "𦞧"), - (0x2F988, "M", "𦞵"), - (0x2F989, "M", "𣎓"), - (0x2F98A, "M", "𣎜"), - (0x2F98B, "M", "舁"), - (0x2F98C, "M", "舄"), - (0x2F98D, "M", "辞"), - (0x2F98E, "M", "䑫"), - (0x2F98F, "M", "芑"), - (0x2F990, "M", "芋"), - (0x2F991, "M", "芝"), - (0x2F992, "M", "劳"), - (0x2F993, "M", "花"), - (0x2F994, "M", "芳"), - (0x2F995, "M", "芽"), - (0x2F996, "M", "苦"), - (0x2F997, "M", "𦬼"), - (0x2F998, "M", "若"), - (0x2F999, "M", "茝"), - (0x2F99A, "M", "荣"), - (0x2F99B, "M", "莭"), - (0x2F99C, "M", "茣"), - (0x2F99D, "M", "莽"), - (0x2F99E, "M", "菧"), - (0x2F99F, "M", "著"), - (0x2F9A0, "M", "荓"), - (0x2F9A1, "M", "菊"), - (0x2F9A2, "M", "菌"), - (0x2F9A3, "M", "菜"), - (0x2F9A4, "M", "𦰶"), - (0x2F9A5, "M", "𦵫"), - (0x2F9A6, "M", "𦳕"), - (0x2F9A7, "M", "䔫"), - ] - - -def _seg_82() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2F9A8, "M", "蓱"), - (0x2F9A9, "M", "蓳"), - (0x2F9AA, "M", "蔖"), - (0x2F9AB, "M", "𧏊"), - (0x2F9AC, "M", "蕤"), - (0x2F9AD, "M", "𦼬"), - (0x2F9AE, "M", "䕝"), - (0x2F9AF, "M", "䕡"), - (0x2F9B0, "M", "𦾱"), - (0x2F9B1, "M", "𧃒"), - (0x2F9B2, "M", "䕫"), - (0x2F9B3, "M", "虐"), - (0x2F9B4, "M", "虜"), - (0x2F9B5, "M", "虧"), - (0x2F9B6, "M", "虩"), - (0x2F9B7, "M", "蚩"), - (0x2F9B8, "M", "蚈"), - (0x2F9B9, "M", "蜎"), - (0x2F9BA, "M", "蛢"), - (0x2F9BB, "M", "蝹"), - (0x2F9BC, "M", "蜨"), - (0x2F9BD, "M", "蝫"), - (0x2F9BE, "M", "螆"), - (0x2F9BF, "M", "䗗"), - (0x2F9C0, "M", "蟡"), - (0x2F9C1, "M", "蠁"), - (0x2F9C2, "M", "䗹"), - (0x2F9C3, "M", "衠"), - (0x2F9C4, "M", "衣"), - (0x2F9C5, "M", "𧙧"), - (0x2F9C6, "M", "裗"), - (0x2F9C7, "M", "裞"), - (0x2F9C8, "M", "䘵"), - (0x2F9C9, "M", "裺"), - (0x2F9CA, "M", "㒻"), - (0x2F9CB, "M", "𧢮"), - (0x2F9CC, "M", "𧥦"), - (0x2F9CD, "M", "䚾"), - (0x2F9CE, "M", "䛇"), - (0x2F9CF, "M", "誠"), - (0x2F9D0, "M", "諭"), - (0x2F9D1, "M", "變"), - (0x2F9D2, "M", "豕"), - (0x2F9D3, "M", "𧲨"), - (0x2F9D4, "M", "貫"), - (0x2F9D5, "M", "賁"), - (0x2F9D6, "M", "贛"), - (0x2F9D7, "M", "起"), - (0x2F9D8, "M", "𧼯"), - (0x2F9D9, "M", "𠠄"), - (0x2F9DA, "M", "跋"), - (0x2F9DB, "M", "趼"), - (0x2F9DC, "M", "跰"), - (0x2F9DD, "M", "𠣞"), - (0x2F9DE, "M", "軔"), - (0x2F9DF, "M", "輸"), - (0x2F9E0, "M", "𨗒"), - (0x2F9E1, "M", "𨗭"), - (0x2F9E2, "M", "邔"), - (0x2F9E3, "M", "郱"), - (0x2F9E4, "M", "鄑"), - (0x2F9E5, "M", "𨜮"), - (0x2F9E6, "M", "鄛"), - (0x2F9E7, "M", "鈸"), - (0x2F9E8, "M", "鋗"), - (0x2F9E9, "M", "鋘"), - (0x2F9EA, "M", "鉼"), - (0x2F9EB, "M", "鏹"), - (0x2F9EC, "M", "鐕"), - (0x2F9ED, "M", "𨯺"), - (0x2F9EE, "M", "開"), - (0x2F9EF, "M", "䦕"), - (0x2F9F0, "M", "閷"), - (0x2F9F1, "M", "𨵷"), - (0x2F9F2, "M", "䧦"), - (0x2F9F3, "M", "雃"), - (0x2F9F4, "M", "嶲"), - (0x2F9F5, "M", "霣"), - (0x2F9F6, "M", "𩅅"), - (0x2F9F7, "M", "𩈚"), - (0x2F9F8, "M", "䩮"), - (0x2F9F9, "M", "䩶"), - (0x2F9FA, "M", "韠"), - (0x2F9FB, "M", "𩐊"), - (0x2F9FC, "M", "䪲"), - (0x2F9FD, "M", "𩒖"), - (0x2F9FE, "M", "頋"), - (0x2FA00, "M", "頩"), - (0x2FA01, "M", "𩖶"), - (0x2FA02, "M", "飢"), - (0x2FA03, "M", "䬳"), - (0x2FA04, "M", "餩"), - (0x2FA05, "M", "馧"), - (0x2FA06, "M", "駂"), - (0x2FA07, "M", "駾"), - (0x2FA08, "M", "䯎"), - (0x2FA09, "M", "𩬰"), - (0x2FA0A, "M", "鬒"), - (0x2FA0B, "M", "鱀"), - (0x2FA0C, "M", "鳽"), - ] - - -def _seg_83() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: - return [ - (0x2FA0D, "M", "䳎"), - (0x2FA0E, "M", "䳭"), - (0x2FA0F, "M", "鵧"), - (0x2FA10, "M", "𪃎"), - (0x2FA11, "M", "䳸"), - (0x2FA12, "M", "𪄅"), - (0x2FA13, "M", "𪈎"), - (0x2FA14, "M", "𪊑"), - (0x2FA15, "M", "麻"), - (0x2FA16, "M", "䵖"), - (0x2FA17, "M", "黹"), - (0x2FA18, "M", "黾"), - (0x2FA19, "M", "鼅"), - (0x2FA1A, "M", "鼏"), - (0x2FA1B, "M", "鼖"), - (0x2FA1C, "M", "鼻"), - (0x2FA1D, "M", "𪘀"), - (0x2FA1E, "X"), - (0x30000, "V"), - (0x3134B, "X"), - (0x31350, "V"), - (0x323B0, "X"), - (0xE0100, "I"), - (0xE01F0, "X"), - ] - - -uts46data = tuple( - _seg_0() - + _seg_1() - + _seg_2() - + _seg_3() - + _seg_4() - + _seg_5() - + _seg_6() - + _seg_7() - + _seg_8() - + _seg_9() - + _seg_10() - + _seg_11() - + _seg_12() - + _seg_13() - + _seg_14() - + _seg_15() - + _seg_16() - + _seg_17() - + _seg_18() - + _seg_19() - + _seg_20() - + _seg_21() - + _seg_22() - + _seg_23() - + _seg_24() - + _seg_25() - + _seg_26() - + _seg_27() - + _seg_28() - + _seg_29() - + _seg_30() - + _seg_31() - + _seg_32() - + _seg_33() - + _seg_34() - + _seg_35() - + _seg_36() - + _seg_37() - + _seg_38() - + _seg_39() - + _seg_40() - + _seg_41() - + _seg_42() - + _seg_43() - + _seg_44() - + _seg_45() - + _seg_46() - + _seg_47() - + _seg_48() - + _seg_49() - + _seg_50() - + _seg_51() - + _seg_52() - + _seg_53() - + _seg_54() - + _seg_55() - + _seg_56() - + _seg_57() - + _seg_58() - + _seg_59() - + _seg_60() - + _seg_61() - + _seg_62() - + _seg_63() - + _seg_64() - + _seg_65() - + _seg_66() - + _seg_67() - + _seg_68() - + _seg_69() - + _seg_70() - + _seg_71() - + _seg_72() - + _seg_73() - + _seg_74() - + _seg_75() - + _seg_76() - + _seg_77() - + _seg_78() - + _seg_79() - + _seg_80() - + _seg_81() - + _seg_82() - + _seg_83() -) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/AUTHORS.txt b/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/AUTHORS.txt deleted file mode 100644 index 8ccefbc..0000000 --- a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/AUTHORS.txt +++ /dev/null @@ -1,799 +0,0 @@ -@Switch01 -A_Rog -Aakanksha Agrawal -Abhinav Sagar -ABHYUDAY PRATAP SINGH -abs51295 -AceGentile -Adam Chainz -Adam Tse -Adam Wentz -admin -Adolfo Ochagavía -Adrien Morison -Agus -ahayrapetyan -Ahilya -AinsworthK -Akash Srivastava -Alan Yee -Albert Tugushev -Albert-Guan -albertg -Alberto Sottile -Aleks Bunin -Ales Erjavec -Alethea Flowers -Alex Gaynor -Alex Grönholm -Alex Hedges -Alex Loosley -Alex Morega -Alex Stachowiak -Alexander Shtyrov -Alexandre Conrad -Alexey Popravka -Aleš Erjavec -Alli -Ami Fischman -Ananya Maiti -Anatoly Techtonik -Anders Kaseorg -Andre Aguiar -Andreas Lutro -Andrei Geacar -Andrew Gaul -Andrew Shymanel -Andrey Bienkowski -Andrey Bulgakov -Andrés Delfino -Andy Freeland -Andy Kluger -Ani Hayrapetyan -Aniruddha Basak -Anish Tambe -Anrs Hu -Anthony Sottile -Antoine Musso -Anton Ovchinnikov -Anton Patrushev -Anton Zelenov -Antonio Alvarado Hernandez -Antony Lee -Antti Kaihola -Anubhav Patel -Anudit Nagar -Anuj Godase -AQNOUCH Mohammed -AraHaan -arena -arenasys -Arindam Choudhury -Armin Ronacher -Arnon Yaari -Artem -Arun Babu Neelicattu -Ashley Manton -Ashwin Ramaswami -atse -Atsushi Odagiri -Avinash Karhana -Avner Cohen -Awit (Ah-Wit) Ghirmai -Baptiste Mispelon -Barney Gale -barneygale -Bartek Ogryczak -Bastian Venthur -Ben Bodenmiller -Ben Darnell -Ben Hoyt -Ben Mares -Ben Rosser -Bence Nagy -Benjamin Peterson -Benjamin VanEvery -Benoit Pierre -Berker Peksag -Bernard -Bernard Tyers -Bernardo B. Marques -Bernhard M. Wiedemann -Bertil Hatt -Bhavam Vidyarthi -Blazej Michalik -Bogdan Opanchuk -BorisZZZ -Brad Erickson -Bradley Ayers -Branch Vincent -Brandon L. Reiss -Brandt Bucher -Brannon Dorsey -Brett Randall -Brett Rosen -Brian Cristante -Brian Rosner -briantracy -BrownTruck -Bruno Oliveira -Bruno Renié -Bruno S -Bstrdsmkr -Buck Golemon -burrows -Bussonnier Matthias -bwoodsend -c22 -Caleb Martinez -Calvin Smith -Carl Meyer -Carlos Liam -Carol Willing -Carter Thayer -Cass -Chandrasekhar Atina -Charlie Marsh -Chih-Hsuan Yen -Chris Brinker -Chris Hunt -Chris Jerdonek -Chris Kuehl -Chris Markiewicz -Chris McDonough -Chris Pawley -Chris Pryer -Chris Wolfe -Christian Clauss -Christian Heimes -Christian Oudard -Christoph Reiter -Christopher Hunt -Christopher Snyder -chrysle -cjc7373 -Clark Boylan -Claudio Jolowicz -Clay McClure -Cody -Cody Soyland -Colin Watson -Collin Anderson -Connor Osborn -Cooper Lees -Cooper Ry Lees -Cory Benfield -Cory Wright -Craig Kerstiens -Cristian Sorinel -Cristina -Cristina Muñoz -ctg123 -Curtis Doty -cytolentino -Daan De Meyer -Dale -Damian -Damian Quiroga -Damian Shaw -Dan Black -Dan Savilonis -Dan Sully -Dane Hillard -daniel -Daniel Collins -Daniel Hahler -Daniel Holth -Daniel Jost -Daniel Katz -Daniel Shaulov -Daniele Esposti -Daniele Nicolodi -Daniele Procida -Daniil Konovalenko -Danny Hermes -Danny McClanahan -Darren Kavanagh -Dav Clark -Dave Abrahams -Dave Jones -David Aguilar -David Black -David Bordeynik -David Caro -David D Lowe -David Evans -David Hewitt -David Linke -David Poggi -David Poznik -David Pursehouse -David Runge -David Tucker -David Wales -Davidovich -ddelange -Deepak Sharma -Deepyaman Datta -Denise Yu -dependabot[bot] -derwolfe -Desetude -Devesh Kumar Singh -devsagul -Diego Caraballo -Diego Ramirez -DiegoCaraballo -Dimitri Merejkowsky -Dimitri Papadopoulos -Dimitri Papadopoulos Orfanos -Dirk Stolle -Dmitry Gladkov -Dmitry Volodin -Domen Kožar -Dominic Davis-Foster -Donald Stufft -Dongweiming -doron zarhi -Dos Moonen -Douglas Thor -DrFeathers -Dustin Ingram -Dustin Rodrigues -Dwayne Bailey -Ed Morley -Edgar Ramírez -Edgar Ramírez Mondragón -Ee Durbin -Efflam Lemaillet -efflamlemaillet -Eitan Adler -ekristina -elainechan -Eli Schwartz -Elisha Hollander -Ellen Marie Dash -Emil Burzo -Emil Styrke -Emmanuel Arias -Endoh Takanao -enoch -Erdinc Mutlu -Eric Cousineau -Eric Gillingham -Eric Hanchrow -Eric Hopper -Erik M. Bray -Erik Rose -Erwin Janssen -Eugene Vereshchagin -everdimension -Federico -Felipe Peter -Felix Yan -fiber-space -Filip Kokosiński -Filipe Laíns -Finn Womack -finnagin -Flavio Amurrio -Florian Briand -Florian Rathgeber -Francesco -Francesco Montesano -Fredrik Orderud -Frost Ming -Gabriel Curio -Gabriel de Perthuis -Garry Polley -gavin -gdanielson -Geoffrey Sneddon -George Song -Georgi Valkov -Georgy Pchelkin -ghost -Giftlin Rajaiah -gizmoguy1 -gkdoc -Godefroid Chapelle -Gopinath M -GOTO Hayato -gousaiyang -gpiks -Greg Roodt -Greg Ward -Guilherme Espada -Guillaume Seguin -gutsytechster -Guy Rozendorn -Guy Tuval -gzpan123 -Hanjun Kim -Hari Charan -Harsh Vardhan -harupy -Harutaka Kawamura -hauntsaninja -Henrich Hartzer -Henry Schreiner -Herbert Pfennig -Holly Stotelmyer -Honnix -Hsiaoming Yang -Hugo Lopes Tavares -Hugo van Kemenade -Hugues Bruant -Hynek Schlawack -Ian Bicking -Ian Cordasco -Ian Lee -Ian Stapleton Cordasco -Ian Wienand -Igor Kuzmitshov -Igor Sobreira -Ikko Ashimine -Ilan Schnell -Illia Volochii -Ilya Baryshev -Inada Naoki -Ionel Cristian Mărieș -Ionel Maries Cristian -Itamar Turner-Trauring -Ivan Pozdeev -J. Nick Koston -Jacob Kim -Jacob Walls -Jaime Sanz -jakirkham -Jakub Kuczys -Jakub Stasiak -Jakub Vysoky -Jakub Wilk -James Cleveland -James Curtin -James Firth -James Gerity -James Polley -Jan Pokorný -Jannis Leidel -Jarek Potiuk -jarondl -Jason Curtis -Jason R. Coombs -JasonMo -JasonMo1 -Jay Graves -Jean Abou Samra -Jean-Christophe Fillion-Robin -Jeff Barber -Jeff Dairiki -Jeff Widman -Jelmer Vernooij -jenix21 -Jeremy Fleischman -Jeremy Stanley -Jeremy Zafran -Jesse Rittner -Jiashuo Li -Jim Fisher -Jim Garrison -Jinzhe Zeng -Jiun Bae -Jivan Amara -Joe Bylund -Joe Michelini -John Paton -John Sirois -John T. Wodder II -John-Scott Atlakson -johnthagen -Jon Banafato -Jon Dufresne -Jon Parise -Jonas Nockert -Jonathan Herbert -Joonatan Partanen -Joost Molenaar -Jorge Niedbalski -Joseph Bylund -Joseph Long -Josh Bronson -Josh Cannon -Josh Hansen -Josh Schneier -Joshua -Juan Luis Cano Rodríguez -Juanjo Bazán -Judah Rand -Julian Berman -Julian Gethmann -Julien Demoor -Jussi Kukkonen -jwg4 -Jyrki Pulliainen -Kai Chen -Kai Mueller -Kamal Bin Mustafa -kasium -kaustav haldar -keanemind -Keith Maxwell -Kelsey Hightower -Kenneth Belitzky -Kenneth Reitz -Kevin Burke -Kevin Carter -Kevin Frommelt -Kevin R Patterson -Kexuan Sun -Kit Randel -Klaas van Schelven -KOLANICH -konstin -kpinc -Krishna Oza -Kumar McMillan -Kuntal Majumder -Kurt McKee -Kyle Persohn -lakshmanaram -Laszlo Kiss-Kollar -Laurent Bristiel -Laurent LAPORTE -Laurie O -Laurie Opperman -layday -Leon Sasson -Lev Givon -Lincoln de Sousa -Lipis -lorddavidiii -Loren Carvalho -Lucas Cimon -Ludovic Gasc -Luis Medel -Lukas Geiger -Lukas Juhrich -Luke Macken -Luo Jiebin -luojiebin -luz.paz -László Kiss Kollár -M00nL1ght -Marc Abramowitz -Marc Tamlyn -Marcus Smith -Mariatta -Mark Kohler -Mark McLoughlin -Mark Williams -Markus Hametner -Martey Dodoo -Martin Fischer -Martin Häcker -Martin Pavlasek -Masaki -Masklinn -Matej Stuchlik -Mathew Jennings -Mathieu Bridon -Mathieu Kniewallner -Matt Bacchi -Matt Good -Matt Maker -Matt Robenolt -Matt Wozniski -matthew -Matthew Einhorn -Matthew Feickert -Matthew Gilliard -Matthew Hughes -Matthew Iversen -Matthew Treinish -Matthew Trumbell -Matthew Willson -Matthias Bussonnier -mattip -Maurits van Rees -Max W Chase -Maxim Kurnikov -Maxime Rouyrre -mayeut -mbaluna -mdebi -memoselyk -meowmeowcat -Michael -Michael Aquilina -Michael E. Karpeles -Michael Klich -Michael Mintz -Michael Williamson -michaelpacer -Michał Górny -Mickaël Schoentgen -Miguel Araujo Perez -Mihir Singh -Mike -Mike Hendricks -Min RK -MinRK -Miro Hrončok -Monica Baluna -montefra -Monty Taylor -morotti -mrKazzila -Muha Ajjan -Nadav Wexler -Nahuel Ambrosini -Nate Coraor -Nate Prewitt -Nathan Houghton -Nathaniel J. Smith -Nehal J Wani -Neil Botelho -Nguyễn Gia Phong -Nicholas Serra -Nick Coghlan -Nick Stenning -Nick Timkovich -Nicolas Bock -Nicole Harris -Nikhil Benesch -Nikhil Ladha -Nikita Chepanov -Nikolay Korolev -Nipunn Koorapati -Nitesh Sharma -Niyas Sait -Noah -Noah Gorny -Nowell Strite -NtaleGrey -nvdv -OBITORASU -Ofek Lev -ofrinevo -Oliver Freund -Oliver Jeeves -Oliver Mannion -Oliver Tonnhofer -Olivier Girardot -Olivier Grisel -Ollie Rutherfurd -OMOTO Kenji -Omry Yadan -onlinejudge95 -Oren Held -Oscar Benjamin -Oz N Tiram -Pachwenko -Patrick Dubroy -Patrick Jenkins -Patrick Lawson -patricktokeeffe -Patrik Kopkan -Paul Ganssle -Paul Kehrer -Paul Moore -Paul Nasrat -Paul Oswald -Paul van der Linden -Paulus Schoutsen -Pavel Safronov -Pavithra Eswaramoorthy -Pawel Jasinski -Paweł Szramowski -Pekka Klärck -Peter Gessler -Peter Lisák -Peter Shen -Peter Waller -Petr Viktorin -petr-tik -Phaneendra Chiruvella -Phil Elson -Phil Freo -Phil Pennock -Phil Whelan -Philip Jägenstedt -Philip Molloy -Philippe Ombredanne -Pi Delport -Pierre-Yves Rofes -Pieter Degroote -pip -Prabakaran Kumaresshan -Prabhjyotsing Surjit Singh Sodhi -Prabhu Marappan -Pradyun Gedam -Prashant Sharma -Pratik Mallya -pre-commit-ci[bot] -Preet Thakkar -Preston Holmes -Przemek Wrzos -Pulkit Goyal -q0w -Qiangning Hong -Qiming Xu -Quentin Lee -Quentin Pradet -R. David Murray -Rafael Caricio -Ralf Schmitt -Ran Benita -Razzi Abuissa -rdb -Reece Dunham -Remi Rampin -Rene Dudfield -Riccardo Magliocchetti -Riccardo Schirone -Richard Jones -Richard Si -Ricky Ng-Adam -Rishi -rmorotti -RobberPhex -Robert Collins -Robert McGibbon -Robert Pollak -Robert T. McGibbon -robin elisha robinson -Roey Berman -Rohan Jain -Roman Bogorodskiy -Roman Donchenko -Romuald Brunet -ronaudinho -Ronny Pfannschmidt -Rory McCann -Ross Brattain -Roy Wellington Ⅳ -Ruairidh MacLeod -Russell Keith-Magee -Ryan Shepherd -Ryan Wooden -ryneeverett -S. Guliaev -Sachi King -Salvatore Rinchiera -sandeepkiran-js -Sander Van Balen -Savio Jomton -schlamar -Scott Kitterman -Sean -seanj -Sebastian Jordan -Sebastian Schaetz -Segev Finer -SeongSoo Cho -Sergey Vasilyev -Seth Michael Larson -Seth Woodworth -Shahar Epstein -Shantanu -shenxianpeng -shireenrao -Shivansh-007 -Shixian Sheng -Shlomi Fish -Shovan Maity -Simeon Visser -Simon Cross -Simon Pichugin -sinoroc -sinscary -snook92 -socketubs -Sorin Sbarnea -Srinivas Nyayapati -Srishti Hegde -Stavros Korokithakis -Stefan Scherfke -Stefano Rivera -Stephan Erb -Stephen Rosen -stepshal -Steve (Gadget) Barnes -Steve Barnes -Steve Dower -Steve Kowalik -Steven Myint -Steven Silvester -stonebig -studioj -Stéphane Bidoul -Stéphane Bidoul (ACSONE) -Stéphane Klein -Sumana Harihareswara -Surbhi Sharma -Sviatoslav Sydorenko -Sviatoslav Sydorenko (Святослав Сидоренко) -Swat009 -Sylvain -Takayuki SHIMIZUKAWA -Taneli Hukkinen -tbeswick -Thiago -Thijs Triemstra -Thomas Fenzl -Thomas Grainger -Thomas Guettler -Thomas Johansson -Thomas Kluyver -Thomas Smith -Thomas VINCENT -Tim D. Smith -Tim Gates -Tim Harder -Tim Heap -tim smith -tinruufu -Tobias Hermann -Tom Forbes -Tom Freudenheim -Tom V -Tomas Hrnciar -Tomas Orsava -Tomer Chachamu -Tommi Enenkel | AnB -Tomáš Hrnčiar -Tony Beswick -Tony Narlock -Tony Zhaocheng Tan -TonyBeswick -toonarmycaptain -Toshio Kuratomi -toxinu -Travis Swicegood -Tushar Sadhwani -Tzu-ping Chung -Valentin Haenel -Victor Stinner -victorvpaulo -Vikram - Google -Viktor Szépe -Ville Skyttä -Vinay Sajip -Vincent Philippon -Vinicyus Macedo -Vipul Kumar -Vitaly Babiy -Vladimir Fokow -Vladimir Rutsky -W. Trevor King -Wil Tan -Wilfred Hughes -William Edwards -William ML Leslie -William T Olson -William Woodruff -Wilson Mo -wim glenn -Winson Luk -Wolfgang Maier -Wu Zhenyu -XAMES3 -Xavier Fernandez -Xianpeng Shen -xoviat -xtreak -YAMAMOTO Takashi -Yen Chi Hsuan -Yeray Diaz Diaz -Yoval P -Yu Jian -Yuan Jing Vincent Yan -Yusuke Hayashi -Zearin -Zhiping Deng -ziebam -Zvezdan Petkovic -Łukasz Langa -Роман Донченко -Семён Марьясин diff --git a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/INSTALLER b/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/LICENSE.txt b/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/LICENSE.txt deleted file mode 100644 index 8e7b65e..0000000 --- a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/LICENSE.txt +++ /dev/null @@ -1,20 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/METADATA b/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/METADATA deleted file mode 100644 index 9e5aa3a..0000000 --- a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/METADATA +++ /dev/null @@ -1,90 +0,0 @@ -Metadata-Version: 2.1 -Name: pip -Version: 24.3.1 -Summary: The PyPA recommended tool for installing Python packages. -Author-email: The pip developers -License: MIT -Project-URL: Homepage, https://pip.pypa.io/ -Project-URL: Documentation, https://pip.pypa.io -Project-URL: Source, https://github.com/pypa/pip -Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: MIT License -Classifier: Topic :: Software Development :: Build Tools -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3 :: Only -Classifier: Programming Language :: Python :: 3.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 -Requires-Python: >=3.8 -Description-Content-Type: text/x-rst -License-File: LICENSE.txt -License-File: AUTHORS.txt - -pip - The Python Package Installer -================================== - -.. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg - :target: https://pypi.org/project/pip/ - :alt: PyPI - -.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip - :target: https://pypi.org/project/pip - :alt: PyPI - Python Version - -.. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest - :target: https://pip.pypa.io/en/latest - :alt: Documentation - -|pypi-version| |python-versions| |docs-badge| - -pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. - -Please take a look at our documentation for how to install and use pip: - -* `Installation`_ -* `Usage`_ - -We release updates regularly, with a new version every 3 months. Find more details in our documentation: - -* `Release notes`_ -* `Release process`_ - -If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: - -* `Issue tracking`_ -* `Discourse channel`_ -* `User IRC`_ - -If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: - -* `GitHub page`_ -* `Development documentation`_ -* `Development IRC`_ - -Code of Conduct ---------------- - -Everyone interacting in the pip project's codebases, issue trackers, chat -rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. - -.. _package installer: https://packaging.python.org/guides/tool-recommendations/ -.. _Python Package Index: https://pypi.org -.. _Installation: https://pip.pypa.io/en/stable/installation/ -.. _Usage: https://pip.pypa.io/en/stable/ -.. _Release notes: https://pip.pypa.io/en/stable/news.html -.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ -.. _GitHub page: https://github.com/pypa/pip -.. _Development documentation: https://pip.pypa.io/en/latest/development -.. _Issue tracking: https://github.com/pypa/pip/issues -.. _Discourse channel: https://discuss.python.org/c/packaging -.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa -.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev -.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md diff --git a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/RECORD b/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/RECORD deleted file mode 100644 index d0d1da7..0000000 --- a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/RECORD +++ /dev/null @@ -1,853 +0,0 @@ -../../Scripts/pip.exe,sha256=Z_qgSuohPGAXtnVEwfy_OyT59SBh4ifL2UnmvHJQexA,108423 -../../Scripts/pip3.12.exe,sha256=Z_qgSuohPGAXtnVEwfy_OyT59SBh4ifL2UnmvHJQexA,108423 -../../Scripts/pip3.exe,sha256=Z_qgSuohPGAXtnVEwfy_OyT59SBh4ifL2UnmvHJQexA,108423 -pip-24.3.1.dist-info/AUTHORS.txt,sha256=Cbb630k8EL9FkBzX9Vpi6hpYWrLSlh08eXodL5u0eLI,10925 -pip-24.3.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -pip-24.3.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 -pip-24.3.1.dist-info/METADATA,sha256=V8iCNK1GYbC82PWsLMsASDh9AO4veocRlM4Pn9q2KFI,3677 -pip-24.3.1.dist-info/RECORD,, -pip-24.3.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip-24.3.1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91 -pip-24.3.1.dist-info/entry_points.txt,sha256=eeIjuzfnfR2PrhbjnbzFU6MnSS70kZLxwaHHq6M-bD0,87 -pip-24.3.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -pip/__init__.py,sha256=faXY_neeYrA_88plEhkyhwAaYeds7wu5U1iGwP24J0s,357 -pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 -pip/__pip-runner__.py,sha256=cPPWuJ6NK_k-GzfvlejLFgwzmYUROmpAR6QC3Q-vkXQ,1450 -pip/__pycache__/__init__.cpython-312.pyc,, -pip/__pycache__/__main__.cpython-312.pyc,, -pip/__pycache__/__pip-runner__.cpython-312.pyc,, -pip/_internal/__init__.py,sha256=MfcoOluDZ8QMCFYal04IqOJ9q6m2V7a0aOsnI-WOxUo,513 -pip/_internal/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/__pycache__/build_env.cpython-312.pyc,, -pip/_internal/__pycache__/cache.cpython-312.pyc,, -pip/_internal/__pycache__/configuration.cpython-312.pyc,, -pip/_internal/__pycache__/exceptions.cpython-312.pyc,, -pip/_internal/__pycache__/main.cpython-312.pyc,, -pip/_internal/__pycache__/pyproject.cpython-312.pyc,, -pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,, -pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,, -pip/_internal/build_env.py,sha256=wsTPOWyPTKvUREUcO585OU01kbQufpdigY8fVHv3WIw,10584 -pip/_internal/cache.py,sha256=Jb698p5PNigRtpW5o26wQNkkUv4MnQ94mc471wL63A0,10369 -pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 -pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,, -pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,, -pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,, -pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,, -pip/_internal/cli/__pycache__/index_command.cpython-312.pyc,, -pip/_internal/cli/__pycache__/main.cpython-312.pyc,, -pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,, -pip/_internal/cli/__pycache__/parser.cpython-312.pyc,, -pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,, -pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,, -pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,, -pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,, -pip/_internal/cli/autocompletion.py,sha256=Lli3Mr6aDNu7ZkJJFFvwD2-hFxNI6Avz8OwMyS5TVrs,6865 -pip/_internal/cli/base_command.py,sha256=F8nUcSM-Y-MQljJUe724-yxmc5viFXHyM_zH70NmIh4,8289 -pip/_internal/cli/cmdoptions.py,sha256=mDqBr0d0hoztbRJs-PWtcKpqNAc7khU6ZpoesZKocT8,30110 -pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 -pip/_internal/cli/index_command.py,sha256=-0oPTruZGkLSMrWDleZ6UtcKP3G-SImRRuhH0RfVE3o,5631 -pip/_internal/cli/main.py,sha256=BDZef-bWe9g9Jpr4OVs4dDf-845HJsKw835T7AqEnAc,2817 -pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 -pip/_internal/cli/parser.py,sha256=VCMtduzECUV87KaHNu-xJ-wLNL82yT3x16V4XBxOAqI,10825 -pip/_internal/cli/progress_bars.py,sha256=VgydyqjZvfhqpuNcFDn00QNuA9GxRe9CKrRG8jhPuKU,2723 -pip/_internal/cli/req_command.py,sha256=DqeFhmUMs6o6Ev8qawAcOoYNdAZsfyKS0MZI5jsJYwQ,12250 -pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 -pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 -pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 -pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/commands/__pycache__/cache.cpython-312.pyc,, -pip/_internal/commands/__pycache__/check.cpython-312.pyc,, -pip/_internal/commands/__pycache__/completion.cpython-312.pyc,, -pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,, -pip/_internal/commands/__pycache__/debug.cpython-312.pyc,, -pip/_internal/commands/__pycache__/download.cpython-312.pyc,, -pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,, -pip/_internal/commands/__pycache__/hash.cpython-312.pyc,, -pip/_internal/commands/__pycache__/help.cpython-312.pyc,, -pip/_internal/commands/__pycache__/index.cpython-312.pyc,, -pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,, -pip/_internal/commands/__pycache__/install.cpython-312.pyc,, -pip/_internal/commands/__pycache__/list.cpython-312.pyc,, -pip/_internal/commands/__pycache__/search.cpython-312.pyc,, -pip/_internal/commands/__pycache__/show.cpython-312.pyc,, -pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,, -pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944 -pip/_internal/commands/check.py,sha256=Hr_4eiMd9cgVDgEvjtIdw915NmL7ROIWW8enkr8slPQ,2268 -pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 -pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 -pip/_internal/commands/debug.py,sha256=DNDRgE9YsKrbYzU0s3VKi8rHtKF4X13CJ_br_8PUXO0,6797 -pip/_internal/commands/download.py,sha256=0qB0nys6ZEPsog451lDsjL5Bx7Z97t-B80oFZKhpzKM,5273 -pip/_internal/commands/freeze.py,sha256=2Vt72BYTSm9rzue6d8dNzt8idxWK4Db6Hd-anq7GQ80,3203 -pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 -pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 -pip/_internal/commands/index.py,sha256=RAXxmJwFhVb5S1BYzb5ifX3sn9Na8v2CCVYwSMP8pao,4731 -pip/_internal/commands/inspect.py,sha256=PGrY9TRTRCM3y5Ml8Bdk8DEOXquWRfscr4DRo1LOTPc,3189 -pip/_internal/commands/install.py,sha256=iqesiLIZc6Op9uihMQFYRhAA2DQRZUxbM4z1BwXoFls,29428 -pip/_internal/commands/list.py,sha256=oiIzSjLP6__d7dIS3q0Xb5ywsaOThBWRqMyjjKzkPdM,12769 -pip/_internal/commands/search.py,sha256=fWkUQVx_gm8ebbFAlCgqtxKXT9rNahpJ-BI__3HNZpg,5626 -pip/_internal/commands/show.py,sha256=IG9L5uo8w6UA4tI_IlmaxLCoNKPa5JNJCljj3NWs0OE,7507 -pip/_internal/commands/uninstall.py,sha256=7pOR7enK76gimyxQbzxcG1OsyLXL3DvX939xmM8Fvtg,3892 -pip/_internal/commands/wheel.py,sha256=eJRhr_qoNNxWAkkdJCNiQM7CXd4E1_YyQhsqJnBPGGg,6414 -pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006 -pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 -pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/distributions/__pycache__/base.cpython-312.pyc,, -pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,, -pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,, -pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/distributions/base.py,sha256=QeB9qvKXDIjLdPBDE5fMgpfGqMMCr-govnuoQnGuiF8,1783 -pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842 -pip/_internal/distributions/sdist.py,sha256=PlcP4a6-R6c98XnOM-b6Lkb3rsvh9iG4ok8shaanrzs,6751 -pip/_internal/distributions/wheel.py,sha256=THBYfnv7VVt8mYhMYUtH13S1E7FDwtDyDfmUcl8ai0E,1317 -pip/_internal/exceptions.py,sha256=2_byISIv3kSnI_9T-Esfxrt0LnTRgcUHyxu0twsHjQY,26481 -pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 -pip/_internal/index/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/index/__pycache__/collector.cpython-312.pyc,, -pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,, -pip/_internal/index/__pycache__/sources.cpython-312.pyc,, -pip/_internal/index/collector.py,sha256=RdPO0JLAlmyBWPAWYHPyRoGjz3GNAeTngCNkbGey_mE,16265 -pip/_internal/index/package_finder.py,sha256=yRC4xsyudwKnNoU6IXvNoyqYo5ScT7lB6Wa-z2eh7cs,37666 -pip/_internal/index/sources.py,sha256=lPBLK5Xiy8Q6IQMio26Wl7ocfZOKkgGklIBNyUJ23fI,8632 -pip/_internal/locations/__init__.py,sha256=UaAxeZ_f93FyouuFf4p7SXYF-4WstXuEvd3LbmPCAno,14925 -pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,, -pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,, -pip/_internal/locations/__pycache__/base.cpython-312.pyc,, -pip/_internal/locations/_distutils.py,sha256=x6nyVLj7X11Y4khIdf-mFlxMl2FWadtVEgeb8upc_WI,6013 -pip/_internal/locations/_sysconfig.py,sha256=IGzds60qsFneRogC-oeBaY7bEh3lPt_v47kMJChQXsU,7724 -pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 -pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 -pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339 -pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,, -pip/_internal/metadata/__pycache__/base.cpython-312.pyc,, -pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,, -pip/_internal/metadata/_json.py,sha256=P0cAJrH_mtmMZvlZ16ZXm_-izA4lpr5wy08laICuiaA,2644 -pip/_internal/metadata/base.py,sha256=ft0K5XNgI4ETqZnRv2-CtvgYiMOMAeGMAzxT-f6VLJA,25298 -pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135 -pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,, -pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,, -pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,, -pip/_internal/metadata/importlib/_compat.py,sha256=c6av8sP8BBjAZuFSJow1iWfygUXNM3xRTCn5nqw6B9M,2796 -pip/_internal/metadata/importlib/_dists.py,sha256=anh0mLI-FYRPUhAdipd0Va3YJJc6HelCKQ0bFhY10a0,8017 -pip/_internal/metadata/importlib/_envs.py,sha256=UUB980XSrDWrMpQ1_G45i0r8Hqlg_tg3IPQ63mEqbNc,7431 -pip/_internal/metadata/pkg_resources.py,sha256=U07ETAINSGeSRBfWUG93E4tZZbaW_f7PGzEqZN0hulc,10542 -pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 -pip/_internal/models/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/models/__pycache__/candidate.cpython-312.pyc,, -pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,, -pip/_internal/models/__pycache__/format_control.cpython-312.pyc,, -pip/_internal/models/__pycache__/index.cpython-312.pyc,, -pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,, -pip/_internal/models/__pycache__/link.cpython-312.pyc,, -pip/_internal/models/__pycache__/scheme.cpython-312.pyc,, -pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,, -pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,, -pip/_internal/models/__pycache__/target_python.cpython-312.pyc,, -pip/_internal/models/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/models/candidate.py,sha256=zzgFRuw_kWPjKpGw7LC0ZUMD2CQ2EberUIYs8izjdCA,753 -pip/_internal/models/direct_url.py,sha256=uBtY2HHd3TO9cKQJWh0ThvE5FRr-MWRYChRU4IG9HZE,6578 -pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486 -pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 -pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818 -pip/_internal/models/link.py,sha256=jHax9O-9zlSzEwjBCDkx0OXjKXwBDwOuPwn-PsR8dCs,21034 -pip/_internal/models/scheme.py,sha256=PakmHJM3e8OOWSZFtfz1Az7f1meONJnkGuQxFlt3wBE,575 -pip/_internal/models/search_scope.py,sha256=67NEnsYY84784S-MM7ekQuo9KXLH-7MzFntXjapvAo0,4531 -pip/_internal/models/selection_prefs.py,sha256=qaFfDs3ciqoXPg6xx45N1jPLqccLJw4N0s4P0PyHTQ8,2015 -pip/_internal/models/target_python.py,sha256=2XaH2rZ5ZF-K5wcJbEMGEl7SqrTToDDNkrtQ2v_v_-Q,4271 -pip/_internal/models/wheel.py,sha256=G7dND_s4ebPkEL7RJ1qCY0QhUUWIIK6AnjWgRATF5no,4539 -pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 -pip/_internal/network/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/network/__pycache__/auth.cpython-312.pyc,, -pip/_internal/network/__pycache__/cache.cpython-312.pyc,, -pip/_internal/network/__pycache__/download.cpython-312.pyc,, -pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,, -pip/_internal/network/__pycache__/session.cpython-312.pyc,, -pip/_internal/network/__pycache__/utils.cpython-312.pyc,, -pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,, -pip/_internal/network/auth.py,sha256=D4gASjUrqoDFlSt6gQ767KAAjv6PUyJU0puDlhXNVRE,20809 -pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935 -pip/_internal/network/download.py,sha256=FLOP29dPYECBiAi7eEjvAbNkyzaKNqbyjOT2m8HPW8U,6048 -pip/_internal/network/lazy_wheel.py,sha256=PBdoMoNQQIA84Fhgne38jWF52W4x_KtsHjxgv4dkRKA,7622 -pip/_internal/network/session.py,sha256=XmanBKjVwPFmh1iJ58q6TDh9xabH37gREuQJ_feuZGA,18741 -pip/_internal/network/utils.py,sha256=Inaxel-NxBu4PQWkjyErdnfewsFCcgHph7dzR1-FboY,4088 -pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838 -pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/operations/__pycache__/check.cpython-312.pyc,, -pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,, -pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,, -pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,, -pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,, -pip/_internal/operations/build/build_tracker.py,sha256=-ARW_TcjHCOX7D2NUOGntB4Fgc6b4aolsXkAK6BWL7w,4774 -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=8i6i1QZX9m_lKPStEFsHKM0MT4a-CD408JOw99daLmo,2190 -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=K-6kNhmj-1xDF45ny1yheMerF0ui4EoQCLzEoHh6-tc,3045 -pip/_internal/operations/check.py,sha256=L24vRL8VWbyywdoeAhM89WCd8zLTnjIbULlKelUgIec,5912 -pip/_internal/operations/freeze.py,sha256=V59yEyCSz_YhZuhH09-6aV_zvYBMrS_IxFFNqn2QzlA,9864 -pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 -pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,, -pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/operations/install/editable_legacy.py,sha256=PoEsNEPGbIZ2yQphPsmYTKLOCMs4gv5OcCdzW124NcA,1283 -pip/_internal/operations/install/wheel.py,sha256=X5Iz9yUg5LlK5VNQ9g2ikc6dcRu8EPi_SUi5iuEDRgo,27615 -pip/_internal/operations/prepare.py,sha256=joWJwPkuqGscQgVNImLK71e9hRapwKvRCM8HclysmvU,28118 -pip/_internal/pyproject.py,sha256=rw4fwlptDp1hZgYoplwbAGwWA32sWQkp7ysf8Ju6iXc,7287 -pip/_internal/req/__init__.py,sha256=HxBFtZy_BbCclLgr26waMtpzYdO5T3vxePvpGAXSt5s,2653 -pip/_internal/req/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/req/__pycache__/constructors.cpython-312.pyc,, -pip/_internal/req/__pycache__/req_file.cpython-312.pyc,, -pip/_internal/req/__pycache__/req_install.cpython-312.pyc,, -pip/_internal/req/__pycache__/req_set.cpython-312.pyc,, -pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,, -pip/_internal/req/constructors.py,sha256=v1qzCN1mIldwx-nCrPc8JO4lxkm3Fv8M5RWvt8LISjc,18430 -pip/_internal/req/req_file.py,sha256=gOOJTzL-mDRPcQhjwqjDrjn4V-3rK9TnEFnU3v8RA4Q,18752 -pip/_internal/req/req_install.py,sha256=yhT98NGDoAEk03jznTJnYCznzhiMEEA2ocgsUG_dcNU,35788 -pip/_internal/req/req_set.py,sha256=j3esG0s6SzoVReX9rWn4rpYNtyET_fwxbwJPRimvRxo,2858 -pip/_internal/req/req_uninstall.py,sha256=qzDIxJo-OETWqGais7tSMCDcWbATYABT-Tid3ityF0s,23853 -pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/resolution/__pycache__/base.cpython-312.pyc,, -pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583 -pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,, -pip/_internal/resolution/legacy/resolver.py,sha256=3HZiJBRd1FTN6jQpI4qRO8-TbLYeIbUTS6PFvXnXs2w,24068 -pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,, -pip/_internal/resolution/resolvelib/base.py,sha256=DCf669FsqyQY5uqXeePDHQY1e4QO-pBzWH8O0s9-K94,5023 -pip/_internal/resolution/resolvelib/candidates.py,sha256=5UZ1upNnmqsP-nmEZaDYxaBgCoejw_e2WVGmmAvBxXc,20001 -pip/_internal/resolution/resolvelib/factory.py,sha256=511CaUR41LqjALuFafLVfx15WRvMhxYTdjQCoSvp4gw,32661 -pip/_internal/resolution/resolvelib/found_candidates.py,sha256=9hrTyQqFvl9I7Tji79F1AxHv39Qh1rkJ_7deSHSMfQc,6383 -pip/_internal/resolution/resolvelib/provider.py,sha256=bcsFnYvlmtB80cwVdW1fIwgol8ZNr1f1VHyRTkz47SM,9935 -pip/_internal/resolution/resolvelib/reporter.py,sha256=00JtoXEkTlw0-rl_sl54d71avwOsJHt9GGHcrj5Sza0,3168 -pip/_internal/resolution/resolvelib/requirements.py,sha256=7JG4Z72e5Yk4vU0S5ulGvbqTy4FMQGYhY5zQhX9zTtY,8065 -pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592 -pip/_internal/self_outdated_check.py,sha256=pkjQixuWyQ1vrVxZAaYD6SSHgXuFUnHZybXEWTkh0S0,8145 -pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,, -pip/_internal/utils/__pycache__/_log.cpython-312.pyc,, -pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,, -pip/_internal/utils/__pycache__/compat.cpython-312.pyc,, -pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,, -pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,, -pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,, -pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,, -pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,, -pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,, -pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,, -pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,, -pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,, -pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,, -pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,, -pip/_internal/utils/__pycache__/logging.cpython-312.pyc,, -pip/_internal/utils/__pycache__/misc.cpython-312.pyc,, -pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,, -pip/_internal/utils/__pycache__/retry.cpython-312.pyc,, -pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,, -pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,, -pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,, -pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,, -pip/_internal/utils/__pycache__/urls.cpython-312.pyc,, -pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,, -pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,, -pip/_internal/utils/_jaraco_text.py,sha256=M15uUPIh5NpP1tdUGBxRau6q1ZAEtI8-XyLEETscFfE,3350 -pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 -pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 -pip/_internal/utils/compat.py,sha256=ckkFveBiYQjRWjkNsajt_oWPS57tJvE8XxoC4OIYgCY,2399 -pip/_internal/utils/compatibility_tags.py,sha256=OWq5axHpW-MEEPztGdvgADrgJPAcV9a88Rxm4Z8VBs8,6272 -pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 -pip/_internal/utils/deprecation.py,sha256=k7Qg_UBAaaTdyq82YVARA6D7RmcGTXGv7fnfcgigj4Q,3707 -pip/_internal/utils/direct_url_helpers.py,sha256=r2MRtkVDACv9AGqYODBUC9CjwgtsUU1s68hmgfCJMtA,3196 -pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463 -pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169 -pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 -pip/_internal/utils/filesystem.py,sha256=ajvA-q4ocliW9kPp8Yquh-4vssXbu-UKbo5FV9V4X64,4950 -pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 -pip/_internal/utils/glibc.py,sha256=vUkWq_1pJuzcYNcGKLlQmABoUiisK8noYY1yc8Wq4w4,3734 -pip/_internal/utils/hashes.py,sha256=XGGLL0AG8-RhWnyz87xF6MFZ--BKadHU35D47eApCKI,4972 -pip/_internal/utils/logging.py,sha256=7BFKB1uFjdxD5crM-GtwA5T2qjbQ2LPD-gJDuJeDNTg,11606 -pip/_internal/utils/misc.py,sha256=NRV0_2fFhzy1jhvInSBv4dqCmTwct8PV7Kp0m-BPRGM,23530 -pip/_internal/utils/packaging.py,sha256=iI3LH43lVNR4hWBOqF6lFsZq4aycb2j0UcHlmDmcqUg,2109 -pip/_internal/utils/retry.py,sha256=mhFbykXjhTnZfgzeuy-vl9c8nECnYn_CMtwNJX2tYzQ,1392 -pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435 -pip/_internal/utils/subprocess.py,sha256=EsvqSRiSMHF98T8Txmu6NLU3U--MpTTQjtNgKP0P--M,8988 -pip/_internal/utils/temp_dir.py,sha256=5qOXe8M4JeY6vaFQM867d5zkp1bSwMZ-KT5jymmP0Zg,9310 -pip/_internal/utils/unpacking.py,sha256=eyDkSsk4nW8ZfiSjNzJduCznpHyaGHVv3ak_LMGsiEM,11951 -pip/_internal/utils/urls.py,sha256=qceSOZb5lbNDrHNsv7_S4L4Ytszja5NwPKUMnZHbYnM,1599 -pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 -pip/_internal/utils/wheel.py,sha256=b442jkydFHjXzDy6cMR7MpzWBJ1Q82hR5F33cmcHV3g,4494 -pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 -pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/git.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,, -pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,, -pip/_internal/vcs/bazaar.py,sha256=EKStcQaKpNu0NK4p5Q10Oc4xb3DUxFw024XrJy40bFQ,3528 -pip/_internal/vcs/git.py,sha256=3tpc9LQA_J4IVW5r5NvWaaSeDzcmJOrSFZN0J8vIKfU,18177 -pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249 -pip/_internal/vcs/subversion.py,sha256=ddTugHBqHzV3ebKlU5QXHPN4gUqlyXbOx8q8NgXKvs8,11735 -pip/_internal/vcs/versioncontrol.py,sha256=cvf_-hnTAjQLXJ3d17FMNhQfcO1AcKWUF10tfrYyP-c,22440 -pip/_internal/wheel_builder.py,sha256=DL3A8LKeRj_ACp11WS5wSgASgPFqeyAeXJKdXfmaWXU,11799 -pip/_vendor/__init__.py,sha256=JYuAXvClhInxIrA2FTp5p-uuWVL7WV6-vEpTs46-Qh4,4873 -pip/_vendor/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,, -pip/_vendor/cachecontrol/__init__.py,sha256=GiYoagwPEiJ_xR_lbwWGaoCiPtF_rz4isjfjdDAgHU4,676 -pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,, -pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,, -pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 -pip/_vendor/cachecontrol/adapter.py,sha256=fByO_Pd_EOemjWbuocvBWdN85xT0q_TBm2lxS6vD4fk,6355 -pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952 -pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 -pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,, -pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,, -pip/_vendor/cachecontrol/caches/file_cache.py,sha256=9AlmmTJc6cslb6k5z_6q0sGPHVrMj8zv-uWy-simmfE,5406 -pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 -pip/_vendor/cachecontrol/controller.py,sha256=o-ejGJlBmpKK8QQLyTPJj0t7siU8XVHXuV8MCybCxQ8,18575 -pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292 -pip/_vendor/cachecontrol/heuristics.py,sha256=IYe4QmHERWsMvtxNrp920WeaIsaTTyqLB14DSheSbtY,4834 -pip/_vendor/cachecontrol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/cachecontrol/serialize.py,sha256=HQd2IllQ05HzPkVLMXTF2uX5mjEQjDBkxCqUJUODpZk,5163 -pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 -pip/_vendor/certifi/__init__.py,sha256=p_GYZrjUwPBUhpLlCZoGb0miKBKSqDAyZC5DvIuqbHQ,94 -pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 -pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/certifi/__pycache__/core.cpython-312.pyc,, -pip/_vendor/certifi/cacert.pem,sha256=lO3rZukXdPyuk6BWUJFOKQliWaXH6HGh9l1GGrUgG0c,299427 -pip/_vendor/certifi/core.py,sha256=2SRT5rIcQChFDbe37BQa-kULxAgJ8qN6l1jfqTp4HIs,4486 -pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/distlib/__init__.py,sha256=dcwgYGYGQqAEawBXPDtIx80DO_3cOmFv8HTc8JMzknQ,625 -pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,, -pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,, -pip/_vendor/distlib/compat.py,sha256=2jRSjRI4o-vlXeTK2BCGIUhkc6e9ZGhSsacRM5oseTw,41467 -pip/_vendor/distlib/database.py,sha256=mHy_LxiXIsIVRb-T0-idBrVLw3Ffij5teHCpbjmJ9YU,51160 -pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 -pip/_vendor/distlib/locators.py,sha256=oBeAZpFuPQSY09MgNnLfQGGAXXvVO96BFpZyKMuK4tM,51026 -pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 -pip/_vendor/distlib/markers.py,sha256=X6sDvkFGcYS8gUW8hfsWuKEKAqhQZAJ7iXOMLxRYjYk,5164 -pip/_vendor/distlib/metadata.py,sha256=zil3sg2EUfLXVigljY2d_03IJt-JSs7nX-73fECMX2s,38724 -pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 -pip/_vendor/distlib/scripts.py,sha256=BJliaDAZaVB7WAkwokgC3HXwLD2iWiHaVI50H7C6eG8,18608 -pip/_vendor/distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792 -pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784 -pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032 -pip/_vendor/distlib/util.py,sha256=vMPGvsS4j9hF6Y9k3Tyom1aaHLb0rFmZAEyzeAdel9w,66682 -pip/_vendor/distlib/version.py,sha256=s5VIs8wBn0fxzGxWM_aA2ZZyx525HcZbMvcTlTyZ3Rg,23727 -pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 -pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 -pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 -pip/_vendor/distlib/wheel.py,sha256=DFIVguEQHCdxnSdAO0dfFsgMcvVZitg7bCOuLwZ7A_s,43979 -pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 -pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 -pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,, -pip/_vendor/distro/distro.py,sha256=XqbefacAhDT4zr_trnbA15eY8vdK4GTghgmvUGrEM_4,49430 -pip/_vendor/distro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 -pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, -pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,, -pip/_vendor/idna/codec.py,sha256=PS6m-XmdST7Wj7J7ulRMakPDt5EBJyYrT3CPtjh-7t4,3426 -pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 -pip/_vendor/idna/core.py,sha256=lyhpoe2vulEaB_65xhXmoKgO-xUqFDvcwxu5hpNNO4E,12663 -pip/_vendor/idna/idnadata.py,sha256=dqRwytzkjIHMBa2R1lYvHDwACenZPt8eGVu1Y8UBE-E,78320 -pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 -pip/_vendor/idna/package_data.py,sha256=Tkt0KnIeyIlnHddOaz9WSkkislNgokJAuE-p5GorMqo,21 -pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/idna/uts46data.py,sha256=1KuksWqLuccPXm2uyRVkhfiFLNIhM_H2m4azCcnOqEU,206503 -pip/_vendor/msgpack/__init__.py,sha256=gsMP7JTECZNUSjvOyIbdhNOkpB9Z8BcGwabVGY2UcdQ,1077 -pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,, -pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,, -pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,, -pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 -pip/_vendor/msgpack/ext.py,sha256=fKp00BqDLjUtZnPd70Llr138zk8JsCuSpJkkZ5S4dt8,5629 -pip/_vendor/msgpack/fallback.py,sha256=wdUWJkWX2gzfRW9BBCTOuIE1Wvrf5PtBtR8ZtY7G_EE,33175 -pip/_vendor/packaging/__init__.py,sha256=dtw2bNmWCQ9WnMoK3bk_elL1svSlikXtLpZhCFIB9SE,496 -pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,, -pip/_vendor/packaging/__pycache__/version.cpython-312.pyc,, -pip/_vendor/packaging/_elffile.py,sha256=_LcJW4YNKywYsl4169B2ukKRqwxjxst_8H0FRVQKlz8,3282 -pip/_vendor/packaging/_manylinux.py,sha256=Xo4V0PZz8sbuVCbTni0t1CR0AHeir_7ib4lTmV8scD4,9586 -pip/_vendor/packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694 -pip/_vendor/packaging/_parser.py,sha256=s_TvTvDNK0NrM2QB3VKThdWFM4Nc0P6JnkObkl3MjpM,10236 -pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 -pip/_vendor/packaging/_tokenizer.py,sha256=J6v5H7Jzvb-g81xp_2QACKwO7LxHQA6ikryMU7zXwN8,5273 -pip/_vendor/packaging/markers.py,sha256=dWKSqn5Sp-jDmOG-W3GfLHKjwhf1IsznbT71VlBoB5M,10671 -pip/_vendor/packaging/metadata.py,sha256=KINuSkJ12u-SyoKNTy_pHNGAfMUtxNvZ53qA1zAKcKI,32349 -pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 -pip/_vendor/packaging/specifiers.py,sha256=HfGgfNJRvrzC759gnnoojHyiWs_DYmcw5PEh5jHH-YE,39738 -pip/_vendor/packaging/tags.py,sha256=Fo6_cit95-7QfcMb16XtI7AUiSMgdwA_hCO_9lV2pz4,21388 -pip/_vendor/packaging/utils.py,sha256=NAdYUwnlAOpkat_RthavX8a07YuVxgGL_vwrx73GSDM,5287 -pip/_vendor/packaging/version.py,sha256=wE4sSVlF-d1H6HFC1vszEe35CwTig_fh4HHIFg95hFE,16210 -pip/_vendor/pkg_resources/__init__.py,sha256=jrhDRbOubP74QuPXxd7U7Po42PH2l-LZ2XfcO7llpZ4,124463 -pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/platformdirs/__init__.py,sha256=FTA6LGNm40GwNZt3gG3uLAacWvf2E_2HTmH0rAALGR8,22285 -pip/_vendor/platformdirs/__main__.py,sha256=jBJ8zb7Mpx5ebcqF83xrpO94MaeCpNGHVf9cvDN2JLg,1505 -pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,, -pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,, -pip/_vendor/platformdirs/android.py,sha256=xZXY9Jd46WOsxT2U6-5HsNtDZ-IQqxcEUrBLl3hYk4o,9016 -pip/_vendor/platformdirs/api.py,sha256=QBYdUac2eC521ek_y53uD1Dcq-lJX8IgSRVd4InC6uc,8996 -pip/_vendor/platformdirs/macos.py,sha256=wftsbsvq6nZ0WORXSiCrZNkRHz_WKuktl0a6mC7MFkI,5580 -pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/platformdirs/unix.py,sha256=Cci9Wqt35dAMsg6HT9nRGHSBW5obb0pR3AE1JJnsCXg,10643 -pip/_vendor/platformdirs/version.py,sha256=r7F76tZRjgQKzrpx_I0_ZMQOMU-PS7eGnHD7zEK3KB0,411 -pip/_vendor/platformdirs/windows.py,sha256=IFpiohUBwxPtCzlyKwNtxyW4Jk8haa6W8o59mfrDXVo,10125 -pip/_vendor/pygments/__init__.py,sha256=7N1oiaWulw_nCsTY4EEixYLz15pWY5u4uPAFFi-ielU,2983 -pip/_vendor/pygments/__main__.py,sha256=isIhBxLg65nLlXukG4VkMuPfNdd7gFzTZ_R_z3Q8diY,353 -pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,, -pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,, -pip/_vendor/pygments/cmdline.py,sha256=LIVzmAunlk9sRJJp54O4KRy9GDIN4Wu13v9p9QzfGPM,23656 -pip/_vendor/pygments/console.py,sha256=yhP9UsLAVmWKVQf2446JJewkA7AiXeeTf4Ieg3Oi2fU,1718 -pip/_vendor/pygments/filter.py,sha256=_ADNPCskD8_GmodHi6_LoVgPU3Zh336aBCT5cOeTMs0,1910 -pip/_vendor/pygments/filters/__init__.py,sha256=RdedK2KWKXlKwR7cvkfr3NUj9YiZQgMgilRMFUg2jPA,40392 -pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/formatter.py,sha256=jDWBTndlBH2Z5IYZFVDnP0qn1CaTQjTWt7iAGtCnJEg,4390 -pip/_vendor/pygments/formatters/__init__.py,sha256=8No-NUs8rBTSSBJIv4hSEQt2M0cFB4hwAT0snVc2QGE,5385 -pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,, -pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,, -pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 -pip/_vendor/pygments/formatters/bbcode.py,sha256=3JQLI45tcrQ_kRUMjuab6C7Hb0XUsbVWqqbSn9cMjkI,3320 -pip/_vendor/pygments/formatters/groff.py,sha256=M39k0PaSSZRnxWjqBSVPkF0mu1-Vr7bm6RsFvs-CNN4,5106 -pip/_vendor/pygments/formatters/html.py,sha256=SE2jc3YCqbMS3rZW9EAmDlAUhdVxJ52gA4dileEvCGU,35669 -pip/_vendor/pygments/formatters/img.py,sha256=MwA4xWPLOwh6j7Yc6oHzjuqSPt0M1fh5r-5BTIIUfsU,23287 -pip/_vendor/pygments/formatters/irc.py,sha256=dp1Z0l_ObJ5NFh9MhqLGg5ptG5hgJqedT2Vkutt9v0M,4981 -pip/_vendor/pygments/formatters/latex.py,sha256=XMmhOCqUKDBQtG5mGJNAFYxApqaC5puo5cMmPfK3944,19306 -pip/_vendor/pygments/formatters/other.py,sha256=56PMJOliin-rAUdnRM0i1wsV1GdUPd_dvQq0_UPfF9c,5034 -pip/_vendor/pygments/formatters/pangomarkup.py,sha256=y16U00aVYYEFpeCfGXlYBSMacG425CbfoG8oKbKegIg,2218 -pip/_vendor/pygments/formatters/rtf.py,sha256=ZT90dmcKyJboIB0mArhL7IhE467GXRN0G7QAUgG03To,11957 -pip/_vendor/pygments/formatters/svg.py,sha256=KKsiophPupHuxm0So-MsbQEWOT54IAiSF7hZPmxtKXE,7174 -pip/_vendor/pygments/formatters/terminal.py,sha256=AojNG4MlKq2L6IsC_VnXHu4AbHCBn9Otog6u45XvxeI,4674 -pip/_vendor/pygments/formatters/terminal256.py,sha256=kGkNUVo3FpwjytIDS0if79EuUoroAprcWt3igrcIqT0,11753 -pip/_vendor/pygments/lexer.py,sha256=TYHDt___gNW4axTl2zvPZff-VQi8fPaIh5OKRcVSjUM,35349 -pip/_vendor/pygments/lexers/__init__.py,sha256=pIlxyQJuu_syh9lE080cq8ceVbEVcKp0osAFU5fawJU,12115 -pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,, -pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,, -pip/_vendor/pygments/lexers/_mapping.py,sha256=61-h3zr103m01OS5BUq_AfUiL9YI06Ves9ipQ7k4vr4,76097 -pip/_vendor/pygments/lexers/python.py,sha256=2J_YJrPTr_A6fJY_qKiKv0GpgPwHMrlMSeo59qN3fe4,53687 -pip/_vendor/pygments/modeline.py,sha256=gtRYZBS-CKOCDXHhGZqApboHBaZwGH8gznN3O6nuxj4,1005 -pip/_vendor/pygments/plugin.py,sha256=ioeJ3QeoJ-UQhZpY9JL7vbxsTVuwwM7BCu-Jb8nN0AU,1891 -pip/_vendor/pygments/regexopt.py,sha256=Hky4EB13rIXEHQUNkwmCrYqtIlnXDehNR3MztafZ43w,3072 -pip/_vendor/pygments/scanner.py,sha256=NDy3ofK_fHRFK4hIDvxpamG871aewqcsIb6sgTi7Fhk,3092 -pip/_vendor/pygments/sphinxext.py,sha256=iOptJBcqOGPwMEJ2p70PvwpZPIGdvdZ8dxvq6kzxDgA,7981 -pip/_vendor/pygments/style.py,sha256=rSCZWFpg1_DwFMXDU0nEVmAcBHpuQGf9RxvOPPQvKLQ,6420 -pip/_vendor/pygments/styles/__init__.py,sha256=qUk6_1z5KmT8EdJFZYgESmG6P_HJF_2vVrDD7HSCGYY,2042 -pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc,, -pip/_vendor/pygments/styles/_mapping.py,sha256=6lovFUE29tz6EsV3XYY4hgozJ7q1JL7cfO3UOlgnS8w,3312 -pip/_vendor/pygments/token.py,sha256=qZwT7LSPy5YBY3JgDjut642CCy7JdQzAfmqD9NmT5j0,6226 -pip/_vendor/pygments/unistring.py,sha256=p5c1i-HhoIhWemy9CUsaN9o39oomYHNxXll0Xfw6tEA,63208 -pip/_vendor/pygments/util.py,sha256=2tj2nS1X9_OpcuSjf8dOET2bDVZhs8cEKd_uT6-Fgg8,10031 -pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 -pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138 -pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920 -pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546 -pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,, -pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 -pip/_vendor/requests/__init__.py,sha256=HlB_HzhrzGtfD_aaYUwUh1zWXLZ75_YCLyit75d0Vz8,5057 -pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/api.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/help.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/models.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,, -pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,, -pip/_vendor/requests/__version__.py,sha256=FVfglgZmNQnmYPXpOohDU58F5EUb_-VnSTaAesS187g,435 -pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 -pip/_vendor/requests/adapters.py,sha256=J7VeVxKBvawbtlX2DERVo05J9BXTcWYLMHNd1Baa-bk,27607 -pip/_vendor/requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449 -pip/_vendor/requests/auth.py,sha256=kF75tqnLctZ9Mf_hm9TZIj4cQWnN5uxRz8oWsx5wmR0,10186 -pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 -pip/_vendor/requests/compat.py,sha256=Mo9f9xZpefod8Zm-n9_StJcVTmwSukXR2p3IQyyVXvU,1485 -pip/_vendor/requests/cookies.py,sha256=bNi-iqEj4NPZ00-ob-rHvzkvObzN3lEpgw3g6paS3Xw,18590 -pip/_vendor/requests/exceptions.py,sha256=D1wqzYWne1mS2rU43tP9CeN1G7QAy7eqL9o1god6Ejw,4272 -pip/_vendor/requests/help.py,sha256=hRKaf9u0G7fdwrqMHtF3oG16RKktRf6KiwtSq2Fo1_0,3813 -pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 -pip/_vendor/requests/models.py,sha256=x4K4CmH-lC0l2Kb-iPfMN4dRXxHEcbOaEWBL_i09AwI,35483 -pip/_vendor/requests/packages.py,sha256=_ZQDCJTJ8SP3kVWunSqBsRZNPzj2c1WFVqbdr08pz3U,1057 -pip/_vendor/requests/sessions.py,sha256=ykTI8UWGSltOfH07HKollH7kTBGw4WhiBVaQGmckTw4,30495 -pip/_vendor/requests/status_codes.py,sha256=iJUAeA25baTdw-6PfD0eF4qhpINDJRJI-yaMqxs4LEI,4322 -pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 -pip/_vendor/requests/utils.py,sha256=L79vnFbzJ3SFLKtJwpoWe41Tozi3RlZv94pY1TFIyow,33631 -pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 -pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,, -pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,, -pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,, -pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,, -pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,, -pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 -pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 -pip/_vendor/resolvelib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 -pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 -pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 -pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 -pip/_vendor/rich/__main__.py,sha256=eO7Cq8JnrgG8zVoeImiAs92q3hXNMIfp0w5lMsO7Q2Y,8477 -pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/align.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/box.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/color.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/console.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/control.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/json.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/live.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/region.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/status.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/style.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/table.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/text.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,, -pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,, -pip/_vendor/rich/_cell_widths.py,sha256=fbmeyetEdHjzE_Vx2l1uK7tnPOhMs2X1lJfO3vsKDpA,10209 -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=RI08pSrm5tBSzPMvnbTqbD9WIalaOoN5d4M1RTmLq1Y,2128 -pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 -pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 -pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 -pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 -pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 -pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 -pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 -pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 -pip/_vendor/rich/_ratio.py,sha256=Zt58apszI6hAAcXPpgdWKpu3c31UBWebOeR4mbyptvU,5471 -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=aBwaD_S56SbgopIvayVmpk0Y28uwY2C5Bab1wl3Bp-I,1925 -pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 -pip/_vendor/rich/_wrap.py,sha256=FlSsom5EX0LVkA3KWy34yHnCfLtqX-ZIepXKh-70rpc,3404 -pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 -pip/_vendor/rich/align.py,sha256=sCUkisXkQfoq-IQPyBELfJ8l7LihZJX3HbH8K7Cie-M,10368 -pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 -pip/_vendor/rich/bar.py,sha256=ldbVHOzKJOnflVNuv1xS7g6dLX2E3wMnXkdPbpzJTcs,3263 -pip/_vendor/rich/box.py,sha256=nr5fYIUghB_iUCEq6y0Z3LlCT8gFPDrzN9u2kn7tJl4,10831 -pip/_vendor/rich/cells.py,sha256=aMmGK4BjXhgE6_JF1ZEGmW3O7mKkE8g84vUnj4Et4To,4780 -pip/_vendor/rich/color.py,sha256=bCRATVdRe5IClJ6Hl62de2PKQ_U4i2MZ4ugjUEg7Tao,18223 -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=deFZIubq2M9A2MCsKFAsFQlWDvcOMsGuUA07QkOaHIw,99173 -pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 -pip/_vendor/rich/containers.py,sha256=c_56TxcedGYqDepHBMTuZdUIijitAQgnox-Qde0Z1qo,5502 -pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 -pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 -pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 -pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 -pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 -pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 -pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 -pip/_vendor/rich/highlighter.py,sha256=6ZAjUcNhBRajBCo9umFUclyi2xL0-55JL7S0vYGUJu4,9585 -pip/_vendor/rich/json.py,sha256=vVEoKdawoJRjAFayPwXkMBPLy7RSTs-f44wSQDR2nJ0,5031 -pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 -pip/_vendor/rich/layout.py,sha256=ajkSFAtEVv9EFTcFs-w4uZfft7nEXhNzL7ZVdgrT5rI,14004 -pip/_vendor/rich/live.py,sha256=vUcnJV2LMSK3sQNaILbm0-_B8BpAeiHfcQMAMLfpRe0,14271 -pip/_vendor/rich/live_render.py,sha256=zJtB471jGziBtEwxc54x12wEQtH4BuQr1SA8v9kU82w,3666 -pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 -pip/_vendor/rich/markup.py,sha256=3euGKP5s41NCQwaSjTnJxus5iZMHjxpIM0W6fCxra38,8451 -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=2Fd1V7e1kHxlPFIusoHY5T7-Cs0RpkrihgVG9ZVqJ4g,10705 -pip/_vendor/rich/pretty.py,sha256=5oIHP_CGWnHEnD0zMdW5qfGC5kHqIKn7zH_eC4crULE,35848 -pip/_vendor/rich/progress.py,sha256=P02xi7T2Ua3qq17o83bkshe4c0v_45cg8VyTj6US6Vg,59715 -pip/_vendor/rich/progress_bar.py,sha256=L4jw8E6Qb_x-jhOrLVhkuMaPmiAhFIl8jHQbWFrKuR8,8164 -pip/_vendor/rich/prompt.py,sha256=wdOn2X8XTJKnLnlw6PoMY7xG4iUPp3ezt4O5gqvpV-E,11304 -pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 -pip/_vendor/rich/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 -pip/_vendor/rich/repr.py,sha256=5MZJZmONgC6kud-QW-_m1okXwL2aR6u6y-pUcUCJz28,4431 -pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 -pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 -pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 -pip/_vendor/rich/segment.py,sha256=hU1ueeXqI6YeFa08K9DAjlF2QLxcJY9pwZx7RsXavlk,24246 -pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 -pip/_vendor/rich/status.py,sha256=kkPph3YeAZBo-X-4wPp8gTqZyU466NLwZBA4PZTTewo,4424 -pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 -pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 -pip/_vendor/rich/syntax.py,sha256=TnZDuOD4DeHFbkaVEAji1gf8qgAlMU9Boe_GksMGCkk,35475 -pip/_vendor/rich/table.py,sha256=nGEvAZHF4dy1vT9h9Gj9O5qhSQO3ODAxJv0RY1vnIB8,39680 -pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 -pip/_vendor/rich/text.py,sha256=5rQ3zvNrg5UZKNLecbh7fiw9v3HeFulNVtRY_CBDjjE,47312 -pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 -pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 -pip/_vendor/rich/traceback.py,sha256=CUpxYLjQWIb6vQQ6O72X0hvDV6caryGqU6UweHgOyCY,29601 -pip/_vendor/rich/tree.py,sha256=meAOUU6sYnoBEOX2ILrPLY9k5bWrWNQKkaiEFvHinXM,9167 -pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 -pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, -pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, -pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, -pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 -pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 -pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 -pip/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 -pip/_vendor/truststore/__init__.py,sha256=WIDeyzWm7EVX44g354M25vpRXbeY1lsPH6EmUJUcq4o,1264 -pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc,, -pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc,, -pip/_vendor/truststore/_api.py,sha256=GeXRNTlxPZ3kif4kNoh6JY0oE4QRzTGcgXr6l_X_Gk0,10555 -pip/_vendor/truststore/_macos.py,sha256=nZlLkOmszUE0g6ryRwBVGY5COzPyudcsiJtDWarM5LQ,20503 -pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 -pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 -pip/_vendor/truststore/_windows.py,sha256=rAHyKYD8M7t-bXfG8VgOVa3TpfhVhbt4rZQlO45YuP8,17993 -pip/_vendor/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/typing_extensions.py,sha256=78hFl0HpDY-ylHUVCnWdU5nTHxUP2-S-3wEZk6CQmLk,134499 -pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 -pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,, -pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,, -pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372 -pip/_vendor/urllib3/_version.py,sha256=t9wGB6ooOTXXgiY66K1m6BZS1CJyXHAU8EoWDTe6Shk,64 -pip/_vendor/urllib3/connection.py,sha256=ttIA909BrbTUzwkqEe_TzZVh4JOOj7g61Ysei2mrwGg,20314 -pip/_vendor/urllib3/connectionpool.py,sha256=e2eiAwNbFNCKxj4bwDKNK-w7HIdSz3OmMxU_TIt-evQ,40408 -pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 -pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc,, -pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 -pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 -pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036 -pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528 -pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081 -pip/_vendor/urllib3/contrib/securetransport.py,sha256=Fef1IIUUFHqpevzXiDPbIGkDKchY2FVKeVeLGR1Qq3g,34446 -pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 -pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 -pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 -pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 -pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc,, -pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc,, -pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc,, -pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 -pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343 -pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 -pip/_vendor/urllib3/poolmanager.py,sha256=aWyhXRtNO4JUnCSVVqKTKQd8EXTvUm1VN9pgs2bcONo,19990 -pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 -pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 -pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 -pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,, -pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,, -pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 -pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 -pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 -pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 -pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 -pip/_vendor/urllib3/util/retry.py,sha256=6ENvOZ8PBDzh8kgixpql9lIrb2dxH-k7ZmBanJF2Ng4,22050 -pip/_vendor/urllib3/util/ssl_.py,sha256=QDuuTxPSCj1rYtZ4xpD7Ux-r20TD50aHyqKyhQ7Bq4A,17460 -pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 -pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 -pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 -pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 -pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 -pip/_vendor/vendor.txt,sha256=43152uDtpsunEE29vmLqqKZUosdrbvzIFkzscLB55Cg,332 -pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/REQUESTED b/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/REQUESTED deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/WHEEL b/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/WHEEL deleted file mode 100644 index da25d7b..0000000 --- a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/WHEEL +++ /dev/null @@ -1,5 +0,0 @@ -Wheel-Version: 1.0 -Generator: setuptools (75.2.0) -Root-Is-Purelib: true -Tag: py3-none-any - diff --git a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/entry_points.txt b/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/entry_points.txt deleted file mode 100644 index 25fcf7e..0000000 --- a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/entry_points.txt +++ /dev/null @@ -1,3 +0,0 @@ -[console_scripts] -pip = pip._internal.cli.main:main -pip3 = pip._internal.cli.main:main diff --git a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/top_level.txt b/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/top_level.txt deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/pip-24.3.1.dist-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/pip/__init__.py b/backend/.venv/Lib/site-packages/pip/__init__.py deleted file mode 100644 index efefccf..0000000 --- a/backend/.venv/Lib/site-packages/pip/__init__.py +++ /dev/null @@ -1,13 +0,0 @@ -from typing import List, Optional - -__version__ = "24.3.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/backend/.venv/Lib/site-packages/pip/__main__.py b/backend/.venv/Lib/site-packages/pip/__main__.py deleted file mode 100644 index 5991326..0000000 --- a/backend/.venv/Lib/site-packages/pip/__main__.py +++ /dev/null @@ -1,24 +0,0 @@ -import os -import sys - -# Remove '' and current working directory from the first entry -# of sys.path, if present to avoid using current directory -# in pip commands check, freeze, install, list and show, -# when invoked as python -m pip -if sys.path[0] in ("", os.getcwd()): - sys.path.pop(0) - -# If we are running from a wheel, add the wheel to sys.path -# This allows the usage python pip-*.whl/pip install pip-*.whl -if __package__ == "": - # __file__ is pip-*.whl/pip/__main__.py - # first dirname call strips of '/__main__.py', second strips off '/pip' - # Resulting path is the name of the wheel itself - # Add that to sys.path so we can import pip - path = os.path.dirname(os.path.dirname(__file__)) - sys.path.insert(0, path) - -if __name__ == "__main__": - from pip._internal.cli.main import main as _main - - sys.exit(_main()) diff --git a/backend/.venv/Lib/site-packages/pip/__pip-runner__.py b/backend/.venv/Lib/site-packages/pip/__pip-runner__.py deleted file mode 100644 index c633787..0000000 --- a/backend/.venv/Lib/site-packages/pip/__pip-runner__.py +++ /dev/null @@ -1,50 +0,0 @@ -"""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 pyproject.toml -PYTHON_REQUIRES = (3, 8) - - -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/backend/.venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index da631caeef9cdae52d615e5a61b7da2b0729c428..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 689 zcmX|9L2DE-6i#MlXV+b8Q9-B&jb3EI&Y%{xMGK+`La9nUEdxV#lJ3Uc&4eVg>y!$6 z@E~~c*7^?=|ABwOi(coV;>lZO_2S8wwe^wr=DqOc`(Ep~j~0ax+PIUT{0w}NRs8!wO zriHR5YBmYjeSlKN#J_e4@_ zy&27kvwD{a}CV&9Tpm7Y`8BZ?j+SGpG6s>|MJN diff --git a/backend/.venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc deleted file mode 100644 index dba4efe2c258a5688a5617b2dce32f77dbafcdbd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 843 zcmb7C&ubGw6n?Wi`JGfMwa`{P*o!$NLa8M9E0lWZAsRiX5EqthW*T?1*?hQBN{~DZU|+1Qd+;Nj*aS5m=Er;Le=g!$?K! zlT4t`U5G$HV?=6Q0dVhgjWawLxgqoP`X9_hq!i`4^beoorxk{n0G0aE5Ob#~A|E@w z#HWYNbURbeBH*(@#`NEJc|9A=C(=d`paA7#zXbgr1C~_Pwx(OEnnw%^lpkY~?J?O4 zJcb?3f6C%b>NnO1lO5Y(8C7+(MoVi_Rb>gHyO!3bqRWbIic(y+JnH(QB2IW^($Srw zs#`wgT(j6P^`g*m#d~0}V|9kft zhV4>inOmS1QHmXEb(E^Uta!Rl3nOQq!X>XpA69e%mb}@v$*M_jyOUf&{CV#kUj{Nl z=m1g&kRD_KCpOC6^5#PKMmQG+p}QTt3EsZ=e17(eJo}v=E_IhSs@-Zh{;D=e0zMaB z-jgQ=X~>Rkm3pPEO0V*MZnv~k+O6zVK9u)o=Jzw#*6&0&Yu#G75c*&7#X~u>`Fu~F c`hn*Uadv%CH10io{rDTcFh~HNb|<*CKidGeDgXcg diff --git a/backend/.venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc deleted file mode 100644 index e6558b7da90ba74080ff37c840761259a61bca43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2207 zcmaJ>O-vhC5T3WY{>QNsLm;GSHcFb}3Y(IqN)!=Nm6C*{1p-7>U8>cx`wVOBU1xVq zFae1oq^44(a;OTuC6_8Gt<+=ZSwR>>~tV^;$Qqk)rh+9+t@nq>Ijs%WPI-H{#mM&Y%0=OS+VnF(Vo&Q zQ89{T(a4HLt=K8v)bO7!%A%@ev(%)zEmD0(GY!3f`*b)w#!RwWo{G5Ya)GL%Y>AqU zVy9>uc-ktN6g|tf>%L&9B|NRj`m44$fo6rGVcKXmqsd`eZ^)u$%QkiI*k(ZwCb?}E z{Wb%H(s((h00BRyshvWGNFuqtTKvaI<(6R{-T|*x-V2RFk{@(P`UQ_~pi$l9RUqhf z9zKczED(lPm*$D*<4dwi2z<6*fHHi?-y}&gm?REw*=CY+xb*7|nXwqCMDg$U`_7Hu zG|XwMC@XYa&)HT=RurS8+nPR^QVf%hPsqwN)z$Iz3>JF)U2S6A(rlVSgK2q^TI2XE zU6O=6WtMcEnv#?*mYq<~B-QC`(d?ajd4`&nX6OBpe}UXgaQehC_?xE}9YKPGrv|CRPU6XSE_* zgssTF&(D5(c7wUDCOWH;&Wg}kLltbZGR$45W2WJtfizJyDB{PkMXOX~fDnsid&E}1Tf+wx>$QI#AB(YL@5P4}U(fV8L&}QuTM(p^V%MZIQRMKz#c(NKB zxGg-2B`U%0hX+sI3szdXtHJKu_Es!$J7O{zVp@Y3Zcvg~n3Cj#CCMERxNnlA8zs4( z07?-hFI!fDA|}*&u=kPN!dcY?ig`2m61DnC&jo|R3rq(rnv#n#Jt>fN-d&eqmoz|$)kLZS@jv`Q()<*V?HmLmd=mXQ zx(Ur2(7bYOqwQ3+?es%<^GP7Ka_&LkNCieJM@Op214p(XzUbS8_y)vRTJE%eZ~qKE H^^E@kz^*2s diff --git a/backend/.venv/Lib/site-packages/pip/_internal/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/__init__.py deleted file mode 100644 index 1a5b7f8..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/__init__.py +++ /dev/null @@ -1,18 +0,0 @@ -from typing import List, Optional - -from pip._internal.utils import _log - -# init_logging() must be called before any call to logging.getLogger() -# which happens at import of most modules. -_log.init_logging() - - -def main(args: Optional[List[str]] = None) -> int: - """This is preserved for old console scripts that may still be referencing - it. - - For additional details, see https://github.com/pypa/pip/issues/7498. - """ - from pip._internal.utils.entrypoints import _wrapper - - return _wrapper(args) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 14fec47adfc3005d389d5aa15810c236cff9ff55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 789 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc deleted file mode 100644 index 15d7e66695c29099b1ea31a56d7debf87ddbe79c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12669 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc deleted file mode 100644 index 816b6bde8ad405f50f2cc12ebebdd5de9b99b328..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17634 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 AZU6uP diff --git a/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc deleted file mode 100644 index 004d4b699233ae481568caf8fc853b50eb6cf047..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 36847 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc deleted file mode 100644 index 1ef8913aadb915818db350678fbe72ab2b6b7a66..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 672 zcmX|9ziSjh6rS1LJI_mkh*d0f6q^HY7evqmO`}-FSR^2v3t?{Ot{K&1ammfF1Ay_VM`iHtU5?-|dXG74#Vd z3pfQO_9_%ru0&Rqw#q@+47G7qxUqDikTYSO&T}yYfv^V%Wv0tfSCDBJcNgFuQAnlq zzifp9Cv|SG3JV~{&KbL&BqQy{^)Sw=A~7=~6QfO{t*yZ(H?FVUj2A>0P!T=ebawYq z8UskZxJW1CU0pgrYDHXAHa3RR;mlODYO&*E0`$#aVCzYQ`1A12db(fX#2T4FT0VBR zFSD$wOGgFtvkD;{%4`CqO5-V%({xi0Q>z{HDPST;U{jyuiF8s(UB+hCL>}N0sYEpF zS#r`=fGee5#ZwY-w6IzE&NXaiqJ}_MNTmD@& zom)kv>Kr!E)B3BkSI8ZOob#{j($98>pMUw}Fgo0Rd-}_n%SVjn@3UY2w_y1Th9k9_ diff --git a/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc deleted file mode 100644 index 6f54b9202bde8b25ce51a33d002e688e8a100bff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5120 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 D@!>u2 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc deleted file mode 100644 index 21fa1de0702f4c405da40d40077cdee780a930ae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13617 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 q(wd!2SFySQAoA6rk{(KQ4 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 = get_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", - "--disable-pip-version-check", - # The prefix specified two lines above, thus - # target from config file or env var should be ignored - "--target", - "", - ] - if logger.getEffectiveLevel() <= logging.DEBUG: - args.append("-vv") - elif logger.getEffectiveLevel() <= VERBOSE: - 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/backend/.venv/Lib/site-packages/pip/_internal/cache.py b/backend/.venv/Lib/site-packages/pip/_internal/cache.py deleted file mode 100644 index 6b45126..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cache.py +++ /dev/null @@ -1,290 +0,0 @@ -"""Cache Management -""" - -import hashlib -import json -import logging -import os -from pathlib import Path -from typing import Any, Dict, List, Optional - -from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version -from pip._vendor.packaging.utils import canonicalize_name - -from pip._internal.exceptions import InvalidWheelFilename -from pip._internal.models.direct_url import DirectUrl -from pip._internal.models.link import Link -from pip._internal.models.wheel import Wheel -from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds -from pip._internal.utils.urls import path_to_url - -logger = logging.getLogger(__name__) - -ORIGIN_JSON_NAME = "origin.json" - - -def _hash_dict(d: Dict[str, str]) -> str: - """Return a stable sha224 of a dictionary.""" - s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) - return hashlib.sha224(s.encode("ascii")).hexdigest() - - -class Cache: - """An abstract class - provides cache directories for data from links - - :param cache_dir: The root of the cache. - """ - - def __init__(self, cache_dir: str) -> None: - super().__init__() - assert not cache_dir or os.path.isabs(cache_dir) - self.cache_dir = cache_dir or None - - def _get_cache_path_parts(self, link: Link) -> List[str]: - """Get parts of part that must be os.path.joined with cache_dir""" - - # We want to generate an url to use as our cache key, we don't want to - # just reuse the URL because it might have other items in the fragment - # and we don't care about those. - key_parts = {"url": link.url_without_fragment} - if link.hash_name is not None and link.hash is not None: - key_parts[link.hash_name] = link.hash - if link.subdirectory_fragment: - key_parts["subdirectory"] = link.subdirectory_fragment - - # Include interpreter name, major and minor version in cache key - # to cope with ill-behaved sdists that build a different wheel - # depending on the python version their setup.py is being run on, - # and don't encode the difference in compatibility tags. - # https://github.com/pypa/pip/issues/7296 - key_parts["interpreter_name"] = interpreter_name() - key_parts["interpreter_version"] = interpreter_version() - - # Encode our key url with sha224, we'll use this because it has similar - # security properties to sha256, but with a shorter total output (and - # thus less secure). However the differences don't make a lot of - # difference for our use case here. - hashed = _hash_dict(key_parts) - - # We want to nest the directories some to prevent having a ton of top - # level directories where we might run out of sub directories on some - # FS. - parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] - - return parts - - def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: - can_not_cache = not self.cache_dir or not canonical_package_name or not link - if can_not_cache: - return [] - - path = self.get_path_for_link(link) - if os.path.isdir(path): - return [(candidate, path) for candidate in os.listdir(path)] - return [] - - def get_path_for_link(self, link: Link) -> str: - """Return a directory to store cached items in for link.""" - raise NotImplementedError() - - def get( - self, - link: Link, - package_name: Optional[str], - supported_tags: List[Tag], - ) -> Link: - """Returns a link to a cached item if it exists, otherwise returns the - passed link. - """ - raise NotImplementedError() - - -class SimpleWheelCache(Cache): - """A cache of wheels for future installs.""" - - def __init__(self, cache_dir: str) -> None: - super().__init__(cache_dir) - - def get_path_for_link(self, link: Link) -> str: - """Return a directory to store cached wheels for link - - Because there are M wheels for any one sdist, we provide a directory - to cache them in, and then consult that directory when looking up - cache hits. - - We only insert things into the cache if they have plausible version - numbers, so that we don't contaminate the cache with things that were - not unique. E.g. ./package might have dozens of installs done for it - and build a version of 0.0...and if we built and cached a wheel, we'd - end up using the same wheel even if the source has been edited. - - :param link: The link of the sdist for which this will cache wheels. - """ - parts = self._get_cache_path_parts(link) - assert self.cache_dir - # Store wheels within the root cache_dir - return os.path.join(self.cache_dir, "wheels", *parts) - - def get( - self, - link: Link, - package_name: Optional[str], - supported_tags: List[Tag], - ) -> Link: - candidates = [] - - if not package_name: - return link - - canonical_package_name = canonicalize_name(package_name) - for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): - try: - wheel = Wheel(wheel_name) - except InvalidWheelFilename: - continue - if canonicalize_name(wheel.name) != canonical_package_name: - logger.debug( - "Ignoring cached wheel %s for %s as it " - "does not match the expected distribution name %s.", - wheel_name, - link, - package_name, - ) - continue - if not wheel.supported(supported_tags): - # Built for a different python/arch/etc - continue - candidates.append( - ( - wheel.support_index_min(supported_tags), - wheel_name, - wheel_dir, - ) - ) - - if not candidates: - return link - - _, wheel_name, wheel_dir = min(candidates) - return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) - - -class EphemWheelCache(SimpleWheelCache): - """A SimpleWheelCache that creates it's own temporary cache directory""" - - def __init__(self) -> None: - self._temp_dir = TempDirectory( - kind=tempdir_kinds.EPHEM_WHEEL_CACHE, - globally_managed=True, - ) - - super().__init__(self._temp_dir.path) - - -class CacheEntry: - def __init__( - self, - link: Link, - persistent: bool, - ): - self.link = link - self.persistent = persistent - self.origin: Optional[DirectUrl] = None - origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME - if origin_direct_url_path.exists(): - try: - self.origin = DirectUrl.from_json( - origin_direct_url_path.read_text(encoding="utf-8") - ) - except Exception as e: - logger.warning( - "Ignoring invalid cache entry origin file %s for %s (%s)", - origin_direct_url_path, - link.filename, - e, - ) - - -class WheelCache(Cache): - """Wraps EphemWheelCache and SimpleWheelCache into a single Cache - - This Cache allows for gracefully degradation, using the ephem wheel cache - when a certain link is not found in the simple wheel cache first. - """ - - def __init__(self, cache_dir: str) -> None: - super().__init__(cache_dir) - self._wheel_cache = SimpleWheelCache(cache_dir) - self._ephem_cache = EphemWheelCache() - - def get_path_for_link(self, link: Link) -> str: - return self._wheel_cache.get_path_for_link(link) - - def get_ephem_path_for_link(self, link: Link) -> str: - return self._ephem_cache.get_path_for_link(link) - - def get( - self, - link: Link, - package_name: Optional[str], - supported_tags: List[Tag], - ) -> Link: - cache_entry = self.get_cache_entry(link, package_name, supported_tags) - if cache_entry is None: - return link - return cache_entry.link - - def get_cache_entry( - self, - link: Link, - package_name: Optional[str], - supported_tags: List[Tag], - ) -> Optional[CacheEntry]: - """Returns a CacheEntry with a link to a cached item if it exists or - None. The cache entry indicates if the item was found in the persistent - or ephemeral cache. - """ - retval = self._wheel_cache.get( - link=link, - package_name=package_name, - supported_tags=supported_tags, - ) - if retval is not link: - return CacheEntry(retval, persistent=True) - - retval = self._ephem_cache.get( - link=link, - package_name=package_name, - supported_tags=supported_tags, - ) - if retval is not link: - return CacheEntry(retval, persistent=False) - - return None - - @staticmethod - def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: - origin_path = Path(cache_dir) / ORIGIN_JSON_NAME - if origin_path.exists(): - try: - origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8")) - except Exception as e: - logger.warning( - "Could not read origin file %s in cache entry (%s). " - "Will attempt to overwrite it.", - origin_path, - e, - ) - else: - # TODO: use DirectUrl.equivalent when - # https://github.com/pypa/pip/pull/10564 is merged. - if origin.url != download_info.url: - logger.warning( - "Origin URL %s in cache entry %s does not match download URL " - "%s. This is likely a pip bug or a cache corruption issue. " - "Will overwrite it with the new value.", - origin.url, - cache_dir, - download_info.url, - ) - origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/__init__.py deleted file mode 100644 index e589bb9..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -"""Subpackage containing all of pip's command line interface related code -""" - -# This file intentionally does not import submodules diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 886d9fee119405c91efaf26608dbaecc8e54e078..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 280 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc deleted file mode 100644 index 29e70ddb3a5211e55dad04721deb72c6d343bc42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 30397 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 M^wf7~jM(t{UlQethX4Qo diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc deleted file mode 100644 index b690c173a8b0fd56a2da50447e6a20fa85aa0ccb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1776 zcmZ`(O>7%g5T3VxUZ-|9juToUik!x+vXPROLnNpG#Z76&pM_Ejsf(r6W_MFl!U@3vdgfxcsS+)f8pH)|RwI-OI52P5c9SSPX=i8V&6_v# z&CL5Hnd|{vKd!yz4DkTJGoiDDHnaC0G8DWYWz=TpmIU{jb+Eb?i=QOaMG-}zP;?14cEA7 zQYP35~Y}i`b&YKaV!EoF%Lan{6MOWQlgnme~&4$g=|GB53hCEEBEg zI;e7xo~o2FVyhFXv;3wTNYwThsB4n8ANE6l!*4H-%%@}ne5MW8ZL$iVhya~y5nj~j zZ4d$cSjVzsfxDg5poTc+uc~4odJ9#X2C}X@uH)-^(2I;-HjuQTr7Vabc}Ryv5Inmy z8^m?pEE%4s>mIu~v-bDw)TQE5h0c3b!?cU;obQbprde5VeaF2yW>%k~t2; zgBD44oK5r}49VT}sqOU0{q#sf9%(2eyP0f=W{VTzqdTdA?bPst)bOvp1N%JmWm^)Q z8?9e?m>AlRq1Z?b|MN`suQ!fPZ#|dmBcCU75_~CM;=h)W`A$aF4`Pmw{S-s-o)ph1 z{5^$7ZP459O1(-ei;iVe^B~CGc`2ah|0|almh1TP%;7{GU8`iXJ(D=RB(L(%zzvc% zYtv3&BJK=pdKyVI4-w*Y5EUy!#{qrle0WYp+cnrx(%VY*zLIUo*@lwcW#Uj%8QNAZ zG?fdDi<1wOTtm*$0kpex)UAGAyiD%8-%mHkCtJXTpQrc3f0#|^Hm}Bmo_48A&P@0Q zg)s+`U#sFv5=9&)z(R;(X90Z$k(aR3O?nC7xa5_N9JunLGhTLqGok`74$L diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc deleted file mode 100644 index c15e39925fc3481cc36fbdaed1e3dcf690dea206..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7126 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 TcT%56Rz@p(UU^~=4ITdrYei}j diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc deleted file mode 100644 index e09c85809fa0ac2c2c5a34a7e16db5d999ff6215..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15042 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 G=l>rB@Se&5 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc deleted file mode 100644 index 30512bd89c7319cdbe18b54376963244b9442ab5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12243 zcmcIKTWlLwc6a!GlOidJA}ML~uw_~%ZN+xt_z~N&eB{o^ z3KeQ$WDTrbY|=o^vD}tlT0wbFQR|!B)wg^CUeC zwn^TcFX>~j9pJ8H7lR#=KNm;_a=~Pf<(*P@t|!^UV3*XJ3nfDgc1wM^a5Btbj}*y8 zlTikHrT*MNa)7};X)wnpc?Ne$L%HGPFoXTlNNzMan%j}wk=vQvnHx)vvGRblD;G<~ z7#x&#=f;!c4DOcpJgm26>2esL))36ojMilMjrTsD9CR6&x&j8dRjux;^B z5WFa2C5!+#=0plBg=KK6YbH(SMdf@+St#To?>L_=>Qlj5HqZ=(FCZe?K+9(bJg_fN zY*PE+R4A~eDJs5|nxlnWN))n6dR7wE?kB1w_zLRC6UBf_76ru6I9F=qiAIQDR%kXq z50mk;F0DOqLH@JaTv}$z76OO!f+!cHD==fD>YfpEMc6>LUnR9~TXv>YgtqhWX=zDy zE6`HN($r-*f3j+tTgqot3l)_mn$PIe$mqllDN@X48Itdj?-_v4aSE%#L@)?Opfb}n z(;piIvtnpe2o}ZEgsqCD0V}o!)CYiIP#AZ`GR4(eGiO^ftdTi`V7um8<;vVe60@&N zPl}lW&{~1=bMQkFE97~pFrUrvRFr@S1zsueK(^_5*i0VR2<>Uf!NUWqW%~l8kYEL> zjq2M$hhXgKZR@PZ>D>ZG9Iw^8FqYDUq0A z`ZOH+o>!)(&Yyho+*E32>ecg;XD_5?zIlG?qUw-EB_+T)R>YWrjsPl^Q)I-!^S_@x zb@5O%hUbvJ1s=spSTz2-7oK?g)bU^+h zUn*vcmr~ihB2u8`OBpG93C|mD91^wUaehu<9DDxCU=>!)2o64ljl?@H~aFL9Vtus7IC`j3_g6mzfOx`wrlPq($xM`qCU;Cb_wtPX`QR;z- z#>{jaUUUy8aZF;E@Q}#30dR7!UZuMLQmxB0T`Y=prN8r6(W{SOSCq5Ay-Mm9;tN*2 zqZRMyhIikFZ6BmHr@!iq+;K)eb?v;NRL721#*W@|9jlwHcK@e=-gVRZ{0-%9V9$nY z&u{O0M?WWKyZ@1mxW`%=*IZq7CzStQMh5Y7`}5@E{*yh%n3WFTO#Ll;@V|A1K;LPXp45Wu9Y5yDr_jf0?F@SeGY?p_r3V(I)V2; z9oWQI-R3d-?|b;V5#Qqz+WYxqzs!8x$Kc=CyM8osz5jpAP+#YXD{yt1?go4r_%)x1 z4s9*~JNzE70Fi)NN0J7C6ODoaen!DGX8|U~3Fd3Aq)9Xj7SSRYnc88!X1c8-NZLfZ z9gdhVAlO6)YhxFkf816ofHCa|X<_GNaf%7Xn3TYrGy&+qu@zq&tg+3HA)C+e2XonQ6h9N)WvsopTQf;6arGT%= zsv|8h2s9LmSSi>LBxce`o>4n8Ox2zOjsPlVDkbA=k>=Uyr-vc85_yuE5{dj>m8nUPTr>yzkIXMGWHSpOi#3gemlq045~$E3 zzXV#)9;QnRJjiU+wdb=Suy~#OCsw?YIG@gx;*HL#MJrGpdWn>s1(hcPDlN!yl=Z1O zF%9~PD5u0cYGuMLj;%+=1Ho(DBP=u~2O5<&tJD?HsndC7CEj6MpWb{1kjf!Q7*loi z->_EsQx*7ko~i{R54{n#p{fVjeQFjp*%W9Ts#^mUP1#hfvZfHLmN};Qt8Unt6#Qrk zrMBu43d?z^kk&feL9LrDKt(CjJe)8CAN<%idKXp-QjzN<6<6(LyCxY0Zq)%_5qq>f zAnkPGS#_43g5ffV8M;$2mJOYV<_cMLm0k4MmNvK8Ix8KwU~1sxNPbK(uR36SU>#4x zNxT0Ke3mVIinFnRvK{a>HO59MkiHelQLMH-P>Q?O_LPlf6V&+IiXmGzLpkVq?N8ZK zc9m^q$A{M2`Y6D(Y%8xjfMnToio&53`E;u(*{~_VU<88#OcbWRZqWc}{OKH?Q(ZAd zM5pNq7<--*m{c;3}j}jC1zHRY_(rVV@qC~n*;S6SCMDjf=9W} z7=^|Mnp`Cj^QiVM0<+3AgOoeXg9Q@uVONd2{Lhd9+TH0iMdr{Mw00y7BIE2Ib}9UHYv7TZ8m}J zEGNZgauGVKzIL8RFF>*EhJ+o~Mxyb`zFhjU*lKvDfYUN#cx6uqR{7M{mvD^xkN~F~ zAcOJhz(i$WV#5}xd51T=i49u<(pq?M&HFGiP>noai9G*{vAdBMH*BGrGqPU3;~cN` zjo!3Ycb%y0IQXmu1r2@$33W-cB55(`vcpWtapz9Fc`*R1X?xH<1CH$i?reMtceVm|wwIkB zns4i};v!*lbbhTlqMUDg{(t8fv#gx%BtvvX>T3uN@HE&o_9qH-78bz-2}QkbI_9KE zoEjJT7C@?xQL%pbkoGl>7toJutN)Px5q3>s@@-7gm}DS{xhbAHit4@UZj7A*f2gQ2 z#62Ln5=|FGf-$8fCUJEB1gf1@3TGR1;fAw9SN&L1whHvvXgi|XF6a=Q$6r29nqL;r=_yJ#P!lSOp=hOMi^E`Yox(R^|!`Q-8zfZro7Us z66i*8Vq1$p1w`_HLvoco9wpI{`>wHCceL8QyVAWISkPmuDe3?wS$B}=;C8-Qw-HyA zan4`6jz0|ad~odjW7WWTB`{tMJX;AoTMZnq1ddk&XDWd+wZ5TRZ+|U1RvVhA4UE@D z$E%~qE2GCTJ9ezb??r&$Tkj>ov)m?e1wD1*a(gzz#D3_Z*Z;%S>#J4oSj9V5^(HFb zMAiFT#rs^SvGxWxUJ)aR^!mhsx-%7 zdScTn+2{)%N#lp6CMUF&&7CydvaP`h!NV6fk?+4~0v#O2I0a+aTXj?cXWd~GC~f82 z`taaa#iPWYvO%y2=Eh7w+tjhFew8^*!F)REyD-NW*&Lg^wQPso`Wkb5>I`j-z5Yrw zoMbcXpkKobY5Vuozoz{*oCSQK4bbOT`I=AL=dyLNN5j>c(n#m>MPzJkkI=MA^5FjY z(DAia|7|!k;967~E+!&4uYtue`Gk{!TJh_on)XbYlfU2j%gR@wyu*IVih%Nbpl$k) z&7xIkSmd9qp~sbxMyY`a?#0nYZtE>{Wr;G@$d?_0XED~uZM{3=Z&1&N-iD_fT{Vr; zce!n&`<^y>*|EJ>*$kGLf8}CRik`>N3kwo}pF58686G^$OK8|&=nkwQw7|fH4l<=! z$O~vy>FOD4qXh|&q0c}t$N?^IRLP*DCO(DJu%os#o)p zr@+6D-g-G^Ml3n-S70!S_0a^h485rW2{?urjOer~R%&b;5t?naXm))#?R}v3lRtQr-t^i-UCOKODP7 zV%@59>ln#23~QyRYSINrR0}%y^8&>!U|(Og!mgzi1$3fD;Pga+aNOQ&Vf^Pc0ehYXzLYQX_!+C5Y0 zf2KA(2Ab1=|2+pNPF?*~-$=zba^vMse0v}DL6^Fb^zGRkAi>busr!A2nlFG@(GW~j zAd6ODyb_7m28QqRV>hiE6EFU1@-Bb&vD+H^z!q(JV$p*; ztAi7j!HL@NPKW_Tcfu;}MB=#Ek!omnCA7O5N>oCLjlC!Cg-$-~A9~#7U|ZDFwnhCg z0QQQ5M(XlbkSOnZj^1+~t?h`dy>!nt{BOSCy0sdL-3i5RzFCc*yc0iJ3x?Mxe{%NE z&u#>Eu1(gwJyq|}9q-Wnp5eNI>z?B3gzJ9cvlk{mo_l08cK7@yJg~0Z-2d}Kw+?;u zQuV;;%7N2&$6vY^KJ&;7wVOtBufI;rV8?q%?+9WzhzJs&B@WyI1YGyA+H*(Pd(&vd zrbh4$IEXI_9tSO~qx(4FJZbhZ>WZ5ZBu|SdGA409MU zi7Rn2!^%`sHsRd^5#8Ysxo+{m@#)#Z61(QXgKO$aRsgqNVRjMxVlAG*X^=)PSxnQ+ zLQ2jQilW+!^rcZYy2UX_%UCsi1LmumZ~zFhF|vLSOYF@SEYt?Hs?#ZYsYP&x!L*or zp(CBPHyTB@jbRO-Qx^#hRC{+zTL9vgf<(cpATyxfxZt`>VL4Sw=P!fP z%cGr1xN87PQ$bR@wOYJV1Aa5Ou>s;*lvOum;Oh5GUyuKEycQm+hWA#&d%xUAG76=Vsg1fGoW(x(0 zMfxe~p_<$K4-vw^5k=yoQA~=MpovS-CZa#U8r`Y8AX=0HSP{B?ub9K8v*2jKOQ z3^yIj(M@BcyzU{EuDYL$fjc_B4i_>(YhTW2k}SiPJ~>f zYoP8%$U{QWx)&iI=^b2`-_O;%Fy|-1-a29g&BoFHc{e~fZdcuaWfF&=i^Rb{Gg2Gc zQ5)M+<9F2f36Qz9gU>(eI|Nhl!&Kl6Q-Q&(2-$E_c7zBh*8>``2gQpRV^}E=0n^H+I}K-n@9z_S3zU zzGvzyt(!5UZx#b>I9WRbwe4b{i#R+R9=>89 z+H|u5$-usW%{+3WzfR!w(SgtLrGFcM>QORrur_hFv`DK^l(>x{KM*#?}$nlBtL8Z&OFMz;?H)v((v$cJ%G#%R%@LkDrg?V$XfW8p=5 z0}GkXXMgbz&Yqi0O-;X{c1@i>Gxcif%`;O|=TfImo;ow7+AmDKo?1343q6~1qqd9!%NyFKH?p2SX^X%o{nX%>@(W@+OzIH)Ovx`tsg?@cn!EatxF zxE@?#LL?k0N`R_yL{RbvDOH6izbK1DTYmD#gKc^AVnig01pg+Tpd#Q0=iIl|=<gN=^;U6P8P^9~zcas0B@^4sS=Cf& zQahA@>QohF=LI#Z(zu?ZhJ0#LPvx@lbd)pPXGTVko;q_Hn!$6b9!q5vHLJ(5 zKVfZ$RigD!9)QMmq7pnBI2M;8To&P2L{)^(;o(Chc$Q}PsM}~hJ(_KlgbVR=sy05Enj8l)z?MNmiy7WnER$2F(%AOLVqc$%r_COU zlMO-BDecC|<{Iq1)B_Ag0?^P<#V(UF&q)I%7m(XKO9ZMryB=W0Ud;yA01KDEQvMo{ z3a~r`|0zuhuL_EwimIeCO<|}PfhVc1q^!6uOJi=u4bL*@lBjq9e6kWyyij`-pTqaV zvlnzCXtXjk#uIw#qH0NN)Np51O@q@n#AGV18eTljSmJz~YDP~6np2ZXTvtt0T*QM^ z6S=ISB_!OrRj|!q904d^C$roviP?Q*mY-|ZopYbCwaMux)RK@UMzn;sbHA70wB;YuGG4njxgEUQXfE(UuxMI^O zML!>vOtsnsJh~Z4KN7Tb8p=C@#Z)xV7kG~zi{*PB#?g@7iNeyRfXtCnGYLiJ#W$LY zzTo`+wYJXd!#^0FKU(Yv0n@v-aob|_=+eex^Ww4`E{1x68ThDY;MSoVhwcn7_3TD| z_dVHv)qBOeDt8y;?uE9S-(2c@st|hW-Ce&t@QVY5(C6OYQwW_{mR~G(cFl|5_c297 z;i0i%nqFgZ9GrgH#A(Abr2GkT3EUH$u!CCo9;@Kl171lZ98aKR>&h&z;OKQ$LZr;{ zwRrgyYjYKpRq2ew1>B))U}c?E(PY;Z8|55g+`(;S(1fFJ6<%cy;9D3qIGJvR-l$A> zKt-QH@&uBnffzzs%^FfNJ*Aze+mRtrRa5n-U}A9>vRvq^rY1Es3JwGTw20t*s1X2J z*OM?@`!Y3*DPZ~1Qc3N8Kfu3`|d3`1v$JbM+$OeMc&N7SmW*; z{N02df}L!PKW+wl8X#r@=hqcm@|roT0RpR#K_*x*TDydeA-m?t3}JpZ>M~EyKBBlX zLq7|14Kb^}rqidONf8TX{9$@UbeQ?B2FHVDXb%qF3j_|w7rc7#y9bN@)?%=2HMpq| z+_V}TECdIagHdF{@%XOz-aNX{z8Z=aLeZu6CsyPqO+SiOx<;)LBls)72jnqg#c_3I z)=?M+d9kh=9vdmP^7vVfyQ!>b9~ZaxBqCH49AlZlnu}V?esOh=5PIn@MeHIJJFrcEnNH8ul(G$TI5)6m6G?2@r zB$NKZVtCWN9naivYL&Y0wX~Ncs6nHHUDxPB{|}}MfxeO(Su*M9E_tx!CtIH^s)=gI zVjF+uvurc9krs=K9E-0z)?${obsHe(tOhow0YDXJEZPA$^5+dVxKj$34uIw$?uy|P z4XtUs-ByTbn{Q|PHMW}_f4;Zj7dyejNmx`vKLLR4?qi{Y85h(A3jksN75}wYR^&eO z(9mVnm;}etz6Cw&ngr(QKfSHxi0(v>4P}V2Ljy|-hQ^XUlPy1*cWu#zBU`j;OH22` zjty5jckUd-dSWV@%rUV?tqTx-YV`$(J`ari#&ra1M(;1-oM(a5dBr-PwJdL5lLKgY zuN_}dZe?y{?tE!Q-o->*@W6CsxVurwxL4zB78KA>-7Ll@!6WP#M8s?f`g?U;O zNWCAyPw(1sCw=Fu?>)WPabQ_KSPWJ93(j&Bqn|S!g{PsTKnG3vhvY^0 zX~%(FCii(!irf}T1giJ9uxj!2nKC|>{DSoCLZU>Vx~-J4Dtjd z0N|jvzknC8Xt94_UR;qw4;umJ6L8jbQpsISz;k`Ed^HMR`z96o4?<>In;J!t9-y=k^8&>>ZMNxe_vm`0XE@1S-ul#Ec zHJU@Q!J}C|?d69){b+}5qff_eu+r#adjY~&>eo^3tjsz|oY%RmPseQILwpa>F}KLd zqxWxzV9&z0&T?-F*EyD{hs?d5HAjBK6jaqsV+MrwG~BqRd5*jSD{C|Yf!1(NN@l1Y{2Ay29o)wJQpa0h(2A&!hbe~MiJn5j3K z&ZiW}%EuB@RLhxJSfk}db>?g?P8AkA)2T__@Em(Bp|Z?A_&Nj}1g+r6Apu`)`3!$< z64tVMC>nbWe?JBCH}cOp@*qHD-*@ug%CEY+3-0b^clhST)xJH2zCBBQ`+j@ocjLbr z|6||C+Q9C2rA9XGJ=_Pqp~IWW2YaN$ox%tEWoUmWwgUgdPU&!;`@#5b1TM=^p#Q2XwxZE3x@dPbx;)$C zblDl@sHV*!J|}PSxKnU8jpm@itebmkaq6RFOnV0M5a zxe7lGS7RXkhfL()8bCrO;Iv-7^6DF3xtUz;-CgM2z0|w+w|joK|5y9}*!u#Eu<}=L zeikrP;swvZU4P3xfAiH7S5Cb7jTL|YKj)7+?f+`yv%mSTi#ejihG^jwBZp8>r)$1eU9A;9tgMi~CGH01ncX=n=K zc5Nt;%S=LE0HtR1G#X$T1v6po0jqJ6U5ZR+#zc%4*ow7a5tk9LwwQ@$<8XyCvk|E4 z6nz*?B4MJfO+Fa%e)Eq&2WbX|0Q`xz45TD*9Cw$r+$GI-N#HK=-X*?2lP3z~iNBJe zKaoB6JmLASRZqC!2`}tj@(j$mK5Q8q0 zxNY|dkkSUi`&YSefeV-TcCK%szeJ$A9bMeM|2^gXql?>*7dDT4jJ&cy_#QT>G(>{o tIbSgln)5*>q_RMe8(82McHVH82sCexEDjwk3>^9xAK2{sJhWH@^I!3|(82%! diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc deleted file mode 100644 index b68d5011f1930cfccbc84d7d5afa6b0f908ef78a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 377 zcmXw!!A`aOGhye-X~4TU@4n=|+`La&t^%%)2+B-JoX0bC-PwTiyhIUF96T z1ksFzj!TjM6tk}5y1~MaJ%8GDgNUMu0=4LfNB;npL~EV^ diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/autocompletion.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/autocompletion.py deleted file mode 100644 index f3f70ac..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/autocompletion.py +++ /dev/null @@ -1,176 +0,0 @@ -"""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 - # Don't complete if autocompletion environment variables - # are not present - if not os.environ.get("COMP_WORDS") or not os.environ.get("COMP_CWORD"): - return - cwords = os.environ["COMP_WORDS"].split()[1:] - cword = int(os.environ["COMP_CWORD"]) - try: - current = cwords[cword - 1] - except IndexError: - current = "" - - parser = create_main_parser() - subcommands = list(commands_dict) - options = [] - - # subcommand - subcommand_name: Optional[str] = None - for word in cwords: - if word in subcommands: - subcommand_name = word - break - # subcommand options - if subcommand_name is not None: - # special case: 'help' subcommand has no options - if subcommand_name == "help": - sys.exit(1) - # special case: list locally installed dists for show and uninstall - should_list_installed = not current.startswith("-") and subcommand_name in [ - "show", - "uninstall", - ] - if should_list_installed: - env = get_default_environment() - lc = current.lower() - installed = [ - dist.canonical_name - for dist in env.iter_installed_distributions(local_only=True) - if dist.canonical_name.startswith(lc) - and dist.canonical_name not in cwords[1:] - ] - # if there are no dists installed, fall back to option completion - if installed: - for dist in installed: - print(dist) - sys.exit(1) - - should_list_installables = ( - not current.startswith("-") and subcommand_name == "install" - ) - if should_list_installables: - for path in auto_complete_paths(current, "path"): - print(path) - sys.exit(1) - - subcommand = create_command(subcommand_name) - - for opt in subcommand.parser.option_list_all: - if opt.help != optparse.SUPPRESS_HELP: - options += [ - (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts - ] - - # filter out previously specified options from available options - prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] - options = [(x, v) for (x, v) in options if x not in prev_opts] - # filter options by current input - options = [(k, v) for k, v in options if k.startswith(current)] - # get completion type given cwords and available subcommand options - completion_type = get_path_completion_type( - cwords, - cword, - subcommand.parser.option_list_all, - ) - # get completion files and directories if ``completion_type`` is - # ````, ``

`` or ```` - if completion_type: - paths = auto_complete_paths(current, completion_type) - options = [(path, 0) for path in paths] - for option in options: - opt_label = option[0] - # append '=' to options which require args - if option[1] and option[0][:2] == "--": - opt_label += "=" - print(opt_label) - else: - # show main parser options only when necessary - - opts = [i.option_list for i in parser.option_groups] - opts.append(parser.option_list) - flattened_opts = chain.from_iterable(opts) - if current.startswith("-"): - for opt in flattened_opts: - if opt.help != optparse.SUPPRESS_HELP: - subcommands += opt._long_opts + opt._short_opts - else: - # get completion type given cwords and all available options - completion_type = get_path_completion_type(cwords, cword, flattened_opts) - if completion_type: - subcommands = list(auto_complete_paths(current, completion_type)) - - print(" ".join([x for x in subcommands if x.startswith(current)])) - sys.exit(1) - - -def get_path_completion_type( - cwords: List[str], cword: int, opts: Iterable[Any] -) -> Optional[str]: - """Get the type of path completion (``file``, ``dir``, ``path`` or None) - - :param cwords: same as the environmental variable ``COMP_WORDS`` - :param cword: same as the environmental variable ``COMP_CWORD`` - :param opts: The available options to check - :return: path completion type (``file``, ``dir``, ``path`` or None) - """ - if cword < 2 or not cwords[cword - 2].startswith("-"): - return None - for opt in opts: - if opt.help == optparse.SUPPRESS_HELP: - continue - for o in str(opt).split("/"): - if cwords[cword - 2].split("=")[0] == o: - if not opt.metavar or any( - x in ("path", "file", "dir") for x in opt.metavar.split("/") - ): - return opt.metavar - return None - - -def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: - """If ``completion_type`` is ``file`` or ``path``, list all regular files - and directories starting with ``current``; otherwise only list directories - starting with ``current``. - - :param current: The word to be completed - :param completion_type: path completion type(``file``, ``path`` or ``dir``) - :return: A generator of regular files and/or directories - """ - directory, filename = os.path.split(current) - current_path = os.path.abspath(directory) - # Don't complete paths if they can't be accessed - if not os.access(current_path, os.R_OK): - return - filename = os.path.normcase(filename) - # list all files that start with ``filename`` - file_list = ( - x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) - ) - for f in file_list: - opt = os.path.join(current_path, f) - comp_file = os.path.normcase(os.path.join(directory, f)) - # complete regular files when there is not ```` after option - # complete directories when there is ````, ```` or - # ````after option - if completion_type != "dir" and os.path.isfile(opt): - yield comp_file - elif os.path.isdir(opt): - yield os.path.join(comp_file, "") diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/base_command.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/base_command.py deleted file mode 100644 index bc1ab65..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/base_command.py +++ /dev/null @@ -1,231 +0,0 @@ -"""Base Command class, and related routines""" - -import logging -import logging.config -import optparse -import os -import sys -import traceback -from optparse import Values -from typing import List, Optional, Tuple - -from pip._vendor.rich import reconfigure -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, -) -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 _run_wrapper(self, level_number: int, options: Values, args: List[str]) -> int: - def _inner_run() -> int: - try: - return self.run(options, args) - finally: - self.handle_pip_version_check(options) - - if options.debug_mode: - rich_traceback.install(show_locals=True) - return _inner_run() - - try: - status = _inner_run() - assert isinstance(status, int) - return status - except DiagnosticPipError as exc: - logger.error("%s", exc, extra={"rich": True}) - logger.debug("Exception information:", exc_info=True) - - return ERROR - except PreviousBuildDirError as exc: - logger.critical(str(exc)) - logger.debug("Exception information:", exc_info=True) - - return PREVIOUS_BUILD_DIR_ERROR - except ( - InstallationError, - 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 - - 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 - - reconfigure(no_color=options.no_color) - level_number = setup_logging( - verbosity=self.verbosity, - no_color=options.no_color, - user_log_file=options.log, - ) - - always_enabled_features = set(options.features_enabled) & set( - cmdoptions.ALWAYS_ENABLED_FEATURES - ) - if always_enabled_features: - logger.warning( - "The following features are always enabled: %s. ", - ", ".join(sorted(always_enabled_features)), - ) - - # Make sure that the --python argument isn't specified after the - # subcommand. We can tell, because if --python was specified, - # we should only reach this point if we're running in the created - # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment - # variable set. - if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: - logger.critical( - "The --python option must be placed before the pip subcommand name" - ) - sys.exit(ERROR) - - # TODO: Try to get these passing down from the command? - # without resorting to os.environ to hold these. - # This also affects isolated builds and it should. - - if options.no_input: - os.environ["PIP_NO_INPUT"] = "1" - - if options.exists_action: - os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) - - if options.require_venv and not self.ignore_require_venv: - # If a venv is required check if it can really be found - if not running_under_virtualenv(): - logger.critical("Could not find an activated virtualenv (required).") - sys.exit(VIRTUALENV_NOT_FOUND) - - if options.cache_dir: - options.cache_dir = normalize_path(options.cache_dir) - if not check_path_owner(options.cache_dir): - logger.warning( - "The directory '%s' or its parent directory is not owned " - "or is not writable by the current user. The cache " - "has been disabled. Check the permissions and owner of " - "that directory. If executing pip with sudo, you should " - "use sudo's -H flag.", - options.cache_dir, - ) - options.cache_dir = None - - return self._run_wrapper(level_number, options, args) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py deleted file mode 100644 index 0b7cff7..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py +++ /dev/null @@ -1,1075 +0,0 @@ -""" -shared options and groups - -The principle here is to define options once, but *not* instantiate them -globally. One reason being that options with action='append' can carry state -between parses. pip parses general options twice internally, and shouldn't -pass on state. To be consistent, all options will follow this design. -""" - -# The following comment should be removed at some point in the future. -# mypy: strict-optional=False - -import importlib.util -import logging -import os -import textwrap -from functools import partial -from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values -from textwrap import dedent -from typing import Any, Callable, Dict, Optional, Tuple - -from pip._vendor.packaging.utils import canonicalize_name - -from pip._internal.cli.parser import ConfigOptionParser -from pip._internal.exceptions import CommandError -from pip._internal.locations import USER_CACHE_DIR, get_src_prefix -from pip._internal.models.format_control import FormatControl -from pip._internal.models.index import PyPI -from pip._internal.models.target_python import TargetPython -from pip._internal.utils.hashes import STRONG_HASHES -from pip._internal.utils.misc import strtobool - -logger = logging.getLogger(__name__) - - -def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: - """ - Raise an option parsing error using parser.error(). - - Args: - parser: an OptionParser instance. - option: an Option instance. - msg: the error text. - """ - msg = f"{option} error: {msg}" - msg = textwrap.fill(" ".join(msg.split())) - parser.error(msg) - - -def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: - """ - Return an OptionGroup object - group -- assumed to be dict with 'name' and 'options' keys - parser -- an optparse Parser - """ - option_group = OptionGroup(parser, group["name"]) - for option in group["options"]: - option_group.add_option(option()) - return option_group - - -def check_dist_restriction(options: Values, check_target: bool = False) -> None: - """Function for determining if custom platform options are allowed. - - :param options: The OptionParser options. - :param check_target: Whether or not to check if --target is being used. - """ - dist_restriction_set = any( - [ - options.python_version, - options.platforms, - options.abis, - options.implementation, - ] - ) - - binary_only = FormatControl(set(), {":all:"}) - sdist_dependencies_allowed = ( - options.format_control != binary_only and not options.ignore_dependencies - ) - - # Installations or downloads using dist restrictions must not combine - # source distributions and dist-specific wheels, as they are not - # guaranteed to be locally compatible. - if dist_restriction_set and sdist_dependencies_allowed: - raise CommandError( - "When restricting platform and interpreter constraints using " - "--python-version, --platform, --abi, or --implementation, " - "either --no-deps must be set, or --only-binary=:all: must be " - "set and --no-binary must not be set (or must be set to " - ":none:)." - ) - - if check_target: - if not options.dry_run and dist_restriction_set and not options.target_dir: - raise CommandError( - "Can not use any platform or abi specific options unless " - "installing via '--target' or using '--dry-run'" - ) - - -def _path_option_check(option: Option, opt: str, value: str) -> str: - return os.path.expanduser(value) - - -def _package_name_option_check(option: Option, opt: str, value: str) -> str: - return canonicalize_name(value) - - -class PipOption(Option): - TYPES = Option.TYPES + ("path", "package_name") - TYPE_CHECKER = Option.TYPE_CHECKER.copy() - TYPE_CHECKER["package_name"] = _package_name_option_check - TYPE_CHECKER["path"] = _path_option_check - - -########### -# options # -########### - -help_: Callable[..., Option] = partial( - Option, - "-h", - "--help", - dest="help", - action="help", - help="Show help.", -) - -debug_mode: Callable[..., Option] = partial( - Option, - "--debug", - dest="debug_mode", - action="store_true", - default=False, - help=( - "Let unhandled exceptions propagate outside the main subroutine, " - "instead of logging them to stderr." - ), -) - -isolated_mode: Callable[..., Option] = partial( - Option, - "--isolated", - dest="isolated_mode", - action="store_true", - default=False, - help=( - "Run pip in an isolated mode, ignoring environment variables and user " - "configuration." - ), -) - -require_virtualenv: Callable[..., Option] = partial( - Option, - "--require-virtualenv", - "--require-venv", - dest="require_venv", - action="store_true", - default=False, - help=( - "Allow pip to only run in a virtual environment; " - "exit with an error otherwise." - ), -) - -override_externally_managed: Callable[..., Option] = partial( - Option, - "--break-system-packages", - dest="override_externally_managed", - action="store_true", - help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", -) - -python: Callable[..., Option] = partial( - Option, - "--python", - dest="python", - help="Run pip with the specified Python interpreter.", -) - -verbose: Callable[..., Option] = partial( - Option, - "-v", - "--verbose", - dest="verbose", - action="count", - default=0, - help="Give more output. Option is additive, and can be used up to 3 times.", -) - -no_color: Callable[..., Option] = partial( - Option, - "--no-color", - dest="no_color", - action="store_true", - default=False, - help="Suppress colored output.", -) - -version: Callable[..., Option] = partial( - Option, - "-V", - "--version", - dest="version", - action="store_true", - help="Show version and exit.", -) - -quiet: Callable[..., Option] = partial( - Option, - "-q", - "--quiet", - dest="quiet", - action="count", - default=0, - help=( - "Give less output. Option is additive, and can be used up to 3" - " times (corresponding to WARNING, ERROR, and CRITICAL logging" - " levels)." - ), -) - -progress_bar: Callable[..., Option] = partial( - Option, - "--progress-bar", - dest="progress_bar", - type="choice", - choices=["on", "off", "raw"], - default="on", - help="Specify whether the progress bar should be used [on, off, raw] (default: on)", -) - -log: Callable[..., Option] = partial( - PipOption, - "--log", - "--log-file", - "--local-log", - dest="log", - metavar="path", - type="path", - help="Path to a verbose appending log.", -) - -no_input: Callable[..., Option] = partial( - Option, - # Don't ask for input - "--no-input", - dest="no_input", - action="store_true", - default=False, - help="Disable prompting for input.", -) - -keyring_provider: Callable[..., Option] = partial( - Option, - "--keyring-provider", - dest="keyring_provider", - choices=["auto", "disabled", "import", "subprocess"], - default="auto", - help=( - "Enable the credential lookup via the keyring library if user input is allowed." - " Specify which mechanism to use [disabled, import, subprocess]." - " (default: disabled)" - ), -) - -proxy: Callable[..., Option] = partial( - Option, - "--proxy", - dest="proxy", - type="str", - default="", - help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", -) - -retries: Callable[..., Option] = partial( - Option, - "--retries", - dest="retries", - type="int", - default=5, - help="Maximum number of retries each connection should attempt " - "(default %default times).", -) - -timeout: Callable[..., Option] = partial( - Option, - "--timeout", - "--default-timeout", - metavar="sec", - dest="timeout", - type="float", - default=15, - help="Set the socket timeout (default %default seconds).", -) - - -def exists_action() -> Option: - return Option( - # Option when path already exist - "--exists-action", - dest="exists_action", - type="choice", - choices=["s", "i", "w", "b", "a"], - default=[], - action="append", - metavar="action", - help="Default action when a path already exists: " - "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", - ) - - -cert: Callable[..., Option] = partial( - PipOption, - "--cert", - dest="cert", - type="path", - metavar="path", - help=( - "Path to PEM-encoded CA certificate bundle. " - "If provided, overrides the default. " - "See 'SSL Certificate Verification' in pip documentation " - "for more information." - ), -) - -client_cert: Callable[..., Option] = partial( - PipOption, - "--client-cert", - dest="client_cert", - type="path", - default=None, - metavar="path", - help="Path to SSL client certificate, a single file containing the " - "private key and the certificate in PEM format.", -) - -index_url: Callable[..., Option] = partial( - Option, - "-i", - "--index-url", - "--pypi-url", - dest="index_url", - metavar="URL", - default=PyPI.simple_url, - help="Base URL of the Python Package Index (default %default). " - "This should point to a repository compliant with PEP 503 " - "(the simple repository API) or a local directory laid out " - "in the same format.", -) - - -def extra_index_url() -> Option: - return Option( - "--extra-index-url", - dest="extra_index_urls", - metavar="URL", - action="append", - default=[], - help="Extra URLs of package indexes to use in addition to " - "--index-url. Should follow the same rules as " - "--index-url.", - ) - - -no_index: Callable[..., Option] = partial( - Option, - "--no-index", - dest="no_index", - action="store_true", - default=False, - help="Ignore package index (only looking at --find-links URLs instead).", -) - - -def find_links() -> Option: - return Option( - "-f", - "--find-links", - dest="find_links", - action="append", - default=[], - metavar="url", - help="If a URL or path to an html file, then parse for links to " - "archives such as sdist (.tar.gz) or wheel (.whl) files. " - "If a local path or file:// URL that's a directory, " - "then look for archives in the directory listing. " - "Links to VCS project URLs are not supported.", - ) - - -def trusted_host() -> Option: - return Option( - "--trusted-host", - dest="trusted_hosts", - action="append", - metavar="HOSTNAME", - default=[], - help="Mark this host or host:port pair as trusted, even though it " - "does not have valid or any HTTPS.", - ) - - -def constraints() -> Option: - return Option( - "-c", - "--constraint", - dest="constraints", - action="append", - default=[], - metavar="file", - help="Constrain versions using the given constraints file. " - "This option can be used multiple times.", - ) - - -def requirements() -> Option: - return Option( - "-r", - "--requirement", - dest="requirements", - action="append", - default=[], - metavar="file", - help="Install from the given requirements file. " - "This option can be used multiple times.", - ) - - -def editable() -> Option: - return Option( - "-e", - "--editable", - dest="editables", - action="append", - default=[], - metavar="path/url", - help=( - "Install a project in editable mode (i.e. setuptools " - '"develop mode") from a local project path or a VCS url.' - ), - ) - - -def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: - value = os.path.abspath(value) - setattr(parser.values, option.dest, value) - - -src: Callable[..., Option] = partial( - PipOption, - "--src", - "--source", - "--source-dir", - "--source-directory", - dest="src_dir", - type="path", - metavar="dir", - default=get_src_prefix(), - action="callback", - callback=_handle_src, - help="Directory to check out editable projects into. " - 'The default in a virtualenv is "/src". ' - 'The default for global installs is "/src".', -) - - -def _get_format_control(values: Values, option: Option) -> Any: - """Get a format_control object.""" - return getattr(values, option.dest) - - -def _handle_no_binary( - option: Option, opt_str: str, value: str, parser: OptionParser -) -> None: - existing = _get_format_control(parser.values, option) - FormatControl.handle_mutual_excludes( - value, - existing.no_binary, - existing.only_binary, - ) - - -def _handle_only_binary( - option: Option, opt_str: str, value: str, parser: OptionParser -) -> None: - existing = _get_format_control(parser.values, option) - FormatControl.handle_mutual_excludes( - value, - existing.only_binary, - existing.no_binary, - ) - - -def no_binary() -> Option: - format_control = FormatControl(set(), set()) - return Option( - "--no-binary", - dest="format_control", - action="callback", - callback=_handle_no_binary, - type="str", - default=format_control, - help="Do not use binary packages. Can be supplied multiple times, and " - 'each time adds to the existing value. Accepts either ":all:" to ' - 'disable all binary packages, ":none:" to empty the set (notice ' - "the colons), or one or more package names with commas between " - "them (no colons). Note that some packages are tricky to compile " - "and may fail to install when this option is used on them.", - ) - - -def only_binary() -> Option: - format_control = FormatControl(set(), set()) - return Option( - "--only-binary", - dest="format_control", - action="callback", - callback=_handle_only_binary, - type="str", - default=format_control, - help="Do not use source packages. Can be supplied multiple times, and " - 'each time adds to the existing value. Accepts either ":all:" to ' - 'disable all source packages, ":none:" to empty the set, or one ' - "or more package names with commas between them. Packages " - "without binary distributions will fail to install when this " - "option is used on them.", - ) - - -platforms: Callable[..., Option] = partial( - Option, - "--platform", - dest="platforms", - metavar="platform", - action="append", - default=None, - help=( - "Only use wheels compatible with . Defaults to the " - "platform of the running system. Use this option multiple times to " - "specify multiple platforms supported by the target interpreter." - ), -) - - -# This was made a separate function for unit-testing purposes. -def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: - """ - Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. - - :return: A 2-tuple (version_info, error_msg), where `error_msg` is - non-None if and only if there was a parsing error. - """ - if not value: - # The empty string is the same as not providing a value. - return (None, None) - - parts = value.split(".") - if len(parts) > 3: - return ((), "at most three version parts are allowed") - - if len(parts) == 1: - # Then we are in the case of "3" or "37". - value = parts[0] - if len(value) > 1: - parts = [value[0], value[1:]] - - try: - version_info = tuple(int(part) for part in parts) - except ValueError: - return ((), "each version part must be an integer") - - return (version_info, None) - - -def _handle_python_version( - option: Option, opt_str: str, value: str, parser: OptionParser -) -> None: - """ - Handle a provided --python-version value. - """ - version_info, error_msg = _convert_python_version(value) - if error_msg is not None: - msg = f"invalid --python-version value: {value!r}: {error_msg}" - raise_option_error(parser, option=option, msg=msg) - - parser.values.python_version = version_info - - -python_version: Callable[..., Option] = partial( - Option, - "--python-version", - dest="python_version", - metavar="python_version", - action="callback", - callback=_handle_python_version, - type="str", - default=None, - help=dedent( - """\ - The Python interpreter version to use for wheel and "Requires-Python" - compatibility checks. Defaults to a version derived from the running - interpreter. The version can be specified using up to three dot-separated - integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor - version can also be given as a string without dots (e.g. "37" for 3.7.0). - """ - ), -) - - -implementation: Callable[..., Option] = partial( - Option, - "--implementation", - dest="implementation", - metavar="implementation", - default=None, - help=( - "Only use wheels compatible with Python " - "implementation , e.g. 'pp', 'jy', 'cp', " - " or 'ip'. If not specified, then the current " - "interpreter implementation is used. Use 'py' to force " - "implementation-agnostic wheels." - ), -) - - -abis: Callable[..., Option] = partial( - Option, - "--abi", - dest="abis", - metavar="abi", - action="append", - default=None, - help=( - "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " - "If not specified, then the current interpreter abi tag is used. " - "Use this option multiple times to specify multiple abis supported " - "by the target interpreter. Generally you will need to specify " - "--implementation, --platform, and --python-version when using this " - "option." - ), -) - - -def add_target_python_options(cmd_opts: OptionGroup) -> None: - cmd_opts.add_option(platforms()) - cmd_opts.add_option(python_version()) - cmd_opts.add_option(implementation()) - cmd_opts.add_option(abis()) - - -def make_target_python(options: Values) -> TargetPython: - target_python = TargetPython( - platforms=options.platforms, - py_version_info=options.python_version, - abis=options.abis, - implementation=options.implementation, - ) - - return target_python - - -def prefer_binary() -> Option: - return Option( - "--prefer-binary", - dest="prefer_binary", - action="store_true", - default=False, - help=( - "Prefer binary packages over source packages, even if the " - "source packages are newer." - ), - ) - - -cache_dir: Callable[..., Option] = partial( - PipOption, - "--cache-dir", - dest="cache_dir", - default=USER_CACHE_DIR, - metavar="dir", - type="path", - help="Store the cache data in .", -) - - -def _handle_no_cache_dir( - option: Option, opt: str, value: str, parser: OptionParser -) -> None: - """ - Process a value provided for the --no-cache-dir option. - - This is an optparse.Option callback for the --no-cache-dir option. - """ - # The value argument will be None if --no-cache-dir is passed via the - # command-line, since the option doesn't accept arguments. However, - # the value can be non-None if the option is triggered e.g. by an - # environment variable, like PIP_NO_CACHE_DIR=true. - if value is not None: - # Then parse the string value to get argument error-checking. - try: - strtobool(value) - except ValueError as exc: - raise_option_error(parser, option=option, msg=str(exc)) - - # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() - # converted to 0 (like "false" or "no") caused cache_dir to be disabled - # rather than enabled (logic would say the latter). Thus, we disable - # the cache directory not just on values that parse to True, but (for - # backwards compatibility reasons) also on values that parse to False. - # In other words, always set it to False if the option is provided in - # some (valid) form. - parser.values.cache_dir = False - - -no_cache: Callable[..., Option] = partial( - Option, - "--no-cache-dir", - dest="cache_dir", - action="callback", - callback=_handle_no_cache_dir, - help="Disable the cache.", -) - -no_deps: Callable[..., Option] = partial( - Option, - "--no-deps", - "--no-dependencies", - dest="ignore_dependencies", - action="store_true", - default=False, - help="Don't install package dependencies.", -) - -ignore_requires_python: Callable[..., Option] = partial( - Option, - "--ignore-requires-python", - dest="ignore_requires_python", - action="store_true", - help="Ignore the Requires-Python information.", -) - -no_build_isolation: Callable[..., Option] = partial( - Option, - "--no-build-isolation", - dest="build_isolation", - action="store_false", - default=True, - help="Disable isolation when building a modern source distribution. " - "Build dependencies specified by PEP 518 must be already installed " - "if this option is used.", -) - -check_build_deps: Callable[..., Option] = partial( - Option, - "--check-build-dependencies", - dest="check_build_deps", - action="store_true", - default=False, - help="Check the build dependencies when PEP517 is used.", -) - - -def _handle_no_use_pep517( - option: Option, opt: str, value: str, parser: OptionParser -) -> None: - """ - Process a value provided for the --no-use-pep517 option. - - This is an optparse.Option callback for the no_use_pep517 option. - """ - # Since --no-use-pep517 doesn't accept arguments, the value argument - # will be None if --no-use-pep517 is passed via the command-line. - # However, the value can be non-None if the option is triggered e.g. - # by an environment variable, for example "PIP_NO_USE_PEP517=true". - if value is not None: - msg = """A value was passed for --no-use-pep517, - probably using either the PIP_NO_USE_PEP517 environment variable - or the "no-use-pep517" config file option. Use an appropriate value - of the PIP_USE_PEP517 environment variable or the "use-pep517" - config file option instead. - """ - raise_option_error(parser, option=option, msg=msg) - - # If user doesn't wish to use pep517, we check if setuptools and wheel are installed - # and raise error if it is not. - packages = ("setuptools", "wheel") - if not all(importlib.util.find_spec(package) for package in packages): - msg = ( - f"It is not possible to use --no-use-pep517 " - f"without {' and '.join(packages)} installed." - ) - raise_option_error(parser, option=option, msg=msg) - - # Otherwise, --no-use-pep517 was passed via the command-line. - parser.values.use_pep517 = False - - -use_pep517: Any = partial( - Option, - "--use-pep517", - dest="use_pep517", - action="store_true", - default=None, - help="Use PEP 517 for building source distributions " - "(use --no-use-pep517 to force legacy behaviour).", -) - -no_use_pep517: Any = partial( - Option, - "--no-use-pep517", - dest="use_pep517", - action="callback", - callback=_handle_no_use_pep517, - default=None, - help=SUPPRESS_HELP, -) - - -def _handle_config_settings( - option: Option, opt_str: str, value: str, parser: OptionParser -) -> None: - key, sep, val = value.partition("=") - if sep != "=": - parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") - dest = getattr(parser.values, option.dest) - if dest is None: - dest = {} - setattr(parser.values, option.dest, dest) - if key in dest: - if isinstance(dest[key], list): - dest[key].append(val) - else: - dest[key] = [dest[key], val] - else: - dest[key] = val - - -config_settings: Callable[..., Option] = partial( - Option, - "-C", - "--config-settings", - dest="config_settings", - type=str, - action="callback", - callback=_handle_config_settings, - metavar="settings", - help="Configuration settings to be passed to the PEP 517 build backend. " - "Settings take the form KEY=VALUE. Use multiple --config-settings options " - "to pass multiple keys to the backend.", -) - -build_options: Callable[..., Option] = partial( - Option, - "--build-option", - dest="build_options", - metavar="options", - action="append", - help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", -) - -global_options: Callable[..., Option] = partial( - Option, - "--global-option", - dest="global_options", - action="append", - metavar="options", - help="Extra global options to be supplied to the setup.py " - "call before the install or bdist_wheel command.", -) - -no_clean: Callable[..., Option] = partial( - Option, - "--no-clean", - action="store_true", - default=False, - help="Don't clean up build directories.", -) - -pre: Callable[..., Option] = partial( - Option, - "--pre", - action="store_true", - default=False, - help="Include pre-release and development versions. By default, " - "pip only finds stable versions.", -) - -disable_pip_version_check: Callable[..., Option] = partial( - Option, - "--disable-pip-version-check", - dest="disable_pip_version_check", - action="store_true", - default=False, - help="Don't periodically check PyPI to determine whether a new version " - "of pip is available for download. Implied with --no-index.", -) - -root_user_action: Callable[..., Option] = partial( - Option, - "--root-user-action", - dest="root_user_action", - default="warn", - choices=["warn", "ignore"], - help="Action if pip is run as a root user [warn, ignore] (default: warn)", -) - - -def _handle_merge_hash( - option: Option, opt_str: str, value: str, parser: OptionParser -) -> None: - """Given a value spelled "algo:digest", append the digest to a list - pointed to in a dict by the algo name.""" - if not parser.values.hashes: - parser.values.hashes = {} - try: - algo, digest = value.split(":", 1) - except ValueError: - parser.error( - f"Arguments to {opt_str} must be a hash name " - "followed by a value, like --hash=sha256:" - "abcde..." - ) - if algo not in STRONG_HASHES: - parser.error( - "Allowed hash algorithms for {} are {}.".format( - opt_str, ", ".join(STRONG_HASHES) - ) - ) - parser.values.hashes.setdefault(algo, []).append(digest) - - -hash: Callable[..., Option] = partial( - Option, - "--hash", - # Hash values eventually end up in InstallRequirement.hashes due to - # __dict__ copying in process_line(). - dest="hashes", - action="callback", - callback=_handle_merge_hash, - type="string", - help="Verify that the package's archive matches this " - "hash before installing. Example: --hash=sha256:abcdef...", -) - - -require_hashes: Callable[..., Option] = partial( - Option, - "--require-hashes", - dest="require_hashes", - action="store_true", - default=False, - help="Require a hash to check each requirement against, for " - "repeatable installs. This option is implied when any package in a " - "requirements file has a --hash option.", -) - - -list_path: Callable[..., Option] = partial( - PipOption, - "--path", - dest="path", - type="path", - action="append", - help="Restrict to the specified installation path for listing " - "packages (can be used multiple times).", -) - - -def check_list_path_option(options: Values) -> None: - if options.path and (options.user or options.local): - raise CommandError("Cannot combine '--path' with '--user' or '--local'") - - -list_exclude: Callable[..., Option] = partial( - PipOption, - "--exclude", - dest="excludes", - action="append", - metavar="package", - type="package_name", - help="Exclude specified package from the output", -) - - -no_python_version_warning: Callable[..., Option] = partial( - Option, - "--no-python-version-warning", - dest="no_python_version_warning", - action="store_true", - default=False, - help="Silence deprecation warnings for upcoming unsupported Pythons.", -) - - -# Features that are now always on. A warning is printed if they are used. -ALWAYS_ENABLED_FEATURES = [ - "truststore", # always on since 24.2 - "no-binary-enable-wheel-cache", # always on since 23.1 -] - -use_new_feature: Callable[..., Option] = partial( - Option, - "--use-feature", - dest="features_enabled", - metavar="feature", - action="append", - default=[], - choices=[ - "fast-deps", - ] - + ALWAYS_ENABLED_FEATURES, - help="Enable new functionality, that may be backward incompatible.", -) - -use_deprecated_feature: Callable[..., Option] = partial( - Option, - "--use-deprecated", - dest="deprecated_features_enabled", - metavar="feature", - action="append", - default=[], - choices=[ - "legacy-resolver", - "legacy-certs", - ], - help=("Enable deprecated functionality, that will be removed in the future."), -) - - -########## -# groups # -########## - -general_group: Dict[str, Any] = { - "name": "General Options", - "options": [ - help_, - debug_mode, - isolated_mode, - require_virtualenv, - python, - verbose, - version, - quiet, - log, - no_input, - keyring_provider, - proxy, - retries, - timeout, - exists_action, - trusted_host, - cert, - client_cert, - cache_dir, - no_cache, - disable_pip_version_check, - no_color, - no_python_version_warning, - use_new_feature, - use_deprecated_feature, - ], -} - -index_group: Dict[str, Any] = { - "name": "Package Index Options", - "options": [ - index_url, - extra_index_url, - no_index, - find_links, - ], -} diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/command_context.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/command_context.py deleted file mode 100644 index 139995a..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/command_context.py +++ /dev/null @@ -1,27 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/cli/index_command.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/index_command.py deleted file mode 100644 index db105d0..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/index_command.py +++ /dev/null @@ -1,170 +0,0 @@ -""" -Contains command classes which may interact with an index / the network. - -Unlike its sister module, req_command, this module still uses lazy imports -so commands which don't always hit the network (e.g. list w/o --outdated or ---uptodate) don't need waste time importing PipSession and friends. -""" - -import logging -import os -import sys -from optparse import Values -from typing import TYPE_CHECKING, List, Optional - -from pip._vendor import certifi - -from pip._internal.cli.base_command import Command -from pip._internal.cli.command_context import CommandContextMixIn - -if TYPE_CHECKING: - from ssl import SSLContext - - from pip._internal.network.session import PipSession - -logger = logging.getLogger(__name__) - - -def _create_truststore_ssl_context() -> Optional["SSLContext"]: - if sys.version_info < (3, 10): - logger.debug("Disabling truststore because Python version isn't 3.10+") - return None - - try: - import ssl - except ImportError: - logger.warning("Disabling truststore since ssl support is missing") - return None - - try: - from pip._vendor import truststore - except ImportError: - logger.warning("Disabling truststore because platform isn't supported") - return None - - ctx = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) - ctx.load_verify_locations(certifi.where()) - return ctx - - -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, - ) -> "PipSession": - from pip._internal.network.session import PipSession - - cache_dir = options.cache_dir - assert not cache_dir or os.path.isabs(cache_dir) - - if "legacy-certs" not in options.deprecated_features_enabled: - ssl_context = _create_truststore_ssl_context() - else: - ssl_context = None - - session = PipSession( - cache=os.path.join(cache_dir, "http-v2") if cache_dir else None, - retries=retries if retries is not None else options.retries, - trusted_hosts=options.trusted_hosts, - index_urls=self._get_index_urls(options), - ssl_context=ssl_context, - ) - - # Handle custom ca-bundles from the user - if options.cert: - session.verify = options.cert - - # Handle SSL client certificate - if options.client_cert: - session.cert = options.client_cert - - # Handle timeouts - if options.timeout or timeout: - session.timeout = timeout if timeout is not None else options.timeout - - # Handle configured proxies - if options.proxy: - session.proxies = { - "http": options.proxy, - "https": options.proxy, - } - session.trust_env = False - - # Determine if we can prompt the user for authentication or not - session.auth.prompting = not options.no_input - session.auth.keyring_provider = options.keyring_provider - - return session - - -def _pip_self_version_check(session: "PipSession", options: Values) -> None: - from pip._internal.self_outdated_check import pip_self_version_check as check - - check(session, options) - - -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 - - try: - # Otherwise, check if we're using the latest version of pip available. - session = self._build_session( - options, - retries=0, - timeout=min(5, options.timeout), - ) - with session: - _pip_self_version_check(session, options) - 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/backend/.venv/Lib/site-packages/pip/_internal/cli/main.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/main.py deleted file mode 100644 index 563ac79..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/main.py +++ /dev/null @@ -1,80 +0,0 @@ -"""Primary application entrypoint. -""" - -import locale -import logging -import os -import sys -import warnings -from typing import List, Optional - -from pip._internal.cli.autocompletion import autocomplete -from pip._internal.cli.main_parser import parse_command -from pip._internal.commands import create_command -from pip._internal.exceptions import PipError -from pip._internal.utils import deprecation - -logger = logging.getLogger(__name__) - - -# Do not import and use main() directly! Using it directly is actively -# discouraged by pip's maintainers. The name, location and behavior of -# this function is subject to change, so calling it directly is not -# portable across different pip versions. - -# In addition, running pip in-process is unsupported and unsafe. This is -# elaborated in detail at -# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. -# That document also provides suggestions that should work for nearly -# all users that are considering importing and using main() directly. - -# However, we know that certain users will still want to invoke pip -# in-process. If you understand and accept the implications of using pip -# in an unsupported manner, the best approach is to use runpy to avoid -# depending on the exact location of this entry point. - -# The following example shows how to use runpy to invoke pip in that -# case: -# -# sys.argv = ["pip", your, args, here] -# runpy.run_module("pip", run_name="__main__") -# -# Note that this will exit the process after running, unlike a direct -# call to main. As it is not safe to do any processing after calling -# main, this should not be an issue in practice. - - -def main(args: Optional[List[str]] = None) -> int: - if args is None: - args = sys.argv[1:] - - # Suppress the pkg_resources deprecation warning - # Note - we use a module of .*pkg_resources to cover - # the normal case (pip._vendor.pkg_resources) and the - # devendored case (a bare pkg_resources) - warnings.filterwarnings( - action="ignore", category=DeprecationWarning, module=".*pkg_resources" - ) - - # Configure our deprecation warnings to be sent through loggers - deprecation.install_warning_logger() - - autocomplete() - - try: - cmd_name, cmd_args = parse_command(args) - except PipError as exc: - sys.stderr.write(f"ERROR: {exc}") - sys.stderr.write(os.linesep) - sys.exit(1) - - # Needed for locale.getpreferredencoding(False) to work - # in pip._internal.utils.encoding.auto_decode - try: - locale.setlocale(locale.LC_ALL, "") - except locale.Error as e: - # setlocale can apparently crash if locale are uninitialized - logger.debug("Ignoring error %s when setting locale", e) - command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) - - return command.main(cmd_args) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py deleted file mode 100644 index 5ade356..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py +++ /dev/null @@ -1,134 +0,0 @@ -"""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/backend/.venv/Lib/site-packages/pip/_internal/cli/parser.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/parser.py deleted file mode 100644 index bc4aca0..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/parser.py +++ /dev/null @@ -1,294 +0,0 @@ -"""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, NoReturn, Optional, 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: Optional[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: Optional[str]) -> str: - # leave full control over epilog to us - if epilog: - return epilog - else: - return "" - - def indent_lines(self, text: str, indent: str) -> str: - new_lines = [indent + line for line in text.split("\n")] - return "\n".join(new_lines) - - -class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): - """Custom help formatter for use in ConfigOptionParser. - - This is updates the defaults before expanding them, allowing - them to show up correctly in the help listing. - - Also redact auth from url type options - """ - - def expand_default(self, option: optparse.Option) -> str: - default_values = None - if self.parser is not None: - assert isinstance(self.parser, ConfigOptionParser) - self.parser._update_defaults(self.parser.defaults) - assert option.dest is not None - default_values = self.parser.defaults.get(option.dest) - help_text = super().expand_default(option) - - if default_values and option.metavar == "URL": - if isinstance(default_values, str): - default_values = [default_values] - - # If its not a list, we should abort and just return the help text - if not isinstance(default_values, list): - default_values = [] - - for val in default_values: - help_text = help_text.replace(val, redact_auth_from_url(val)) - - return help_text - - -class CustomOptionParser(optparse.OptionParser): - def insert_option_group( - self, idx: int, *args: Any, **kwargs: Any - ) -> optparse.OptionGroup: - """Insert an OptionGroup at a given position.""" - group = self.add_option_group(*args, **kwargs) - - self.option_groups.pop() - self.option_groups.insert(idx, group) - - return group - - @property - def option_list_all(self) -> List[optparse.Option]: - """Get a list of all options, including those in option groups.""" - res = self.option_list[:] - for i in self.option_groups: - res.extend(i.option_list) - - return res - - -class ConfigOptionParser(CustomOptionParser): - """Custom option parser which updates its defaults by checking the - configuration files and environmental variables""" - - def __init__( - self, - *args: Any, - name: str, - isolated: bool = False, - **kwargs: Any, - ) -> None: - self.name = name - self.config = Configuration(isolated) - - assert self.name - super().__init__(*args, **kwargs) - - def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: - try: - return option.check_value(key, val) - except optparse.OptionValueError as exc: - print(f"An error occurred during configuration: {exc}") - sys.exit(3) - - def _get_ordered_configuration_items( - self, - ) -> Generator[Tuple[str, Any], None, None]: - # Configuration gives keys in an unordered manner. Order them. - override_order = ["global", self.name, ":env:"] - - # Pool the options into different groups - section_items: Dict[str, List[Tuple[str, Any]]] = { - name: [] for name in override_order - } - for section_key, val in self.config.items(): - # ignore empty values - if not val: - logger.debug( - "Ignoring configuration key '%s' as it's value is empty.", - section_key, - ) - continue - - section, key = section_key.split(".", 1) - if section in override_order: - section_items[section].append((key, val)) - - # Yield each group in their override order - for section in override_order: - for key, val in section_items[section]: - yield key, val - - def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: - """Updates the given defaults with values from the config files and - the environ. Does a little special handling for certain types of - options (lists).""" - - # Accumulate complex default state. - self.values = optparse.Values(self.defaults) - late_eval = set() - # Then set the options with those values - for key, val in self._get_ordered_configuration_items(): - # '--' because configuration supports only long names - option = self.get_option("--" + key) - - # Ignore options not present in this parser. E.g. non-globals put - # in [global] by users that want them to apply to all applicable - # commands. - if option is None: - continue - - assert option.dest is not None - - if option.action in ("store_true", "store_false"): - try: - val = strtobool(val) - except ValueError: - self.error( - f"{val} is not a valid value for {key} option, " - "please specify a boolean value like yes/no, " - "true/false or 1/0 instead." - ) - elif option.action == "count": - with suppress(ValueError): - val = strtobool(val) - with suppress(ValueError): - val = int(val) - if not isinstance(val, int) or val < 0: - self.error( - f"{val} is not a valid value for {key} option, " - "please instead specify either a non-negative integer " - "or a boolean value like yes/no or false/true " - "which is equivalent to 1/0." - ) - elif option.action == "append": - val = val.split() - val = [self.check_default(option, key, v) for v in val] - elif option.action == "callback": - assert option.callback is not None - late_eval.add(option.dest) - opt_str = option.get_opt_string() - val = option.convert_value(opt_str, val) - # From take_action - args = option.callback_args or () - kwargs = option.callback_kwargs or {} - option.callback(option, opt_str, val, self, *args, **kwargs) - else: - val = self.check_default(option, key, val) - - defaults[option.dest] = val - - for key in late_eval: - defaults[key] = getattr(self.values, key) - self.values = None - return defaults - - def get_default_values(self) -> optparse.Values: - """Overriding to make updating the defaults after instantiation of - the option parser possible, _update_defaults() does the dirty work.""" - if not self.process_default_values: - # Old, pre-Optik 1.5 behaviour. - return optparse.Values(self.defaults) - - # Load the configuration, or error out in case of an error - try: - self.config.load() - except ConfigurationError as err: - self.exit(UNKNOWN_ERROR, str(err)) - - defaults = self._update_defaults(self.defaults.copy()) # ours - for option in self._get_all_options(): - assert option.dest is not None - default = defaults.get(option.dest) - if isinstance(default, str): - opt_str = option.get_opt_string() - defaults[option.dest] = option.check_value(opt_str, default) - return optparse.Values(defaults) - - def error(self, msg: str) -> NoReturn: - self.print_usage(sys.stderr) - self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/progress_bars.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/progress_bars.py deleted file mode 100644 index 1236180..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/progress_bars.py +++ /dev/null @@ -1,94 +0,0 @@ -import functools -import sys -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.cli.spinners import RateLimiter -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: Optional[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=5) - 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 _raw_progress_bar( - iterable: Iterable[bytes], - *, - size: Optional[int], -) -> Generator[bytes, None, None]: - def write_progress(current: int, total: int) -> None: - sys.stdout.write("Progress %d of %d\n" % (current, total)) - sys.stdout.flush() - - current = 0 - total = size or 0 - rate_limiter = RateLimiter(0.25) - - write_progress(current, total) - for chunk in iterable: - current += len(chunk) - if rate_limiter.ready() or current == total: - write_progress(current, total) - rate_limiter.reset() - yield 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) - elif bar_type == "raw": - return functools.partial(_raw_progress_bar, size=size) - else: - return iter # no-op, when passed an iterator diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/req_command.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/req_command.py deleted file mode 100644 index 92900f9..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/req_command.py +++ /dev/null @@ -1,329 +0,0 @@ -"""Contains the RequirementCommand base class. - -This class is in a separate module so the commands that do not always -need PackageFinder capability don't unnecessarily import the -PackageFinder machinery and all its vendored dependencies, etc. -""" - -import logging -from functools import partial -from optparse import Values -from typing import Any, List, Optional, Tuple - -from pip._internal.cache import WheelCache -from pip._internal.cli import cmdoptions -from pip._internal.cli.index_command import IndexGroupCommand -from pip._internal.cli.index_command import SessionCommandMixin as SessionCommandMixin -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.utils.temp_dir import ( - TempDirectory, - TempDirectoryTypeRegistry, - tempdir_kinds, -) - -logger = logging.getLogger(__name__) - - -KEEPABLE_TEMPDIR_TYPES = [ - tempdir_kinds.BUILD_ENV, - tempdir_kinds.EPHEM_WHEEL_CACHE, - tempdir_kinds.REQ_BUILD, -] - - -def with_cleanup(func: Any) -> Any: - """Decorator for common logic related to managing temporary - directories. - """ - - def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: - for t in KEEPABLE_TEMPDIR_TYPES: - registry.set_delete(t, False) - - def wrapper( - self: RequirementCommand, options: Values, args: List[Any] - ) -> Optional[int]: - assert self.tempdir_registry is not None - if options.no_clean: - configure_tempdir_registry(self.tempdir_registry) - - try: - return func(self, options, args) - except PreviousBuildDirError: - # This kind of conflict can occur when the user passes an explicit - # build directory with a pre-existing folder. In that case we do - # not want to accidentally remove it. - configure_tempdir_registry(self.tempdir_registry) - raise - - return wrapper - - -class RequirementCommand(IndexGroupCommand): - def __init__(self, *args: Any, **kw: Any) -> None: - super().__init__(*args, **kw) - - self.cmd_opts.add_option(cmdoptions.no_clean()) - - @staticmethod - def determine_resolver_variant(options: Values) -> str: - """Determines which resolver should be used, based on the given options.""" - if "legacy-resolver" in options.deprecated_features_enabled: - return "legacy" - - return "resolvelib" - - @classmethod - def make_requirement_preparer( - cls, - temp_build_dir: TempDirectory, - options: Values, - build_tracker: BuildTracker, - session: PipSession, - finder: PackageFinder, - use_user_site: bool, - download_dir: Optional[str] = None, - verbosity: int = 0, - ) -> RequirementPreparer: - """ - Create a RequirementPreparer instance for the given parameters. - """ - temp_build_dir_path = temp_build_dir.path - assert temp_build_dir_path is not None - legacy_resolver = False - - resolver_variant = cls.determine_resolver_variant(options) - if resolver_variant == "resolvelib": - lazy_wheel = "fast-deps" in options.features_enabled - if lazy_wheel: - logger.warning( - "pip is using lazily downloaded wheels using HTTP " - "range requests to obtain dependency information. " - "This experimental feature is enabled through " - "--use-feature=fast-deps and it is not ready for " - "production." - ) - else: - legacy_resolver = True - lazy_wheel = False - if "fast-deps" in options.features_enabled: - logger.warning( - "fast-deps has no effect when used with the legacy resolver." - ) - - return RequirementPreparer( - build_dir=temp_build_dir_path, - src_dir=options.src_dir, - download_dir=download_dir, - build_isolation=options.build_isolation, - check_build_deps=options.check_build_deps, - build_tracker=build_tracker, - session=session, - progress_bar=options.progress_bar, - finder=finder, - require_hashes=options.require_hashes, - use_user_site=use_user_site, - lazy_wheel=lazy_wheel, - verbosity=verbosity, - legacy_resolver=legacy_resolver, - ) - - @classmethod - def make_resolver( - cls, - preparer: RequirementPreparer, - finder: PackageFinder, - options: Values, - wheel_cache: Optional[WheelCache] = None, - use_user_site: bool = False, - ignore_installed: bool = True, - ignore_requires_python: bool = False, - force_reinstall: bool = False, - upgrade_strategy: str = "to-satisfy-only", - use_pep517: Optional[bool] = None, - py_version_info: Optional[Tuple[int, ...]] = None, - ) -> BaseResolver: - """ - Create a Resolver instance for the given parameters. - """ - make_install_req = partial( - install_req_from_req_string, - isolated=options.isolated_mode, - use_pep517=use_pep517, - ) - resolver_variant = cls.determine_resolver_variant(options) - # The long import name and duplicated invocation is needed to convince - # Mypy into correctly typechecking. Otherwise it would complain the - # "Resolver" class being redefined. - if resolver_variant == "resolvelib": - import pip._internal.resolution.resolvelib.resolver - - return pip._internal.resolution.resolvelib.resolver.Resolver( - preparer=preparer, - finder=finder, - wheel_cache=wheel_cache, - make_install_req=make_install_req, - use_user_site=use_user_site, - ignore_dependencies=options.ignore_dependencies, - ignore_installed=ignore_installed, - ignore_requires_python=ignore_requires_python, - force_reinstall=force_reinstall, - upgrade_strategy=upgrade_strategy, - py_version_info=py_version_info, - ) - import pip._internal.resolution.legacy.resolver - - return pip._internal.resolution.legacy.resolver.Resolver( - preparer=preparer, - finder=finder, - wheel_cache=wheel_cache, - make_install_req=make_install_req, - use_user_site=use_user_site, - ignore_dependencies=options.ignore_dependencies, - ignore_installed=ignore_installed, - ignore_requires_python=ignore_requires_python, - force_reinstall=force_reinstall, - upgrade_strategy=upgrade_strategy, - py_version_info=py_version_info, - ) - - def get_requirements( - self, - args: List[str], - options: Values, - finder: PackageFinder, - session: PipSession, - ) -> List[InstallRequirement]: - """ - Parse command-line arguments into the corresponding requirements. - """ - requirements: List[InstallRequirement] = [] - for filename in options.constraints: - for parsed_req in parse_requirements( - filename, - constraint=True, - finder=finder, - options=options, - session=session, - ): - req_to_add = install_req_from_parsed_requirement( - parsed_req, - isolated=options.isolated_mode, - user_supplied=False, - ) - requirements.append(req_to_add) - - for req in args: - req_to_add = install_req_from_line( - req, - comes_from=None, - isolated=options.isolated_mode, - use_pep517=options.use_pep517, - user_supplied=True, - config_settings=getattr(options, "config_settings", None), - ) - requirements.append(req_to_add) - - for req in options.editables: - req_to_add = install_req_from_editable( - req, - user_supplied=True, - isolated=options.isolated_mode, - use_pep517=options.use_pep517, - config_settings=getattr(options, "config_settings", None), - ) - requirements.append(req_to_add) - - # NOTE: options.require_hashes may be set if --require-hashes is True - for filename in options.requirements: - for parsed_req in parse_requirements( - filename, finder=finder, options=options, session=session - ): - req_to_add = install_req_from_parsed_requirement( - parsed_req, - isolated=options.isolated_mode, - use_pep517=options.use_pep517, - user_supplied=True, - config_settings=( - parsed_req.options.get("config_settings") - if parsed_req.options - else None - ), - ) - requirements.append(req_to_add) - - # If any requirement has hash options, enable hash checking. - if any(req.has_hash_options for req in requirements): - options.require_hashes = True - - if not (args or options.editables or options.requirements): - opts = {"name": self.name} - if options.find_links: - raise CommandError( - "You must give at least one requirement to {name} " - '(maybe you meant "pip {name} {links}"?)'.format( - **dict(opts, links=" ".join(options.find_links)) - ) - ) - else: - raise CommandError( - "You must give at least one requirement to {name} " - '(see "pip help {name}")'.format(**opts) - ) - - return requirements - - @staticmethod - def trace_basic_info(finder: PackageFinder) -> None: - """ - Trace basic information about the provided objects. - """ - # Display where finder is looking for packages - search_scope = finder.search_scope - locations = search_scope.get_formatted_locations() - if locations: - logger.info(locations) - - def _build_package_finder( - self, - options: Values, - session: PipSession, - target_python: Optional[TargetPython] = None, - ignore_requires_python: Optional[bool] = None, - ) -> PackageFinder: - """ - Create a package finder appropriate to this requirement command. - - :param ignore_requires_python: Whether to ignore incompatible - "Requires-Python" values in links. Defaults to False. - """ - link_collector = LinkCollector.create(session, options=options) - selection_prefs = SelectionPreferences( - allow_yanked=True, - format_control=options.format_control, - allow_all_prereleases=options.pre, - prefer_binary=options.prefer_binary, - ignore_requires_python=ignore_requires_python, - ) - - return PackageFinder.create( - link_collector=link_collector, - selection_prefs=selection_prefs, - target_python=target_python, - ) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/cli/spinners.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/spinners.py deleted file mode 100644 index cf2b976..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/spinners.py +++ /dev/null @@ -1,159 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/cli/status_codes.py b/backend/.venv/Lib/site-packages/pip/_internal/cli/status_codes.py deleted file mode 100644 index 5e29502..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/cli/status_codes.py +++ /dev/null @@ -1,6 +0,0 @@ -SUCCESS = 0 -ERROR = 1 -UNKNOWN_ERROR = 2 -VIRTUALENV_NOT_FOUND = 3 -PREVIOUS_BUILD_DIR_ERROR = 4 -NO_MATCHES_FOUND = 23 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/__init__.py deleted file mode 100644 index 858a410..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/__init__.py +++ /dev/null @@ -1,132 +0,0 @@ -""" -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/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 3cf81b23144823c5beed37792b0148765fd4693a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4004 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc deleted file mode 100644 index d8c34dcdc60e7007456ebdd25f0e6fe0f670a556..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2594 zcma(TOK%%Rc-H&!J5G~2uO?k+)7GVNT0oTY5-9X>NQ2Y>hb7T!vpaD%*@rtjPL#-z zdg#Fi4yiaK$8rPZ0-X2{T!>PsW^n})aNw584M?2$X4mVas0T*Y%=dlsz4m*Jf5_$1 z2-fY--nCjugnna4yu=RB{tkd`WFnKZk;=}5%{d7*!7-S(c}Gx%5Eg9FkyI&!MO$`~ zYSKxmsSua!w3AUYAuQWjC#U9|yqb4<)Si%*v)>s%@OCqrgRTp)d_+coS1BuraAg;SpL97lJ}QX&wq z-?{VAoj{)bWNPaA>?~XkR4~;{yr|b~s$qB4BA)ADmzMaT*I2^FidNN)6}^HrAJdpr zbNyPi>Jf^~;3b1#o#Nwc+9L5B&2oLJ+cq}AN{(6S$^ap|Ml2BWYP4FTM)V=kE_IOh zs{m|6OjOQ9YQp4H-b|>1$*ZC%V96A*jFUsaV@f!+D4FtoK~1kGOQ|3`#r*Dk^v2as zF|iicm99HV=YxD@Nngc^;W<^ES_?K-OkBmTiCx3Oe);2#Vp<8;c$Ih+a&*RbG#Ari$}ZStE4H;M*ToOf{3Y-vS?B9vK$r6o&+&aT zRTraM;O+zNH0_P=O|G7-r|M}l!P2oSM05^)eo{c6mjzUpKxXoPSdh9FiVz`)%w}dY zyO}#?2|NT#xq7Ca-R%?#*ck*nSHO-8cFurQ{+NVN&o7^dJv};s`hu^FTMBfJgFexh z>XI+i1wT=jiA4Kj`B`+#f*8k=Llpdu)+{PXGaDDjeFc65->q2$Gx(CSwqzMgisdV= zM~{lKOju$zCL)0)y(`3eF_c@VQDxn$MMWF3l{d~u>>Xv@{!%z4Sjkm&P~cWH=(GhtkR8is zXpk{HchR;C8Y0K1P8K+qu|Xq4EbKwL+rH~T65#ME$S|nmU%*2q0y*yg9*~MUyu1IS zPrWs_=8+X2nDCstO#KPnFd$0Ig$ctWcy0maA&iN+@+yqWxoK-*&W8|9#9HU7R&^5M z1yOT#dlJSAo4x*II84jcb#S8QZWNBss4`H7!5M!D=EObJ8o#kWerqrJawD@f-#UHy zo00v~@9rf}HRP?4R<M9c>lP?-xps3pe%(H}(s+T7}UsdfFnN%eQ%PAl=Bc^Jw&J zW4c*<>EWfl;^gDv)xF}?#?9u~_(S{A*lSzqR^e2$|NUma((E5;_K)q{eQ^6QCH9_p z%A?b-ABZ5`?nk2+UZA3U?fXlQ$~X547q^l-uRQcaO;fR^fo4A_K7E*zLtT@%IHv4E zyNCwQG;X%CgU!OVW?|rQLD?%P0BrX>=sA>yT>gLuj;C3a?R&8D<@~oRt-is=^zYfh zABWz2l)cvK8*a?BAwuxNWrCy@rdHE}w5BdIkV}R>g&^ zX`LQ~QgBxTvF5{zM%e5nY+MCA)O5f@(#SZVUn6pkU7ckctCDbosfYZ_u-!*L2_O7A zJock7aFF0~L-(#9NF{M(=Zymd$5;Jd8D9^D;5Ys=Mv0U$J*B}ww!KP)m2(na5mxq* z8-YaEt3Zz28G{-scWbC@*j9N#_p#O~Cc++u-~~+Z;L@58Y$o=Px-Td`ug<|#H+8B< z{rw*`UKJB~4xzWpVa0|+AsPp4Mg-@c*9Bw12F}hKYS|WD*Qj3U42HoMF++13(WFSh zzk+E92PWh^(=D;s01}3L5-3M$2$JtanSPJF4HxV^^>4v;z;hh;Gs-_fBTvx4AL!Lz z(6uM%t-lijmw1X`J4_?)1MUgB@@s0iG4MDwyq6l@d2>H?_MY@iy3CDiT|Go_gqHpV D;sCFb diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc deleted file mode 100644 index 3352d4e1a6ec4da138dcda9dbae6f20b4f588eca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5195 zcmbVQO>7&-6<(6dA5o-4{rLZiGU9QY6As~00nHIJ*2(VfdkY53N$_CkfN7fEU1OljRO>DdMJ8PEBDZz`rdMP zNlJ9uWI^n{nR)M*$^GW0#y>WeVYHV`+&1{+sq@AYp#*L|0r?Y(nYil@KYtFtj zU#<3$xh7$6HuvjrkD_#TpiY0j%;dF6>GJC{HzX7oADbD=4wHdla^~WYLRW_LvZfJ% z)U~fxeFfarQ6d^dp#{0DSwy@__N<(&p^0l!^4}Xx)QF)m)bPL^Udb*RcY27SJQ>X34|(ciw_l2lN^E(ir#M$yl{Bu27H zA&|7&4Y@$lu9}*vW4sBZufD*2B2EU7bPLZG!HS5bTe7N~L{y0=?!mSMQp+7D2?cR@ z4@^B38t2^?Eo8WPNfuM}MPimT)gp7mnHK%fIM?j(d>tGs3QmBJXDA{TWYU*zVLqXc zi20^W`ytdu9{_?eot~klB~GFNuDSsuiI1eY(p zFAB5GQHYG`Q*N9H9_&6%rfAVvalO{8|NqD8=>I=i_bJ;X(cpU28jBb@p;ZvKip0Hv zh#39kDwfX$h*bhRJG~9%4wKT77og#0L6Z_F)dC&j4a<-pbxkr2io2x1+x&uTF4-a2 z4Qw83pB*n5whTMQI>uN%JZ z*(Wn&M;NurOrOX@9rvFYP~q~42DWr6d@!5zrxx8vU2=|SjYzIVC({Wf#Gf7bEbCq5~5g-a*!&qc9iOW z;Usl#hL!-`WBH;Y870fK<8bOj3N|V`Qj(cTncV|>IAxaGEiEzw_8>U*n^Y^97_sC( zh0&2YIJDg~OLCsh>C2WW%K5xe)-m(NJeYJ2>jCVxbD0&Yugs0B3v;GwQ4s`g%8S&T zgVV{7q{8Wq>2Pjx)5Ju=%ahWo-CkGEtehD2$AH50%QOs6f@0?H;B|-FjwS9V?bVBgZd9QCUi(&Ta3ePODDdbTzs$au{bTI>F06#Jqczu2!c}| za2E1APpcB~*d42eEbm&$t%n}F<>yuIKA#URa{1sqpjLS$u+CRN;+^1++IX%SuJY@F zWv_&~NcdR~t#EA3!Weg+W#=;MwQAo6y^_r%*lLZd1ih49?%Xe9b$NZ>s^0fk;;pC} zv3fi%tJkAip{+++>+nAB>EK}oIP0K?G|gFuJ$m`5N7cW}C+f6EDdAT0E0N`|cpUZb zdf1zF@3&ctd@ulBtMa!vAzBe9;V^8Oc<0$yxQv3+y{JMql3IleilWV7UgJel2-=a_ zZJeQbD~HFXrfy7)kT;DoDV9x(lw{K+Yt?v#C$OstDZAUf*j~FaAx)1?U7MVlw)vZM z)dV1eSyXX=>=<6pZZWxJM--}1-LgaQ|9~BVy%BB=45Qc%mr!xL^UCGvG4H+%una@a z4w(+5rBKG~@GS;K#O9X`RTrWREzeHk3vCD!Q@&x4`2D<;-jxU?0q-< zljBb=-c3F|d}X`6`+oLb_Tkly_P%EaPCSs_k)Eacwo<1yQm5X%^^5Ays!tX+Q|Gr* zmo`$De!KMX^3&9%&D3{yL&1X`cdtH=aLMi;4{dd)H@eeLA|Eb(RQyfxX?J?Fd;AZH z>(6?Q-kta?(Ru&1d#`OJj&CH6Z>PS#l{&MLI`ib*uP=OX;lt|Y+3TCBiRYnUvIDSs zkKLX4_dgGDM@9oCCjHM7qp$EnkaYk(A+*~uNy1x%B-wFEDjG^zLpmWzZ&ntm%297<9 L{)>Z;GueLud4d#s diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc deleted file mode 100644 index 3f4befcfeff66edc32901525c049a42772a6fd43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13165 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 YHAm+a>s{+Hp6zFs4*s5@1v=~h0OyA$6951J diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc deleted file mode 100644 index 80372006952dfbabf31e88204a9653eb75c9599d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10070 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%0D?!2%TDnc)Y%> z=iZIH9l@pL_xBZAi;L<0p!G*>%i>`MwflPSjs9!>E1f+{ojuFqv3p{}vez&c)>z)7{{aHfnsSGt;XuERNGlnj`KO3*Jekl9xTc5N!{=iV!!+bCMKeNcco?Yk zKNdYiumv9Qm(&RbFiEg$WGqdWFQrA4|D%Osd`7F;JW~opv=jsTl07{HHh02PLsALD zLLug%zu`WBUk5Pn1p{^3_N`E)5=xwjEX@IO0wUb-2NjAglOEJSqSD3M4y<9+PJbT3 zKr0LVl?f1ZxpZ3lKGur#r-?^&I)9qpfDRB8L_r@M0;wGLG4Xs%ydM+C$He&wssDsD z{0HeQkj~!_|0ksN6Y|V|k@io>0s)aAT@#h-^KG(PVIPW41f#T-ZZ;dWJ zadHFe>$}`s)lGh#Kygd_dDTxm8(3X$@^b^+&C|D9ZYj6g-+y79;P)?u4OVXKwsMEo tE9$w%xr^%riiKSpSgarMa*gvx*9jDhLmOD!-`T;{&K>+80tGv({{`x5DoX$W diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc deleted file mode 100644 index 8840fd003614ee9461cee2fccb028eb202d6b8b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7505 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc deleted file mode 100644 index 21dd31c1705ef23d7722d04f9853a32103a3c9c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4387 zcmbVP-ESMm5x*mk(#v#*vareGXJ{R;s- zc26p%VJxA{DC`TAI8X)x!Uuw$xF_gI6x|AXniaDvVy^Ecn_SC@H2iDLY#@>g(D=_v z#KBtGxsDtveP|E|UdPHc-L5-^Z4sD7F50!4X6bBr{pQ7sm#<%EA{H=0O$4Jjadgut zsr97_p<#@i2DZxHwq75A2h(Hs1a#|y<58invNt_V7ngu~UC0Hl!&272nGV91X3mtoFD5hIM;7WUbW$aYcEi+F(x}%l zB1A1U44C?Y3C@BhOj9xd-Cf}y@xGn-cq=}>QEA1Gej^>l8KCd83;Q^3mjVnRYQ#lx zO>jh*@V4bYab#6kgh={IY{DLE!YZ>)@EQ$*&KKBv8v1k*A(O^*a33~G4F}N}0YB6o z+cv?4TsQEP#9Tz!1`1|c(x|GVW$rjU4)cEalS%0A3T`5O|IFP>FCxdbBPU!r@w9)o zCC}cMp2t&nufF*yVOYf4?gi-91tb(jT_^^0u^7|?MM)19L%LK9>v25-AsW$TBtzgv zQH%wy9zyYjFc0U%N;sFG$@h6|`El306H}ml)NtwzM=>noXr_sDrQ)^dA5PDmc zar87@)B}1@mnvW&J^UoH74aCvw~+y6)?;Aygr0oTx8=L(tt6!Me!e~p>wTPioApiy z8-;2oNV>kW6XRRH#ok7;p3w(DvurimCD0%0gH>ktp5`Pwgx-BS`#%}ll02Tb(qvd4 z0Zm5#ztvq9>g(wD`q`@~*NYw0o>pZCx~J)52S?kMkGrC7;q{Xrt;$nU}Y&4WFf3E zd{%6JunWqKMT02b34_CFDJ7&d2pq^-!*q-~NOFuCB86OtN;)DAC{<=Dibiy_paBn! z)R3bsYnV!l$gIOxnaxN(Z`x(eq#^GSBMxK()xiz)e)Hxp7Cb0eHn7vsOvnuIC7Pow zYDB4+c1bf8$RmLD(~52@mhJeu`Y+8Dh95m>RLDvAF!%ug~CZd39oT7Fp&7+q+iqfHU_E8qFUF$dxvxv&Y zs0@{Z3O*z>rs;eH9>VP4(<4BP%UgaTEP+V%$wn zx&z~GcF4_+wWUD%csngbr(Ow(XskUZM3X)IgKm1n9hh{pqisn{&$LsVIR?x_JG#@k&KCy0zI}XOkL^s&wx(vEO`X}6&-Umy;HD=)1lwuo`=LXR7B+7D@zxi& zzFzt2vu6`Oem3-OJITe$AU3m4tea5W^kKGr`fNMOnL@yn*vG{7KHHi)`)q1%TR!(3 zY!iPF-;s~Ej3@=ti$rx8C1Qc1%VQtnP%42XHEbHTf6(=)GMwsZtCAjQ0`2uz{`Qz8I1J2qaBcyu@H7abVk|cR6+Ln=a|ZqqqlFuF9r!#zkbNv59(oLw7g2dh-NO(c z5-pnVcl8Q zy$2nYOv6Hi6)>y-^=sxJZdlFqevARqE#M-5h7L;qROa{Ro~0)5OKxgtCpGmnH3bOs z@aluBe~5k=-%cEP9?!tt;Awo^CvQY{MozRwPHZP~FXYUQoNLLs&EwnhsTbKXcVu#B zWV$sn?GC@QzV>L%9hz7-ADM1ubbb2Kv^#icXYgce@T8j_bSIANOw6_>X8)U#2V?gy zy~+s5{)bl{T-iw+Y9$VB-1yU_FK&OE$h8OH^{cGVKYYKBAL(4cD_e6(Dyyoc)sU*v zn9A(dFxfbvs-Hl9^xs5ORkzDP9xy5v%cg!PsO)M*Lk$8KDjGNKiVC+8q}2#M4Q9a% z7%;OXxZS}t2$wBCi*IpE}q2Z0wZ2=ye+0F9fQ9k@DdBrH6Y$h=`=tY1G5awkVrW6f3D|IMD zFoPpc!!%s23VYYVLfJIDD17G)dZ7f@2-UwYVg_9F0469BoCX0lC|r2J(aHUi>^iT8 z;KE(-k~|M=I<}vy;TR?y~Dp^+Ou1nXTkkerSeZbZ(hLjz`}r; z{2aP=P!z?#3$gEn@$ZEr{}N7oC!E^*wZo!#Y%{wnz@sgP#s1IFZIIT$;avg7uQE48 ParpBO{v)s_xAFe~VVMcb diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc deleted file mode 100644 index 43f8dbaad425705df17aefedad79d10c058c458e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2970 zcmai0T}&L;6~6PkGyB6&`B{E!cU+8|jmpwSwOyka$-*RVLa_uil{Z9_Vdk)Dyj zy|X5)LFK^@AT@IO1P^&grAon~QuEN~s(q;{^(Ba;&>JF0YAdyG8$lH*Pd#^L7jTQz z3w!Q4=brm_&Uen8KW8#Y1ntLf-f}-u5&9b!S`Fl=9sLfvP2?a)@K7P{g@O>tVnKvn z^rVVhkOe*_c}hhss1YxFiHcUxB3|+IO0tlwqzb7>R=sp3Q^-`>3T=^`@Y*XKg^o&R zp;JI2!b15Rn{NCm}7Ix3u2brLw?XjsE~KiE1lPQpEO7)dQFxfDy?wP>k%;`)0@0~$!M zA2uwb1Y<_92%Hz#mS5{?z^88+ zFY~G6Mn0dPV=BR6jrh}cGlG$0GC(Ex9sLu?CR#z|Nc}u1bBq6Kj^K!n6v{2NBZn;? zBS$IgE&XZlsO8kD)Z$K8*lC`t)&DxNlZdSZey((D#%W(}KjmATqn&?;9Wk~L&@#&D z({*vgs;5RqEUy>J z5_TzYZA_VJ**pR);owE9=7mfyVXsQ~8FCua?22PTj3`T5PQ-yN;VvT@5T-5$q+-FO za^U(*ty+X)!nz>Xn1p;Hn43is)T%s-DE1a9_nq<0+Y@8+O96R60e5)bFNbu*vhASe zhpt~7vEfql3xG)MJM;O6*nc=bh!?0o;{Na`7;9pa2RR=Swja}`blOZv#%MunsJcsI7s&&bY3{@zI@O%z-i}={m${- z&hdke?oIs{`UfL>9WNY7;$+(OB462(u#Noy#;Prl|!C!QFDY9c|{6OFwCVEN_U!hC7_>QkWtvtnlp=X;&i=Z zn2sgmYH1O*3e(uyCBw2Uf+0q zKRvXY9{Sb9N3Z?zwNKNdhh2T^Q(txu?spIGb`P)XpLh4I-#JY89drzRIJbTCx0T=D z`BQH1`rN-IG1JzNP*4A{hB~tAZNz|ub0TSjZaSA{nrZr01)C;Inr0<%Y98m)ruk0I z@|q(F({utG)Jp7-F1P4I3Yg8>YVr&q--ZPV#|Ysr2d9OEN#I111Mw+}_Khx0c;F(! zBSvokd5pdi6-8^bp-gUV@?hZ7Cvx^kPAg-L3rQurb-jV0+wR`BpY})W#}ojqWaBlX z<+#t{u<(o7%^C$PLOfy-b{oKKqVS|@ufTUe3n$mmsu-RizT89&pWbRKLJO&@QrN7g z2r{9i1zdJ+)fb@nQBaJ-PMCCjPgS&(fE^l2Gr9Un?j%(9jU%#rVef zUTW|YdGKrfe|6tbo}usExP4Lj!$sxxwM4FuTn7zHctNoUb({=yNrS2vKMXwlObwT- zd@KU-B`D(glOmqCJvYB#QEWD=IpJ4i=NQ4aL|CI>29H@>F*sn@!1K%1LKi+bxXZwb z*S_fGVtwaXRa|OEv53o#Uc})P+yW}ni_xk1l|YDc;d^|k$lWh-&fp}fHrmT^f{&9| zK*#fd-Urf<1VQ*5wMGBQFVNr@DEkle(ld1P8Jc*8#=q1D*0cNiz^*>9^}{{=%9?tt g4hh-!uO1`l8dHKQT-cHt2)gaK`&c^WQndAd026b%4gdfE diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc deleted file mode 100644 index 34fcf7612528ecc5908e14a02a3741fcfabbb5d3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1675 zcmZux-A^1<6u-0cxeM%4pim&iDXkVvSQHaArZiSUtVty?Xp^p+jKj?Bc9!|r-aFHU z%@P~K0~!67Qq?3CJgGdbsX&YXMhxxahv z{jsYnhhV(_@wDSg2>r^9bjWRRcoo1pvXL#g$P-F}z;VXScw$M6vFJ*kT#{ofxr(Qj z)ELXI=4DG+0cFs;$W~U7tzvmwO!Ag;%i4JMcW#UeOu1^h5vG8oD-I1ot22S;nZC{8 z{6{l0v-9%+JKNq_LIPqXnG&hAjl(Gb>jDM_|il5Ghqwv1J*4ML2q z;Ouq9R#&B@6xMMWyR~-yM*sYcpswElkA6KMx|I||8~r&w9xv8NP|+{6{TDxEYETQE zz^6a{x1uzarg%#r zZ)Z?bZYtX_hmRH27MsdlWJ}+Q6=6kds^nx-t9B)SpOv=URFk-Lu7JWq8euEd6DdB{ zO)ZU0^=AUCFFmt!P=x^bUza~_>Vp_ay+Lj?Nc_^*|@1`&0% zBwj;xVO*Uf83-L0Syy@jhV57(%UcASAvW4x)>pxyK^@O=O_Dlk<3!{y`a#`Kk53ba3%pV$Jew!#6$5 z*er3W62re&})*=*E zF5bfat@0ITp-i0+Pr!slvw~?E_B;7>zmw@Ylf2quZJCKA@*9O`u0;_XoC3ND;x_s_ zBV}`cAP@(gQg(QMV0h!wo%-740}XZdZA?Gt7~Aa|+d8$=H?=mqfAXcxrOoPnq18Lp z>UnK#X1CDysJnMPcPH06UEGScD)&EV4ZrcQ`_0EaBOB3ojc*!TXYYQx(=*xXocyIn z-#oR`^YWVdNGp7m|2+SbcIJV0=Am}>aiM=L|Ig72sC(#7BxHww?j8DK?mz_eg!2CW zQob~ezMn3A z@qto<;G2;HnlnoHZ6@$=A|}$1FcFTLjDUF$9fCyUG#A-aa6n%Hv5Iyj{Xi1B25-;q z4~?{>fdgq!9@u#O0D;=-+p_Kr#_&Ep;vO=VriiPDmnP{hzC2UH9PUz#RyHAV`qlA5%w)G6hirMNt$jky0v)k}O+hWRX%TL>>%?J5rzy zf4p}PMFwm%9(|xvcODV$yb!BeC~(_wBoVyYKzp+x-`>*G=Gg``agz-w6=%A6T&-)+9Ea3?Yw* zNJK^^QGDBECS{A-7^Lm8J>`fxQf!n>Iit>$E9%nQ9Ws~Vqr6VDvO855t`8f} zUY&NyzEpj*KIM=4^*Sdvqyo`^PV;hOswvu(3Pyve=4i9t=9XJhp=d~_>*Ur{TeMB5 zJ#u@hBif(VSP~a!yjh4$Xc#J+E;WREfr?WJz;eOe(6zeKV^j zGwHYttgfpPRiFZ-JCPDIdXECNh6`y?x_zEza@jMPR4Sep!#0gQd-?J=FKe!eD`(D} zotOZ&jx0^4)tCr!W689l#$`Ed(edngYttu-!+F;(~fSXKvsn2BT>2dIV>MROyQ(X2HmXVMue#i;aN zE=eWD9HrT_RMPl#CN`B!$LYLQmr2X>R;3{ozX=ecLu70Qkx{GDoz1K`vvI0ORBHqv zl&D(63E=5aBzanM8zXQ=3aTIoU&qg!xIUMmHx+P5>3VurRSv}y34lg5nVvb6fO%e@ z0^gR>;`PWaDShku#pKj=1>o$E>A}kNY%<#qkPA2uu->0A09)zTzZJ=X9^1Mr3!w{$ z5GKAvs(J*NkMgfj+#yf7K#@CG;0~@%{`B3)?{07-&pFS1?>%pk6AGO0xHh@ z*Sp3xxU;3&uAg*%*ty;{u)!VK(NXLgDs&C4cMWfFuf5bYT<98J?>fH0o%nfhPcb-9 z2o5~;G#5SH1y6U$WK~R7z(UzJNna; zk57KV9p40fh~_f3P0<`+B}&4Ko7hDVVRVc`zkyr=ZCvlDEt1TlT{UfxkXb7OsbUgs zRfuGxuDngOBf#hFw-|b~YV0nECptuS7HxUQqgvq!q*&4`?}|sL6~vh!)>juDJmeF3 zd)}eXfq{0XNZKmC%n-HW{}W^{Q7hQeL+Fu3_IJ-W&(7|GEr!0<{NM|fc_nPuAR}93 z|Ad_|-*e0yxoy8j=9sW+T;r^;w4j158!=2sDncShA;PQjybw>m{XG64$SGHwrD0r=Gz5i}x;;`~xL_(* zto!@6Si9E;BAQy4E!PSDNWBFSv;_ATak(C=8p8hR2 z@wY7bezV0Bf9O}l#7i;KVG$vZx_Tj}_sQ?0o2u89(xcjoOMJ1qVQ5@r|PavR$z2xq7iS0ylA)2M`L z#BnObvyi}n-C`$LrFug${ls#Gii9wuo6k8+z#${g%*E#8>6?*&ITQLcX(LqV9xM<}!mcXo9l=%{qkn+@ z5mKk2P!Ir3Z4K)U#-?&fS**B`q47d@jXm$mGmi4!hT;y{Y9ejD#nwZG)i3q~!=;YCQd=){`Q2p# zen1a^#F{99Q`XG~H?-P(@)gtU6Oas)^GP(RNi6DXsnXGF1kP> z!qtvP;o*Qp@~&!56%9jw@-9mfjCUzMHE8vSuDs)~$PX(k2&+`dB=d08`k1#e$T4!C zOW0;e!uGD0kVQ_#pr${0&XWGn_CdXaEb@z7o;M=Vq8n}j;Lnl*5vjd04!$h9zw3sw z?uQj!t2so^>?;=c_FMGMqP6dMzRO#)*!c#DT^4iRk#}#;WgfI);J3)lLHr#c3Nr`w zYlMNn53ZQ8(Kk*J#25Bo%jASK#wT!nJPRhL=OG|MK!DhoNdsKanH+{jBQbUu@uSuQ zYmRo9JPg8b^C%Q=!6zTV0qtGbTuAbn-4dX`WF9dvv48^-@V~XsF^?I%YjBwn4-#Bk zQZ(t&d##{`tqR zeWhR?`+h?^^L?cP>y;VG_5GO1Od2f=$@3G2w;g z)0ImFE0sARd}opNgK)T-u**`KVxnlAy8`-&s3!1gJ`<+RxJ=I=H%4Qv5m7ycv1i*z z^vI#v6-lLtLG&0h+F`o187Zf6+d+r04;-I_>#E|5o-<*5(b)HL5}l`L?l49Vmo$PE zJ7}Q=3@MOsRp)1DqpE_~X@(+v>E=oYpmCw^|6!;zFhDsCsUe)4>U>M;pB`UkzIWnh$Rhw%NCI?u8F5zchHfIQVv9@a@l~jls!H zJ2Wl5QHGqX{n5yukGyc$bVGsmj=%#BLSd+V`L(}TTzcc*8{3~YA1E~+f3ojM%UaWE z;AjbeFEs=pp&LH=q}a!qT&L&f0HLh$G(lmBq-@2;(VR}OU_9KUaj{rBo|0lQ%^i!SGGb0f+7pYtmy640k1G}vGYM#J ztUdXIL8NbKY)*kIMj8g86oWU#1dmQaq1oY7O%X9DMlFhI0L7aO%`uh9$a>CWm^fmN zZa9yLo;?_r6v9?4(43VYL2;M7u-RA+cBy^Onxh4CZ|=_7P0q)jC<`5I%kr@@f!Au& zYT|LLPJW_nVoQ09Ap=9DfuR?5Ev)-_Lra;3ciBk-9c33%90>_4oUwp=Z&9U(8;ySSGTaqm^;om+^f0p5CaIJad3P# zZZ~jwG^aYBg=VVjjH$7)V7NHiD{y{`;IfJt8Zk0hJYkt=LJ_632A#*cuZSe%q=6^K z*y{EO+|WQqs$W1;H;(OmX>0_pozTUIWg{i-t`%nRSSLdhl`u)xdTJTLW+hpHdDUjym_TVe zWSXoskZaiEjr>Hh&a Ck~y3J diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc deleted file mode 100644 index c0586953ef29ff7037ea151a5c4f3c9ba30f9683..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3982 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc deleted file mode 100644 index ae665ba3241d8cb4a8b59710dbae0c2346d5cdb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7520 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 O%LKrc!A)$K68$fC0}Q$V diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc deleted file mode 100644 index bc77d3b4263b4ac05421c1ef3374ee3dd8a13265..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10479 zcmbU{ZEPFImAmAUTz-Fx`qoO8B~!NO4>_?dTW)O0AF^cG^+$>**0B_KB~#{yvP;<( zkHV>N4wYNuEGM|LiXN^qio!CSL)_wk2Dm>llA=8{0YsBNGJERPy{16>;|@%u0!iB+ z_ueeOB+I?x2H4p*Z{EC_oq6--y*K-Fv)MpFI{kW2=zIf3{Td6!#1??nYMP?%Qar`e zVQLuPsxTc<4XbE`)nRpn8D=7yVNFCktc~b~brE)$jp&EIBF14Ofi+=M#5`;! zur_RoSck0y)`e{m`>;LY7)*X*iFj%a8<-J?4cO=8`d$#^Ih4TOP>qd$5z5DxL@gg2%_q7V_HalqPx zfoLom3PMdn@JFF3Aa%X5NF)&Dy((FA?A*CC=Vaaai@m+a&YuU2?Px#}`k*H0~F%~VbH(e7$als#(ice0(gZM?oq%8oe-2mK$`5&fvYFNe7 z!)jhN%<$@A4R7GJFdJH4C+K)qU2|W2MIA; zC^{AsBLN&D7Z`;haIvVs#Y8R=69uT1;(>5j;JL{_@Je7@kbDNx_QGW#BID&k5|DA{ zj`wy3W0A>lC=iWvkw7TST^0hoAaV+SA8D3oB`=QKIw{7+xz}T4=A{wtP=Wtp&gb)8 zkhP)^pAw@(!Gd6sX}~RkBDMM!nT#YgLD1{7iGt8oVnMJ}yqaft4X=Gi_pmUjGzA=( zN;(Ce&^?di+0A=27*MKbOlk8nae_WQp9lp4I7N` zewb8AHUxMAq3CHR1EM5|vJ;k55aUPyX#cnvo0;e3R3%u{GX!YgVLLC8*du3YGFJqAnfsEP_x(pL5qw-jm5Q(pB@!ben4H+MEHfac*~dtD9j0v9Ms z5Qka|_cgvHAE+n;3ZGw*QQcKR9F0kWmzA~Q*!VaIi|$%LjKZReX6Q(ENkTvjUiKGP z85VdfCYvWkSZKc}NTAdtu?i@~ZJ6QUyc&^1xD~Ulkja`irUY?X))nX_oOV=1oY;)j zYH=!>uvSV0Aljiu>W6HW`o!v7F*$Az-5gr38_1XjSDe*zgE^aPPV=dwZE-5?=$zB7 zSnG2p=c4Yu`JVaFwIBb@5C7)(YL(5frlnjpbAv0^syU0e1-N-tq6=O_UX#rFiAMMP zWrN=ziSbim0brBg|Hf1xjI#wLo!`&Lf&gfyB+!Delg6XCsYT_O@Z(kxTY#a6VkDvj z$ZAmjvKr<`+zG`86zP|Ispv!^%xv&T`yhLh`b@=W*u050x6dAXR@=DDcvcyMraND4 z)OZ$N&QtJOaxDcP)DZBIw1yakCvpnHQ%X1pOsl_ztbA--qy)9V@bn?T5=d2o)CAH9 z|hLp9XvSveBTWYB*LF@(^eW}J!f{YtzOr;ug39^(R>jr8YDQkqnxbUEZvDy(k z?eIEb(atKzR6j~5gNrAlXiKOC*>EgK&N;b8;6rgV3;eK6CWK(zU#emYD=Nvx0>t}A zr)7QdAQWX=M2H9YKs*48t}r$R!vRSOjfJ2r>!c}Acp&BM9Y;8`i_!l9r5+F3S%#UW1nCu1Nu%8nZH>O{1<#NC+f!R%$oWUJpFh(=>^ z@=cQ8FQSGaq9^W02*q3xH#8nZ%wB>=`UYfwOXUpa8~r)6?Z#lvV!v@Z*VMkG{?1IA z*^#q2=DTi&(u^l(ch3j!)TEi(oYiq-C|3m_sN52=+}KeyFWvE`nYx_GdSf8xaHko! z!n<5!bk6rJIPdhQjExzlQ5hW>SSOASH{-g)9u*{h!Rmj)asADz0g47eju(_JMLmQn zOfxj7&7!y~D3TZJ`>5NhpejTKRU=lQRwY%N9r;Ps+p1f32B>CK->OPd&`KRtjbkg& zew(ZGJE~h&hMHlZwxrtQ#^Ml?RFWwg2gvQVCa5O-K*e8z!+J(Nqe*IRR$Zkf`j#=N z25uJUAFwm!LqnU?id*BQLtz5GU}HklX2QM^OHoN}@#raz0&ID8+))$byXw1N6`vw9i7Uy8blC;dKdE<;VYOI(yOR2pT+V6P2{fsSX zo4~VUL*h;2RB0aUK!b{5L*mW6r9|UMIwUb^@1sT{um;YgbE0blITU#-Z+pjHY(r$! z1+=aSR2myn@yjOg=-QBYN4e)s>zx(#2R1Z@Vv+ZZJL%?KSHPTr9WnxA{&Te8xkhP* ziXSZU<2ynW?}mBBvtdJeo93&a=I{nI6rsigHLpBhbDfsZ

!$m=Uwz$Mu)|d&Tc8 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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-v2") - old_http_cache_location = self._cache_dir(options, "http") - wheels_cache_location = self._cache_dir(options, "wheels") - http_cache_size = filesystem.format_size( - filesystem.directory_size(http_cache_location) - + filesystem.directory_size(old_http_cache_location) - ) - wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) - - message = ( - textwrap.dedent( - """ - Package index page cache location (pip v23.3+): {http_cache_location} - Package index page cache location (older pips): {old_http_cache_location} - Package index page cache size: {http_cache_size} - Number of HTTP files: {num_http_files} - Locally built wheels location: {wheels_cache_location} - Locally built wheels size: {wheels_cache_size} - Number of locally built wheels: {package_count} - """ # noqa: E501 - ) - .format( - http_cache_location=http_cache_location, - old_http_cache_location=old_http_cache_location, - http_cache_size=http_cache_size, - num_http_files=num_http_files, - wheels_cache_location=wheels_cache_location, - package_count=num_packages, - wheels_cache_size=wheels_cache_size, - ) - .strip() - ) - - logger.info(message) - - def list_cache_items(self, options: Values, args: List[Any]) -> None: - if len(args) > 1: - raise CommandError("Too many arguments") - - if args: - pattern = args[0] - else: - pattern = "*" - - files = self._find_wheels(options, pattern) - if options.list_format == "human": - self.format_for_human(files) - else: - self.format_for_abspath(files) - - def format_for_human(self, files: List[str]) -> None: - if not files: - logger.info("No locally built wheels cached.") - return - - results = [] - for filename in files: - wheel = os.path.basename(filename) - size = filesystem.format_file_size(filename) - results.append(f" - {wheel} ({size})") - logger.info("Cache contents:\n") - logger.info("\n".join(sorted(results))) - - def format_for_abspath(self, files: List[str]) -> None: - if files: - logger.info("\n".join(sorted(files))) - - def remove_cache_items(self, options: Values, args: List[Any]) -> None: - if len(args) > 1: - raise CommandError("Too many arguments") - - if not args: - raise CommandError("Please provide a pattern") - - files = self._find_wheels(options, args[0]) - - no_matching_msg = "No matching packages" - if args[0] == "*": - # Only fetch http files if no specific pattern given - files += self._find_http_files(options) - else: - # Add the pattern to the log message - no_matching_msg += f' for pattern "{args[0]}"' - - if not files: - logger.warning(no_matching_msg) - - for filename in files: - os.unlink(filename) - logger.verbose("Removed %s", filename) - logger.info("Files removed: %s", len(files)) - - def purge_cache(self, options: Values, args: List[Any]) -> None: - if args: - raise CommandError("Too many arguments") - - return self.remove_cache_items(options, ["*"]) - - def _cache_dir(self, options: Values, subdir: str) -> str: - return os.path.join(options.cache_dir, subdir) - - def _find_http_files(self, options: Values) -> List[str]: - old_http_dir = self._cache_dir(options, "http") - new_http_dir = self._cache_dir(options, "http-v2") - return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( - new_http_dir, "*" - ) - - def _find_wheels(self, options: Values, pattern: str) -> List[str]: - wheel_dir = self._cache_dir(options, "wheels") - - # The wheel filename format, as specified in PEP 427, is: - # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl - # - # Additionally, non-alphanumeric values in the distribution are - # normalized to underscores (_), meaning hyphens can never occur - # before `-{version}`. - # - # Given that information: - # - If the pattern we're given contains a hyphen (-), the user is - # providing at least the version. Thus, we can just append `*.whl` - # to match the rest of it. - # - If the pattern we're given doesn't contain a hyphen (-), the - # user is only providing the name. Thus, we append `-*.whl` to - # match the hyphen before the version, followed by anything else. - # - # PEP 427: https://www.python.org/dev/peps/pep-0427/ - pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") - - return filesystem.find_files(wheel_dir, pattern) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/check.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/check.py deleted file mode 100644 index f54a16d..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/check.py +++ /dev/null @@ -1,67 +0,0 @@ -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.metadata import get_default_environment -from pip._internal.operations.check import ( - check_package_set, - check_unsupported, - create_package_set_from_installed, -) -from pip._internal.utils.compatibility_tags import get_supported -from pip._internal.utils.misc import write_output - -logger = logging.getLogger(__name__) - - -class CheckCommand(Command): - """Verify installed packages have compatible dependencies.""" - - ignore_require_venv = True - 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) - unsupported = list( - check_unsupported( - get_default_environment().iter_installed_distributions(), - get_supported(), - ) - ) - - 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, - ) - for package in unsupported: - write_output( - "%s %s is not supported on this platform", - package.raw_name, - package.version, - ) - if missing or conflicting or parsing_probs or unsupported: - return ERROR - else: - write_output("No broken requirements found.") - return SUCCESS diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/completion.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/completion.py deleted file mode 100644 index 9e89e27..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/completion.py +++ /dev/null @@ -1,130 +0,0 @@ -import sys -import textwrap -from optparse import Values -from typing import List - -from pip._internal.cli.base_command import Command -from pip._internal.cli.status_codes import SUCCESS -from pip._internal.utils.misc import get_prog - -BASE_COMPLETION = """ -# pip {shell} completion start{script}# pip {shell} completion end -""" - -COMPLETION_SCRIPTS = { - "bash": """ - _pip_completion() - {{ - COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ - COMP_CWORD=$COMP_CWORD \\ - PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) - }} - complete -o default -F _pip_completion {prog} - """, - "zsh": """ - #compdef -P pip[0-9.]# - __pip() {{ - compadd $( COMP_WORDS="$words[*]" \\ - COMP_CWORD=$((CURRENT-1)) \\ - PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) - }} - if [[ $zsh_eval_context[-1] == loadautofunc ]]; then - # autoload from fpath, call function directly - __pip "$@" - else - # eval/source/. command, register function for later - compdef __pip -P 'pip[0-9.]#' - fi - """, - "fish": """ - function __fish_complete_pip - set -lx COMP_WORDS (commandline -o) "" - set -lx COMP_CWORD ( \\ - math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ - ) - set -lx PIP_AUTO_COMPLETE 1 - string split \\ -- (eval $COMP_WORDS[1]) - end - complete -fa "(__fish_complete_pip)" -c {prog} - """, - "powershell": """ - if ((Test-Path Function:\\TabExpansion) -and -not ` - (Test-Path Function:\\_pip_completeBackup)) {{ - Rename-Item Function:\\TabExpansion _pip_completeBackup - }} - function TabExpansion($line, $lastWord) {{ - $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() - if ($lastBlock.StartsWith("{prog} ")) {{ - $Env:COMP_WORDS=$lastBlock - $Env:COMP_CWORD=$lastBlock.Split().Length - 1 - $Env:PIP_AUTO_COMPLETE=1 - (& {prog}).Split() - Remove-Item Env:COMP_WORDS - Remove-Item Env:COMP_CWORD - Remove-Item Env:PIP_AUTO_COMPLETE - }} - elseif (Test-Path Function:\\_pip_completeBackup) {{ - # Fall back on existing tab expansion - _pip_completeBackup $line $lastWord - }} - }} - """, -} - - -class CompletionCommand(Command): - """A helper command to be used for command completion.""" - - ignore_require_venv = True - - def add_options(self) -> None: - self.cmd_opts.add_option( - "--bash", - "-b", - action="store_const", - const="bash", - dest="shell", - help="Emit completion code for bash", - ) - self.cmd_opts.add_option( - "--zsh", - "-z", - action="store_const", - const="zsh", - dest="shell", - help="Emit completion code for zsh", - ) - self.cmd_opts.add_option( - "--fish", - "-f", - action="store_const", - const="fish", - dest="shell", - help="Emit completion code for fish", - ) - self.cmd_opts.add_option( - "--powershell", - "-p", - action="store_const", - const="powershell", - dest="shell", - help="Emit completion code for powershell", - ) - - self.parser.insert_option_group(0, self.cmd_opts) - - def run(self, options: Values, args: List[str]) -> int: - """Prints the completion code of the given shell""" - shells = COMPLETION_SCRIPTS.keys() - shell_options = ["--" + shell for shell in sorted(shells)] - if options.shell in shells: - script = textwrap.dedent( - COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) - ) - print(BASE_COMPLETION.format(script=script, shell=options.shell)) - return SUCCESS - else: - sys.stderr.write( - "ERROR: You must pass {}\n".format(" or ".join(shell_options)) - ) - return SUCCESS diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/configuration.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/configuration.py deleted file mode 100644 index 1a1dc6b..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/configuration.py +++ /dev/null @@ -1,280 +0,0 @@ -import logging -import os -import subprocess -from optparse import Values -from typing import Any, List, Optional - -from pip._internal.cli.base_command import Command -from pip._internal.cli.status_codes import ERROR, SUCCESS -from pip._internal.configuration import ( - Configuration, - Kind, - get_configuration_files, - kinds, -) -from pip._internal.exceptions import PipError -from pip._internal.utils.logging import indent_log -from pip._internal.utils.misc import get_prog, write_output - -logger = logging.getLogger(__name__) - - -class ConfigurationCommand(Command): - """ - Manage local and global configuration. - - Subcommands: - - - list: List the active configuration (or from the file specified) - - edit: Edit the configuration file in an editor - - get: Get the value associated with command.option - - set: Set the command.option=value - - unset: Unset the value associated with command.option - - debug: List the configuration files and values defined under them - - Configuration keys should be dot separated command and option name, - with the special prefix "global" affecting any command. For example, - "pip config set global.index-url https://example.org/" would configure - the index url for all commands, but "pip config set download.timeout 10" - would configure a 10 second timeout only for "pip download" commands. - - If none of --user, --global and --site are passed, a virtual - environment configuration file is used if one is active and the file - exists. Otherwise, all modifications happen to the user file by - default. - """ - - ignore_require_venv = True - usage = """ - %prog [] list - %prog [] [--editor ] edit - - %prog [] get command.option - %prog [] set command.option value - %prog [] unset command.option - %prog [] debug - """ - - def add_options(self) -> None: - self.cmd_opts.add_option( - "--editor", - dest="editor", - action="store", - default=None, - help=( - "Editor to use to edit the file. Uses VISUAL or EDITOR " - "environment variables if not provided." - ), - ) - - self.cmd_opts.add_option( - "--global", - dest="global_file", - action="store_true", - default=False, - help="Use the system-wide configuration file only", - ) - - self.cmd_opts.add_option( - "--user", - dest="user_file", - action="store_true", - default=False, - help="Use the user configuration file only", - ) - - self.cmd_opts.add_option( - "--site", - dest="site_file", - action="store_true", - default=False, - help="Use the current environment configuration file only", - ) - - self.parser.insert_option_group(0, self.cmd_opts) - - def run(self, options: Values, args: List[str]) -> int: - handlers = { - "list": self.list_values, - "edit": self.open_in_editor, - "get": self.get_name, - "set": self.set_name_value, - "unset": self.unset_name, - "debug": self.list_config_values, - } - - # Determine action - if not args or args[0] not in handlers: - logger.error( - "Need an action (%s) to perform.", - ", ".join(sorted(handlers)), - ) - return ERROR - - action = args[0] - - # Determine which configuration files are to be loaded - # Depends on whether the command is modifying. - try: - load_only = self._determine_file( - options, need_value=(action in ["get", "set", "unset", "edit"]) - ) - except PipError as e: - logger.error(e.args[0]) - return ERROR - - # Load a new configuration - self.configuration = Configuration( - isolated=options.isolated_mode, load_only=load_only - ) - self.configuration.load() - - # Error handling happens here, not in the action-handlers. - try: - handlers[action](options, args[1:]) - except PipError as e: - logger.error(e.args[0]) - return ERROR - - return SUCCESS - - def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: - file_options = [ - key - for key, value in ( - (kinds.USER, options.user_file), - (kinds.GLOBAL, options.global_file), - (kinds.SITE, options.site_file), - ) - if value - ] - - if not file_options: - if not need_value: - return None - # Default to user, unless there's a site file. - elif any( - os.path.exists(site_config_file) - for site_config_file in get_configuration_files()[kinds.SITE] - ): - return kinds.SITE - else: - return kinds.USER - elif len(file_options) == 1: - return file_options[0] - - raise PipError( - "Need exactly one file to operate upon " - "(--user, --site, --global) to perform." - ) - - def list_values(self, options: Values, args: List[str]) -> None: - self._get_n_args(args, "list", n=0) - - for key, value in sorted(self.configuration.items()): - write_output("%s=%r", key, value) - - def get_name(self, options: Values, args: List[str]) -> None: - key = self._get_n_args(args, "get [name]", n=1) - value = self.configuration.get_value(key) - - write_output("%s", value) - - def set_name_value(self, options: Values, args: List[str]) -> None: - key, value = self._get_n_args(args, "set [name] [value]", n=2) - self.configuration.set_value(key, value) - - self._save_configuration() - - def unset_name(self, options: Values, args: List[str]) -> None: - key = self._get_n_args(args, "unset [name]", n=1) - self.configuration.unset_value(key) - - self._save_configuration() - - def list_config_values(self, options: Values, args: List[str]) -> None: - """List config key-value pairs across different config files""" - self._get_n_args(args, "debug", n=0) - - self.print_env_var_values() - # Iterate over config files and print if they exist, and the - # key-value pairs present in them if they do - for variant, files in sorted(self.configuration.iter_config_files()): - write_output("%s:", variant) - for fname in files: - with indent_log(): - file_exists = os.path.exists(fname) - write_output("%s, exists: %r", fname, file_exists) - if file_exists: - self.print_config_file_values(variant) - - def print_config_file_values(self, variant: Kind) -> None: - """Get key-value pairs from the file of a variant""" - for name, value in self.configuration.get_values_in_config(variant).items(): - with indent_log(): - write_output("%s: %s", name, value) - - def print_env_var_values(self) -> None: - """Get key-values pairs present as environment variables""" - write_output("%s:", "env_var") - with indent_log(): - for key, value in sorted(self.configuration.get_environ_vars()): - env_var = f"PIP_{key.upper()}" - write_output("%s=%r", env_var, value) - - def open_in_editor(self, options: Values, args: List[str]) -> None: - editor = self._determine_editor(options) - - fname = self.configuration.get_file_to_edit() - if fname is None: - raise PipError("Could not determine appropriate file.") - elif '"' in fname: - # This shouldn't happen, unless we see a username like that. - # If that happens, we'd appreciate a pull request fixing this. - raise PipError( - f'Can not open an editor for a file name containing "\n{fname}' - ) - - try: - subprocess.check_call(f'{editor} "{fname}"', shell=True) - except FileNotFoundError as e: - if not e.filename: - e.filename = editor - raise - except subprocess.CalledProcessError as e: - raise PipError(f"Editor Subprocess exited with exit code {e.returncode}") - - def _get_n_args(self, args: List[str], example: str, n: int) -> Any: - """Helper to make sure the command got the right number of arguments""" - if len(args) != n: - msg = ( - f"Got unexpected number of arguments, expected {n}. " - f'(example: "{get_prog()} config {example}")' - ) - raise PipError(msg) - - if n == 1: - return args[0] - else: - return args - - def _save_configuration(self) -> None: - # We successfully ran a modifying command. Need to save the - # configuration. - try: - self.configuration.save() - except Exception: - logger.exception( - "Unable to save configuration. Please report this as a bug." - ) - raise PipError("Internal Error.") - - def _determine_editor(self, options: Values) -> str: - if options.editor is not None: - return options.editor - elif "VISUAL" in os.environ: - return os.environ["VISUAL"] - elif "EDITOR" in os.environ: - return os.environ["EDITOR"] - else: - raise PipError("Could not determine editor to use.") diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/debug.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/debug.py deleted file mode 100644 index 567ca96..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/debug.py +++ /dev/null @@ -1,201 +0,0 @@ -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.compat import open_text_resource -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 open_text_resource("pip._vendor", "vendor.txt") as f: - # Purge non version specifying lines. - # Also, remove any space prefix or suffixes (including comments). - lines = [ - line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line - ] - - # Transform into "module" -> version dict. - return dict(line.split("==", 1) for line in lines) - - -def get_module_from_module_name(module_name: str) -> Optional[ModuleType]: - # Module name can be uppercase in vendor.txt for some reason... - module_name = module_name.lower().replace("-", "_") - # PATCH: setuptools is actually only pkg_resources. - if module_name == "setuptools": - module_name = "pkg_resources" - - try: - __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) - return getattr(pip._vendor, module_name) - except ImportError: - # We allow 'truststore' to fail to import due - # to being unavailable on Python 3.9 and earlier. - if module_name == "truststore" and sys.version_info < (3, 10): - return None - raise - - -def get_vendor_version_from_module(module_name: str) -> Optional[str]: - module = get_module_from_module_name(module_name) - version = getattr(module, "__version__", None) - - if module and not version: - # Try to find version in debundled module info. - assert module.__file__ is not None - env = get_environment([os.path.dirname(module.__file__)]) - dist = env.get_distribution(module_name) - if dist: - version = str(dist.version) - - return version - - -def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: - """Log the actual version and print extra info if there is - a conflict or if the actual version could not be imported. - """ - for module_name, expected_version in vendor_txt_versions.items(): - extra_message = "" - actual_version = get_vendor_version_from_module(module_name) - if not actual_version: - extra_message = ( - " (Unable to locate actual module version, using" - " vendor.txt specified version)" - ) - actual_version = expected_version - elif parse_version(actual_version) != parse_version(expected_version): - extra_message = ( - " (CONFLICT: vendor.txt suggests version should" - f" be {expected_version})" - ) - logger.info("%s==%s%s", module_name, actual_version, extra_message) - - -def show_vendor_versions() -> None: - logger.info("vendored library versions:") - - vendor_txt_versions = create_vendor_txt_map() - with indent_log(): - show_actual_vendor_versions(vendor_txt_versions) - - -def show_tags(options: Values) -> None: - tag_limit = 10 - - target_python = make_target_python(options) - tags = target_python.get_sorted_tags() - - # Display the target options that were explicitly provided. - formatted_target = target_python.format_given() - suffix = "" - if formatted_target: - suffix = f" (target: {formatted_target})" - - msg = f"Compatible tags: {len(tags)}{suffix}" - logger.info(msg) - - if options.verbose < 1 and len(tags) > tag_limit: - tags_limited = True - tags = tags[:tag_limit] - else: - tags_limited = False - - with indent_log(): - for tag in tags: - logger.info(str(tag)) - - if tags_limited: - msg = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" - logger.info(msg) - - -def ca_bundle_info(config: Configuration) -> str: - levels = {key.split(".", 1)[0] for key, _ in config.items()} - if not levels: - return "Not specified" - - levels_that_override_global = ["install", "wheel", "download"] - global_overriding_level = [ - level for level in levels if level in levels_that_override_global - ] - if not global_overriding_level: - return "global" - - if "global" in levels: - levels.remove("global") - return ", ".join(levels) - - -class DebugCommand(Command): - """ - Display debug information. - """ - - usage = """ - %prog """ - ignore_require_venv = True - - def add_options(self) -> None: - cmdoptions.add_target_python_options(self.cmd_opts) - self.parser.insert_option_group(0, self.cmd_opts) - self.parser.config.load() - - def run(self, options: Values, args: List[str]) -> int: - logger.warning( - "This command is only meant for debugging. " - "Do not use this with automation for parsing and getting these " - "details, since the output and options of this command may " - "change without notice." - ) - show_value("pip version", get_pip_version()) - show_value("sys.version", sys.version) - show_value("sys.executable", sys.executable) - show_value("sys.getdefaultencoding", sys.getdefaultencoding()) - show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) - show_value( - "locale.getpreferredencoding", - locale.getpreferredencoding(), - ) - show_value("sys.platform", sys.platform) - show_sys_implementation() - - show_value("'cert' config value", ca_bundle_info(self.parser.config)) - show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) - show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) - show_value("pip._vendor.certifi.where()", where()) - show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) - - show_vendor_versions() - - show_tags(options) - - return SUCCESS diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/download.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/download.py deleted file mode 100644 index 917bbb9..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/download.py +++ /dev/null @@ -1,146 +0,0 @@ -import logging -import os -from optparse import Values -from typing import List - -from pip._internal.cli import cmdoptions -from pip._internal.cli.cmdoptions import make_target_python -from pip._internal.cli.req_command import RequirementCommand, with_cleanup -from pip._internal.cli.status_codes import SUCCESS -from pip._internal.operations.build.build_tracker import get_build_tracker -from pip._internal.req.req_install import check_legacy_setup_py_options -from pip._internal.utils.misc import ensure_dir, normalize_path, write_output -from pip._internal.utils.temp_dir import TempDirectory - -logger = logging.getLogger(__name__) - - -class DownloadCommand(RequirementCommand): - """ - Download packages from: - - - PyPI (and other indexes) using requirement specifiers. - - VCS project urls. - - Local project directories. - - Local or remote source archives. - - pip also supports downloading from "requirements files", which provide - an easy way to specify a whole environment to be downloaded. - """ - - usage = """ - %prog [options] [package-index-options] ... - %prog [options] -r [package-index-options] ... - %prog [options] ... - %prog [options] ... - %prog [options] ...""" - - def add_options(self) -> None: - self.cmd_opts.add_option(cmdoptions.constraints()) - self.cmd_opts.add_option(cmdoptions.requirements()) - self.cmd_opts.add_option(cmdoptions.no_deps()) - self.cmd_opts.add_option(cmdoptions.global_options()) - self.cmd_opts.add_option(cmdoptions.no_binary()) - self.cmd_opts.add_option(cmdoptions.only_binary()) - self.cmd_opts.add_option(cmdoptions.prefer_binary()) - self.cmd_opts.add_option(cmdoptions.src()) - self.cmd_opts.add_option(cmdoptions.pre()) - self.cmd_opts.add_option(cmdoptions.require_hashes()) - self.cmd_opts.add_option(cmdoptions.progress_bar()) - self.cmd_opts.add_option(cmdoptions.no_build_isolation()) - self.cmd_opts.add_option(cmdoptions.use_pep517()) - self.cmd_opts.add_option(cmdoptions.no_use_pep517()) - self.cmd_opts.add_option(cmdoptions.check_build_deps()) - self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) - - self.cmd_opts.add_option( - "-d", - "--dest", - "--destination-dir", - "--destination-directory", - dest="download_dir", - metavar="dir", - default=os.curdir, - help="Download packages into

.", - ) - - cmdoptions.add_target_python_options(self.cmd_opts) - - index_opts = cmdoptions.make_option_group( - cmdoptions.index_group, - self.parser, - ) - - self.parser.insert_option_group(0, index_opts) - self.parser.insert_option_group(0, self.cmd_opts) - - @with_cleanup - def run(self, options: Values, args: List[str]) -> int: - options.ignore_installed = True - # editable doesn't really make sense for `pip download`, but the bowels - # of the RequirementSet code require that property. - options.editables = [] - - cmdoptions.check_dist_restriction(options) - - options.download_dir = normalize_path(options.download_dir) - ensure_dir(options.download_dir) - - session = self.get_default_session(options) - - target_python = make_target_python(options) - finder = self._build_package_finder( - options=options, - session=session, - target_python=target_python, - ignore_requires_python=options.ignore_requires_python, - ) - - build_tracker = self.enter_context(get_build_tracker()) - - directory = TempDirectory( - delete=not options.no_clean, - kind="download", - globally_managed=True, - ) - - reqs = self.get_requirements(args, options, finder, session) - check_legacy_setup_py_options(options, reqs) - - preparer = self.make_requirement_preparer( - temp_build_dir=directory, - options=options, - build_tracker=build_tracker, - session=session, - finder=finder, - download_dir=options.download_dir, - use_user_site=False, - verbosity=self.verbosity, - ) - - resolver = self.make_resolver( - preparer=preparer, - finder=finder, - options=options, - ignore_requires_python=options.ignore_requires_python, - use_pep517=options.use_pep517, - py_version_info=options.python_version, - ) - - self.trace_basic_info(finder) - - requirement_set = resolver.resolve(reqs, check_supported_wheels=True) - - downloaded: List[str] = [] - for req in requirement_set.requirements.values(): - if req.satisfied_by is None: - assert req.name is not None - preparer.save_linked_requirement(req) - downloaded.append(req.name) - - preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) - - if downloaded: - write_output("Successfully downloaded %s", " ".join(downloaded)) - - return SUCCESS diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/freeze.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/freeze.py deleted file mode 100644 index 885fdfe..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/freeze.py +++ /dev/null @@ -1,109 +0,0 @@ -import sys -from optparse import Values -from typing import AbstractSet, List - -from pip._internal.cli import cmdoptions -from pip._internal.cli.base_command import Command -from pip._internal.cli.status_codes import SUCCESS -from pip._internal.operations.freeze import freeze -from pip._internal.utils.compat import stdlib_pkgs - - -def _should_suppress_build_backends() -> bool: - return sys.version_info < (3, 12) - - -def _dev_pkgs() -> AbstractSet[str]: - pkgs = {"pip"} - - if _should_suppress_build_backends(): - pkgs |= {"setuptools", "distribute", "wheel"} - - return pkgs - - -class FreezeCommand(Command): - """ - Output installed packages in requirements format. - - packages are listed in a case-insensitive sorted order. - """ - - ignore_require_venv = True - 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/backend/.venv/Lib/site-packages/pip/_internal/commands/hash.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/hash.py deleted file mode 100644 index 042dac8..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/hash.py +++ /dev/null @@ -1,59 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/commands/help.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/help.py deleted file mode 100644 index 6206631..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/help.py +++ /dev/null @@ -1,41 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/commands/index.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/index.py deleted file mode 100644 index 2e2661b..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/index.py +++ /dev/null @@ -1,139 +0,0 @@ -import logging -from optparse import Values -from typing import Any, Iterable, List, Optional - -from pip._vendor.packaging.version import 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[Version] = ( - candidate.version for candidate in finder.find_all_candidates(query) - ) - - if not options.pre: - # Remove prereleases - versions = ( - version for version in versions if not version.is_prerelease - ) - versions = set(versions) - - if not versions: - raise DistributionNotFound( - f"No matching distribution found for {query}" - ) - - formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] - latest = formatted_versions[0] - - write_output(f"{query} ({latest})") - write_output("Available versions: {}".format(", ".join(formatted_versions))) - print_dist_installation_info(query, latest) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/inspect.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/inspect.py deleted file mode 100644 index e810c13..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/inspect.py +++ /dev/null @@ -1,92 +0,0 @@ -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.base_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/backend/.venv/Lib/site-packages/pip/_internal/commands/install.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/install.py deleted file mode 100644 index ad45a2f..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/install.py +++ /dev/null @@ -1,783 +0,0 @@ -import errno -import json -import operator -import os -import shutil -import site -from optparse import SUPPRESS_HELP, Values -from typing import List, Optional - -from pip._vendor.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, - with_cleanup, -) -from pip._internal.cli.status_codes import ERROR, SUCCESS -from pip._internal.exceptions import CommandError, InstallationError -from pip._internal.locations import get_scheme -from pip._internal.metadata import get_environment -from pip._internal.models.installation_report import InstallationReport -from pip._internal.operations.build.build_tracker import get_build_tracker -from pip._internal.operations.check import ConflictDetails, check_install_conflicts -from pip._internal.req import install_given_reqs -from pip._internal.req.req_install import ( - InstallRequirement, - check_legacy_setup_py_options, -) -from pip._internal.utils.compat import WINDOWS -from pip._internal.utils.filesystem import test_writable_dir -from pip._internal.utils.logging import getLogger -from pip._internal.utils.misc import ( - check_externally_managed, - ensure_dir, - get_pip_version, - protect_pip_from_modification_on_windows, - warn_if_run_as_root, - write_output, -) -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.virtualenv import ( - running_under_virtualenv, - virtualenv_no_global, -) -from pip._internal.wheel_builder import build, should_build_for_install_command - -logger = getLogger(__name__) - - -class InstallCommand(RequirementCommand): - """ - Install packages from: - - - PyPI (and other indexes) using requirement specifiers. - - VCS project urls. - - Local project directories. - - Local or remote source archives. - - pip also supports installing from "requirements files", which provide - an easy way to specify a whole environment to be installed. - """ - - usage = """ - %prog [options] [package-index-options] ... - %prog [options] -r [package-index-options] ... - %prog [options] [-e] ... - %prog [options] [-e] ... - %prog [options] ...""" - - def add_options(self) -> None: - self.cmd_opts.add_option(cmdoptions.requirements()) - self.cmd_opts.add_option(cmdoptions.constraints()) - self.cmd_opts.add_option(cmdoptions.no_deps()) - self.cmd_opts.add_option(cmdoptions.pre()) - - self.cmd_opts.add_option(cmdoptions.editable()) - self.cmd_opts.add_option( - "--dry-run", - action="store_true", - dest="dry_run", - default=False, - help=( - "Don't actually install anything, just print what would be. " - "Can be used in combination with --ignore-installed " - "to 'resolve' the requirements." - ), - ) - self.cmd_opts.add_option( - "-t", - "--target", - dest="target_dir", - metavar="dir", - default=None, - help=( - "Install packages into . " - "By default this will not replace existing files/folders in " - ". Use --upgrade to replace existing packages in " - "with new versions." - ), - ) - cmdoptions.add_target_python_options(self.cmd_opts) - - self.cmd_opts.add_option( - "--user", - dest="use_user_site", - action="store_true", - help=( - "Install to the Python user install directory for your " - "platform. Typically ~/.local/, or %APPDATA%\\Python on " - "Windows. (See the Python documentation for site.USER_BASE " - "for full details.)" - ), - ) - self.cmd_opts.add_option( - "--no-user", - dest="use_user_site", - action="store_false", - help=SUPPRESS_HELP, - ) - self.cmd_opts.add_option( - "--root", - dest="root_path", - metavar="dir", - default=None, - help="Install everything relative to this alternate root directory.", - ) - self.cmd_opts.add_option( - "--prefix", - dest="prefix_path", - metavar="dir", - default=None, - help=( - "Installation prefix where lib, bin and other top-level " - "folders are placed. Note that the resulting installation may " - "contain scripts and other resources which reference the " - "Python interpreter of pip, and not that of ``--prefix``. " - "See also the ``--python`` option if the intention is to " - "install packages into another (possibly pip-free) " - "environment." - ), - ) - - self.cmd_opts.add_option(cmdoptions.src()) - - self.cmd_opts.add_option( - "-U", - "--upgrade", - dest="upgrade", - action="store_true", - help=( - "Upgrade all specified packages to the newest available " - "version. The handling of dependencies depends on the " - "upgrade-strategy used." - ), - ) - - self.cmd_opts.add_option( - "--upgrade-strategy", - dest="upgrade_strategy", - default="only-if-needed", - choices=["only-if-needed", "eager"], - help=( - "Determines how dependency upgrading should be handled " - "[default: %default]. " - '"eager" - dependencies are upgraded regardless of ' - "whether the currently installed version satisfies the " - "requirements of the upgraded package(s). " - '"only-if-needed" - are upgraded only when they do not ' - "satisfy the requirements of the upgraded package(s)." - ), - ) - - self.cmd_opts.add_option( - "--force-reinstall", - dest="force_reinstall", - action="store_true", - help="Reinstall all packages even if they are already up-to-date.", - ) - - self.cmd_opts.add_option( - "-I", - "--ignore-installed", - dest="ignore_installed", - action="store_true", - help=( - "Ignore the installed packages, overwriting them. " - "This can break your system if the existing package " - "is of a different version or was installed " - "with a different package manager!" - ), - ) - - self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) - self.cmd_opts.add_option(cmdoptions.no_build_isolation()) - self.cmd_opts.add_option(cmdoptions.use_pep517()) - self.cmd_opts.add_option(cmdoptions.no_use_pep517()) - self.cmd_opts.add_option(cmdoptions.check_build_deps()) - self.cmd_opts.add_option(cmdoptions.override_externally_managed()) - - self.cmd_opts.add_option(cmdoptions.config_settings()) - self.cmd_opts.add_option(cmdoptions.global_options()) - - self.cmd_opts.add_option( - "--compile", - action="store_true", - dest="compile", - default=True, - help="Compile Python source files to bytecode", - ) - - self.cmd_opts.add_option( - "--no-compile", - action="store_false", - dest="compile", - help="Do not compile Python source files to bytecode", - ) - - self.cmd_opts.add_option( - "--no-warn-script-location", - action="store_false", - dest="warn_script_location", - default=True, - help="Do not warn when installing scripts outside PATH", - ) - self.cmd_opts.add_option( - "--no-warn-conflicts", - action="store_false", - dest="warn_about_conflicts", - default=True, - help="Do not warn about broken dependencies", - ) - self.cmd_opts.add_option(cmdoptions.no_binary()) - self.cmd_opts.add_option(cmdoptions.only_binary()) - self.cmd_opts.add_option(cmdoptions.prefer_binary()) - self.cmd_opts.add_option(cmdoptions.require_hashes()) - self.cmd_opts.add_option(cmdoptions.progress_bar()) - self.cmd_opts.add_option(cmdoptions.root_user_action()) - - index_opts = cmdoptions.make_option_group( - cmdoptions.index_group, - self.parser, - ) - - self.parser.insert_option_group(0, index_opts) - self.parser.insert_option_group(0, self.cmd_opts) - - self.cmd_opts.add_option( - "--report", - dest="json_report_file", - metavar="file", - default=None, - help=( - "Generate a JSON file describing what pip did to install " - "the provided requirements. " - "Can be used in combination with --dry-run and --ignore-installed " - "to 'resolve' the requirements. " - "When - is used as file name it writes to stdout. " - "When writing to stdout, please combine with the --quiet option " - "to avoid mixing pip logging output with JSON output." - ), - ) - - @with_cleanup - def run(self, options: Values, args: List[str]) -> int: - if options.use_user_site and options.target_dir is not None: - raise CommandError("Can not combine '--user' and '--target'") - - # Check whether the environment we're installing into is externally - # managed, as specified in PEP 668. Specifying --root, --target, or - # --prefix disables the check, since there's no reliable way to locate - # the EXTERNALLY-MANAGED file for those cases. An exception is also - # made specifically for "--dry-run --report" for convenience. - installing_into_current_environment = ( - not (options.dry_run and options.json_report_file) - and options.root_path is None - and options.target_dir is None - and options.prefix_path is None - ) - if ( - installing_into_current_environment - and not options.override_externally_managed - ): - check_externally_managed() - - upgrade_strategy = "to-satisfy-only" - if options.upgrade: - upgrade_strategy = options.upgrade_strategy - - cmdoptions.check_dist_restriction(options, check_target=True) - - logger.verbose("Using %s", get_pip_version()) - options.use_user_site = decide_user_install( - options.use_user_site, - prefix_path=options.prefix_path, - target_dir=options.target_dir, - root_path=options.root_path, - isolated_mode=options.isolated_mode, - ) - - target_temp_dir: Optional[TempDirectory] = None - target_temp_dir_path: Optional[str] = None - if options.target_dir: - options.ignore_installed = True - options.target_dir = os.path.abspath(options.target_dir) - if ( - # fmt: off - os.path.exists(options.target_dir) and - not os.path.isdir(options.target_dir) - # fmt: on - ): - raise CommandError( - "Target path exists but is not a directory, will not continue." - ) - - # Create a target directory for using with the target option - target_temp_dir = TempDirectory(kind="target") - target_temp_dir_path = target_temp_dir.path - self.enter_context(target_temp_dir) - - global_options = options.global_options or [] - - session = self.get_default_session(options) - - target_python = make_target_python(options) - finder = self._build_package_finder( - options=options, - session=session, - target_python=target_python, - ignore_requires_python=options.ignore_requires_python, - ) - build_tracker = self.enter_context(get_build_tracker()) - - directory = TempDirectory( - delete=not options.no_clean, - kind="install", - globally_managed=True, - ) - - try: - reqs = self.get_requirements(args, options, finder, session) - check_legacy_setup_py_options(options, reqs) - - wheel_cache = WheelCache(options.cache_dir) - - # Only when installing is it permitted to use PEP 660. - # In other circumstances (pip wheel, pip download) we generate - # regular (i.e. non editable) metadata and wheels. - for req in reqs: - req.permit_editable_wheels = True - - preparer = self.make_requirement_preparer( - temp_build_dir=directory, - options=options, - build_tracker=build_tracker, - session=session, - finder=finder, - use_user_site=options.use_user_site, - verbosity=self.verbosity, - ) - resolver = self.make_resolver( - preparer=preparer, - finder=finder, - options=options, - wheel_cache=wheel_cache, - use_user_site=options.use_user_site, - ignore_installed=options.ignore_installed, - ignore_requires_python=options.ignore_requires_python, - force_reinstall=options.force_reinstall, - upgrade_strategy=upgrade_strategy, - use_pep517=options.use_pep517, - py_version_info=options.python_version, - ) - - 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 - if modifying_pip: - # Eagerly import this module to avoid crashes. Otherwise, this - # module would be imported *after* pip was replaced, resulting in - # crashes if the new self_outdated_check module was incompatible - # with the rest of pip that's already imported. - import pip._internal.self_outdated_check # noqa: F401 - protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) - - reqs_to_build = [ - r - for r in requirement_set.requirements.values() - if should_build_for_install_command(r) - ] - - _, build_failures = build( - reqs_to_build, - wheel_cache=wheel_cache, - verify=True, - build_options=[], - global_options=global_options, - ) - - if build_failures: - raise InstallationError( - "ERROR: Failed to build installable wheels for some " - "pyproject.toml based projects ({})".format( - ", ".join(r.name for r in build_failures) # type: ignore - ) - ) - - to_install = resolver.get_installation_order(requirement_set) - - # Check for conflicts in the package set we're installing. - conflicts: Optional[ConflictDetails] = None - should_warn_about_conflicts = ( - not options.ignore_dependencies and options.warn_about_conflicts - ) - if should_warn_about_conflicts: - conflicts = self._determine_conflicts(to_install) - - # Don't warn about script install locations if - # --target or --prefix has been specified - warn_script_location = options.warn_script_location - if options.target_dir or options.prefix_path: - warn_script_location = False - - installed = install_given_reqs( - to_install, - global_options, - root=options.root_path, - home=target_temp_dir_path, - prefix=options.prefix_path, - warn_script_location=warn_script_location, - use_user_site=options.use_user_site, - pycompile=options.compile, - ) - - lib_locations = get_lib_location_guesses( - user=options.use_user_site, - home=target_temp_dir_path, - root=options.root_path, - prefix=options.prefix_path, - isolated=options.isolated_mode, - ) - env = get_environment(lib_locations) - - # Display a summary of installed packages, with extra care to - # display a package name as it was requested by the user. - installed.sort(key=operator.attrgetter("name")) - summary = [] - installed_versions = {} - for distribution in env.iter_all_distributions(): - installed_versions[distribution.canonical_name] = distribution.version - for package in installed: - display_name = package.name - version = installed_versions.get(canonicalize_name(display_name), None) - if version: - text = f"{display_name}-{version}" - else: - text = display_name - summary.append(text) - - if conflicts is not None: - self._warn_about_conflicts( - conflicts, - resolver_variant=self.determine_resolver_variant(options), - ) - - installed_desc = " ".join(summary) - if installed_desc: - write_output( - "Successfully installed %s", - installed_desc, - ) - except OSError as error: - show_traceback = self.verbosity >= 1 - - message = create_os_error_message( - error, - show_traceback, - options.use_user_site, - ) - logger.error(message, exc_info=show_traceback) - - return ERROR - - if options.target_dir: - assert target_temp_dir - self._handle_target_dir( - options.target_dir, target_temp_dir, options.upgrade - ) - if options.root_user_action == "warn": - warn_if_run_as_root() - return SUCCESS - - def _handle_target_dir( - self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool - ) -> None: - ensure_dir(target_dir) - - # Checking both purelib and platlib directories for installed - # packages to be moved to target directory - lib_dir_list = [] - - # Checking both purelib and platlib directories for installed - # packages to be moved to target directory - scheme = get_scheme("", home=target_temp_dir.path) - purelib_dir = scheme.purelib - platlib_dir = scheme.platlib - data_dir = scheme.data - - if os.path.exists(purelib_dir): - lib_dir_list.append(purelib_dir) - if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: - lib_dir_list.append(platlib_dir) - if os.path.exists(data_dir): - lib_dir_list.append(data_dir) - - for lib_dir in lib_dir_list: - for item in os.listdir(lib_dir): - if lib_dir == data_dir: - ddir = os.path.join(data_dir, item) - if any(s.startswith(ddir) for s in lib_dir_list[:-1]): - continue - target_item_dir = os.path.join(target_dir, item) - if os.path.exists(target_item_dir): - if not upgrade: - logger.warning( - "Target directory %s already exists. Specify " - "--upgrade to force replacement.", - target_item_dir, - ) - continue - if os.path.islink(target_item_dir): - logger.warning( - "Target directory %s already exists and is " - "a link. pip will not automatically replace " - "links, please remove if replacement is " - "desired.", - target_item_dir, - ) - continue - if os.path.isdir(target_item_dir): - shutil.rmtree(target_item_dir) - else: - os.remove(target_item_dir) - - shutil.move(os.path.join(lib_dir, item), target_item_dir) - - def _determine_conflicts( - self, to_install: List[InstallRequirement] - ) -> Optional[ConflictDetails]: - try: - return check_install_conflicts(to_install) - except Exception: - logger.exception( - "Error while checking for conflicts. Please file an issue on " - "pip's issue tracker: https://github.com/pypa/pip/issues/new" - ) - return None - - def _warn_about_conflicts( - self, conflict_details: ConflictDetails, resolver_variant: str - ) -> None: - package_set, (missing, conflicting) = conflict_details - if not missing and not conflicting: - return - - parts: List[str] = [] - if resolver_variant == "legacy": - parts.append( - "pip's legacy dependency resolver does not consider dependency " - "conflicts when selecting packages. This behaviour is the " - "source of the following dependency conflicts." - ) - else: - assert resolver_variant == "resolvelib" - parts.append( - "pip's dependency resolver does not currently take into account " - "all the packages that are installed. This behaviour is the " - "source of the following dependency conflicts." - ) - - # NOTE: There is some duplication here, with commands/check.py - for project_name in missing: - version = package_set[project_name][0] - for dependency in missing[project_name]: - message = ( - f"{project_name} {version} requires {dependency[1]}, " - "which is not installed." - ) - parts.append(message) - - for project_name in conflicting: - version = package_set[project_name][0] - for dep_name, dep_version, req in conflicting[project_name]: - message = ( - "{name} {version} requires {requirement}, but {you} have " - "{dep_name} {dep_version} which is incompatible." - ).format( - name=project_name, - version=version, - requirement=req, - dep_name=dep_name, - dep_version=dep_version, - you=("you" if resolver_variant == "resolvelib" else "you'll"), - ) - parts.append(message) - - logger.critical("\n".join(parts)) - - -def get_lib_location_guesses( - user: bool = False, - home: Optional[str] = None, - root: Optional[str] = None, - isolated: bool = False, - prefix: Optional[str] = None, -) -> List[str]: - scheme = get_scheme( - "", - user=user, - home=home, - root=root, - isolated=isolated, - prefix=prefix, - ) - return [scheme.purelib, scheme.platlib] - - -def site_packages_writable(root: Optional[str], isolated: bool) -> bool: - return all( - test_writable_dir(d) - for d in set(get_lib_location_guesses(root=root, isolated=isolated)) - ) - - -def decide_user_install( - use_user_site: Optional[bool], - prefix_path: Optional[str] = None, - target_dir: Optional[str] = None, - root_path: Optional[str] = None, - isolated_mode: bool = False, -) -> bool: - """Determine whether to do a user install based on the input options. - - If use_user_site is False, no additional checks are done. - If use_user_site is True, it is checked for compatibility with other - options. - If use_user_site is None, the default behaviour depends on the environment, - which is provided by the other arguments. - """ - # In some cases (config from tox), use_user_site can be set to an integer - # rather than a bool, which 'use_user_site is False' wouldn't catch. - if (use_user_site is not None) and (not use_user_site): - logger.debug("Non-user install by explicit request") - return False - - if use_user_site: - if prefix_path: - raise CommandError( - "Can not combine '--user' and '--prefix' as they imply " - "different installation locations" - ) - if virtualenv_no_global(): - raise InstallationError( - "Can not perform a '--user' install. User site-packages " - "are not visible in this virtualenv." - ) - logger.debug("User install by explicit request") - return True - - # If we are here, user installs have not been explicitly requested/avoided - assert use_user_site is None - - # user install incompatible with --prefix/--target - if prefix_path or target_dir: - logger.debug("Non-user install due to --prefix or --target option") - return False - - # If user installs are not enabled, choose a non-user install - if not site.ENABLE_USER_SITE: - logger.debug("Non-user install because user site-packages disabled") - return False - - # If we have permission for a non-user install, do that, - # otherwise do a user install. - if site_packages_writable(root=root_path, isolated=isolated_mode): - logger.debug("Non-user install because site-packages writeable") - return False - - logger.info( - "Defaulting to user installation because normal site-packages " - "is not writeable" - ) - return True - - -def create_os_error_message( - error: OSError, show_traceback: bool, using_user_site: bool -) -> str: - """Format an error message for an OSError - - It may occur anytime during the execution of the install command. - """ - parts = [] - - # Mention the error if we are not going to show a traceback - parts.append("Could not install packages due to an OSError") - if not show_traceback: - parts.append(": ") - parts.append(str(error)) - else: - parts.append(".") - - # Spilt the error indication from a helper message (if any) - parts[-1] += "\n" - - # Suggest useful actions to the user: - # (1) using user site-packages or (2) verifying the permissions - if error.errno == errno.EACCES: - user_option_part = "Consider using the `--user` option" - permissions_part = "Check the permissions" - - if not running_under_virtualenv() and not using_user_site: - parts.extend( - [ - user_option_part, - " or ", - permissions_part.lower(), - ] - ) - else: - parts.append(permissions_part) - parts.append(".\n") - - # Suggest the user to enable Long Paths if path length is - # more than 260 - if ( - WINDOWS - and error.errno == errno.ENOENT - and error.filename - and len(error.filename) > 260 - ): - parts.append( - "HINT: This error might have occurred since " - "this system does not have Windows Long Path " - "support enabled. You can find information on " - "how to enable this at " - "https://pip.pypa.io/warnings/enable-long-paths\n" - ) - - return "".join(parts).strip() + "\n" diff --git a/backend/.venv/Lib/site-packages/pip/_internal/commands/list.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/list.py deleted file mode 100644 index 8494370..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/list.py +++ /dev/null @@ -1,375 +0,0 @@ -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._vendor.packaging.version import Version - -from pip._internal.cli import cmdoptions -from pip._internal.cli.index_command import IndexGroupCommand -from pip._internal.cli.status_codes import SUCCESS -from pip._internal.exceptions import CommandError -from pip._internal.metadata import BaseDistribution, get_environment -from pip._internal.models.selection_prefs import SelectionPreferences -from pip._internal.utils.compat import stdlib_pkgs -from pip._internal.utils.misc import tabulate, write_output - -if TYPE_CHECKING: - from pip._internal.index.package_finder import PackageFinder - from pip._internal.network.session import PipSession - - 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: Version - latest_filetype: str - - _ProcessedDists = Sequence[_DistWithLatestInfo] - - -logger = logging.getLogger(__name__) - - -class ListCommand(IndexGroupCommand): - """ - List installed packages, including editables. - - Packages are listed in a case-insensitive sorted order. - """ - - ignore_require_venv = True - usage = """ - %prog [options]""" - - def add_options(self) -> None: - self.cmd_opts.add_option( - "-o", - "--outdated", - action="store_true", - default=False, - help="List outdated packages", - ) - self.cmd_opts.add_option( - "-u", - "--uptodate", - action="store_true", - default=False, - help="List uptodate packages", - ) - self.cmd_opts.add_option( - "-e", - "--editable", - action="store_true", - default=False, - help="List editable projects.", - ) - self.cmd_opts.add_option( - "-l", - "--local", - action="store_true", - default=False, - help=( - "If in a virtualenv that has global access, do not list " - "globally-installed packages." - ), - ) - self.cmd_opts.add_option( - "--user", - dest="user", - action="store_true", - default=False, - help="Only output packages installed in user-site.", - ) - self.cmd_opts.add_option(cmdoptions.list_path()) - self.cmd_opts.add_option( - "--pre", - action="store_true", - default=False, - help=( - "Include pre-release and development versions. By default, " - "pip only finds stable versions." - ), - ) - - self.cmd_opts.add_option( - "--format", - action="store", - dest="list_format", - default="columns", - choices=("columns", "freeze", "json"), - help=( - "Select the output format among: columns (default), freeze, or json. " - "The 'freeze' format cannot be used with the --outdated option." - ), - ) - - self.cmd_opts.add_option( - "--not-required", - action="store_true", - dest="not_required", - help="List packages that are not dependencies of installed packages.", - ) - - self.cmd_opts.add_option( - "--exclude-editable", - action="store_false", - dest="include_editable", - help="Exclude editable package from output.", - ) - self.cmd_opts.add_option( - "--include-editable", - action="store_true", - dest="include_editable", - help="Include editable package from output.", - default=True, - ) - self.cmd_opts.add_option(cmdoptions.list_exclude()) - index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) - - self.parser.insert_option_group(0, index_opts) - self.parser.insert_option_group(0, self.cmd_opts) - - def handle_pip_version_check(self, options: Values) -> None: - if options.outdated or options.uptodate: - super().handle_pip_version_check(options) - - def _build_package_finder( - self, options: Values, session: "PipSession" - ) -> "PackageFinder": - """ - Create a package finder appropriate to this list command. - """ - # Lazy import the heavy index modules as most list invocations won't need 'em. - from pip._internal.index.collector import LinkCollector - from pip._internal.index.package_finder import PackageFinder - - link_collector = LinkCollector.create(session, options=options) - - # Pass allow_yanked=False to ignore yanked versions. - selection_prefs = SelectionPreferences( - allow_yanked=False, - allow_all_prereleases=options.pre, - ) - - return PackageFinder.create( - link_collector=link_collector, - selection_prefs=selection_prefs, - ) - - def run(self, options: Values, args: List[str]) -> int: - if options.outdated and options.uptodate: - raise CommandError("Options --outdated and --uptodate cannot be combined.") - - if options.outdated and options.list_format == "freeze": - raise CommandError( - "List format 'freeze' cannot be used with the --outdated option." - ) - - cmdoptions.check_list_path_option(options) - - skip = set(stdlib_pkgs) - if options.excludes: - skip.update(canonicalize_name(n) for n in options.excludes) - - packages: _ProcessedDists = [ - cast("_DistWithLatestInfo", d) - for d in get_environment(options.path).iter_installed_distributions( - local_only=options.local, - user_only=options.user, - editables_only=options.editable, - include_editables=options.include_editable, - skip=skip, - ) - ] - - # get_not_required must be called firstly in order to find and - # filter out all dependencies correctly. Otherwise a package - # can't be identified as requirement because some parent packages - # could be filtered out before. - if options.not_required: - packages = self.get_not_required(packages, options) - - if options.outdated: - packages = self.get_outdated(packages, options) - elif options.uptodate: - packages = self.get_uptodate(packages, options) - - self.output_package_listing(packages, options) - return SUCCESS - - def get_outdated( - self, packages: "_ProcessedDists", options: Values - ) -> "_ProcessedDists": - return [ - dist - for dist in self.iter_packages_latest_infos(packages, options) - if dist.latest_version > dist.version - ] - - def get_uptodate( - self, packages: "_ProcessedDists", options: Values - ) -> "_ProcessedDists": - return [ - dist - for dist in self.iter_packages_latest_infos(packages, options) - if dist.latest_version == dist.version - ] - - def get_not_required( - self, packages: "_ProcessedDists", options: Values - ) -> "_ProcessedDists": - dep_keys = { - canonicalize_name(dep.name) - for dist in packages - for dep in (dist.iter_dependencies() or ()) - } - - # Create a set to remove duplicate packages, and cast it to a list - # to keep the return type consistent with get_outdated and - # get_uptodate - return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) - - def iter_packages_latest_infos( - self, packages: "_ProcessedDists", options: Values - ) -> Generator["_DistWithLatestInfo", None, None]: - with self._build_session(options) as session: - finder = self._build_package_finder(options, session) - - def latest_info( - dist: "_DistWithLatestInfo", - ) -> Optional["_DistWithLatestInfo"]: - all_candidates = finder.find_all_candidates(dist.canonical_name) - if not options.pre: - # Remove prereleases - all_candidates = [ - candidate - for candidate in all_candidates - if not candidate.version.is_prerelease - ] - - evaluator = finder.make_candidate_evaluator( - project_name=dist.canonical_name, - ) - best_candidate = evaluator.sort_best_candidate(all_candidates) - if best_candidate is None: - return None - - remote_version = best_candidate.version - if best_candidate.link.is_wheel: - typ = "wheel" - else: - typ = "sdist" - dist.latest_version = remote_version - dist.latest_filetype = typ - return dist - - for dist in map(latest_info, packages): - if dist is not None: - yield dist - - def output_package_listing( - self, packages: "_ProcessedDists", options: Values - ) -> None: - packages = sorted( - packages, - key=lambda dist: dist.canonical_name, - ) - if options.list_format == "columns" and packages: - data, header = format_for_columns(packages, options) - self.output_package_listing_columns(data, header) - elif options.list_format == "freeze": - for dist in packages: - if options.verbose >= 1: - write_output( - "%s==%s (%s)", dist.raw_name, dist.version, dist.location - ) - else: - write_output("%s==%s", dist.raw_name, dist.version) - elif options.list_format == "json": - write_output(format_for_json(packages, options)) - - def output_package_listing_columns( - self, data: List[List[str]], header: List[str] - ) -> None: - # insert the header first: we need to know the size of column names - if len(data) > 0: - data.insert(0, header) - - pkg_strings, sizes = tabulate(data) - - # Create and add a separator. - if len(data) > 0: - pkg_strings.insert(1, " ".join("-" * x for x in sizes)) - - for val in pkg_strings: - write_output(val) - - -def format_for_columns( - pkgs: "_ProcessedDists", options: Values -) -> Tuple[List[List[str]], List[str]]: - """ - Convert the package data into something usable - by output_package_listing_columns. - """ - header = ["Package", "Version"] - - running_outdated = options.outdated - if running_outdated: - header.extend(["Latest", "Type"]) - - has_editables = any(x.editable for x in pkgs) - if has_editables: - header.append("Editable project location") - - if options.verbose >= 1: - header.append("Location") - if options.verbose >= 1: - header.append("Installer") - - data = [] - for proj in pkgs: - # if we're working on the 'outdated' list, separate out the - # latest_version and type - row = [proj.raw_name, proj.raw_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/backend/.venv/Lib/site-packages/pip/_internal/commands/search.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/search.py deleted file mode 100644 index 74b8d65..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/search.py +++ /dev/null @@ -1,172 +0,0 @@ -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, TypedDict - -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: - - 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 = ( - f"XMLRPC request failed [code: {fault.faultCode}]\n{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/backend/.venv/Lib/site-packages/pip/_internal/commands/show.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/show.py deleted file mode 100644 index c54d548..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/show.py +++ /dev/null @@ -1,217 +0,0 @@ -import logging -from optparse import Values -from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional - -from pip._vendor.packaging.requirements import InvalidRequirement -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 - - try: - requires = sorted( - # Avoid duplicates in requirements (e.g. due to environment markers). - {req.name for req in dist.iter_dependencies()}, - key=str.lower, - ) - except InvalidRequirement: - requires = sorted(dist.iter_raw_dependencies(), key=str.lower) - - try: - required_by = sorted(_get_requiring_packages(dist), key=str.lower) - except InvalidRequirement: - required_by = ["#N/A"] - - 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 - - project_urls = metadata.get_all("Project-URL", []) - homepage = metadata.get("Home-page", "") - if not homepage: - # It's common that there is a "homepage" Project-URL, but Home-page - # remains unset (especially as PEP 621 doesn't surface the field). - # - # This logic was taken from PyPI's codebase. - for url in project_urls: - url_label, url = url.split(",", maxsplit=1) - normalized_label = ( - url_label.casefold().replace("-", "").replace("_", "").strip() - ) - if normalized_label == "homepage": - homepage = url.strip() - break - - yield _PackageInfo( - name=dist.raw_name, - version=dist.raw_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=homepage, - project_urls=project_urls, - 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/backend/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py deleted file mode 100644 index bc0edea..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py +++ /dev/null @@ -1,114 +0,0 @@ -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.index_command import SessionCommandMixin -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, - warn_if_run_as_root, -) - -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/backend/.venv/Lib/site-packages/pip/_internal/commands/wheel.py b/backend/.venv/Lib/site-packages/pip/_internal/commands/wheel.py deleted file mode 100644 index 278719f..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/commands/wheel.py +++ /dev/null @@ -1,182 +0,0 @@ -import logging -import os -import shutil -from optparse import Values -from typing import List - -from pip._internal.cache import WheelCache -from pip._internal.cli import cmdoptions -from pip._internal.cli.req_command import RequirementCommand, with_cleanup -from pip._internal.cli.status_codes import SUCCESS -from pip._internal.exceptions import CommandError -from pip._internal.operations.build.build_tracker import get_build_tracker -from pip._internal.req.req_install import ( - InstallRequirement, - check_legacy_setup_py_options, -) -from pip._internal.utils.misc import ensure_dir, normalize_path -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.wheel_builder import build, should_build_for_wheel_command - -logger = logging.getLogger(__name__) - - -class WheelCommand(RequirementCommand): - """ - Build Wheel archives for your requirements and dependencies. - - Wheel is a built-package format, and offers the advantage of not - recompiling your software during every install. For more details, see the - wheel docs: https://wheel.readthedocs.io/en/latest/ - - 'pip wheel' uses the build system interface as described here: - https://pip.pypa.io/en/stable/reference/build-system/ - - """ - - usage = """ - %prog [options] ... - %prog [options] -r ... - %prog [options] [-e] ... - %prog [options] [-e] ... - %prog [options] ...""" - - def add_options(self) -> None: - self.cmd_opts.add_option( - "-w", - "--wheel-dir", - dest="wheel_dir", - metavar="dir", - default=os.curdir, - help=( - "Build wheels into , where the default is the " - "current working directory." - ), - ) - self.cmd_opts.add_option(cmdoptions.no_binary()) - self.cmd_opts.add_option(cmdoptions.only_binary()) - self.cmd_opts.add_option(cmdoptions.prefer_binary()) - self.cmd_opts.add_option(cmdoptions.no_build_isolation()) - self.cmd_opts.add_option(cmdoptions.use_pep517()) - self.cmd_opts.add_option(cmdoptions.no_use_pep517()) - self.cmd_opts.add_option(cmdoptions.check_build_deps()) - self.cmd_opts.add_option(cmdoptions.constraints()) - self.cmd_opts.add_option(cmdoptions.editable()) - self.cmd_opts.add_option(cmdoptions.requirements()) - self.cmd_opts.add_option(cmdoptions.src()) - self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) - self.cmd_opts.add_option(cmdoptions.no_deps()) - self.cmd_opts.add_option(cmdoptions.progress_bar()) - - self.cmd_opts.add_option( - "--no-verify", - dest="no_verify", - action="store_true", - default=False, - help="Don't verify if built wheel is valid.", - ) - - self.cmd_opts.add_option(cmdoptions.config_settings()) - self.cmd_opts.add_option(cmdoptions.build_options()) - self.cmd_opts.add_option(cmdoptions.global_options()) - - self.cmd_opts.add_option( - "--pre", - action="store_true", - default=False, - help=( - "Include pre-release and development versions. By default, " - "pip only finds stable versions." - ), - ) - - self.cmd_opts.add_option(cmdoptions.require_hashes()) - - index_opts = cmdoptions.make_option_group( - cmdoptions.index_group, - self.parser, - ) - - self.parser.insert_option_group(0, index_opts) - self.parser.insert_option_group(0, self.cmd_opts) - - @with_cleanup - def run(self, options: Values, args: List[str]) -> int: - session = self.get_default_session(options) - - finder = self._build_package_finder(options, session) - - options.wheel_dir = normalize_path(options.wheel_dir) - ensure_dir(options.wheel_dir) - - build_tracker = self.enter_context(get_build_tracker()) - - directory = TempDirectory( - delete=not options.no_clean, - kind="wheel", - globally_managed=True, - ) - - reqs = self.get_requirements(args, options, finder, session) - check_legacy_setup_py_options(options, reqs) - - wheel_cache = WheelCache(options.cache_dir) - - preparer = self.make_requirement_preparer( - temp_build_dir=directory, - options=options, - build_tracker=build_tracker, - session=session, - finder=finder, - download_dir=options.wheel_dir, - use_user_site=False, - verbosity=self.verbosity, - ) - - resolver = self.make_resolver( - preparer=preparer, - finder=finder, - options=options, - wheel_cache=wheel_cache, - ignore_requires_python=options.ignore_requires_python, - use_pep517=options.use_pep517, - ) - - self.trace_basic_info(finder) - - requirement_set = resolver.resolve(reqs, check_supported_wheels=True) - - reqs_to_build: List[InstallRequirement] = [] - for req in requirement_set.requirements.values(): - if req.is_wheel: - preparer.save_linked_requirement(req) - elif should_build_for_wheel_command(req): - reqs_to_build.append(req) - - preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) - - # 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/backend/.venv/Lib/site-packages/pip/_internal/configuration.py b/backend/.venv/Lib/site-packages/pip/_internal/configuration.py deleted file mode 100644 index c25273d..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/configuration.py +++ /dev/null @@ -1,383 +0,0 @@ -"""Configuration management setup - -Some terminology: -- name - As written in config files. -- value - Value associated with a name -- key - Name combined with it's section (section.name) -- variant - A single word describing where the configuration key-value pair came from -""" - -import configparser -import locale -import os -import sys -from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple - -from pip._internal.exceptions import ( - ConfigurationError, - ConfigurationFileCouldNotBeLoaded, -) -from pip._internal.utils import appdirs -from pip._internal.utils.compat import WINDOWS -from pip._internal.utils.logging import getLogger -from pip._internal.utils.misc import ensure_dir, enum - -RawConfigParser = configparser.RawConfigParser # Shorthand -Kind = NewType("Kind", str) - -CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" -ENV_NAMES_IGNORED = "version", "help" - -# The kinds of configurations there are. -kinds = enum( - USER="user", # User Specific - GLOBAL="global", # System Wide - SITE="site", # [Virtual] Environment Specific - ENV="env", # from PIP_CONFIG_FILE - ENV_VAR="env-var", # from Environment Variables -) -OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR -VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE - -logger = getLogger(__name__) - - -# NOTE: Maybe use the optionx attribute to normalize keynames. -def _normalize_name(name: str) -> str: - """Make a name consistent regardless of source (environment or file)""" - name = name.lower().replace("_", "-") - if name.startswith("--"): - name = name[2:] # only prefer long opts - return name - - -def _disassemble_key(name: str) -> List[str]: - if "." not in name: - error_message = ( - "Key does not contain dot separated section and key. " - f"Perhaps you wanted to use 'global.{name}' instead?" - ) - raise ConfigurationError(error_message) - return name.split(".", 1) - - -def get_configuration_files() -> Dict[Kind, List[str]]: - global_config_files = [ - os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") - ] - - site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) - legacy_config_file = os.path.join( - os.path.expanduser("~"), - "pip" if WINDOWS else ".pip", - CONFIG_BASENAME, - ) - new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) - return { - kinds.GLOBAL: global_config_files, - kinds.SITE: [site_config_file], - kinds.USER: [legacy_config_file, new_config_file], - } - - -class Configuration: - """Handles management of configuration. - - Provides an interface to accessing and managing configuration files. - - This class converts provides an API that takes "section.key-name" style - keys and stores the value associated with it as "key-name" under the - section "section". - - This allows for a clean interface wherein the both the section and the - key-name are preserved in an easy to manage form in the configuration files - and the data stored is also nice. - """ - - def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: - super().__init__() - - if load_only is not None and load_only not in VALID_LOAD_ONLY: - raise ConfigurationError( - "Got invalid value for load_only - should be one of {}".format( - ", ".join(map(repr, VALID_LOAD_ONLY)) - ) - ) - self.isolated = isolated - self.load_only = load_only - - # Because we keep track of where we got the data from - self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { - variant: [] for variant in OVERRIDE_ORDER - } - self._config: Dict[Kind, Dict[str, Any]] = { - variant: {} for variant in OVERRIDE_ORDER - } - self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] - - def load(self) -> None: - """Loads configuration from configuration files and environment""" - self._load_config_files() - if not self.isolated: - self._load_environment_vars() - - def get_file_to_edit(self) -> Optional[str]: - """Returns the file with highest priority in configuration""" - assert self.load_only is not None, "Need to be specified a file to be editing" - - try: - return self._get_parser_to_modify()[0] - except IndexError: - return None - - def items(self) -> Iterable[Tuple[str, Any]]: - """Returns key-value pairs like dict.items() representing the loaded - configuration - """ - return self._dictionary.items() - - def get_value(self, key: str) -> Any: - """Get a value from the configuration.""" - orig_key = key - key = _normalize_name(key) - try: - return self._dictionary[key] - except KeyError: - # disassembling triggers a more useful error message than simply - # "No such key" in the case that the key isn't in the form command.option - _disassemble_key(key) - raise ConfigurationError(f"No such key - {orig_key}") - - def set_value(self, key: str, value: Any) -> None: - """Modify a value in the configuration.""" - key = _normalize_name(key) - self._ensure_have_load_only() - - assert self.load_only - fname, parser = self._get_parser_to_modify() - - if parser is not None: - section, name = _disassemble_key(key) - - # Modify the parser and the configuration - if not parser.has_section(section): - parser.add_section(section) - parser.set(section, name, value) - - self._config[self.load_only][key] = value - self._mark_as_modified(fname, parser) - - def unset_value(self, key: str) -> None: - """Unset a value in the configuration.""" - orig_key = key - key = _normalize_name(key) - self._ensure_have_load_only() - - assert self.load_only - if key not in self._config[self.load_only]: - raise ConfigurationError(f"No such key - {orig_key}") - - fname, parser = self._get_parser_to_modify() - - if parser is not None: - section, name = _disassemble_key(key) - if not ( - parser.has_section(section) and parser.remove_option(section, name) - ): - # The option was not removed. - raise ConfigurationError( - "Fatal Internal error [id=1]. Please report as a bug." - ) - - # The section may be empty after the option was removed. - if not parser.items(section): - parser.remove_section(section) - self._mark_as_modified(fname, parser) - - del self._config[self.load_only][key] - - def save(self) -> None: - """Save the current in-memory state.""" - self._ensure_have_load_only() - - for fname, parser in self._modified_parsers: - logger.info("Writing to %s", fname) - - # Ensure directory exists. - ensure_dir(os.path.dirname(fname)) - - # Ensure directory's permission(need to be writeable) - try: - with open(fname, "w") as f: - parser.write(f) - except OSError as error: - raise ConfigurationError( - f"An error occurred while writing to the configuration file " - f"{fname}: {error}" - ) - - # - # Private routines - # - - def _ensure_have_load_only(self) -> None: - if self.load_only is None: - raise ConfigurationError("Needed a specific file to be modifying.") - logger.debug("Will be working with %s variant only", self.load_only) - - @property - def _dictionary(self) -> Dict[str, Any]: - """A dictionary representing the loaded configuration.""" - # NOTE: Dictionaries are not populated if not loaded. So, conditionals - # are not needed here. - retval = {} - - for variant in OVERRIDE_ORDER: - retval.update(self._config[variant]) - - return retval - - def _load_config_files(self) -> None: - """Loads configuration from configuration files""" - config_files = dict(self.iter_config_files()) - if config_files[kinds.ENV][0:1] == [os.devnull]: - logger.debug( - "Skipping loading configuration files due to " - "environment's PIP_CONFIG_FILE being os.devnull" - ) - return - - for variant, files in config_files.items(): - for fname in files: - # If there's specific variant set in `load_only`, load only - # that variant, not the others. - if self.load_only is not None and variant != self.load_only: - logger.debug("Skipping file '%s' (variant: %s)", fname, variant) - continue - - parser = self._load_file(variant, fname) - - # Keeping track of the parsers used - self._parsers[variant].append((fname, parser)) - - def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: - logger.verbose("For variant '%s', will try loading '%s'", variant, fname) - parser = self._construct_parser(fname) - - for section in parser.sections(): - items = parser.items(section) - self._config[variant].update(self._normalized_keys(section, items)) - - return parser - - def _construct_parser(self, fname: str) -> RawConfigParser: - parser = configparser.RawConfigParser() - # If there is no such file, don't bother reading it but create the - # parser anyway, to hold the data. - # Doing this is useful when modifying and saving files, where we don't - # need to construct a parser. - if os.path.exists(fname): - locale_encoding = locale.getpreferredencoding(False) - try: - parser.read(fname, encoding=locale_encoding) - except UnicodeDecodeError: - # See https://github.com/pypa/pip/issues/4963 - raise ConfigurationFileCouldNotBeLoaded( - reason=f"contains invalid {locale_encoding} characters", - fname=fname, - ) - except configparser.Error as error: - # See https://github.com/pypa/pip/issues/4893 - raise ConfigurationFileCouldNotBeLoaded(error=error) - return parser - - def _load_environment_vars(self) -> None: - """Loads configuration from environment variables""" - self._config[kinds.ENV_VAR].update( - self._normalized_keys(":env:", self.get_environ_vars()) - ) - - def _normalized_keys( - self, section: str, items: Iterable[Tuple[str, Any]] - ) -> Dict[str, Any]: - """Normalizes items to construct a dictionary with normalized keys. - - This routine is where the names become keys and are made the same - regardless of source - configuration files or environment. - """ - normalized = {} - for name, val in items: - key = section + "." + _normalize_name(name) - normalized[key] = val - return normalized - - def get_environ_vars(self) -> Iterable[Tuple[str, str]]: - """Returns a generator with all environmental vars with prefix PIP_""" - for key, val in os.environ.items(): - if key.startswith("PIP_"): - name = key[4:].lower() - if name not in ENV_NAMES_IGNORED: - yield name, val - - # XXX: This is patched in the tests. - def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: - """Yields variant and configuration files associated with it. - - This should be treated like items of a dictionary. The order - here doesn't affect what gets overridden. That is controlled - by OVERRIDE_ORDER. However this does control the order they are - displayed to the user. It's probably most ergononmic to display - things in the same order as OVERRIDE_ORDER - """ - # SMELL: Move the conditions out of this function - - env_config_file = os.environ.get("PIP_CONFIG_FILE", None) - config_files = get_configuration_files() - - yield kinds.GLOBAL, config_files[kinds.GLOBAL] - - # per-user config is not loaded when env_config_file exists - should_load_user_config = not self.isolated and not ( - env_config_file and os.path.exists(env_config_file) - ) - if should_load_user_config: - # The legacy config file is overridden by the new config file - yield kinds.USER, config_files[kinds.USER] - - # virtualenv config - yield kinds.SITE, config_files[kinds.SITE] - - if env_config_file is not None: - yield kinds.ENV, [env_config_file] - else: - yield kinds.ENV, [] - - def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: - """Get values present in a config file""" - return self._config[variant] - - def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: - # Determine which parser to modify - assert self.load_only - parsers = self._parsers[self.load_only] - if not parsers: - # This should not happen if everything works correctly. - raise ConfigurationError( - "Fatal Internal error [id=2]. Please report as a bug." - ) - - # Use the highest priority parser. - return parsers[-1] - - # XXX: This is patched in the tests. - def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: - file_parser_tuple = (fname, parser) - if file_parser_tuple not in self._modified_parsers: - self._modified_parsers.append(file_parser_tuple) - - def __repr__(self) -> str: - return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/backend/.venv/Lib/site-packages/pip/_internal/distributions/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/distributions/__init__.py deleted file mode 100644 index 9a89a83..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/distributions/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index dab2dbb4dd2301be4231b09bc1c45461adc9bca9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 943 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc deleted file mode 100644 index 346945128f4427a4d23a00c1c5330a028cf8cf16..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8429 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc deleted file mode 100644 index 7dd5db9ca6b28e4146d885ee05e73fce15ac2dff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2283 zcmaJ?&2JM&6rWwM*K5bdPKgj7g^W-uYQXNHm(UMXN`ZdRfC{MU%F=f28IvXZVP?h< zTaARO9B3~bxk4{3%0E!l1Ajm-Zc~YBMOCDVLvN;`s?<~8+l^B@Ku6k{H*ep(&)>ZH zp;Rgm7~fxe%R7@La*8l>g|HkqS2L*@yVSF)`9E+|)#K9nPtTrk zj=y)}_=oS$pNg$B9py!#>sPgSy5)vZ=(Swm>vJb`0}jlYV@;`q+fwg(uzJldidQpn zG@ptq~gIR3!MA$j*DD5SCMqs_+c$BopoD_?nQpm3mF%!)X#LbHa6>L zfw)OHu{B0)ooRN48%*a}Ztj9VZJlLSjMWWcI|qL(;2A51oo88QLIMiRf=_4pw#5p- zpX%kSQ}J}-+qmQX%OCTO;F5<*QkNzU({YFEg#v|fe!-KJMO@M_QZ(e8Q8(;SINEWA zi)o>*Opi+nsiaK~Y6Nd7zel@a2SVnoo~VjV!Btm;Eo~!!(SjvgH(nT9M$5CK?J^qke^lR~o0iW^;sVOv7!Oo7lHlu|UR-H*J)b#P`9&@qkM;LImALv=nH}JwM08&x z56j!vfglqRn!rdR1T;g0pOZ@{vSnP-w=iHUb05GZ8CClW?Kvkgaa%@mQvdIy%8dk` zqvILYS2wD(tf~CwX-!RS($9|L8QzREt!`L3N2;0r*QXZ!vCWCizofD#HoMPp;CBeAJN z@XK8QZ2-3+#VRW9A3Vnuq8pH|Xw;qnJ?je8%A%{G50UhDCO`qd1czI4g$n>bHWOAg z;|!>e%YFns#=)SRj;j`81Ahy=`2rIx5JFX5Ov4gq6E`I$j8gFevUXu#8Kr8Xwe$}q zw#V~Of3EOu&?TENT_eK+sm$D1`f}-h`M^)*0|V>Apn72q=JJ7G%G>eBjpeVF2iDwR z-`tutcYXOmW%icwjdk0)Pv?H5b8D3&*Rv1GFW=%n*N%Rt?k(M2y0?6Hd9C)*T6un8 z&5IfI+iWN8PT_rQ1~sArQ`JaPCH5fW zMV$7+B=IyBFHPFsv`_Jgd~Ig2|LW6;``-gEp#{84kh~(vmy!sp#n^I^hr@B=g5v}c z>q3p4xac^SyRMIAhF#8aSkwZ->WHYrh3X0PHO{~TBenx2P_e-J#6~lUd@+lA3^g&6 z1SE>M#R>WHGniJ$V?C3#pqS>ip{`|TZoTsDYqx8E5+K(zBj(VwvS+lxp*PkE62loY zTY6ZT9cE!2nq>FBVGb#a?3o?rkt&eFwkK0SrN+_Ze05uFs$K_hFR&=7|9hab)*a}& zEE4s!-GV?JUQAymn2u>8G3vebiQZdp!hZ{5)J#{{P$F{Xbt-hN{4 P)=Gn&hyNn5CJFf$W~^PA diff --git a/backend/.venv/Lib/site-packages/pip/_internal/distributions/base.py b/backend/.venv/Lib/site-packages/pip/_internal/distributions/base.py deleted file mode 100644 index 6e4d0c9..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/distributions/base.py +++ /dev/null @@ -1,53 +0,0 @@ -import abc -from typing import TYPE_CHECKING, Optional - -from pip._internal.metadata.base import BaseDistribution -from pip._internal.req import InstallRequirement - -if TYPE_CHECKING: - from pip._internal.index.package_finder import PackageFinder - - -class AbstractDistribution(metaclass=abc.ABCMeta): - """A base class for handling installable artifacts. - - The requirements for anything installable are as follows: - - - we must be able to determine the requirement name - (or we can't correctly handle the non-upgrade case). - - - for packages with setup requirements, we must also be able - to determine their requirements without installing additional - packages (for the same reason as run-time dependencies) - - - we must be able to create a Distribution object exposing the - above metadata. - - - if we need to do work in the build tracker, we must be able to generate a unique - string to identify the requirement in the build tracker. - """ - - def __init__(self, req: InstallRequirement) -> None: - super().__init__() - self.req = req - - @abc.abstractproperty - def build_tracker_id(self) -> Optional[str]: - """A string that uniquely identifies this requirement to the build tracker. - - If None, then this dist has no work to do in the build tracker, and - ``.prepare_distribution_metadata()`` will not be called.""" - raise NotImplementedError() - - @abc.abstractmethod - def get_metadata_distribution(self) -> BaseDistribution: - raise NotImplementedError() - - @abc.abstractmethod - def prepare_distribution_metadata( - self, - finder: "PackageFinder", - build_isolation: bool, - check_build_deps: bool, - ) -> None: - raise NotImplementedError() diff --git a/backend/.venv/Lib/site-packages/pip/_internal/distributions/installed.py b/backend/.venv/Lib/site-packages/pip/_internal/distributions/installed.py deleted file mode 100644 index ab8d53b..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/distributions/installed.py +++ /dev/null @@ -1,29 +0,0 @@ -from typing import Optional - -from pip._internal.distributions.base import AbstractDistribution -from pip._internal.index.package_finder import PackageFinder -from pip._internal.metadata import BaseDistribution - - -class InstalledDistribution(AbstractDistribution): - """Represents an installed package. - - This does not need any preparation as the required information has already - been computed. - """ - - @property - def build_tracker_id(self) -> Optional[str]: - return None - - def get_metadata_distribution(self) -> BaseDistribution: - assert self.req.satisfied_by is not None, "not actually installed" - return self.req.satisfied_by - - def prepare_distribution_metadata( - self, - finder: PackageFinder, - build_isolation: bool, - check_build_deps: bool, - ) -> None: - pass diff --git a/backend/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py b/backend/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py deleted file mode 100644 index 28ea5ce..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py +++ /dev/null @@ -1,158 +0,0 @@ -import logging -from typing import TYPE_CHECKING, Iterable, Optional, Set, Tuple - -from pip._internal.build_env import BuildEnvironment -from pip._internal.distributions.base import AbstractDistribution -from pip._internal.exceptions import InstallationError -from pip._internal.metadata import BaseDistribution -from pip._internal.utils.subprocess import runner_with_spinner_message - -if TYPE_CHECKING: - from pip._internal.index.package_finder import PackageFinder - -logger = logging.getLogger(__name__) - - -class SourceDistribution(AbstractDistribution): - """Represents a source distribution. - - The preparation step for these needs metadata for the packages to be - generated, either using PEP 517 or using the legacy `setup.py egg_info`. - """ - - @property - def build_tracker_id(self) -> Optional[str]: - """Identify this requirement uniquely by its link.""" - assert self.req.link - return self.req.link.url_without_fragment - - def get_metadata_distribution(self) -> BaseDistribution: - return self.req.get_dist() - - def prepare_distribution_metadata( - self, - finder: "PackageFinder", - build_isolation: bool, - check_build_deps: bool, - ) -> None: - # Load pyproject.toml, to determine whether PEP 517 is to be used - self.req.load_pyproject_toml() - - # Set up the build isolation, if this requirement should be isolated - should_isolate = self.req.use_pep517 and build_isolation - if should_isolate: - # Setup an isolated environment and install the build backend static - # requirements in it. - self._prepare_build_backend(finder) - # Check that if the requirement is editable, it either supports PEP 660 or - # has a setup.py or a setup.cfg. This cannot be done earlier because we need - # to setup the build backend to verify it supports build_editable, nor can - # it be done later, because we want to avoid installing build requirements - # needlessly. Doing it here also works around setuptools generating - # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory - # without setup.py nor setup.cfg. - self.req.isolated_editable_sanity_check() - # Install the dynamic build requirements. - self._install_build_reqs(finder) - # Check if the current environment provides build dependencies - should_check_deps = self.req.use_pep517 and check_build_deps - if should_check_deps: - pyproject_requires = self.req.pyproject_requires - assert pyproject_requires is not None - conflicting, missing = self.req.build_env.check_requirements( - pyproject_requires - ) - if conflicting: - self._raise_conflicts("the backend dependencies", conflicting) - if missing: - self._raise_missing_reqs(missing) - self.req.prepare_metadata() - - def _prepare_build_backend(self, finder: "PackageFinder") -> None: - # Isolate in a BuildEnvironment and install the build-time - # requirements. - pyproject_requires = self.req.pyproject_requires - assert pyproject_requires is not None - - self.req.build_env = BuildEnvironment() - self.req.build_env.install_requirements( - finder, pyproject_requires, "overlay", kind="build dependencies" - ) - conflicting, missing = self.req.build_env.check_requirements( - self.req.requirements_to_check - ) - if conflicting: - self._raise_conflicts("PEP 517/518 supported requirements", conflicting) - if missing: - logger.warning( - "Missing build requirements in pyproject.toml for %s.", - self.req, - ) - logger.warning( - "The project does not specify a build backend, and " - "pip cannot fall back to setuptools without %s.", - " and ".join(map(repr, sorted(missing))), - ) - - def _get_build_requires_wheel(self) -> Iterable[str]: - with self.req.build_env: - runner = runner_with_spinner_message("Getting requirements to build wheel") - backend = self.req.pep517_backend - assert backend is not None - with backend.subprocess_runner(runner): - return backend.get_requires_for_build_wheel() - - def _get_build_requires_editable(self) -> Iterable[str]: - with self.req.build_env: - runner = runner_with_spinner_message( - "Getting requirements to build editable" - ) - backend = self.req.pep517_backend - assert backend is not None - with backend.subprocess_runner(runner): - return backend.get_requires_for_build_editable() - - def _install_build_reqs(self, finder: "PackageFinder") -> None: - # Install any extra build dependencies that the backend requests. - # This must be done in a second pass, as the pyproject.toml - # dependencies must be installed before we can call the backend. - if ( - self.req.editable - and self.req.permit_editable_wheels - and self.req.supports_pyproject_editable - ): - build_reqs = self._get_build_requires_editable() - else: - build_reqs = self._get_build_requires_wheel() - conflicting, missing = self.req.build_env.check_requirements(build_reqs) - if conflicting: - self._raise_conflicts("the backend dependencies", conflicting) - self.req.build_env.install_requirements( - finder, missing, "normal", kind="backend dependencies" - ) - - def _raise_conflicts( - self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] - ) -> None: - format_string = ( - "Some build dependencies for {requirement} " - "conflict with {conflicting_with}: {description}." - ) - error_message = format_string.format( - requirement=self.req, - conflicting_with=conflicting_with, - description=", ".join( - f"{installed} is incompatible with {wanted}" - for installed, wanted in sorted(conflicting_reqs) - ), - ) - raise InstallationError(error_message) - - def _raise_missing_reqs(self, missing: Set[str]) -> None: - format_string = ( - "Some build dependencies for {requirement} are missing: {missing}." - ) - error_message = format_string.format( - requirement=self.req, missing=", ".join(map(repr, sorted(missing))) - ) - raise InstallationError(error_message) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py b/backend/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py deleted file mode 100644 index bfadd39..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py +++ /dev/null @@ -1,42 +0,0 @@ -from typing import TYPE_CHECKING, Optional - -from pip._vendor.packaging.utils import canonicalize_name - -from pip._internal.distributions.base import AbstractDistribution -from pip._internal.metadata import ( - BaseDistribution, - FilesystemWheel, - get_wheel_distribution, -) - -if TYPE_CHECKING: - from pip._internal.index.package_finder import PackageFinder - - -class WheelDistribution(AbstractDistribution): - """Represents a wheel distribution. - - This does not need any preparation as wheels can be directly unpacked. - """ - - @property - def build_tracker_id(self) -> Optional[str]: - return None - - def get_metadata_distribution(self) -> BaseDistribution: - """Loads the metadata from the wheel file into memory and returns a - Distribution that uses it, not relying on the wheel file or - requirement. - """ - assert self.req.local_file_path, "Set as part of preparation during download" - assert self.req.name, "Wheels are never unnamed" - wheel = FilesystemWheel(self.req.local_file_path) - return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) - - def prepare_distribution_metadata( - self, - finder: "PackageFinder", - build_isolation: bool, - check_build_deps: bool, - ) -> None: - pass diff --git a/backend/.venv/Lib/site-packages/pip/_internal/exceptions.py b/backend/.venv/Lib/site-packages/pip/_internal/exceptions.py deleted file mode 100644 index 45a876a..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/exceptions.py +++ /dev/null @@ -1,809 +0,0 @@ -"""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, Literal, Optional, Union - -from pip._vendor.packaging.requirements import InvalidRequirement -from pip._vendor.packaging.version import InvalidVersion -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 pip._vendor.requests.models import Request, Response - - 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 MissingPyProjectBuildRequires(DiagnosticPipError): - """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" - - reference = "missing-pyproject-build-system-requires" - - def __init__(self, *, package: str) -> None: - super().__init__( - message=f"Can not process {escape(package)}", - context=Text( - "This package has an invalid pyproject.toml file.\n" - "The [build-system] table is missing the mandatory `requires` key." - ), - note_stmt="This is an issue with the package mentioned above, not pip.", - hint_stmt=Text("See PEP 518 for the detailed specification."), - ) - - -class InvalidPyProjectBuildRequires(DiagnosticPipError): - """Raised when pyproject.toml an invalid `build-system.requires`.""" - - reference = "invalid-pyproject-build-system-requires" - - def __init__(self, *, package: str, reason: str) -> None: - super().__init__( - message=f"Can not process {escape(package)}", - context=Text( - "This package has an invalid `build-system.requires` key in " - f"pyproject.toml.\n{reason}" - ), - note_stmt="This is an issue with the package mentioned above, not pip.", - hint_stmt=Text("See PEP 518 for the detailed specification."), - ) - - -class NoneMetadataError(PipError): - """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". - - This signifies an inconsistency, when the Distribution claims to have - the metadata file (if not, raise ``FileNotFoundError`` instead), but is - not actually able to produce its content. This may be due to permission - errors. - """ - - def __init__( - self, - dist: "BaseDistribution", - metadata_name: str, - ) -> None: - """ - :param dist: A Distribution object. - :param metadata_name: The name of the metadata being accessed - (can be "METADATA" or "PKG-INFO"). - """ - self.dist = dist - self.metadata_name = metadata_name - - def __str__(self) -> str: - # Use `dist` in the error message because its stringification - # includes more information, like the version and location. - return f"None {self.metadata_name} metadata found for distribution: {self.dist}" - - -class UserInstallationInvalid(InstallationError): - """A --user install is requested on an environment without user site.""" - - def __str__(self) -> str: - return "User base directory is not specified" - - -class InvalidSchemeCombination(InstallationError): - def __str__(self) -> str: - before = ", ".join(str(a) for a in self.args[:-1]) - return f"Cannot set {before} and {self.args[-1]} together" - - -class DistributionNotFound(InstallationError): - """Raised when a distribution cannot be found to satisfy a requirement""" - - -class RequirementsFileParseError(InstallationError): - """Raised when a general error occurs parsing a requirements file line.""" - - -class BestVersionAlreadyInstalled(PipError): - """Raised when the most up-to-date version of a package is already - installed.""" - - -class BadCommand(PipError): - """Raised when virtualenv or a command is not found""" - - -class CommandError(PipError): - """Raised when there is an error in command-line arguments""" - - -class PreviousBuildDirError(PipError): - """Raised when there's a previous conflicting build directory""" - - -class NetworkConnectionError(PipError): - """HTTP connection error""" - - def __init__( - self, - error_msg: str, - response: Optional["Response"] = None, - request: Optional["Request"] = None, - ) -> None: - """ - Initialize NetworkConnectionError with `request` and `response` - objects. - """ - self.response = response - self.request = request - self.error_msg = error_msg - if ( - self.response is not None - and not self.request - and hasattr(response, "request") - ): - self.request = self.response.request - super().__init__(error_msg, response, request) - - def __str__(self) -> str: - return str(self.error_msg) - - -class InvalidWheelFilename(InstallationError): - """Invalid wheel filename.""" - - -class UnsupportedWheel(InstallationError): - """Unsupported wheel.""" - - -class InvalidWheel(InstallationError): - """Invalid (e.g. corrupt) wheel.""" - - def __init__(self, location: str, name: str): - self.location = location - self.name = name - - def __str__(self) -> str: - return f"Wheel '{self.name}' located at {self.location} is invalid." - - -class MetadataInconsistent(InstallationError): - """Built metadata contains inconsistent information. - - This is raised when the metadata contains values (e.g. name and version) - that do not match the information previously obtained from sdist filename, - user-supplied ``#egg=`` value, or an install requirement name. - """ - - def __init__( - self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str - ) -> None: - self.ireq = ireq - self.field = field - self.f_val = f_val - self.m_val = m_val - - def __str__(self) -> str: - return ( - f"Requested {self.ireq} has inconsistent {self.field}: " - f"expected {self.f_val!r}, but metadata has {self.m_val!r}" - ) - - -class MetadataInvalid(InstallationError): - """Metadata is invalid.""" - - def __init__(self, ireq: "InstallRequirement", error: str) -> None: - self.ireq = ireq - self.error = error - - def __str__(self) -> str: - return f"Requested {self.ireq} has invalid metadata: {self.error}" - - -class InstallationSubprocessError(DiagnosticPipError, InstallationError): - """A subprocess call failed.""" - - reference = "subprocess-exited-with-error" - - def __init__( - self, - *, - command_description: str, - exit_code: int, - output_lines: Optional[List[str]], - ) -> None: - if output_lines is None: - output_prompt = Text("See above for output.") - else: - output_prompt = ( - Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") - + Text("".join(output_lines)) - + Text.from_markup(R"[red]\[end of output][/]") - ) - - super().__init__( - message=( - f"[green]{escape(command_description)}[/] did not run successfully.\n" - f"exit code: {exit_code}" - ), - context=output_prompt, - hint_stmt=None, - note_stmt=( - "This error originates from a subprocess, and is likely not a " - "problem with pip." - ), - ) - - self.command_description = command_description - self.exit_code = exit_code - - def __str__(self) -> str: - return f"{self.command_description} exited with {self.exit_code}" - - -class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): - reference = "metadata-generation-failed" - - def __init__( - self, - *, - package_details: str, - ) -> None: - super(InstallationSubprocessError, self).__init__( - message="Encountered error while generating package metadata.", - context=escape(package_details), - hint_stmt="See above for details.", - note_stmt="This is an issue with the package mentioned above, not pip.", - ) - - def __str__(self) -> str: - return "metadata generation failed" - - -class HashErrors(InstallationError): - """Multiple HashError instances rolled into one for reporting""" - - def __init__(self) -> None: - self.errors: List[HashError] = [] - - def append(self, error: "HashError") -> None: - self.errors.append(error) - - def __str__(self) -> str: - lines = [] - self.errors.sort(key=lambda e: e.order) - for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): - lines.append(cls.head) - lines.extend(e.body() for e in errors_of_cls) - if lines: - return "\n".join(lines) - return "" - - def __bool__(self) -> bool: - return bool(self.errors) - - -class HashError(InstallationError): - """ - A failure to verify a package against known-good hashes - - :cvar order: An int sorting hash exception classes by difficulty of - recovery (lower being harder), so the user doesn't bother fretting - about unpinned packages when he has deeper issues, like VCS - dependencies, to deal with. Also keeps error reports in a - deterministic order. - :cvar head: A section heading for display above potentially many - exceptions of this kind - :ivar req: The InstallRequirement that triggered this error. This is - pasted on after the exception is instantiated, because it's not - typically available earlier. - - """ - - req: Optional["InstallRequirement"] = None - head = "" - order: int = -1 - - def body(self) -> str: - """Return a summary of me for display under the heading. - - This default implementation simply prints a description of the - triggering requirement. - - :param req: The InstallRequirement that provoked this error, with - its link already populated by the resolver's _populate_link(). - - """ - return f" {self._requirement_name()}" - - def __str__(self) -> str: - return f"{self.head}\n{self.body()}" - - def _requirement_name(self) -> str: - """Return a description of the requirement that triggered me. - - This default implementation returns long description of the req, with - line numbers - - """ - return str(self.req) if self.req else "unknown package" - - -class VcsHashUnsupported(HashError): - """A hash was provided for a version-control-system-based requirement, but - we don't have a method for hashing those.""" - - order = 0 - head = ( - "Can't verify hashes for these requirements because we don't " - "have a way to hash version control repositories:" - ) - - -class DirectoryUrlHashUnsupported(HashError): - """A hash was provided for a version-control-system-based requirement, but - we don't have a method for hashing those.""" - - order = 1 - head = ( - "Can't verify hashes for these file:// requirements because they " - "point to directories:" - ) - - -class HashMissing(HashError): - """A hash was needed for a requirement but is absent.""" - - order = 2 - head = ( - "Hashes are required in --require-hashes mode, but they are " - "missing from some requirements. Here is a list of those " - "requirements along with the hashes their downloaded archives " - "actually had. Add lines like these to your requirements files to " - "prevent tampering. (If you did not enable --require-hashes " - "manually, note that it turns on automatically when any package " - "has a hash.)" - ) - - def __init__(self, gotten_hash: str) -> None: - """ - :param gotten_hash: The hash of the (possibly malicious) archive we - just downloaded - """ - self.gotten_hash = gotten_hash - - def body(self) -> str: - # Dodge circular import. - from pip._internal.utils.hashes import FAVORITE_HASH - - package = None - if self.req: - # In the case of URL-based requirements, display the original URL - # seen in the requirements file rather than the package name, - # so the output can be directly copied into the requirements file. - package = ( - self.req.original_link - if self.req.is_direct - # In case someone feeds something downright stupid - # to InstallRequirement's constructor. - else getattr(self.req, "req", None) - ) - return " {} --hash={}:{}".format( - package or "unknown package", FAVORITE_HASH, self.gotten_hash - ) - - -class HashUnpinned(HashError): - """A requirement had a hash specified but was not pinned to a specific - version.""" - - order = 3 - head = ( - "In --require-hashes mode, all requirements must have their " - "versions pinned with ==. These do not:" - ) - - -class HashMismatch(HashError): - """ - Distribution file hash values don't match. - - :ivar package_name: The name of the package that triggered the hash - mismatch. Feel free to write to this after the exception is raise to - improve its error message. - - """ - - order = 4 - head = ( - "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " - "FILE. If you have updated the package versions, please update " - "the hashes. Otherwise, examine the package contents carefully; " - "someone may have tampered with them." - ) - - def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: - """ - :param allowed: A dict of algorithm names pointing to lists of allowed - hex digests - :param gots: A dict of algorithm names pointing to hashes we - actually got from the files under suspicion - """ - self.allowed = allowed - self.gots = gots - - def body(self) -> str: - return f" {self._requirement_name()}:\n{self._hash_comparison()}" - - def _hash_comparison(self) -> str: - """ - Return a comparison of actual and expected hash values. - - Example:: - - Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde - or 123451234512345123451234512345123451234512345 - Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef - - """ - - def hash_then_or(hash_name: str) -> "chain[str]": - # For now, all the decent hashes have 6-char names, so we can get - # away with hard-coding space literals. - return chain([hash_name], repeat(" or")) - - lines: List[str] = [] - for hash_name, expecteds in self.allowed.items(): - prefix = hash_then_or(hash_name) - lines.extend((f" Expected {next(prefix)} {e}") for e in expecteds) - lines.append( - f" Got {self.gots[hash_name].hexdigest()}\n" - ) - return "\n".join(lines) - - -class UnsupportedPythonVersion(InstallationError): - """Unsupported python version according to Requires-Python package - metadata.""" - - -class ConfigurationFileCouldNotBeLoaded(ConfigurationError): - """When there are errors while loading a configuration file""" - - def __init__( - self, - reason: str = "could not be loaded", - fname: Optional[str] = None, - error: Optional[configparser.Error] = None, - ) -> None: - super().__init__(error) - self.reason = reason - self.fname = fname - self.error = error - - def __str__(self) -> str: - if self.fname is not None: - message_part = f" in {self.fname}." - else: - assert self.error is not None - message_part = f".\n{self.error}\n" - return f"Configuration file {self.reason}{message_part}" - - -_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ -The Python environment under {sys.prefix} is managed externally, and may not be -manipulated by the user. Please use specific tooling from the distributor of -the Python installation to interact with this environment instead. -""" - - -class ExternallyManagedEnvironment(DiagnosticPipError): - """The current environment is externally managed. - - This is raised when the current environment is externally managed, as - defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked - and displayed when the error is bubbled up to the user. - - :param error: The error message read from ``EXTERNALLY-MANAGED``. - """ - - reference = "externally-managed-environment" - - def __init__(self, error: Optional[str]) -> None: - if error is None: - context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) - else: - context = Text(error) - super().__init__( - message="This environment is externally managed", - context=context, - note_stmt=( - "If you believe this is a mistake, please contact your " - "Python installation or OS distribution provider. " - "You can override this, at the risk of breaking your Python " - "installation or OS, by passing --break-system-packages." - ), - hint_stmt=Text("See PEP 668 for the detailed specification."), - ) - - @staticmethod - def _iter_externally_managed_error_keys() -> Iterator[str]: - # LC_MESSAGES is in POSIX, but not the C standard. The most common - # platform that does not implement this category is Windows, where - # using other categories for console message localization is equally - # unreliable, so we fall back to the locale-less vendor message. This - # can always be re-evaluated when a vendor proposes a new alternative. - try: - category = locale.LC_MESSAGES - except AttributeError: - lang: Optional[str] = None - else: - lang, _ = locale.getlocale(category) - if lang is not None: - yield f"Error-{lang}" - for sep in ("-", "_"): - before, found, _ = lang.partition(sep) - if not found: - continue - yield f"Error-{before}" - yield "Error" - - @classmethod - def from_config( - cls, - config: Union[pathlib.Path, str], - ) -> "ExternallyManagedEnvironment": - parser = configparser.ConfigParser(interpolation=None) - try: - parser.read(config, encoding="utf-8") - section = parser["externally-managed"] - for key in cls._iter_externally_managed_error_keys(): - with contextlib.suppress(KeyError): - return cls(section[key]) - except KeyError: - pass - except (OSError, UnicodeDecodeError, configparser.ParsingError): - from pip._internal.utils._log import VERBOSE - - exc_info = logger.isEnabledFor(VERBOSE) - logger.warning("Failed to read %s", config, exc_info=exc_info) - return cls(None) - - -class UninstallMissingRecord(DiagnosticPipError): - reference = "uninstall-no-record-file" - - def __init__(self, *, distribution: "BaseDistribution") -> None: - installer = distribution.installer - if not installer or installer == "pip": - dep = f"{distribution.raw_name}=={distribution.version}" - hint = Text.assemble( - "You might be able to recover from this via: ", - (f"pip install --force-reinstall --no-deps {dep}", "green"), - ) - else: - hint = Text( - f"The package was installed by {installer}. " - "You should check if it can uninstall the package." - ) - - super().__init__( - message=Text(f"Cannot uninstall {distribution}"), - context=( - "The package's contents are unknown: " - f"no RECORD file was found for {distribution.raw_name}." - ), - hint_stmt=hint, - ) - - -class LegacyDistutilsInstall(DiagnosticPipError): - reference = "uninstall-distutils-installed-package" - - def __init__(self, *, distribution: "BaseDistribution") -> None: - super().__init__( - message=Text(f"Cannot uninstall {distribution}"), - context=( - "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." - ), - hint_stmt=None, - ) - - -class InvalidInstalledPackage(DiagnosticPipError): - reference = "invalid-installed-package" - - def __init__( - self, - *, - dist: "BaseDistribution", - invalid_exc: Union[InvalidRequirement, InvalidVersion], - ) -> None: - installed_location = dist.installed_location - - if isinstance(invalid_exc, InvalidRequirement): - invalid_type = "requirement" - else: - invalid_type = "version" - - super().__init__( - message=Text( - f"Cannot process installed package {dist} " - + (f"in {installed_location!r} " if installed_location else "") - + f"because it has an invalid {invalid_type}:\n{invalid_exc.args[0]}" - ), - context=( - "Starting with pip 24.1, packages with invalid " - f"{invalid_type}s can not be processed." - ), - hint_stmt="To proceed this package must be uninstalled.", - ) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/index/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/index/__init__.py deleted file mode 100644 index 7a17b7b..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/index/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""Index interaction code -""" diff --git a/backend/.venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index c996a779fd8139b0c3ef97d9381c4aae9e9882ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 234 zcmX@j%ge<81iKq-GZldJV-N=h7@>^M96-i&h7^V@#FG`I`N=(j9%}a^VD@)BQi}A@!iYd-4N!0~v$WBa8EsiP3EQpB*Tb7rY z6O#$DJ0>0|kXaHRuUAlci^C>2KczG$)vkyQXd}qc#UMX@U}j`w{KUk_$Wp`t(~A6ufO|!5C2qA;o)%o{q%v@r9&L|FZ5ttZZosG)6Q{M zIhhM_GB4ZWe28avTgcAtLP%hDN65kM&XAMcT_G2{iy@KS-60RVd)eI{_a!Pq6+HDR z#48j2ke}rp@v201sG8-S@tQJts2hD2kiG0_xiN;HR>6D^^ZL~E!u z(H3e;YzS>&ZCvqnJWxrgn zG%Ne*c}S2OE(@W9Htr}VH(uuCCguLu@MY)wLo8)@ghFUGCb%@n!MXk1?S`V@w zHz+-UCn*D`$%BCTw+>UnxvZNd+8F>@l9%g-RMxPz8+01c|uyy+=oDjs1Y@59LVDoy#3PqDXsczd5U*U+Qmw!p!OM?7bS z6)6#kC8g0Zbu^_ZQff#_563hqk&?&aiiBJ`B`Hs_vJ})b+;TzN22kFrs2VJ?99m%ry{DRsCaTd5s8l}TEMG|{gHS)axSju z!ayvV*2Uv#MKzvJ#I&?td2%dGk0&Feqp{?9-7^?TDDs)HQM3>r8BNDh$w*umPpPSN z3X{>r)5_<^lw?%V9Y!U`<4M%Pn4(H0TAF4fKBj1+sidX^Y`W($C9RGhR@Ib>)~8Rf z9O^U-D(Oop6^l(Ku~>9sl?Vg_)bO5GB5HK_bTl=p;L&p`HhNmoG-J3bH4@X5@K8z( zYw1XOjE42cv@o@ZT|_}FuDr_Yb*dsqqUmsCEIk|^Qd5cWm>Ne_`^BjC8zQ)XU9ahn zB;^>Osc1(~<5c9lqI+l#ry10B-?_0^TsFUfZbt{YQ&rMqYBFk)EPWErfj=U|)vqJD z%B7JS*N90b)-&A)xX<3raZ~&xH$v^!T^5>;xYiZmagw*lL*rlUnB>wHgDxszNX}p6 zP-E{TAGPt^X-?pPj`oT3CsL^k62K-s(SKUfqQgo;(Ig;e8d&=HV<&!4eJA9 zGTcq0nq1VNM?(9-R1&yLsH~_;rzRy+z;e_KvJNI}+xrFs4s`>jth>x{bVodONl|qV zKAD=^0E&AP#8$`giaxj~CD!FMGpjwwJO@ls zIEYd%WRrQtF5B>DmxUqc3^&Bfj?2D~FvC5?ha9K5fK#sw52n(GP8|o)q?Ke^_eG6N zI6Xe9=suGK!?L19)edw&7&S!$8&g2aF!VuWzQz~h=&XH``w}p5lAp9$42-8IE}X~S zNgJN>{f%?4@`C|EcW7gy_@rVOV2-83VRZ*OS9c;op`a=8p~4&89S$>&6%K1O86euU z+D-NMBAI9`U0u-X@_rO*gdo42=5C1GMyo!#CL-lwNKl(4C=M#LKpeptdV@}J{}==3TFR)G8ZYa|cw zLJ8?l)<*&h;XjUrOxY%F<=BX9x7divj|;_21oL3pU|~GUjrdBR>B*YIvwXlYaf6Y4 z|F9Chz_^BqqP=H;nbNQlkrkDRxuiCxDy)VD6p4@+@==o_(&<uXf52!*SVj!uSOr_D~#Yj9RTV=geW^kzA`HH8gyB<$oNTx0&!6V&i z<*D?J;dCNC(E+&_k3}OSpLSeK%3v9zv7p9g8N9e_J5~DKCsi8JQpv%9OLrMy&~*EG z$i!`cpxQ|ZA(rkkiC1?fl=N^)4%pQLR7m8cR~FNGIIa;=fOr^k>NR170W};MjfIUN z)T5|y7=PMlkW6#AO0KSLrM4qe+p$vHnW^o(R(aFCRQurciQDy?R_Z%5^_@%gf$71l ztA52LWn5CuCb&IocBkk>Q@8)u9wNA>Ryyy=bl$Vlc`(y?aLIH3qHsS$@+ij0UzSK* zC4?z3w{af2fJh(i*qJk@2C=$(P_FKyK+M-i)4KKkEAFASAQRhq7Rd&C8z><61o_PF&&br4W+XoO@Q_NZ=gv=uLe!Rtii_> zhSTX$-9f2#hV(kyJe3xFUtaivSfpb=8b$BAL&pO#u~&~(v)Ws$ubLFBvN~&qleEJ zHLOxrsebyABtQ|LA1({ zn(yaQ*4^dh7@1e5XCw>0F&fub$07yxF;H!kvgb)r(#a z?1aE}5+;wPCo1|QK#pEgnA8;PXZ1lEss4y!Scc{-q=<&OsHCo|4{55eQ|HgaZg9xTxv}$V8`bNldcsI5mMpMtHWHS$nJO^;{YS`^DnNB%=u=@s z&_PNVDx(@fz0XtK>qx+rTR5@ttLgdvuZ*uW1~QF-Wmoqtv2FhJwa&N2-M`Lrin^0Y|YIinP=DN6zfjiq9sy#6E ze2uGIv(Gs_u(p?T)HA*f8Q^G~OD_v;X3tr%osG66Zpw2KFu-B<-mYNzoeIg0EQzMi3g2CQ;DV+mxv{a44G0*t_QeT zObbB^GVGbK>{_O->#pc93Hdbq3A#gpD=n_O;I+_zrMl~+nQ;>ifHy`GY9E#XlpzS} zd_s-lUWza+3}LM47=9sBH&u1+J?DHU)jItYtMT9h6G2S z`OA{Yt7I$}G-cT(+u>(~6F`ASU2(vB>cBI+>56N}COeTA;mQ&9I!2V_y(516qRai2*=xagm!;AcK>Ehp{ktx){7h(NQtHbZ0oMd_EkWX#EI~QQ;fZs22&` zApYk0t$$UwApd2{lE3FI|EU{w-)nxo`Fk5)-|)uPpLPGJ`)9!)1v9%&Ey8t6E|Kz_ zH}nG?mdQ{j`LI#}dK;e}EBV`@ig9WAqV zZs6+iE61;%ymE5Mzj;yI%$5@n*hsqXIC=C+P(R>aXIUC99%t&@2y6#kIG0MrRbrUB z9ezReDdg0LC?PNz-kuATqvY@Lr;)vInOn8l9L+hAcRb3^AIWiaUr4XAd(O!_I_5jp z@X%rOLT!ob=rlJsgO z&(&$ltpnWC^p29B;ZGxdo$U7h`Ohs1{Wrv$b+1=03;hO&sFrRUDs`df>H0sT^f~T1 zTQPE$Lrs~#o)(c594tQujWAU`qbwL@2xBlF?RF0JddZe*roU9XaA{3Jk>+VTn>Q6#s z!^=k5ARDcO@k<8|NJk=ZO?lGLNog<21*K7oO(<|wk)R-%1UUiyt^+_W;XOnNgcz$N zq?r#oFK%qyEW}T_&unoU>uzx!n=Zs*95Dg`XT6Lr)n||xSU+vp?5;~HG-5@a=qAGp z$c_oha8`qHgiQ-1xF5a%Ea_m-tos&qLg@0_Y3|ql+A9yvJ-yP{ooVb|s@o2JyD0V; zSWIG1CCV(n#wStoH6U?$*REQP72C=REE6WDxwOSOAjJtf76h!j1qr*Fps5h!QU4SP z)E_oCf`x+Heup7*BQ28v-|gljn(Go)a!O6fYEKQf5p4`E$`-E)V3_Q?zkZ= zwcfQYcU&DaK8i7Wa;6y;gM%igVI^!4 zv-Cc{k|(7HjIZ1LkrP+HgckpVKP`^r16Tl+oYTMJXv#R67V4HA+j2JE(Yq||C2rpP zgSsEc-)|uv-n(k&oSm$2&50Jzg`Ww}J+|a%B7gtJ`6M~|H-5M7yYlNT?@^YjH?y*w zhx4^A3N0Up8^o4~C|1uvTY8w|!L-X`M>)rTF*nf^v4b+B;%AlopCRjnr6Ag}bGaO$n32H2>nZ zN#X1KRi5Ww+>U)pdy!M8d~1_FrX1+KjML^RUc;WJEWmT?7$GuVca>lLNb9<4c${=v zFtP4Tfh@D4DHq0S`*07&Tqa#pBFZ;@xEyfY1UR~j;3$2#)}(vVH7Qma!Ojr|fIa88`{z+WOU5f5Qg@H{|9ForLg3X|c08jmS)S&G5M1ch}NP97zWJ>euh zYZ3_}$xxk4{|9q2=nk^xwZRF;SbC^;AG!94-P7i}E}n~EV;;FcwXyTJ4a;F09kA`O z6GEH75m|#(XId=%RL*<^Zni^Dm6)=uSCU(Yroh&MO-9RP(}f{Lk#(o6z@k*tE9gOY z8PnHvAM3?jMZjY)!Xs2gppXf)#oS49BroVrCVW-(D$RkEGovr3*%#3W!P2-4j^kxb zm`K#rZ=u4k@Ta|p&yv4$Mu5q4_1KkT^PgHc_w%~I%)qVM#;XUf99-CPP56%Zs<>3UYi0me(#&MG zswrF3@WMkmH&@>cj)Tpaiq`poSB|}WY^h@F^bu5gX=--rEq~{NYx-CgevOBpd3a8^ z>bv4wsp`m7bu1iPs_I=9g10@DFLlj!P4{R0^)G#4_6u+Mw=Q&`MNQMy;8%k)PRwz| zFJ=7FLc@)YH^gQCam>=|pV^=F)nzMdUhv#;bG4g3(1@cwJFsn_izi>b6TqLqXTr<; zWjAxHA!G{L@8j@1grNH>4#V@HIFYmOM;*nbIEifWEU;%PaZpZnhD61UCl`AX6(kqaR$c;mS*}w>HgqYo z?T3}FKIzghwgs_=N@%MYI-_j#%VLRWQJ`;($|hl4v3_{^V2?Q3Z~3;|Lwn{oyckVKcXuhCm3?a8(~A zOgH;u%KZmQ)>%!YKQhey-^ggx>QA^kg3BT1YPibUFAipF>X(H2Y-PioHk()yTC;B7 z7msDzI~Ik8d0|QD$O*h7IA2S;OOQ=AiZ1e(CHz;P#jDbA6Zn{H@G-&DG=v}%Gu#CG zE_eq51Q7~~Xqu)h7LiEO2u^{GBZS-^S1aFAFvybyv3Ow%dDO3?n~5QYUPK56ZwFn# z6uO`&qlRT->`jm;k&Zof_y}YZZG@7xPdg#7Vohnqy0IiyrxZ!2)!4Z)d=C@%7%FsN z#K97~nQ)B$R!<>W7Yc(gmoGu>F19V#hr-BE+6tjC=jkbLdyYf-9wb&+1-5WeQPW{^ zU#iNGhH$7o7>+q43c^PHcX$Uam-&U*bnnIsLtifqk13Ugc|Tesp>7x2{I(Dtb8QQ@ z6_>>wx0_mLgcrqZ=XTsGviIBzznYIBiEd9v&g%{Wm{t-cL>31F&3{CO+=Vhv?k%+o zB#1Zbujw|tr~2!z!Y196ebWAnNSYvRk{Z`ITovSTW<7634|(ueHQ;E=@3t4-mGe7W zOn^t94ES*J0B>|Y0)R8sKqTMrFg^i;weBQ)FeyVFKu9E9NeuGWF^Kv%NZ`q$k3|zA z?r8{p|1b~`MlB0m1K=h$uKO74$~V$CIfE|X+w@k>ZF~N}{Fzri`|@WOH|)+rvLCo| zV4;4gwv);9MSpu%+A=46ts-aVs-)W$RdfB%hqAt^mrl%{Sn;)IeC>ZFEIj^~-nV@{ zs8QKu5V;M#TUQ>PyYYs;8MMkujysDw6vaUC3j}Gz1NtWI`FKEhb_dn(q6Onf79b25 z&`yo+K#=XS0y;==H-REuGL-}zM;LESPa~k>DZsycp%52Wf#P}swqR*YUY^=$E%8dnx##K(_P1$UyMLR!;1U2c7FdyG? zVrxGW?X-_NL|b!gS9q(|hg~_TSJE!TSdcF~C7(n8Dp4c&4oy=1J|%yL#N<0B+Bd>u z%kaKvgN?RB)gPcLeCeFljtrDu4=4JjCvQQMoSdDU5q=?vi|(B_w%l~SZN>;O8Cb%C ziMkn|`7>mGe^HM>0D>92z&A+yTzBDZF>RQo<}MeQds%y!9EoPX5K{I*whsm9EreNY*0G^nz0Ac2a+cYWENn42nggIt|u4+OZ4cnpDcL!d)^acM)v%SuG0p>y-scDzjRWp6nVSnX>M}Y?@0UAp0l9 zKj*%gk0>q+!9t%0*L8?T^odhj#Ve4jilI8rUE-dyf0~1Hs(Mi8JJgM6q!MyW9LL!U z5?2(u1m&Fs71_(Uol~NbF=+pY@sU&59-&$YH6Kl>M(wdt@=sk-&cPN&q<>KTCi>I) z9TOgA$p($^T^51V$NEGVlMz3dQpbBF2s9QzgLswCpdmt9h;dImdD;|`tk-q(FygB| z6jDW|Ng;X(y9+py!1iAdDoIgA#nGF=iNE{E5okjO3%BAtDQ?Jg)UhCHlHx(>3@W9P zh-ETifsu+U!D)x+>Q9IOA_p7%ADF+vl2F*>>@&qYKURa4mJNl=6uj5Wk- zooBucO^ZuWSUs^J3Y%8?B!HF_i-{UkG*9|S3LOXPlMrbg!*L@7fTRPG;qr4BQJl1| zz_b+Ibt$4I(YZ>Nn))ab7VOEKaJns}sgKhuM@+-VRR<{VgA-#n#dR_r7CuASIBDX- zdlp4o}x1*0eZoQ+2qwfq6a&I&zKsfk$fP_!?+ClqlQJSFwC|#t<*)- z8vqm08bC_0GYo&;OTk$<1Lh-39%-REJkCQY|5aYA)mCDVT%FPRVuKAWK@0zjGj1UmDSl@TEe_4DWCv0>)&XX6W|3>4o zA13Qs9|ynX-kSp}`%h=~pI-K#SrpIwcI{rySNASdd5^gy?AcW8y6vlakF97Qf~nSa zaK4szIkBjUt>O@m`BhY7S}VS`jIS-9dB4I1NN|+&pz;4&+rarYzYDj@_FH26g0K)> z5xW<~?pzBiZ039oWeOWuVLh9g-SGgQtv-r_Lt^DuJLaNa>B@*L@T{`lhQ53E_wIZB zz7_HQjCeny>}kLXG+Xg@WV{{J^MgFAx!BcrbI;AKi`yPp5f3ejhw!bauA9|u&3Id> z?jEDl3y5XI>U>o>H{Sh@nV>(uw_;!e_m3Oej~%f8<3SPWPnt5GFP~CD z(1KsvQ*=1CQuZo-lvXL#tW=PF=(k3$z>(QX9BvhqI*jGVyL!ZrRO=PAZDK+*rB3`U z^OHSh#74%zx0##PJPAjvo2pwIJ!aqmd~A%jpGWYk3<+(Vg3*kyRai6B%!-jUg%;a0 zN@8n<9NKJ1l2`1=7o5}V5Ug>!h2nO}>u%1VaKKeE%1!SbF;Cs6v2&m}o`-{=Y6o7G zn$V<35DKnJNXUdPb~JrNM4P&Tx-6d5^1LxVO>ax=HY1L$p#+$D$J?I~7LjOR2JnV} zaT2X@W5LJfN*UqAdNqk_>_TYaWXdoCqo%@&=0!#tPLs1GjIh_G$$6a3D`(kGpc?iA zZRLDu>dr~K7A#UH%c<({!<7y1w_oNag#pgOPfKAfsCMU#ammNM?lN{gQSK<(*UTGd zh02pK-pbGXx?m}}Q_iB$e}2-5T~PYuxUlEyg0=3P_$k9R5}4)=ig`S!kLgRN0e76= zqCE=IC~;!}+7`|lxK`YF{kQ6qK4tE{pl$4Y5+_fYuG8C_O!YFRBpDw%KMm>)J2puc zzn@me5bk5@M@5I4O?oSgkF5#noT{>373R9p`JR$J5<(pEBd_j8VucWV7EZD$z7WY& zI3{dvtXE@$n4=A17Nw|?xr%LDTW}{+PBen3S3XSN4?SU>f9smBw4Q;u(_gZwNdH456K43n?XX_hzklPZfsmn-o(IN)8r1JC^ z@aXP5qt~l&6iTPQNIZBuw_ax<5mo&WYG^VKj91n<*wMWr{b^Qyfr&B^h z8!d?3^~yL{ACxNd%>9Q?{iy$fY7=$kAn|ot_BT)r4$#CkZd_^T%rtZ^)^}aIXJvbT z2LJ2(XFOSN&5F16EpKaP%U!p8HOy&KwJlp!dsVz5W(ZbGO~;q2j;}fF6_q)WYiXN# z2tvGJgK;wNt@_?;yJtMVZrp4Hu4fxJ(f|6kmHMrj`mNC4nmjW;C|50=*}B$j^H%iJ z;+dhIsy13dHzgQ^SsNUa6yA^Y37JHOD*3Ch&qkm#fOrYHqJ1{@a-yjeS_L6~lORT# zG=he#4dxa9_Kbh~qPU&OT3xh6O^LgZu%2=Goye593qK-gtZ>&C$MPP~3%*-x6D0S_N6Es9-bCz|y-n40FV6&Qi*Wd4?H;E-R2 zLF!pd3sIE(C&y9F*bu|c4dItuE{n6j_h!s&KHTWTLZX}(&=MpF8X^p2S2=-}pN);p z#!|JcCb<8B;|b}!h$`n<{CKaSCHB-yg|MV@K}Qf|`2(K=+)Iuqf~BIi&%#Fs52fRo zR)qghu=~2}8NX~VUqU{aE4CLm3EY$uVl?kxEQBQeIYOLfd8CeS3Q!K5Oc8Jvt+k9V zQFfN|8W#GrRtta5CTpriorVd85TnXlRN z0t_Z`sQ{a`%?jnvqnw^2!`U}$2g#dG$)ad78;gpvA9>ZG{tt|(R}#U5*{Sddeq%-V zK+=Jv!sI_-&int4T7$3JRa!qIb-fBdETSn<=)qw~=ku{7`uZ=_mmRE%^{P@Mwvot= zD@)S!^t54f{0apVJ4<=MI<2>iJbjb+0__U?)(9%%JbOKNYPhCT{G5HQnyYAr^vG_# z7f}F)y}m!wzCYV4WjngE8v?LnAxAhQcdDq#2dl(9zqn&J|Np~>IHUeg%w|x%gH&Bb z^8W^6O9ZigbeD(NT?}HK9|y4ZY)9vZ0M_||`X2h3uysoloq4;bOAC+#rq1{2ya#GbUbzX>=w8ddLM7e%h>A!xMW&zOVb+J z#-&%LUY=U^_QLbk((y|B%k9|JT|6+j-2BL@L#VI(=jKP|4rOcW<_;`8`qxi<>xsp! z_s}o9)XzP7^@%G_%pLo3MYj17ys4VCDS@RZtS;{kJG?C+7dH%-p48T8%iM13@3`}#P?h8Vj;boDc^re zU--v(q8)e#cHpty-hR8fHRr$`fN0#Db5Ty@Je8|%%2jdBYWTJ~y6(8!9UECy+)=fr zDd(b`$hAp1Dnl(#^SfT;RuOz%owL!q2YJp}NnzVP^8*XDFCQnbSPzvOFLO=-4z-0e zZP!1@<1|WJX6KPr_K@@SI6Su-nsW}^F<$$woQrapTFaUnIl~9UmPR&L0FjQ58IcMf z;8Cw&XA*+l>7t<^G@T33xdpn&79hLCF~k{Wg4WqH~-6C zil&k#r+aBP!)&4wGuK5JoJJS)Ep;c3nSmjwB>q$)PF19YWUcC<#7hZjK`J&OIh8rf zSX>1e<+>NYlN1c&aEhE#Rp!^OD|%y1OjB#9a(lU=VBzd^!CS63v8vYZFBR7zomX!z zEynNkC~++a4s*eX2i{b+yu=+u2(E7^t!Fx=f~FIIQG(uDzRp-W1`Cl~YU_JpB|(Z6 zrXzeBJIcI%K}MZK3_rKjMqN~w4g!b2^#fSO54ah`BcUqOE_6DydV(EFI|9HsilDfu)d5lUi|T%hD>O1?zNwC+s87uTof=0a;|QKqxV`)C*gd=xfu}ik@7c-j zw;k214!qB`^Z_VmavW~gCfM!f@EcEO4nDC;uhu4b8^2?2VvWP?ea|q@d*0x$TAVq zp?+B4>v_Kta3KFd_qboE#@3tOjr)BZ6(3)`k@rfbJ) zS=c^RHys!YOb5q;?Ad|m`mqKUc1|@;H;pw-H;*+>w~Vz+i(?{-cTKfUw~e(;w~w{6 zXZKXcbmv$n3s+2Sn(i9wV&TfE?&;82h=n~Zz^M17ia$?3>y)y?tyu3;U-Ar+19)VBwmnozuIPAY2k6jlX9YJ7yH5 z9n#Qy20l|`!;)9>M4EzllswXL>BL1Nh53DKgvA|4d{C;8jqA<< znl|<{i`#;@tynpSpOK}Dk}Sn0B&yhbE-YV?5@%);m)Wpccz+DJYNf@er7vHN%F?tHOCY-gc~8$= zx+KYX@O=Kn(9r4eq36yGjh-EOissUKA{@WWDt6K|#}eaHGc@q-3s<94k@1+6n3|cu zbIrtMY2w9knO7bkzoNG9Kl{v?GfzEzZs?d^?^zUZoSVHO9lsiuBO#Ma(3bPjY-mIA zv=qNOmB>|`2~WHjz9bD(>+-uo&P*eibHBvrc03xpIFqZ5UW(1gQfccst1Kn1%CQM$ zJraBhR{YWP`pdu=HwA}~P%wue%n6gqDy59-HD`F=pst*G)0`=OF=CvwsHysI!ls53 zb~QAol~nQ5ym`(TZ%?othjL9;sCo6@h-uFJn7#<_nRz~gFl#QT#iN&2LlMibREw=$ zNO;vUlhtZS|LqXu4ukL+ZCM}NUuEnK!g*oVc1?KMbY8e-2-(A747*dr^)#C!@!Dl6 zaaoc@+{8=Km!uew3xTkx%(NJdixV@`SFm7!GQ?}q#APuo5-@bdSv_qEV8{D-!8Q>{ z;HuQ`WT|_x{KC^}WejZgiigGReF?%c;><;0u>|3^E3y;^m`7umSXX#mtP1Mvba-+` z?wgJR+;E?eXVe-A8?q(PU)WrExZEpZP4btW5qTEY)`mCGnq_YyMlb%d(TQ~>3I>RG zBV>?!F_Sq%e{zt}2;Pq^{y2s%61~XKMnWCv?#{Rvn@M0G_KKZy2)Fof^2i7+EgFrB zVPLxmri<60j52>|v81ecaYklyLzN`AX>~+7V%|_mH`*&Ib1vkRJE`X$wZ{rZ$(bi- zqOqK5I(#K(0)Ea}fscT_ayG!pg_$@ujEHpM>LuAtrM(KaKC5mWA&a~j32ap4KFU%N zjgRYa#j2rABTg%vW?cNmrK5YFzcwSk7{3ypke-iCCgOeJi3#im1SEYEKs?W10Fsho zk>~pXw=X?^I(p&xcr+pPp#b5o`14nySDpvVVZX!n_B`7!pH~vcFEY&5e`Pk;FwT)E z0d*-ZllP-PgZPVoAGZY|-`HrWd=Ti%y1f~1`U4q%ciP{Lz$1sHsygo$0!^Q| ztKU3*{dCrQF6*t!di@!1N7~zg0J2n6<|_ra_h*l`3+~#CYg5{_=~KaCaXzqDzUjX1 z&bpt_JLLBMXPepK%x^`3{B~seMZ5}qf35C_QTS8i;E_G1KizG>eFBl%r6S<!F!!>IF{a~jBOPl0q z$epu~Gva1^Jm(xApPq?aostlCkB@)(YIurB5ImWs*wyKrIeaxSlXHMB;v_|`N?YjT zSLB&V&SgiYZ=%#jMv)81KA$ivCQAwuk7kcY`* z4A+C`xdPn7b~r+z5>F@eOGqKkaAa7-UY3YXT%8KbqB5l%-6#EhS7y7vFtBa=7oYDx z^o6Z`d%k!m)G?ZKE4dg9d6_q``@a6W3=RiMPjf0RNf_y599ZNy9A}td>PK4H#!o_33i)(Se zyr?p4yo~Z7vN1!WG<%85pjnjG`^B@DXRb~~#0!!b7UNPvdkg9eqh`7;L}Oujwo63O zuK3JVc|v003o{^fqA@X=*wFi;3F95%QR<$~_8gEj*m;OT!N3rq6)S4I1jsZZB03dK z%=TkI@fP@xvXNf)Uee3qX%J1lsIjObwtG?i(o}IJy<#{nUX!M#*e}}WRKsIvEE*7n z=<5}w{!9G@gqWHjO4AplNCX3of#GDJcv0cTiu%+|tLPG_7dd>1u{QKxNUIKi33ji6Pyd~}kJdKm{D zDFXr1aPZ|NcH=#W^abr1mx|g2Y0A2@XIn@N%aV9SlBc5yg#iaNX_%g42YN5Gya7~x zby74M)9In2o+zUtK4v5skqS^L7}I#acucw&1|!F5bedYa0E)xmsd&MdjSh#bxr*_^ zG0S9^{)A5vCIwV#EWXK0=M_-vQGK;iF;R zIA@qdMCm0DlxM%4w@J$N z<>SHT8YYPZFS+I|ONN+?G<8ERNLOjO=P?HJ=6TDUC0Q&zx=u^TYb8nGdFK#kLXskWk#EYs6D6ZJG=$D7yd zCDqVNf?PLei8xq0pY_g8<(-Rr_W=YMO=^8;rCAN@zwaqq@VqratQEWFtdpD6u>Py& z#QWmSORpDqVKmwz?#GQrq~cqqqVXWAu;k+7ff|TCEx9JQltkcBg^hU|dOWZ(ea@!# zIle1WIk~+|4(sHOjj?LIYUz1<#4~4qONe+&-eKp)vdTMHCwFg5n>R+P@OHlnY|&`8 zMyek-n!hS+L9A4pAgY^PO!QM`?leJ`5&2sqzF)D`Hnm>;SDQg%OiQjw!igoPpdifU*MABwL|+?$;C%L zL0cHRCeNxN{WlUozm00U5Z~!|{+ymm4b3qO4?&=)#z5#-Q&g%91VmgHjT6T6!dXER z>jlGq03_p7c2Vs8pgSQfV?-wtcqybB$jPuyxG5|C3ThXU_r)*>vG|6{cz;>fiE(7YJLH-XNnQ}WIIEL~qe=IEs8AH4 z>%pW?AxMdV;kE1)lTLcWFr%=OjRn#I5Tp~AA*`htglu51n6q*wCRsl^BeGx=)UHml zQmr}rba-MW{_?=qq`5yCy^?gR&-9YXT2)BM83~oDPX?~ZGvI?2ZjW(uVmI|GX9)em z*efRM*=vAYrU_$(F_MY!rMTFgJi=*bov;zNLUaVwCk_Nrh)Le|jcoCA_fg;}RHo~z&wkR%f9a$(FcCAh&5jjIe%&Lq7I z-CG>IasnZl5T8smf&6*8wbG4{P|gg|`(>Hvikw}Y6qzBhPR6%&na&Q4=W$|zYvTF%1YFITC(r}Ey~o8>G_mL|)T+oNPt z)n;*`oC#^E7w1PR6jUWKEn>2vm?m`KcX!_HPIVql`HrRB$JSh)jH~gUt1(;G zkg4lV*L5$R$X3_h?7q?c`q8yU@$DyXJ^9vC*PmQGu{80Kul7Me%mlWl1KaOBpQ<~O z@*c^0s_)nLr#=0j_!~3+EouLjZ0)u?+wXLy{JZlOQ=mF8m>_nx3*G>Pc=NaB)1KZt zzCZTd8#tbA*l{P4*?By@^LT21%KztGv6J1XKdBC z_0F-(;ED9$iF>{i*_K^*&6(XJ>D?o#T_-gRb-0sZu98dQgU+o!L z6;CdWtkn zziu(rRW2TXh*7W0)@`R3A4(4nrM3^JYK|*4Y)<<(-+ngb8%((e*GLD@p7yq9ygg}e z&+T2S-tCK)k6hktZPW71isiemcU<4DNY(Z)9?u4w-)^|ou=2ULnio&9*~v6*O*d`L zH0?__?YrmM$Kaqp?eEX}2Xp{<0oarxIZ1-pKb5Tv>!^hA9`dn zH#iqP51oRy1w8c9Y)Txs(~;RWoZdE^8aSS+IiYlWN7}#R&PyrZ!Ib;pCtN3ysu{R5 zc(?Ap{qQH=K*rma_O`7YPkDM%_THa8iW`JL@27&fs`e8C-7V?BmTX`vI@VbGsbH$9 z&6|+)i#YL@e^ymQX`KS_^to5o*! z3Ae8a4~<5P9V@6-TzdNE*p0E2xNEg$_rhqtUf8ztp{LyvTB{A_E%*fp1sn4=3fYC~ zhUM)yn)42NateWtyo*9^p{^lcL7_^aHFVqmPGz2I$a@86<$4u`P8yy!So&5v@&f(d z-f<^zcl({D^yWj4SOo7Zbus7ED4KZAdYPFKu$`nx9Z&BIG$pLVs)hu}hWO?L9{Dv% zDJ56Lkf0%C*PNj80Y$W~CZN{S&%#`2-h@9hq#h7X9}~U^L=Qo=wVd1oT&As@v?Fea z^&q7}ZD0R|k$_3>%$bjA zJe!(Z<1-zfF`JHpwzM8XVPGi7J3}U;&%HL@bCx8aXwLDTGVcaq&VE)1Im7=7AmyYj zbT~Ri0&o~G=}ZR%(wCtw7CB&&WR(=?iufJ^YcK+w^#I))ldiFPreG07rUE)(E1U{Z z{RwdjqyW-EOKTaZdSXYEdRc3bo0A9}QF=b~1_lkR5eWfwwxkd-BC#1(UQ`XCz^Z`p z;k}e1{i663mAn>>OTDZnqJz09h1MT*rmzUNjTnhdOkItr()fbBOf9joRnRs}SdE$( zBgZHi)*^dN;_a@5wu^)5h)J)tO%Ry5NFhqCyz6e7-cT-La3jsTRQP_nrcvGJ38gPuDYqF&vf;I$sP3)dD_3A~lCyHI ziL+5|UNP)hV4MOAnpaT?pJ&Fw`IT;r&&cDknQ@*u=fbRxD=9e_3-Aiq04p8g!-;l1 z3Pg-gOYu0_w$KI+6sugEQK@^(=*!u2g7C0ga91m)BYC5tqU#g4XUX~X zr?PG`M{zhGRSI7J(#cg%OUmA|*3gtP2iB_n3#YQxzJ*giu4!3xWIcg5U%CFuqB-mF zy*dB-JkgL9Rhf#`bVcj!+EhjB{fezwcir+p+TD2l)SA04<8Ds7o0n(ryF*#Gf6d;Q zvA3t~?JFZ6+WYf0Afg@y1iLTm>$+}#WEK2@W#_7|ebN4j&AGVyH|7BrC*Shivvpi1{rkEZL7K0vo!tM0}uEN4z#Kb0mJTCE#db&r75Cc+i;t;O}5r(Zpdw{(O) zvAY&ee%+I``?L1SjJ+XkZ^+tx5A3d#TU@obuAEBSw`A>gkE$FNYrYm_|H4y@teU{c zX_rbGt@k5Jw`h0W)lc!a312qlS_lE=9X+*SIQh*9=vbv;$$opC>nGk*6CXR z5^nmS^C6coxIhRt?3*tan|Z`7?pi>3orj4odw2Ip!*Dru=Z^ny4I5$jBZPd39um|?QW zm>`pHy;JdAWpOW=k;&);pAKf^~sN>kyX@Ss05rGnZ2{LMW z;eriV5f!tALTFQ|sO;cyn+`pxpc-9-t5i@tjJ)LZ3@B2*&WeaERVs~DJPLwU>kIV< zWE%FUvTeeM12hd6b!%ltVM%X-MN6)BTrX5O!LEV_`7I3YyJjv%WBb$ZB7()TU6wk) zHW9`XCmWA!vr45%S3RNk&)%tjZ~UHTf6Bf;<=MaH3Z`7G zAJz4y+`TDZ@0zbQ)wwtA+naLlP5Jh&ZQ4hg`1Wi=C;bN2ntMqj-@x%L>enuUKL&%O zu`GhYvR30N41y6cBwN@?hXl#|A%(mI!{s8{zaIpR8PZo-ej9baYhZ%|$pki5zMtAD zkuYQV@laE*(0CA&wjg}s@hu(8_&d`6j#W=*%HH{R`$9dXFGSmeKKX@E3c~I8&?WgF z(e2x~6~353!Wfc5j#>Hd(tg?^EP_6 z3&GY@>&|pwSKdL-P7^Nk$7_lM7QI4}_`<5N4E*5e` z1eh^8zh+T&v14wfWL=#BeoXDm1=U;8@H?^R|uBcSeB(?3Luz~ zItt6jXbkZJ2$Kjyf7p?)5x>Z^OvG8k1}duTd86Fih#46%YK7<$Xg*X^bWWHP^;Tq2 zX-5RZGp`{4=E=C=)b}=ZI-nT0Ecg?Yk6q=Ae6+llIpd@z5>rd)YW8`UJ-V6I*Z{-G&`j zn>%dvpv6>cL8ay>8AXzfA$9i!4puJ|b%BcuUf?F7$kne^81Fx;!UfL0y$~Y)p4U)- zR*ULVv|tJ~O)sdB0i5kD?qM+niH&6Dnj&D33MvR$Imlka%;TsPZW`P&U=5j>;F=$; za2Iws=OG1NfrbwU|4b88@p4Om*G$kYQ$ukAckB@ruz8(%!RBys%u78hT9&jR*s^>d0W8a617|X6Mwj@-jF^qu6A_i# zLS;lHk+bY#hS8ctGoi_qbz7NZ!ke}??GvUbECauYkz%%Swt4%Uea`j`;~P%1Fae1$ z<4=ok0}4ODNBaQ5g~seMNz)v311?bOv!ZGx3lN+yO-N{mX=5o~sgNI*bZ{z^WFrg|%fWok6pg%`GZBKPv*7gN z>?)v98_IyGY9ab<0@Mi%S2r)Cv||tuSYVdPP}MYJGIdfO_+$Z32oN^ao0F#dH+v zn>j0ZJi{BVIWtus}skf+x5UUbdY7~CoH>;*p^Nxh32AOjpx4$5p z5`5pH_Vq0Kg{5emH(%o+)4YwsA#3tUZ833?Hd|(8Noc-3k>%7z?Sl%AqeVhknrSA4 z-GqQ9gvFS%@uB%ODneFQk&uplya3 za)yaq-GnMki9_lXQ4LPwIlHk^rR><06`ckjJCw=Zzs_MFOBWsUE$HQvju;G+pwe8f8oOcIS4u2`iI$xd)*qvUR;#U)|09H}*4i z|K@aXGxYmCXlxTKGQ72^+QGXW|GfVP{r5d1Df`IJKW!1(PaA%|?iE_k8`u%Tcbbpv zH2)~%KC;jHqn&2lnW(x5;c5HzBGAU;5Z=5|C!zH{cOI@h6g_cS>v^U%E`#Xg-z`9E z)^hq|4RzTZ!ejKvgnG-MB^9B#fXK=t9oZNmn|a%0EhfF>di6|#m@Rgdvp>gC@v`OA zR>@*_!FE!JSXHJ1A~nY(SuvDcYWlo0(V`~JIU~#khx+z-HdA*l0xia%(WZAQ$Zef$ zRZHr>c;`0#Ne!trs=xEDh^?rm4mGF#tL9CD?wWVcx#rxUwSNWfGUz-IQClwnBfS7k z?Iln!F>sfV#(^P)%m^Wly1E&MKw+)2vNHEL5pX(LR=}k3U59kF+^#l$b>cD_CuWvT z#FONo$@8gCml!=R;|LhBHk|NN1i}824jPK>TX{vviXh)`zC-XWYEPD(2bEYe1C>uOYH&bAtn;}*Ih8}2R z6rQ>ko`oV<(>l)pZI{+XW&&z0N+sGUIIX4&(nOd}(=i1wS8Q`hy0$@Zg>I=D9|Cu7 zmdRE0^m^BD>MKD;!PmlkvZ-D+6IxvbV|G>o=Zb@P(#sPP7*Nay5z82R92*50&b1&# ze^{aMVy^OshxhB*8Aghgu?23Z^ROjnME(v4R-| z_s(plp`)NTVB|UMSpoaA3}QHt6YMJ6DjQp!dq8>8ZY7_xaydZg7ztS;Y8-VMjXjuF_9dGPcmcp_XA|pD1mqskw5Xq8MtAP&>leZKvX3P-0;qXprhswn`G{Ufb zAsd8}D%irL>f^8qR%a6S`pme30VJBI6O0P%qL)yggr~G>xIC8V{^S#c9SCN^>|ihE z7`fS~F!>xmY73Pmsl#D~&kTJS5Gn|>pPM?kzSRAEWOJyyzbDj@Y`p~cGgxyHssfyV zT4UaPxDbymq`&#ExI%vUe?%AL-=y1S+;Vnk<5}Cx99q6ianN~#9wg+X@R&e##Bs{s zr&Q;&bf*{c`T$Um!Z!ScXW|sO&W&N}t6IMCpE^wmwr6O4o!Ioeye*%RS$iS#)Ka zMd;50<&DmY>NS5b;~z--2eN^-m1CKXL+Oq~ z>n09i1s}Yu4j`^Q+gtn)38K2-LrAzhz%(zEku4mhZK! z1`aP-V7r^D>rQ!}O!YjuihEsmw!Qni``_9B?Sm<=_@GHlwGP~Ag}v`;(~i`x;~yB( zyH2JWPu*~=`CFFy7mq$@XkJcaTDGTKU{d@2)89M2+H!cc;Yi9J$kx<-vwb=8cI;Mc zwZ1Q1)3@kcBWnSW)lH1DZc0le&y{725FV=cm;wX_WxOhpv28Pj9J-#P&iC}Kn0Fk57k0~(8# zTFLdkQKJIEHbNk5O3rEvw19Ob?W4Yv(vc5_S-2({C)qhc!BHtYR>Q=%(TiGLg+@w@ z6quk5j&!Fw-XE3!Il2dR8T`MzEEB+iD?E=M&Ki<#v4~^M`DiC8QBEf}m4VSR`8qKg zaS>I*P{k{F>%p`<2sSQ{-9Gn+UwZdT_k;TvE3+PeY7^J36^dn;+2;1_rp?*iWDWn&(`s=tb8h@X z;}{TE-08Z$yp101LZC74ppX-)$h?a}IN{K^d@|EGn8ttKj(i10Rti7Zt*&4AJ-e#wNqY5D9eN8UzHc3`NCZ*$tWIq#rn7?L;U zT@-Rt7b+-J&>B5*OL7Vgwpvaa3Y4hyi29wCsmk`WqhlQ}g@|FpQG>+^WoceufdgmO zSs;JX=(02y6vq>lu1-~Vr5)YtHhQl2pzFGt7EhF=>5&Z~F6gJRpTM7XsRz^7tFgR_ zRji5%bPH6VW++!JP;y$KX>S|ie0BTX=uZI;^Lu@hzRw)TjK z_;&cxY-VW=jB*EiS1WvXn#Vd>N^y;9dOOlL!KbIl@=#l9N+(jf;3ueil5|cbSH$@K zCKZt@eOF7GBV7gW+(Yma*~ap8qhFgR>3Cep#ojZ7)IQ~n`O)nZkvz6j1BalETk2W|}Oa zXTdKq?<90EQ<}IOi^5up(eG0;GcOVw2J)S4WNMY*IA&qx7G|v86|y&F`&vPE(vQkB zpk+xv&A1T0n~mlw=?SK+iU&^J-G}Dm3XBIi+01z+RH-f_mE(_bcBJj4zVuFWi%HwY^j_e6XiSI$B< z#dcY(GQQn%0S?o&gH$YJSrx4$v2Jiirc4T1(+#tjqkNVW1%5AY5uBrvQEP@+5yow* zj!{XPq43-)Jc(QQsbmPn6rd$068?zrsyI~+5Zq85WAQoE5s$0WN=mm&U}vw$-Pke{ zeUjwx`bmOD03I%?U!xi{yGqTPLS?WXx_HkJh=GOTCnS0aQOWLf9(6Cnm;rB3(M-};l)bLOOCjO^rB6g zmmJk=j_M|djPl?v2L{=Pju`$(BAsVF+rDvfR-J4<2t{V21pTxI*GV;m^=c}+UQPNs zg`teL(ojUX5UZ^*H4Z94&9&>inHkW);|*4>vD|qw#5(noY6!7JZI)c%x0Ke1*9u?6 zs?>~ciicg7`KW6B;<4a*eGNPzQBoWR7sy;8(t(($7%0!G`OfH$g*Sku(&Yb-Y<$4_ zXyz`kgkfu-+~S~hfyG10556$9Qrwpmtu?lI;A`{`D9kGP8w#;yMiuMcMY-sNn2V&p zczQW9rPDg`7m$oK)m&uh@=1Mvwmy`p-<7W4m2Dfyv>i{k9fu20^`NXT+qjvmTwvl7 z?9K#tq=P%M4LzBLJ?Vx$+4gOj_K|e^NQvD`kro+{$Cpn%0*r~pZ|QYb;Ky?e?5uyO zfhT)oxI8FA7ez4h59$3#;k6*Fd3+Goq&;mZdmCq|sR!z%^`;*&kLyi20fy4Uca8FY zK*^k&`vn+}lOOF3{r%sOC0SqG-@*dFL*4ZwlhWPxw5L7e*_zgkPi3m2NbrIpd>l6+ zfSzO1oQ?Ek3ju#(?^l)eAINr!2ca?GXq%i~vNSgL&+ z5e25n@_LyLb7?>W5$r_+0ee;_DE9WZw(JUM6Pvtz?)8s-k)hjWnQpzGq~Y6HHVFM%kRJJ2x&)^ZLU zjD-{%f{a3lgL_b=3?;`mtm?wV->2cBh01I^m<*>c9qi*+C=(pH9~@a6c~ITF;z(8Z zth#$1nuPk32F3JaV7s9_9-<0=y_NshD9O(Sl}__bq$Jym;gXww;7&A!dJu`|^TL(i zk@j?CJbTlgy(#3!#^t+*#2$$z?Q)R8a?_C(Dvg1876IpH;r$aCd`+y zjeM~IMq4IY>GSY0IA=`I`?9MXR$wRlAshaO#y6T^@@7UE13dBRI6^zkuNbD8=S`I7 znzD(T<^PDfx%-Ke6#7%#K*q2g=#LSmFDkIlGFZ7ctDFsd4fOr-5`rezqWVcyoC%M| zUyS0wYD95H6i@aQ59?=S{{ap18FTJbOQdd6F;NxeI1W4lnd5J||2ny|qi1zW&vez4_;lT!>-)z9AkK z?95cTXy4YR>wPp_bmFI2aIZ}XvME=&??V&`^YtlV!h9eHYOUl#tg|EvkBBYDHWbQgwu4yZZfw>u>WR|FiH_x%_Rx} z-*osz?x1K~@kj*k)~&^}T_($qXokXAj;C!R*dfEym{>zgyssMYsrrewO$7)_JLutv_p2$P~2rfnIEOIZIQZa3i~gq(!H zC`_X}RdEfuGsTvB919WdL+8vdL3#ED%!A4~D4Daor<8{y3QM_VDp!N`(;xs%D_3F3 zH+I1?_OtSgz$pljLK5Y{EE3y98K1oB_vEz zC>m1o8pk}xDOi68+T@u;u5?R|3=0FyjhitVdNvZSGSs=RdD+>qhl(xjb0 z<(E?4O^cSS%e!pO1bWi=@9KfTr@}|yqDTd|-r01w4U((S{3Qfs3wbeJm zote-CFb#TvJ|4nV)y4_NVKXt#*!*umy1FH zD@W0FzE<`k1aZk%DB>X9j?v9WD~PF2*=9mYHx=UilvE6MrSMim8eqA zj=%$7cebWIQ?oT)vlY(tvVmr3qy3f8Mpsn+j0g>wZWtVakC5GjU;gcrKdC!hBmAhw zak$m=Bhi3+c>sM4{iE#&6rb?RffSokH#Q|gFbcq+sCGfrVAk{s*tix9Zv?QdltDB_ zTTc&dD{Mn~MuQ9p;TgyW-;iXBgrCZ_tz^0xy z32x58fPlbd!_H8ttZ+_f#FLH1n?rHx|3OoJ8r5LR-9l|((aFAhLuaE`p7{&^X6z4v z#!O&aI6WAA3 zNQ6){m9&*H%Hsb<0JJ0S{3E}Rq2&`>Y|E(tD7m6jqNEk-C<}DF{{;AJIch*Q4xWg1QP4NLfN4DCFsha%GDF{Mfv9(rbz>ZZhZB!f&q0M8%#p7bBkGW2#- z4R{Fll@v){M5IhdN#u6A1*nihYQRcckO`i0m0W707J>^D*apaSl;5Rp~z*ua@YR%3?=O-0)|K0Q1MlsX4CEd6s>ut`~ir{LRw&L(b zQ|025KQ#%J^?+?JtdSajT2b(z*o680hqsx2w9RsOzYV8qY%rdR<9mrkv@q>n3}OSg zGv*Y7S9+D0EGZCCn5!&uDG*crE%+Rxu3{;GK2t*54a*&rDCf>DV!~-MlYW}4U={e( zz5`Jz?>le#HCiw~rUm-IK#kgl{tHH)z?NNe)`;bOtGb%hUz}B=?U7xR5CW85iAFW% zm$~|vV{w*F2uY`@ z4&!)$VhXQ#6ldG7%)H@20Z&T2m{`6ObZ)S~K>V!4?Y)P{n3v9I^cQWH(B4z8xqOGb z13`fu#nBM5j*dGydnU5R@ew>2XwrcWH5Ojw2<1YKOjKRYuTuxySugW%jRx62XWT8yXoxf#GCoHwoTJ@JmI(5tWX)-E-NykDFbY@w#JV$@2N(s_tV)$Ui9K=61pL0@ErL5DtXh|77{qYj_+o#VviIAgfV zo;CHA0qRonrc9P*n${Q40npQaM#_+V?w#J%;33#_5S6ku-MBT=_(Zz#2?**QwDx3L zx20RRG5^!uX>T`9xPuUCt0WTUuwh-WHsS1N@R3(&?s|Lt)_A6AZ@OvkLuK)-Td;`M z1xqvX)Z=_;Lrbb)W1No=jjzIuI6uEBj4lqU47r%lJ(av4*j^Pcgc~h6UpR0Qy02d7fN|U zsk%_!XsX(g^#^aBzHxdb_}%7rnlr6?(yel_Lg|7D;R1HnSfOUVUMC)HnaA-22#gRIk)T9|cuk7mMh zRJF9zwjb3o3oN=|F4eC}u9>ZbZd&m!n&wVOtnyz|_%_}CG2NJjla^BzBd{fY0Y@L)1GdUQ)?3H4aOSe zfW#MspwSyz7mECk6iuuqw~C>qUx6}zyfC2X*Z@hg%YuML3DeYt2`e#rhgosL{*tHz zGPC2Jg%#?C5iXiHjsj{!HBC~z+Z6ky`Ty8+jz+i?d}ZcWJ}F^hM2@}~A=TJVJHa z^S*TRJ_1b+e>S0I|GHpq0fKEH@dgZ9_M|;~?)I#DhEnz+F6l5qLzlB%y>dwoN2DTA zhlY2Ear{l&Z`vOxT8$XM#$j;iVv;SwRwWliqD1hNT!<})lT2_5qSQe`_Hr2Nbz8*z zI(>Dm44!(mwtRd!_1f$9h$T^}c1!a;emT+>##X*&2vsHj zw{tRlDUn+*VjkI%Tm6_hR+r8j4!sO)37s7xVVVE6B=jt(a6})TB76K< zh1Ue{S?ngAc)?+i?Ul@02vT~`(lLoXZKQ3+qx|#KpjqMavLBOG#1qm=C9%vpZRzyY z%W|Awfz2+yvB2@y}u?_v@d;)QR{PRE%FoJba-NaxJ$p5hXFOgnkTIE&L?rO$( za(6KW!gd0{!&P{OCxx!gdzO}50!ECFpaCZBuBxF=Z9nkWe>AXnHL&k{!P|$w>0ACB zeKO};&3A(7z`h5KArRv=wQ%85RsAUrfRP~4U!V8bD=L5fDUN&XXJpfFHy*aSlcPu3 z*=_agJ|IsKN^p%p9D3pSMf&0w5eNm{6+7_}F6L!V6=E>WW3qh|Zu04y;w1m2bL1-Q zaqwic2IF6nB7F({IL>QFzED=m@x>w-A{v*$5JA^(8*d8NjSD#KdfkA#@p{>Bs9ra| zc#NshO{3=kzx=4RiEFFgLM^$fDA#U)GgDszLoJ943tU?r9LHzF@P+3ximAiD@?<`) zig#&NLul@2m{zb7ttk+fbq#d>)YFNx!C7Bx#urNaLaE*ZY2SgA`vBXvlg|v5I5@z1 zRi_M&=|ec0uTELvbaC%(SFiLXX8P#E1zH {_e>CdW`j{m?)5Z^t}svs?5+18Sw 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 G!v7yWo;dmd diff --git a/backend/.venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc deleted file mode 100644 index 1ce4bb3b9690e18051cd72a22de232e81967c5e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12526 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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 - - -@dataclass(frozen=True) -class IndexContent: - """Represents one response (or page), along with its URL. - - :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. - """ - - content: bytes - content_type: str - encoding: Optional[str] - url: str - cache_link_parsing: bool = True - - def __str__(self) -> str: - return redact_auth_from_url(self.url) - - -class HTMLLinkParser(HTMLParser): - """ - HTMLParser that keeps the first base HREF and a list of all anchor - elements' attributes. - """ - - def __init__(self, url: str) -> None: - super().__init__(convert_charrefs=True) - - self.url: str = url - self.base_url: Optional[str] = None - self.anchors: List[Dict[str, Optional[str]]] = [] - - def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: - if tag == "base" and self.base_url is None: - href = self.get_href(attrs) - if href is not None: - self.base_url = href - elif tag == "a": - self.anchors.append(dict(attrs)) - - def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: - for name, value in attrs: - if name == "href": - return value - return None - - -def _handle_get_simple_fail( - link: Link, - reason: Union[str, Exception], - meth: Optional[Callable[..., None]] = None, -) -> None: - if meth is None: - meth = logger.debug - meth("Could not fetch URL %s: %s - skipping", link, reason) - - -def _make_index_content( - response: Response, cache_link_parsing: bool = True -) -> IndexContent: - encoding = _get_encoding_from_headers(response.headers) - return IndexContent( - response.content, - response.headers["Content-Type"], - encoding=encoding, - url=response.url, - cache_link_parsing=cache_link_parsing, - ) - - -def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: - url = link.url.split("#", 1)[0] - - # Check for VCS schemes that do not support lookup as web pages. - vcs_scheme = _match_vcs_scheme(url) - if vcs_scheme: - logger.warning( - "Cannot look at %s URL %s because it does not support lookup as web pages.", - vcs_scheme, - link, - ) - return None - - # Tack index.html onto file:// URLs that point to directories - scheme, _, path, _, _, _ = urllib.parse.urlparse(url) - if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): - # add trailing slash if not present so urljoin doesn't trim - # final segment - if not url.endswith("/"): - url += "/" - # TODO: In the future, it would be nice if pip supported PEP 691 - # style responses in the file:// URLs, however there's no - # standard file extension for application/vnd.pypi.simple.v1+json - # so we'll need to come up with something on our own. - url = urllib.parse.urljoin(url, "index.html") - logger.debug(" file: URL is directory, getting %s", url) - - try: - resp = _get_simple_response(url, session=session) - except _NotHTTP: - logger.warning( - "Skipping page %s because it looks like an archive, and cannot " - "be checked by a HTTP HEAD request.", - link, - ) - except _NotAPIContent as exc: - logger.warning( - "Skipping page %s because the %s request got Content-Type: %s. " - "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " - "application/vnd.pypi.simple.v1+html, and text/html", - link, - exc.request_desc, - exc.content_type, - ) - except NetworkConnectionError as exc: - _handle_get_simple_fail(link, exc) - except RetryError as exc: - _handle_get_simple_fail(link, exc) - except SSLError as exc: - reason = "There was a problem confirming the ssl certificate: " - reason += str(exc) - _handle_get_simple_fail(link, reason, meth=logger.info) - except requests.ConnectionError as exc: - _handle_get_simple_fail(link, f"connection error: {exc}") - except requests.Timeout: - _handle_get_simple_fail(link, "timed out") - else: - return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) - return None - - -class CollectedSources(NamedTuple): - find_links: Sequence[Optional[LinkSource]] - index_urls: Sequence[Optional[LinkSource]] - - -class LinkCollector: - """ - Responsible for collecting Link objects from all configured locations, - making network requests as needed. - - The class's main method is its collect_sources() method. - """ - - def __init__( - self, - session: PipSession, - search_scope: SearchScope, - ) -> None: - self.search_scope = search_scope - self.session = session - - @classmethod - def create( - cls, - session: PipSession, - options: Values, - suppress_no_index: bool = False, - ) -> "LinkCollector": - """ - :param session: The Session to use to make requests. - :param suppress_no_index: Whether to ignore the --no-index option - when constructing the SearchScope object. - """ - index_urls = [options.index_url] + options.extra_index_urls - if options.no_index and not suppress_no_index: - logger.debug( - "Ignoring indexes: %s", - ",".join(redact_auth_from_url(url) for url in index_urls), - ) - index_urls = [] - - # Make sure find_links is a list before passing to create(). - find_links = options.find_links or [] - - search_scope = SearchScope.create( - find_links=find_links, - index_urls=index_urls, - no_index=options.no_index, - ) - link_collector = LinkCollector( - session=session, - search_scope=search_scope, - ) - return link_collector - - @property - def find_links(self) -> List[str]: - return self.search_scope.find_links - - def fetch_response(self, location: Link) -> Optional[IndexContent]: - """ - Fetch an HTML page containing package links. - """ - return _get_index_content(location, session=self.session) - - def collect_sources( - self, - project_name: str, - candidates_from_page: CandidatesFromPage, - ) -> CollectedSources: - # The OrderedDict calls deduplicate sources by URL. - index_url_sources = collections.OrderedDict( - build_source( - loc, - candidates_from_page=candidates_from_page, - page_validator=self.session.is_secure_origin, - expand_dir=False, - cache_link_parsing=False, - project_name=project_name, - ) - for loc in self.search_scope.get_index_urls_locations(project_name) - ).values() - find_links_sources = collections.OrderedDict( - build_source( - loc, - candidates_from_page=candidates_from_page, - page_validator=self.session.is_secure_origin, - expand_dir=True, - cache_link_parsing=True, - project_name=project_name, - ) - for loc in self.find_links - ).values() - - if logger.isEnabledFor(logging.DEBUG): - lines = [ - f"* {s.link}" - for s in itertools.chain(find_links_sources, index_url_sources) - if s is not None and s.link is not None - ] - lines = [ - f"{len(lines)} location(s) to search " - f"for versions of {project_name}:" - ] + lines - logger.debug("\n".join(lines)) - - return CollectedSources( - find_links=list(find_links_sources), - index_urls=list(index_url_sources), - ) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/index/package_finder.py b/backend/.venv/Lib/site-packages/pip/_internal/index/package_finder.py deleted file mode 100644 index 0d65ce3..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/index/package_finder.py +++ /dev/null @@ -1,1020 +0,0 @@ -"""Routines related to PyPI, indexes""" - -import enum -import functools -import itertools -import logging -import re -from dataclasses import dataclass -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 InvalidVersion, _BaseVersion -from pip._vendor.packaging.version import parse as parse_version - -from pip._internal.exceptions import ( - BestVersionAlreadyInstalled, - DistributionNotFound, - InvalidWheelFilename, - UnsupportedWheel, -) -from pip._internal.index.collector import LinkCollector, parse_links -from pip._internal.models.candidate import InstallationCandidate -from pip._internal.models.format_control import FormatControl -from pip._internal.models.link import Link -from pip._internal.models.search_scope import SearchScope -from pip._internal.models.selection_prefs import SelectionPreferences -from pip._internal.models.target_python import TargetPython -from pip._internal.models.wheel import Wheel -from pip._internal.req import InstallRequirement -from pip._internal.utils._log import getLogger -from pip._internal.utils.filetypes import WHEEL_EXTENSION -from pip._internal.utils.hashes import Hashes -from pip._internal.utils.logging import indent_log -from pip._internal.utils.misc import build_netloc -from pip._internal.utils.packaging import check_requires_python -from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS - -if TYPE_CHECKING: - from pip._vendor.typing_extensions import TypeGuard - -__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] - - -logger = getLogger(__name__) - -BuildTag = Union[Tuple[()], Tuple[int, str]] -CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] - - -def _check_link_requires_python( - link: Link, - version_info: Tuple[int, int, int], - ignore_requires_python: bool = False, -) -> bool: - """ - Return whether the given Python version is compatible with a link's - "Requires-Python" value. - - :param version_info: A 3-tuple of ints representing the Python - major-minor-micro version to check. - :param ignore_requires_python: Whether to ignore the "Requires-Python" - value if the given Python version isn't compatible. - """ - try: - is_compatible = check_requires_python( - link.requires_python, - version_info=version_info, - ) - except specifiers.InvalidSpecifier: - logger.debug( - "Ignoring invalid Requires-Python (%r) for link: %s", - link.requires_python, - link, - ) - else: - if not is_compatible: - version = ".".join(map(str, version_info)) - if not ignore_requires_python: - logger.verbose( - "Link requires a different Python (%s not in: %r): %s", - version, - link.requires_python, - link, - ) - return False - - logger.debug( - "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", - version, - link.requires_python, - link, - ) - - return True - - -class LinkType(enum.Enum): - candidate = enum.auto() - different_project = enum.auto() - yanked = enum.auto() - format_unsupported = enum.auto() - format_invalid = enum.auto() - platform_mismatch = enum.auto() - requires_python_mismatch = enum.auto() - - -class LinkEvaluator: - """ - Responsible for evaluating links for a particular project. - """ - - _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") - - # Don't include an allow_yanked default value to make sure each call - # site considers whether yanked releases are allowed. This also causes - # that decision to be made explicit in the calling code, which helps - # people when reading the code. - def __init__( - self, - project_name: str, - canonical_name: str, - formats: FrozenSet[str], - target_python: TargetPython, - allow_yanked: bool, - ignore_requires_python: Optional[bool] = None, - ) -> None: - """ - :param project_name: The user supplied package name. - :param canonical_name: The canonical package name. - :param formats: The formats allowed for this package. Should be a set - with 'binary' or 'source' or both in it. - :param target_python: The target Python interpreter to use when - evaluating link compatibility. This is used, for example, to - check wheel compatibility, as well as when checking the Python - version, e.g. the Python version embedded in a link filename - (or egg fragment) and against an HTML link's optional PEP 503 - "data-requires-python" attribute. - :param allow_yanked: Whether files marked as yanked (in the sense - of PEP 592) are permitted to be candidates for install. - :param ignore_requires_python: Whether to ignore incompatible - PEP 503 "data-requires-python" values in HTML links. Defaults - to False. - """ - if ignore_requires_python is None: - ignore_requires_python = False - - self._allow_yanked = allow_yanked - self._canonical_name = canonical_name - self._ignore_requires_python = ignore_requires_python - self._formats = formats - self._target_python = target_python - - self.project_name = project_name - - def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: - """ - Determine whether a link is a candidate for installation. - - :return: A tuple (result, detail), where *result* is an enum - representing whether the evaluation found a candidate, or the reason - why one is not found. If a candidate is found, *detail* will be the - candidate's version string; if one is not found, it contains the - reason the link fails to qualify. - """ - version = None - if link.is_yanked and not self._allow_yanked: - reason = link.yanked_reason or "" - return (LinkType.yanked, f"yanked for reason: {reason}") - - if link.egg_fragment: - egg_info = link.egg_fragment - ext = link.ext - else: - egg_info, ext = link.splitext() - if not ext: - return (LinkType.format_unsupported, "not a file") - if ext not in SUPPORTED_EXTENSIONS: - return ( - LinkType.format_unsupported, - f"unsupported archive format: {ext}", - ) - if "binary" not in self._formats and ext == WHEEL_EXTENSION: - reason = f"No binaries permitted for {self.project_name}" - return (LinkType.format_unsupported, reason) - if "macosx10" in link.path and ext == ".zip": - return (LinkType.format_unsupported, "macosx10 one") - if ext == WHEEL_EXTENSION: - try: - wheel = Wheel(link.filename) - except InvalidWheelFilename: - return ( - LinkType.format_invalid, - "invalid wheel filename", - ) - if canonicalize_name(wheel.name) != self._canonical_name: - reason = f"wrong project name (not {self.project_name})" - return (LinkType.different_project, reason) - - supported_tags = self._target_python.get_unsorted_tags() - if not wheel.supported(supported_tags): - # Include the wheel's tags in the reason string to - # simplify troubleshooting compatibility issues. - file_tags = ", ".join(wheel.get_formatted_file_tags()) - reason = ( - f"none of the wheel's tags ({file_tags}) are compatible " - f"(run pip debug --verbose to show compatible tags)" - ) - return (LinkType.platform_mismatch, reason) - - version = wheel.version - - # This should be up by the self.ok_binary check, but see issue 2700. - if "source" not in self._formats and ext != WHEEL_EXTENSION: - reason = f"No sources permitted for {self.project_name}" - return (LinkType.format_unsupported, reason) - - if not version: - version = _extract_version_from_fragment( - egg_info, - self._canonical_name, - ) - if not version: - reason = f"Missing project version for {self.project_name}" - return (LinkType.format_invalid, reason) - - match = self._py_version_re.search(version) - if match: - version = version[: match.start()] - py_version = match.group(1) - if py_version != self._target_python.py_version: - return ( - LinkType.platform_mismatch, - "Python version is incorrect", - ) - - supports_python = _check_link_requires_python( - link, - version_info=self._target_python.py_version_info, - ignore_requires_python=self._ignore_requires_python, - ) - if not supports_python: - reason = f"{version} Requires-Python {link.requires_python}" - return (LinkType.requires_python_mismatch, reason) - - logger.debug("Found link %s, version: %s", link, version) - - return (LinkType.candidate, version) - - -def filter_unallowed_hashes( - candidates: List[InstallationCandidate], - hashes: Optional[Hashes], - project_name: str, -) -> List[InstallationCandidate]: - """ - Filter out candidates whose hashes aren't allowed, and return a new - list of candidates. - - If at least one candidate has an allowed hash, then all candidates with - either an allowed hash or no hash specified are returned. Otherwise, - the given candidates are returned. - - Including the candidates with no hash specified when there is a match - allows a warning to be logged if there is a more preferred candidate - with no hash specified. Returning all candidates in the case of no - matches lets pip report the hash of the candidate that would otherwise - have been installed (e.g. permitting the user to more easily update - their requirements file with the desired hash). - """ - if not hashes: - logger.debug( - "Given no hashes to check %s links for project %r: " - "discarding no candidates", - len(candidates), - project_name, - ) - # Make sure we're not returning back the given value. - return list(candidates) - - matches_or_no_digest = [] - # Collect the non-matches for logging purposes. - non_matches = [] - match_count = 0 - for candidate in candidates: - link = candidate.link - if not link.has_hash: - pass - elif link.is_hash_allowed(hashes=hashes): - match_count += 1 - else: - non_matches.append(candidate) - continue - - matches_or_no_digest.append(candidate) - - if match_count: - filtered = matches_or_no_digest - else: - # Make sure we're not returning back the given value. - filtered = list(candidates) - - if len(filtered) == len(candidates): - discard_message = "discarding no candidates" - else: - discard_message = "discarding {} non-matches:\n {}".format( - len(non_matches), - "\n ".join(str(candidate.link) for candidate in non_matches), - ) - - logger.debug( - "Checked %s links for project %r against %s hashes " - "(%s matches, %s no digest): %s", - len(candidates), - project_name, - hashes.digest_count, - match_count, - len(matches_or_no_digest) - match_count, - discard_message, - ) - - return filtered - - -@dataclass -class CandidatePreferences: - """ - Encapsulates some of the preferences for filtering and sorting - InstallationCandidate objects. - """ - - prefer_binary: bool = False - allow_all_prereleases: bool = False - - -class BestCandidateResult: - """A collection of candidates, returned by `PackageFinder.find_best_candidate`. - - This class is only intended to be instantiated by CandidateEvaluator's - `compute_best_candidate()` method. - """ - - def __init__( - self, - candidates: List[InstallationCandidate], - applicable_candidates: List[InstallationCandidate], - best_candidate: Optional[InstallationCandidate], - ) -> None: - """ - :param candidates: A sequence of all available candidates found. - :param applicable_candidates: The applicable candidates. - :param best_candidate: The most preferred candidate found, or None - if no applicable candidates were found. - """ - assert set(applicable_candidates) <= set(candidates) - - if best_candidate is None: - assert not applicable_candidates - else: - assert best_candidate in applicable_candidates - - self._applicable_candidates = applicable_candidates - self._candidates = candidates - - self.best_candidate = best_candidate - - def iter_all(self) -> Iterable[InstallationCandidate]: - """Iterate through all candidates.""" - return iter(self._candidates) - - def iter_applicable(self) -> Iterable[InstallationCandidate]: - """Iterate through the applicable candidates.""" - return iter(self._applicable_candidates) - - -class CandidateEvaluator: - """ - Responsible for filtering and sorting candidates for installation based - on what tags are valid. - """ - - @classmethod - def create( - cls, - project_name: str, - target_python: Optional[TargetPython] = None, - prefer_binary: bool = False, - allow_all_prereleases: bool = False, - specifier: Optional[specifiers.BaseSpecifier] = None, - hashes: Optional[Hashes] = None, - ) -> "CandidateEvaluator": - """Create a CandidateEvaluator object. - - :param target_python: The target Python interpreter to use when - checking compatibility. If None (the default), a TargetPython - object will be constructed from the running Python. - :param specifier: An optional object implementing `filter` - (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable - versions. - :param hashes: An optional collection of allowed hashes. - """ - if target_python is None: - target_python = TargetPython() - if specifier is None: - specifier = specifiers.SpecifierSet() - - supported_tags = target_python.get_sorted_tags() - - return cls( - project_name=project_name, - supported_tags=supported_tags, - specifier=specifier, - prefer_binary=prefer_binary, - allow_all_prereleases=allow_all_prereleases, - hashes=hashes, - ) - - def __init__( - self, - project_name: str, - supported_tags: List[Tag], - specifier: specifiers.BaseSpecifier, - prefer_binary: bool = False, - allow_all_prereleases: bool = False, - hashes: Optional[Hashes] = None, - ) -> None: - """ - :param supported_tags: The PEP 425 tags supported by the target - Python in order of preference (most preferred first). - """ - self._allow_all_prereleases = allow_all_prereleases - self._hashes = hashes - self._prefer_binary = prefer_binary - self._project_name = project_name - self._specifier = specifier - self._supported_tags = supported_tags - # Since the index of the tag in the _supported_tags list is used - # as a priority, precompute a map from tag to index/priority to be - # used in wheel.find_most_preferred_tag. - self._wheel_tag_preferences = { - tag: idx for idx, tag in enumerate(supported_tags) - } - - def get_applicable_candidates( - self, - candidates: List[InstallationCandidate], - ) -> List[InstallationCandidate]: - """ - Return the applicable candidates from a list of candidates. - """ - # Using None infers from the specifier instead. - allow_prereleases = self._allow_all_prereleases or None - specifier = self._specifier - - # 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(). - candidates_and_versions = [(c, str(c.version)) for c in candidates] - versions = set( - specifier.filter( - (v for _, v in candidates_and_versions), - prereleases=allow_prereleases, - ) - ) - - applicable_candidates = [c for c, v in candidates_and_versions if v in versions] - filtered_applicable_candidates = filter_unallowed_hashes( - candidates=applicable_candidates, - hashes=self._hashes, - project_name=self._project_name, - ) - - return sorted(filtered_applicable_candidates, key=self._sort_key) - - def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: - """ - Function to pass as the `key` argument to a call to sorted() to sort - InstallationCandidates by preference. - - Returns a tuple such that tuples sorting as greater using Python's - default comparison operator are more preferred. - - The preference is as follows: - - First and foremost, candidates with allowed (matching) hashes are - always preferred over candidates without matching hashes. This is - because e.g. if the only candidate with an allowed hash is yanked, - we still want to use that candidate. - - Second, excepting hash considerations, candidates that have been - yanked (in the sense of PEP 592) are always less preferred than - candidates that haven't been yanked. Then: - - If not finding wheels, they are sorted by version only. - If finding wheels, then the sort order is by version, then: - 1. existing installs - 2. wheels ordered via Wheel.support_index_min(self._supported_tags) - 3. source archives - If prefer_binary was set, then all wheels are sorted above sources. - - Note: it was considered to embed this logic into the Link - comparison operators, but then different sdist links - with the same version, would have to be considered equal - """ - valid_tags = self._supported_tags - support_num = len(valid_tags) - build_tag: BuildTag = () - binary_preference = 0 - link = candidate.link - if link.is_wheel: - # can raise InvalidWheelFilename - wheel = Wheel(link.filename) - try: - pri = -( - wheel.find_most_preferred_tag( - valid_tags, self._wheel_tag_preferences - ) - ) - except ValueError: - raise UnsupportedWheel( - f"{wheel.filename} is not a supported wheel for this platform. It " - "can't be sorted." - ) - if self._prefer_binary: - binary_preference = 1 - if wheel.build_tag is not None: - match = re.match(r"^(\d+)(.*)$", wheel.build_tag) - assert match is not None, "guaranteed by filename validation" - build_tag_groups = match.groups() - build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) - else: # sdist - pri = -(support_num) - has_allowed_hash = int(link.is_hash_allowed(self._hashes)) - yank_value = -1 * int(link.is_yanked) # -1 for yanked. - return ( - has_allowed_hash, - yank_value, - binary_preference, - candidate.version, - pri, - build_tag, - ) - - def sort_best_candidate( - self, - candidates: List[InstallationCandidate], - ) -> Optional[InstallationCandidate]: - """ - Return the best candidate per the instance's sort order, or None if - no candidate is acceptable. - """ - if not candidates: - return None - best_candidate = max(candidates, key=self._sort_key) - return best_candidate - - def compute_best_candidate( - self, - candidates: List[InstallationCandidate], - ) -> BestCandidateResult: - """ - Compute and return a `BestCandidateResult` instance. - """ - applicable_candidates = self.get_applicable_candidates(candidates) - - best_candidate = self.sort_best_candidate(applicable_candidates) - - return BestCandidateResult( - candidates, - applicable_candidates=applicable_candidates, - best_candidate=best_candidate, - ) - - -class PackageFinder: - """This finds packages. - - This is meant to match easy_install's technique for looking for - packages, by reading pages and looking for appropriate links. - """ - - def __init__( - self, - link_collector: LinkCollector, - target_python: TargetPython, - allow_yanked: bool, - format_control: Optional[FormatControl] = None, - candidate_prefs: Optional[CandidatePreferences] = None, - ignore_requires_python: Optional[bool] = None, - ) -> None: - """ - This constructor is primarily meant to be used by the create() class - method and from tests. - - :param format_control: A FormatControl object, used to control - the selection of source packages / binary packages when consulting - the index and links. - :param candidate_prefs: Options to use when creating a - CandidateEvaluator object. - """ - if candidate_prefs is None: - candidate_prefs = CandidatePreferences() - - format_control = format_control or FormatControl(set(), set()) - - self._allow_yanked = allow_yanked - self._candidate_prefs = candidate_prefs - self._ignore_requires_python = ignore_requires_python - self._link_collector = link_collector - self._target_python = target_python - - self.format_control = format_control - - # These are boring links that have already been logged somehow. - self._logged_links: Set[Tuple[Link, LinkType, str]] = set() - - # Don't include an allow_yanked default value to make sure each call - # site considers whether yanked releases are allowed. This also causes - # that decision to be made explicit in the calling code, which helps - # people when reading the code. - @classmethod - def create( - cls, - link_collector: LinkCollector, - selection_prefs: SelectionPreferences, - target_python: Optional[TargetPython] = None, - ) -> "PackageFinder": - """Create a PackageFinder. - - :param selection_prefs: The candidate selection preferences, as a - SelectionPreferences object. - :param target_python: The target Python interpreter to use when - checking compatibility. If None (the default), a TargetPython - object will be constructed from the running Python. - """ - if target_python is None: - target_python = TargetPython() - - candidate_prefs = CandidatePreferences( - prefer_binary=selection_prefs.prefer_binary, - allow_all_prereleases=selection_prefs.allow_all_prereleases, - ) - - return cls( - candidate_prefs=candidate_prefs, - link_collector=link_collector, - target_python=target_python, - allow_yanked=selection_prefs.allow_yanked, - format_control=selection_prefs.format_control, - ignore_requires_python=selection_prefs.ignore_requires_python, - ) - - @property - def target_python(self) -> TargetPython: - return self._target_python - - @property - def search_scope(self) -> SearchScope: - return self._link_collector.search_scope - - @search_scope.setter - def search_scope(self, search_scope: SearchScope) -> None: - self._link_collector.search_scope = search_scope - - @property - def find_links(self) -> List[str]: - return self._link_collector.find_links - - @property - def index_urls(self) -> List[str]: - return self.search_scope.index_urls - - @property - def trusted_hosts(self) -> Iterable[str]: - for host_port in self._link_collector.session.pip_trusted_origins: - yield build_netloc(*host_port) - - @property - def allow_all_prereleases(self) -> bool: - return self._candidate_prefs.allow_all_prereleases - - def set_allow_all_prereleases(self) -> None: - self._candidate_prefs.allow_all_prereleases = True - - @property - def prefer_binary(self) -> bool: - return self._candidate_prefs.prefer_binary - - def set_prefer_binary(self) -> None: - self._candidate_prefs.prefer_binary = True - - def requires_python_skipped_reasons(self) -> List[str]: - reasons = { - detail - for _, result, detail in self._logged_links - if result == LinkType.requires_python_mismatch - } - return sorted(reasons) - - def make_link_evaluator(self, project_name: str) -> LinkEvaluator: - canonical_name = canonicalize_name(project_name) - formats = self.format_control.get_allowed_formats(canonical_name) - - return LinkEvaluator( - project_name=project_name, - canonical_name=canonical_name, - formats=formats, - target_python=self._target_python, - allow_yanked=self._allow_yanked, - ignore_requires_python=self._ignore_requires_python, - ) - - def _sort_links(self, links: Iterable[Link]) -> List[Link]: - """ - Returns elements of links in order, non-egg links first, egg links - second, while eliminating duplicates - """ - eggs, no_eggs = [], [] - seen: Set[Link] = set() - for link in links: - if link not in seen: - seen.add(link) - if link.egg_fragment: - eggs.append(link) - else: - no_eggs.append(link) - return no_eggs + eggs - - def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: - entry = (link, result, detail) - if entry not in self._logged_links: - # Put the link at the end so the reason is more visible and because - # the link string is usually very long. - logger.debug("Skipping link: %s: %s", detail, link) - self._logged_links.add(entry) - - def get_install_candidate( - self, link_evaluator: LinkEvaluator, link: Link - ) -> Optional[InstallationCandidate]: - """ - If the link is a candidate for install, convert it to an - InstallationCandidate and return it. Otherwise, return None. - """ - result, detail = link_evaluator.evaluate_link(link) - if result != LinkType.candidate: - self._log_skipped_link(link, result, detail) - return None - - try: - return InstallationCandidate( - name=link_evaluator.project_name, - link=link, - version=detail, - ) - except InvalidVersion: - return None - - def evaluate_links( - self, link_evaluator: LinkEvaluator, links: Iterable[Link] - ) -> List[InstallationCandidate]: - """ - Convert links that are candidates to InstallationCandidate objects. - """ - candidates = [] - for link in self._sort_links(links): - candidate = self.get_install_candidate(link_evaluator, link) - if candidate is not None: - candidates.append(candidate) - - return candidates - - def process_project_url( - self, project_url: Link, link_evaluator: LinkEvaluator - ) -> List[InstallationCandidate]: - logger.debug( - "Fetching project page and analyzing links: %s", - project_url, - ) - index_response = self._link_collector.fetch_response(project_url) - if index_response is None: - return [] - - page_links = list(parse_links(index_response)) - - with indent_log(): - package_links = self.evaluate_links( - link_evaluator, - links=page_links, - ) - - return package_links - - @functools.lru_cache(maxsize=None) - def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: - """Find all available InstallationCandidate for project_name - - This checks index_urls and find_links. - All versions found are returned as an InstallationCandidate list. - - See LinkEvaluator.evaluate_link() for details on which files - are accepted. - """ - link_evaluator = self.make_link_evaluator(project_name) - - collected_sources = self._link_collector.collect_sources( - project_name=project_name, - candidates_from_page=functools.partial( - self.process_project_url, - link_evaluator=link_evaluator, - ), - ) - - page_candidates_it = itertools.chain.from_iterable( - source.page_candidates() - for sources in collected_sources - for source in sources - if source is not None - ) - page_candidates = list(page_candidates_it) - - file_links_it = itertools.chain.from_iterable( - source.file_links() - for sources in collected_sources - for source in sources - if source is not None - ) - file_candidates = self.evaluate_links( - link_evaluator, - sorted(file_links_it, reverse=True), - ) - - if logger.isEnabledFor(logging.DEBUG) and file_candidates: - paths = [] - for candidate in file_candidates: - assert candidate.link.url # we need to have a URL - try: - paths.append(candidate.link.file_path) - except Exception: - paths.append(candidate.link.url) # it's not a local file - - logger.debug("Local files found: %s", ", ".join(paths)) - - # This is an intentional priority ordering - return file_candidates + page_candidates - - def make_candidate_evaluator( - self, - project_name: str, - specifier: Optional[specifiers.BaseSpecifier] = None, - hashes: Optional[Hashes] = None, - ) -> CandidateEvaluator: - """Create a CandidateEvaluator object to use.""" - candidate_prefs = self._candidate_prefs - return CandidateEvaluator.create( - project_name=project_name, - target_python=self._target_python, - prefer_binary=candidate_prefs.prefer_binary, - allow_all_prereleases=candidate_prefs.allow_all_prereleases, - specifier=specifier, - hashes=hashes, - ) - - @functools.lru_cache(maxsize=None) - def find_best_candidate( - self, - project_name: str, - specifier: Optional[specifiers.BaseSpecifier] = None, - hashes: Optional[Hashes] = None, - ) -> BestCandidateResult: - """Find matches for the given project and specifier. - - :param specifier: An optional object implementing `filter` - (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable - versions. - - :return: A `BestCandidateResult` instance. - """ - candidates = self.find_all_candidates(project_name) - candidate_evaluator = self.make_candidate_evaluator( - project_name=project_name, - specifier=specifier, - hashes=hashes, - ) - return candidate_evaluator.compute_best_candidate(candidates) - - def find_requirement( - self, req: InstallRequirement, upgrade: bool - ) -> Optional[InstallationCandidate]: - """Try to find a Link matching req - - Expects req, an InstallRequirement and upgrade, a boolean - Returns a InstallationCandidate if found, - Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise - """ - hashes = req.hashes(trust_internet=False) - best_candidate_result = self.find_best_candidate( - req.name, - specifier=req.specifier, - hashes=hashes, - ) - best_candidate = best_candidate_result.best_candidate - - installed_version: Optional[_BaseVersion] = None - if req.satisfied_by is not None: - installed_version = req.satisfied_by.version - - def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: - # This repeated parse_version and str() conversion is needed to - # handle different vendoring sources from pip and pkg_resources. - # If we stop using the pkg_resources provided specifier and start - # using our own, we can drop the cast to str(). - return ( - ", ".join( - sorted( - {str(c.version) for c in cand_iter}, - key=parse_version, - ) - ) - or "none" - ) - - if installed_version is None and best_candidate is None: - logger.critical( - "Could not find a version that satisfies the requirement %s " - "(from versions: %s)", - req, - _format_versions(best_candidate_result.iter_all()), - ) - - raise DistributionNotFound(f"No matching distribution found for {req}") - - def _should_install_candidate( - candidate: Optional[InstallationCandidate], - ) -> "TypeGuard[InstallationCandidate]": - if installed_version is None: - return True - if best_candidate is None: - return False - return best_candidate.version > installed_version - - if not upgrade and installed_version is not None: - if _should_install_candidate(best_candidate): - logger.debug( - "Existing installed version (%s) satisfies requirement " - "(most up-to-date version is %s)", - installed_version, - best_candidate.version, - ) - else: - logger.debug( - "Existing installed version (%s) is most up-to-date and " - "satisfies requirement", - installed_version, - ) - return None - - if _should_install_candidate(best_candidate): - logger.debug( - "Using version %s (newest of versions: %s)", - best_candidate.version, - _format_versions(best_candidate_result.iter_applicable()), - ) - return best_candidate - - # We have an existing version, and its the best version - logger.debug( - "Installed version (%s) is most up-to-date (past versions: %s)", - installed_version, - _format_versions(best_candidate_result.iter_applicable()), - ) - raise BestVersionAlreadyInstalled - - -def _find_name_version_sep(fragment: str, canonical_name: str) -> int: - """Find the separator's index based on the package's canonical name. - - :param fragment: A + filename "fragment" (stem) or - egg fragment. - :param canonical_name: The package's canonical name. - - This function is needed since the canonicalized name does not necessarily - have the same length as the egg info's name part. An example:: - - >>> fragment = 'foo__bar-1.0' - >>> canonical_name = 'foo-bar' - >>> _find_name_version_sep(fragment, canonical_name) - 8 - """ - # Project name and version must be separated by one single dash. Find all - # occurrences of dashes; if the string in front of it matches the canonical - # name, this is the one separating the name and version parts. - for i, c in enumerate(fragment): - if c != "-": - continue - if canonicalize_name(fragment[:i]) == canonical_name: - return i - raise ValueError(f"{fragment} does not match {canonical_name}") - - -def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: - """Parse the version string from a + filename - "fragment" (stem) or egg fragment. - - :param fragment: The string to parse. E.g. foo-2.1 - :param canonical_name: The canonicalized name of the package this - belongs to. - """ - try: - version_start = _find_name_version_sep(fragment, canonical_name) + 1 - except ValueError: - return None - version = fragment[version_start:] - if not version: - return None - return version diff --git a/backend/.venv/Lib/site-packages/pip/_internal/index/sources.py b/backend/.venv/Lib/site-packages/pip/_internal/index/sources.py deleted file mode 100644 index 3dafb30..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/index/sources.py +++ /dev/null @@ -1,284 +0,0 @@ -import logging -import mimetypes -import os -from collections import defaultdict -from typing import Callable, Dict, Iterable, List, Optional, Tuple - -from pip._vendor.packaging.utils import ( - InvalidSdistFilename, - InvalidWheelFilename, - canonicalize_name, - parse_sdist_filename, - parse_wheel_filename, -) - -from pip._internal.models.candidate import InstallationCandidate -from pip._internal.models.link import Link -from pip._internal.utils.urls import path_to_url, url_to_path -from pip._internal.vcs import is_url - -logger = logging.getLogger(__name__) - -FoundCandidates = Iterable[InstallationCandidate] -FoundLinks = Iterable[Link] -CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] -PageValidator = Callable[[Link], bool] - - -class LinkSource: - @property - def link(self) -> Optional[Link]: - """Returns the underlying link, if there's one.""" - raise NotImplementedError() - - def page_candidates(self) -> FoundCandidates: - """Candidates found by parsing an archive listing HTML file.""" - raise NotImplementedError() - - def file_links(self) -> FoundLinks: - """Links found by specifying archives directly.""" - raise NotImplementedError() - - -def _is_html_file(file_url: str) -> bool: - return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" - - -class _FlatDirectoryToUrls: - """Scans directory and caches results""" - - def __init__(self, path: str) -> None: - self._path = path - self._page_candidates: List[str] = [] - self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) - self._scanned_directory = False - - def _scan_directory(self) -> None: - """Scans directory once and populates both page_candidates - and project_name_to_urls at the same time - """ - for entry in os.scandir(self._path): - url = path_to_url(entry.path) - if _is_html_file(url): - self._page_candidates.append(url) - continue - - # File must have a valid wheel or sdist name, - # otherwise not worth considering as a package - try: - project_filename = parse_wheel_filename(entry.name)[0] - except InvalidWheelFilename: - try: - project_filename = parse_sdist_filename(entry.name)[0] - except InvalidSdistFilename: - continue - - self._project_name_to_urls[project_filename].append(url) - self._scanned_directory = True - - @property - def page_candidates(self) -> List[str]: - if not self._scanned_directory: - self._scan_directory() - - return self._page_candidates - - @property - def project_name_to_urls(self) -> Dict[str, List[str]]: - if not self._scanned_directory: - self._scan_directory() - - return self._project_name_to_urls - - -class _FlatDirectorySource(LinkSource): - """Link source specified by ``--find-links=``. - - This looks the content of the directory, and returns: - - * ``page_candidates``: Links listed on each HTML file in the directory. - * ``file_candidates``: Archives in the directory. - """ - - _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {} - - def __init__( - self, - candidates_from_page: CandidatesFromPage, - path: str, - project_name: str, - ) -> None: - self._candidates_from_page = candidates_from_page - self._project_name = canonicalize_name(project_name) - - # Get existing instance of _FlatDirectoryToUrls if it exists - if path in self._paths_to_urls: - self._path_to_urls = self._paths_to_urls[path] - else: - self._path_to_urls = _FlatDirectoryToUrls(path=path) - self._paths_to_urls[path] = self._path_to_urls - - @property - def link(self) -> Optional[Link]: - return None - - def page_candidates(self) -> FoundCandidates: - for url in self._path_to_urls.page_candidates: - yield from self._candidates_from_page(Link(url)) - - def file_links(self) -> FoundLinks: - for url in self._path_to_urls.project_name_to_urls[self._project_name]: - yield Link(url) - - -class _LocalFileSource(LinkSource): - """``--find-links=`` or ``--[extra-]index-url=``. - - If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to - the option, it is converted to a URL first. This returns: - - * ``page_candidates``: Links listed on an HTML file. - * ``file_candidates``: The non-HTML file. - """ - - def __init__( - self, - candidates_from_page: CandidatesFromPage, - link: Link, - ) -> None: - self._candidates_from_page = candidates_from_page - self._link = link - - @property - def link(self) -> Optional[Link]: - return self._link - - def page_candidates(self) -> FoundCandidates: - if not _is_html_file(self._link.url): - return - yield from self._candidates_from_page(self._link) - - def file_links(self) -> FoundLinks: - if _is_html_file(self._link.url): - return - yield self._link - - -class _RemoteFileSource(LinkSource): - """``--find-links=`` or ``--[extra-]index-url=``. - - This returns: - - * ``page_candidates``: Links listed on an HTML file. - * ``file_candidates``: The non-HTML file. - """ - - def __init__( - self, - candidates_from_page: CandidatesFromPage, - page_validator: PageValidator, - link: Link, - ) -> None: - self._candidates_from_page = candidates_from_page - self._page_validator = page_validator - self._link = link - - @property - def link(self) -> Optional[Link]: - return self._link - - def page_candidates(self) -> FoundCandidates: - if not self._page_validator(self._link): - return - yield from self._candidates_from_page(self._link) - - def file_links(self) -> FoundLinks: - yield self._link - - -class _IndexDirectorySource(LinkSource): - """``--[extra-]index-url=``. - - This is treated like a remote URL; ``candidates_from_page`` contains logic - for this by appending ``index.html`` to the link. - """ - - def __init__( - self, - candidates_from_page: CandidatesFromPage, - link: Link, - ) -> None: - self._candidates_from_page = candidates_from_page - self._link = link - - @property - def link(self) -> Optional[Link]: - return self._link - - def page_candidates(self) -> FoundCandidates: - yield from self._candidates_from_page(self._link) - - def file_links(self) -> FoundLinks: - return () - - -def build_source( - location: str, - *, - candidates_from_page: CandidatesFromPage, - page_validator: PageValidator, - expand_dir: bool, - cache_link_parsing: bool, - project_name: str, -) -> Tuple[Optional[str], Optional[LinkSource]]: - path: Optional[str] = None - url: Optional[str] = None - if os.path.exists(location): # Is a local path. - url = path_to_url(location) - path = location - elif location.startswith("file:"): # A file: URL. - url = location - path = url_to_path(location) - elif is_url(location): - url = location - - if url is None: - msg = ( - "Location '%s' is ignored: " - "it is either a non-existing path or lacks a specific scheme." - ) - logger.warning(msg, location) - return (None, None) - - if path is None: - source: LinkSource = _RemoteFileSource( - candidates_from_page=candidates_from_page, - page_validator=page_validator, - link=Link(url, cache_link_parsing=cache_link_parsing), - ) - return (url, source) - - if os.path.isdir(path): - if expand_dir: - source = _FlatDirectorySource( - candidates_from_page=candidates_from_page, - path=path, - project_name=project_name, - ) - else: - source = _IndexDirectorySource( - candidates_from_page=candidates_from_page, - link=Link(url, cache_link_parsing=cache_link_parsing), - ) - return (url, source) - elif os.path.isfile(path): - source = _LocalFileSource( - candidates_from_page=candidates_from_page, - link=Link(url, cache_link_parsing=cache_link_parsing), - ) - return (url, source) - logger.warning( - "Location '%s' is ignored: it is neither a file nor a directory.", - location, - ) - return (url, None) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/locations/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/locations/__init__.py deleted file mode 100644 index 32382be..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/locations/__init__.py +++ /dev/null @@ -1,456 +0,0 @@ -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 - - # 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/backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 02e0e40d2089271784253645fe6249c5f69c9786..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16442 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%0DB~ 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 ZvfDkpZ>opn*_W*@p!{RZiXK?-e*kZ4F){!E diff --git a/backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc deleted file mode 100644 index 1ecb9aa0ea86347b56d6bf56f4fbf528b72d0d15..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6793 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 D6VdOF diff --git a/backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc deleted file mode 100644 index 52192e660913b0623f964b0deb5a284180427d9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3783 zcmbUkT}&IvdDiRye;~w=6hcsS-rjDv25?RM&^R-&3Q$^#$svL>um@X{GCvd*tDir+zc`f|H;|x{-Ij znQvykzxlpzKL0Hc@FHkmE}T&=!RViKVl`)du>ETep%ru$$w=n%C|QGCl4EmQ(#9a4 z4S4uH12bIO%;ar6wIcTahe9yYe;y;HuVk3%+uJ-IfEP!?Ntg;jB&ed}2>F%U&FoeehA7Q}zR{rM@13@jegbZ_D*G zQmu`@sH2kmu_KpweI19}0SP>VlqXO@xs$K&lDR*JEE$3CL69r_iG7Fmp;@jI;kI`W z32{`8v@Yhj^i#2^sw_J{KX49~$8)7~$8j7Y~AVed8bcuz6tPmZB zZKSBGiaMSysxl_&X@wX?F^|=0lP@R*(^V)EoL4etKvxW$E{M{kIF5DGNw85Qs?;b6 z4-@)rQ&m?$S((c2yc3c5i+sknd>;|WIU@QFm+Mm!imF|T&bUIbi$fOQ7z$rCn=)IyOX+_llM!k|o za4G}V!K$1}OoRPWKT$F%YP4RAD=G2?S_?Pd^CV0;+nE|G;A3(m;9O_a`h1X*$YPm*KC@IE-5Vf2p zDijDVfE!~u;boySoD~{&E4ly~0X%ma$07V+3P1eIqB2d>h9MZ5py>%pJ(1HCwcDZ_ z7c7pkTJViPSd)^X0~y5tnm~eJ9Rht40;-Xt#ZC}anFhQnP{MQ*Oqhg5Ns9}m2}PQq z!a(Rtld}S(g7YJzN3SWWtd$@qz~M`xB#eyK)f%hIp3xvHmar^ji8fVFB2gVO2%Hd! zEI{@nBAEr0tmsD3Q1T$8CKvO#ribY$Xu2}N)T^fF8?HP?Jqom91wDipw8 zG{Kw}=HBxTiK?J#h9FId>Npl?pfb}?yJwXdDtGafbBUPCv}w9&r?G6>sUb~=qKg?o zQCpZ^y^vQ7nZTtG8rm^CX$C-O(l8x0Jk1?Cja`~qNtmwqYBI27K?K0CJ%5G40(#zz z+}=-1zbY+9|L$tv3N`PAZhi}8)}jn#{H;GM|r$elyC58cl^Q0^&zoP79RrTqtsKYAWS{@_wyxo>H(Jh*zg z;_F(scYXUjfWnb)kPVJL^M{r$mM^Zij{U=bwd$a#7dn0GzdU}^$+xMIm~RijU8~G1xEypH44x0X_4De&^W?cW;Ed*JGzE;U89f{p>B$yV$pD@@yL{75 z)n^w^j>37B*B~nn^_HUk+y0 zSB>xPuf0(N3c+!hKyMV_a~_Y`@b(sAHl==)!x=vQc{>O{@m%aP5d z=tfg?%~5GeECd0!zkB)mW@~h#HM-`hv>smwEb0|>yy|pty?0x-5rAsAo%61CRuO=; z76u-|3e2jf0$g;J-$nqcf`jV-deOnV@@Ch-M%O^4>-~k{#p$J+<(sSeMyRu5e;>+Q zTkAsmCbw^c+qXLQm^)mxaom~JcfLUYws~ah{4Yg(TlFFLev0gP65h8GycPU-nCjQ@ YLZ^@4U*etT;^ Dict[str, str]: - """ - Return a distutils install scheme - """ - from distutils.dist import Distribution - - dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} - if isolated: - dist_args["script_args"] = ["--no-user-cfg"] - - d = Distribution(dist_args) - if not ignore_config_files: - try: - d.parse_config_files() - except UnicodeDecodeError: - paths = d.find_config_files() - logger.warning( - "Ignore distutils configs in %s due to encoding errors.", - ", ".join(os.path.basename(p) for p in paths), - ) - obj: Optional[DistutilsCommand] = None - obj = d.get_command_obj("install", create=True) - assert obj is not None - i: 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: Dict[str, str] = {} - for key in SCHEME_KEYS: - scheme[key] = getattr(i, "install_" + key) - - # install_lib specified in setup.cfg should install *everything* - # into there (i.e. it takes precedence over both purelib and - # platlib). Note, i.install_lib is *always* set after - # finalize_options(); we only want to override here if the user - # has explicitly requested it hence going back to the config - if "install_lib" in d.get_option_dict("install"): - scheme.update({"purelib": i.install_lib, "platlib": i.install_lib}) - - if running_under_virtualenv(): - if home: - prefix = home - elif user: - prefix = i.install_userbase - else: - prefix = i.prefix - scheme["headers"] = os.path.join( - prefix, - "include", - "site", - f"python{get_major_minor_version()}", - dist_name, - ) - - if root is not None: - path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] - scheme["headers"] = os.path.join(root, path_no_drive[1:]) - - return scheme - - -def get_scheme( - dist_name: str, - user: bool = False, - home: Optional[str] = None, - root: Optional[str] = None, - isolated: bool = False, - prefix: Optional[str] = None, -) -> Scheme: - """ - Get the "scheme" corresponding to the input parameters. The distutils - documentation provides the context for the available schemes: - https://docs.python.org/3/install/index.html#alternate-installation - - :param dist_name: the name of the package to retrieve the scheme for, used - in the headers scheme path - :param user: indicates to use the "user" scheme - :param home: indicates to use the "home" scheme and provides the base - directory for the same - :param root: root under which other directories are re-based - :param isolated: equivalent to --no-user-cfg, i.e. do not consider - ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for - scheme paths - :param prefix: indicates to use the "prefix" scheme and provides the - base directory for the same - """ - scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) - return Scheme( - platlib=scheme["platlib"], - purelib=scheme["purelib"], - headers=scheme["headers"], - scripts=scheme["scripts"], - data=scheme["data"], - ) - - -def get_bin_prefix() -> str: - # XXX: In old virtualenv versions, sys.prefix can contain '..' components, - # so we need to call normpath to eliminate them. - prefix = os.path.normpath(sys.prefix) - if WINDOWS: - bin_py = os.path.join(prefix, "Scripts") - # buildout uses 'bin' on Windows too? - if not os.path.exists(bin_py): - bin_py = os.path.join(prefix, "bin") - return bin_py - # Forcing to use /usr/local/bin for standard macOS framework installs - # Also log to ~/Library/Logs/ for use with the Console.app log viewer - if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": - return "/usr/local/bin" - return os.path.join(prefix, "bin") - - -def get_purelib() -> str: - return get_python_lib(plat_specific=False) - - -def get_platlib() -> str: - return get_python_lib(plat_specific=True) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py b/backend/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py deleted file mode 100644 index ca860ea..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py +++ /dev/null @@ -1,214 +0,0 @@ -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: - converted_keys = {} - for key in SCHEME_KEYS: - converted_keys[key] = change_root(root, getattr(scheme, key)) - scheme = Scheme(**converted_keys) - 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/backend/.venv/Lib/site-packages/pip/_internal/locations/base.py b/backend/.venv/Lib/site-packages/pip/_internal/locations/base.py deleted file mode 100644 index 3f9f896..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/locations/base.py +++ /dev/null @@ -1,81 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/main.py b/backend/.venv/Lib/site-packages/pip/_internal/main.py deleted file mode 100644 index 33c6d24..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/main.py +++ /dev/null @@ -1,12 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py deleted file mode 100644 index aa232b6..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py +++ /dev/null @@ -1,128 +0,0 @@ -import contextlib -import functools -import os -import sys -from typing import TYPE_CHECKING, List, Optional, Type, cast - -from pip._internal.utils.misc import strtobool - -from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel - -if TYPE_CHECKING: - from typing import Literal, Protocol -else: - Protocol = object - -__all__ = [ - "BaseDistribution", - "BaseEnvironment", - "FilesystemWheel", - "MemoryWheel", - "Wheel", - "get_default_environment", - "get_environment", - "get_wheel_distribution", - "select_backend", -] - - -def _should_use_importlib_metadata() -> bool: - """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. - - By default, pip uses ``importlib.metadata`` on Python 3.11+, and - ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: - - * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it - dictates whether ``importlib.metadata`` is used, regardless of Python - version. - * On Python 3.11+, Python distributors can patch ``importlib.metadata`` - to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This - makes pip use ``pkg_resources`` (unless the user set the aforementioned - environment variable to *True*). - """ - with contextlib.suppress(KeyError, ValueError): - return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) - if sys.version_info < (3, 11): - return False - import importlib.metadata - - return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) - - -class Backend(Protocol): - NAME: 'Literal["importlib", "pkg_resources"]' - Distribution: Type[BaseDistribution] - Environment: Type[BaseEnvironment] - - -@functools.lru_cache(maxsize=None) -def select_backend() -> Backend: - if _should_use_importlib_metadata(): - from . import importlib - - return cast(Backend, importlib) - from . import pkg_resources - - return cast(Backend, pkg_resources) - - -def get_default_environment() -> BaseEnvironment: - """Get the default representation for the current environment. - - This returns an Environment instance from the chosen backend. The default - Environment instance should be built from ``sys.path`` and may use caching - to share instance state accorss calls. - """ - return select_backend().Environment.default() - - -def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: - """Get a representation of the environment specified by ``paths``. - - This returns an Environment instance from the chosen backend based on the - given import paths. The backend must build a fresh instance representing - the state of installed distributions when this function is called. - """ - return select_backend().Environment.from_paths(paths) - - -def get_directory_distribution(directory: str) -> BaseDistribution: - """Get the distribution metadata representation in the specified directory. - - This returns a Distribution instance from the chosen backend based on - the given on-disk ``.dist-info`` directory. - """ - return select_backend().Distribution.from_directory(directory) - - -def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: - """Get the representation of the specified wheel's distribution metadata. - - This returns a Distribution instance from the chosen backend based on - the given wheel's ``.dist-info`` directory. - - :param canonical_name: Normalized project name of the given wheel. - """ - return select_backend().Distribution.from_wheel(wheel, canonical_name) - - -def get_metadata_distribution( - metadata_contents: bytes, - filename: str, - canonical_name: str, -) -> BaseDistribution: - """Get the dist representation of the specified METADATA file contents. - - This returns a Distribution instance from the chosen backend sourced from the data - in `metadata_contents`. - - :param metadata_contents: Contents of a METADATA file within a dist, or one served - via PEP 658. - :param filename: Filename for the dist this metadata represents. - :param canonical_name: Normalized project name of the given dist. - """ - return select_backend().Distribution.from_metadata_file_contents( - metadata_contents, - filename, - canonical_name, - ) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index ece88d80281f58597af32bfbf7e3c75e7a7ba63c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5871 zcmcgwOKcm*8J;DVTt4)cEXlTPPnJ>(dmr``hOLWT(>tQ#anT@=0%k%0m^6#f6%U6PXJ z6ot`_pn2^){`tTE$h%*KT#>I;_rIr`46~ zvbuBK5@9i(gtc)vrzh8A_2zmdQi!m=T<uSE3ZJ92IyLe3LC^$yX~ ztoKgTr#3ejAxv5y4bzu)S+abJ$tf!;R$;C8`c1=s65XPC?>J1(<+y2hC4r7tnd=4F2n z6HO-KDHjcwakw%u&u!Pv+h!)oQ7(8It2V6KvFd=z8(3wose{sAFbaLTv}9OCo4cm5oVA#%>6)u8Em51pm*U2%%9&%Ac%C^h89YPmfZqpo>HHT!OdQNaCj9uq<6zGaQ=N z3UrxK`x@ii&~*l*GSz6_E)`9fUZI;>*_rTZI!R|&Xp5B5YZ^DSWmvbgq|VRIt8ZMH zQD-mBUw(bz;_Q@qX=Y*a?Bv2E+zJ;t%pIkME9jzBH}bCL!jnKo1=AkEDcA@v*GDO5 zs~Xoqr5q&6e{OIVknVsEX2tL%y}Xwj0dE?5U~~W3Ma|8xJ%Xpf(Ez2U>%fmy(_Yq0 zU`xSqwSxQo52i2CbDHU}r6r%q!C{uR0S^wqgcJ4(z(}be-iLw%kLJiSAw}AX%^6x1 zcqQ|ZrTgOm^qyScC3Z67bHh9QJ-EzeBKJ|x@1tU#h((m6c~Wx4D=4iDs6V-u%c-f)~bB3#`*<#r{syb_S$<$R~z1ko_4cGDv z&~gO+ofW8Vk_SU1)wh)#swRitd-D(1zf6w*rL*_l+4q*;U;piTC3CKN^n9)FLalT5 zpHY%Jy_FpQJURZ|JteiJ3{;hY+rytLPi%Mg-Ib5rOLxAj+)i!{o~#a@tc=cn`fROh zzLtKiBERM!Fz=t3?1=ukBQ`mpJ`ZaQ#H!ihg#y@%rPV^!P3*J^ph~o}0Whm?KWZL0c2 zS?D;&p!y}*PL0*%vF)Dz%D`~7XQU>NYI?ZPjtj*$@ZXB1z2z9!*)H~> z+d>xZ6rj3AnojNxjIr>3F!m8svLbJz8$+ikiW|mevW&!k1fckS&R1j%SUFag@xxK59tM59njZi7 zxmx1q?#VtNXe;hW9=iLV@{2QRAA0 ziA)O{C+M8bEzJbCuhSy8*FifdMjn_w;G=yh5m)TiQ6UPxj*73~a;Jd%d>X1)FyE%<+_zLZr z97_)|EA$!x><@jPpwj_y2(?Cc6TWGHp)SBQK6(@raY(5k(c;${i51#~{mL~%qw_QK z^oP&A;7d$EL5ST1#h-kHjD>-W;H>ZrA(>4+2a&+zNG~40kMJHAb}YP6Mfw_|1_lqK zI({CjX{a2OFnF%;KHfnzaE+aKe)tO)M-yb>226xN(vR+z^t09U+3m!^?L^mhqJKw` z+v0U1$KpcdGspQM*yJUJe}s(D;TXg7CvY10n!Kc9 zJjeXl3?nZ{WL+-Yv9Rw#-M!dy8GgAC4A~R1d5JTAw(~MyfZd>D#Q7Ig^{6CCcS-kM z(sh?4?~>Hl1&ALPw1$(w(Tc6}|6ROFFwIuG2u@U5ImM{X+hLw(Zg(ueX6 z!S+EmDh>Z??E!(N-bNw^ZXVo{`l?dj?S(I-Yn_oUOy;#K%9zZxi*txHK(&_+*`6TN$6)5uJKZLV8vD;6$BZ w`$@0gRwiHD5fk;M1& diff --git a/backend/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc deleted file mode 100644 index bfe19d65e2bd61b7523e068e6657ca0e5f965c61..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2928 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 a-IDY4J!Y`*_$0TT9l1X8PYgULt^Pk&w(~v! diff --git a/backend/.venv/Lib/site-packages/pip/_internal/metadata/_json.py b/backend/.venv/Lib/site-packages/pip/_internal/metadata/_json.py deleted file mode 100644 index 9097dd5..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/metadata/_json.py +++ /dev/null @@ -1,84 +0,0 @@ -# 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, cast - -METADATA_FIELDS = [ - # Name, Multiple-Use - ("Metadata-Version", False), - ("Name", False), - ("Version", False), - ("Dynamic", True), - ("Platform", True), - ("Supported-Platform", True), - ("Summary", False), - ("Description", False), - ("Description-Content-Type", False), - ("Keywords", False), - ("Home-page", False), - ("Download-URL", False), - ("Author", False), - ("Author-email", False), - ("Maintainer", False), - ("Maintainer-email", False), - ("License", False), - ("Classifier", True), - ("Requires-Dist", True), - ("Requires-Python", False), - ("Requires-External", True), - ("Project-URL", True), - ("Provides-Extra", True), - ("Provides-Dist", True), - ("Obsoletes-Dist", True), -] - - -def json_name(field: str) -> str: - return field.lower().replace("-", "_") - - -def msg_to_json(msg: Message) -> Dict[str, Any]: - """Convert a Message object into a JSON-compatible dictionary.""" - - def sanitise_header(h: Union[Header, str]) -> str: - if isinstance(h, Header): - chunks = [] - for bytes, encoding in decode_header(h): - if encoding == "unknown-8bit": - try: - # See if UTF-8 works - bytes.decode("utf-8") - encoding = "utf-8" - except UnicodeDecodeError: - # If not, latin1 at least won't fail - encoding = "latin1" - chunks.append((bytes, encoding)) - return str(make_header(chunks)) - return str(h) - - result = {} - for field, multi in METADATA_FIELDS: - if field not in msg: - continue - key = json_name(field) - if multi: - value: Union[str, List[str]] = [ - sanitise_header(v) for v in msg.get_all(field) # type: ignore - ] - else: - value = sanitise_header(msg.get(field)) # type: ignore - if key == "keywords": - # Accept both comma-separated and space-separated - # forms, for better compatibility with old data. - if "," in value: - value = [v.strip() for v in value.split(",")] - else: - value = value.split() - result[key] = value - - payload = cast(str, msg.get_payload()) - if payload: - result["description"] = payload - - return result diff --git a/backend/.venv/Lib/site-packages/pip/_internal/metadata/base.py b/backend/.venv/Lib/site-packages/pip/_internal/metadata/base.py deleted file mode 100644 index 9eabcdb..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/metadata/base.py +++ /dev/null @@ -1,688 +0,0 @@ -import csv -import email.message -import functools -import json -import logging -import pathlib -import re -import zipfile -from typing import ( - IO, - Any, - Collection, - Container, - Dict, - Iterable, - Iterator, - List, - NamedTuple, - Optional, - Protocol, - Tuple, - Union, -) - -from pip._vendor.packaging.requirements import Requirement -from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet -from pip._vendor.packaging.utils import NormalizedName, canonicalize_name -from pip._vendor.packaging.version import Version - -from pip._internal.exceptions import NoneMetadataError -from pip._internal.locations import site_packages, user_site -from pip._internal.models.direct_url import ( - DIRECT_URL_METADATA_NAME, - DirectUrl, - DirectUrlValidationError, -) -from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. -from pip._internal.utils.egg_link import egg_link_path_from_sys_path -from pip._internal.utils.misc import is_local, normalize_path -from pip._internal.utils.urls import url_to_path - -from ._json import msg_to_json - -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.raw_version} ({self.location})" - - def __str__(self) -> str: - return f"{self.raw_name} {self.raw_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) -> Version: - raise NotImplementedError() - - @property - def raw_version(self) -> str: - 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.cached_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. - """ - metadata = self._metadata_impl() - self._add_egg_info_requires(metadata) - return metadata - - @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_raw_dependencies(self) -> Iterable[str]: - """Raw Requires-Dist metadata.""" - return self.metadata.get_all("Requires-Dist", []) - - def iter_provided_extras(self) -> Iterable[NormalizedName]: - """Extras provided by this distribution. - - For modern .dist-info distributions, this is the collection of - "Provides-Extra:" entries in distribution metadata. - - The return value of this function is expected to be normalised names, - per PEP 685, with the returned value being handled appropriately by - `iter_dependencies`. - """ - raise NotImplementedError() - - def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: - try: - text = self.read_text("RECORD") - except FileNotFoundError: - return None - # This extra Path-str cast normalizes entries. - return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) - - def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: - try: - text = self.read_text("installed-files.txt") - except FileNotFoundError: - return None - paths = (p for p in text.splitlines(keepends=False) if p) - root = self.location - info = self.info_location - if root is None or info is None: - return paths - try: - info_rel = pathlib.Path(info).relative_to(root) - except ValueError: # info is not relative to root. - return paths - if not info_rel.parts: # info *is* root. - return paths - return ( - _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) - for p in paths - ) - - def iter_declared_entries(self) -> Optional[Iterator[str]]: - """Iterate through file entries declared in this distribution. - - For modern .dist-info distributions, this is the files listed in the - ``RECORD`` metadata file. For legacy setuptools distributions, this - comes from ``installed-files.txt``, with entries normalized to be - compatible with the format used by ``RECORD``. - - :return: An iterator for listed entries, or None if the distribution - contains neither ``RECORD`` nor ``installed-files.txt``. - """ - return ( - self._iter_declared_entries_from_record() - or self._iter_declared_entries_from_legacy() - ) - - def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: - """Parse a ``requires.txt`` in an egg-info directory. - - This is an INI-ish format where an egg-info stores dependencies. A - section name describes extra other environment markers, while each entry - is an arbitrary string (not a key-value pair) representing a dependency - as a requirement string (no markers). - - There is a construct in ``importlib.metadata`` called ``Sectioned`` that - does mostly the same, but the format is currently considered private. - """ - try: - content = self.read_text("requires.txt") - except FileNotFoundError: - return - extra = marker = "" # Section-less entries don't have markers. - for line in content.splitlines(): - line = line.strip() - if not line or line.startswith("#"): # Comment; ignored. - continue - if line.startswith("[") and line.endswith("]"): # A section header. - extra, _, marker = line.strip("[]").partition(":") - continue - yield RequiresEntry(requirement=line, extra=extra, marker=marker) - - def _iter_egg_info_extras(self) -> Iterable[str]: - """Get extras from the egg-info directory.""" - known_extras = {""} - for entry in self._iter_requires_txt_entries(): - extra = canonicalize_name(entry.extra) - if extra in known_extras: - continue - known_extras.add(extra) - yield extra - - def _iter_egg_info_dependencies(self) -> Iterable[str]: - """Get distribution dependencies from the egg-info directory. - - To ease parsing, this converts a legacy dependency entry into a PEP 508 - requirement string. Like ``_iter_requires_txt_entries()``, there is code - in ``importlib.metadata`` that does mostly the same, but not do exactly - what we need. - - Namely, ``importlib.metadata`` does not normalize the extra name before - putting it into the requirement string, which causes marker comparison - to fail because the dist-info format do normalize. This is consistent in - all currently available PEP 517 backends, although not standardized. - """ - for entry in self._iter_requires_txt_entries(): - extra = canonicalize_name(entry.extra) - if extra and entry.marker: - marker = f'({entry.marker}) and extra == "{extra}"' - elif extra: - marker = f'extra == "{extra}"' - elif entry.marker: - marker = entry.marker - else: - marker = "" - if marker: - yield f"{entry.requirement} ; {marker}" - else: - yield entry.requirement - - def _add_egg_info_requires(self, metadata: email.message.Message) -> None: - """Add egg-info requires.txt information to the metadata.""" - if not metadata.get_all("Requires-Dist"): - for dep in self._iter_egg_info_dependencies(): - metadata["Requires-Dist"] = dep - if not metadata.get_all("Provides-Extra"): - for extra in self._iter_egg_info_extras(): - metadata["Provides-Extra"] = extra - - -class BaseEnvironment: - """An environment containing distributions to introspect.""" - - @classmethod - def default(cls) -> "BaseEnvironment": - raise NotImplementedError() - - @classmethod - def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": - raise NotImplementedError() - - def get_distribution(self, name: str) -> Optional["BaseDistribution"]: - """Given a requirement name, return the installed distributions. - - The name may not be normalized. The implementation must canonicalize - it for lookup. - """ - raise NotImplementedError() - - def _iter_distributions(self) -> Iterator["BaseDistribution"]: - """Iterate through installed distributions. - - This function should be implemented by subclass, but never called - directly. Use the public ``iter_distribution()`` instead, which - implements additional logic to make sure the distributions are valid. - """ - raise NotImplementedError() - - def iter_all_distributions(self) -> Iterator[BaseDistribution]: - """Iterate through all installed distributions without any filtering.""" - for dist in self._iter_distributions(): - # Make sure the distribution actually comes from a valid Python - # packaging distribution. Pip's AdjacentTempDirectory leaves folders - # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The - # valid project name pattern is taken from PEP 508. - project_name_valid = re.match( - r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", - dist.canonical_name, - flags=re.IGNORECASE, - ) - if not project_name_valid: - logger.warning( - "Ignoring invalid distribution %s (%s)", - dist.canonical_name, - dist.location, - ) - continue - yield dist - - def iter_installed_distributions( - self, - local_only: bool = True, - skip: Container[str] = stdlib_pkgs, - include_editables: bool = True, - editables_only: bool = False, - user_only: bool = False, - ) -> Iterator[BaseDistribution]: - """Return a list of installed distributions. - - This is based on ``iter_all_distributions()`` with additional filtering - options. Note that ``iter_installed_distributions()`` without arguments - is *not* equal to ``iter_all_distributions()``, since some of the - configurations exclude packages by default. - - :param local_only: If True (default), only return installations - local to the current virtualenv, if in a virtualenv. - :param skip: An iterable of canonicalized project names to ignore; - defaults to ``stdlib_pkgs``. - :param include_editables: If False, don't report editables. - :param editables_only: If True, only report editables. - :param user_only: If True, only report installations in the user - site directory. - """ - it = self.iter_all_distributions() - if local_only: - it = (d for d in it if d.local) - if not include_editables: - it = (d for d in it if not d.editable) - if editables_only: - it = (d for d in it if d.editable) - if user_only: - it = (d for d in it if d.in_usersite) - return (d for d in it if d.canonical_name not in skip) - - -class Wheel(Protocol): - location: str - - def as_zipfile(self) -> zipfile.ZipFile: - raise NotImplementedError() - - -class FilesystemWheel(Wheel): - def __init__(self, location: str) -> None: - self.location = location - - def as_zipfile(self) -> zipfile.ZipFile: - return zipfile.ZipFile(self.location, allowZip64=True) - - -class MemoryWheel(Wheel): - def __init__(self, location: str, stream: IO[bytes]) -> None: - self.location = location - self.stream = stream - - def as_zipfile(self) -> zipfile.ZipFile: - return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py deleted file mode 100644 index a779138..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -from ._dists import Distribution -from ._envs import Environment - -__all__ = ["NAME", "Distribution", "Environment"] - -NAME = "importlib" diff --git a/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f5c5628e6c1092b509066ac7c2274c4f4dd15196..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 360 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py b/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py deleted file mode 100644 index ec1e815..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py +++ /dev/null @@ -1,85 +0,0 @@ -import importlib.metadata -import os -from typing import Any, Optional, Protocol, Tuple, cast - -from pip._vendor.packaging.utils import NormalizedName, canonicalize_name - - -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 parse_name_and_version_from_info_directory( - dist: importlib.metadata.Distribution, -) -> Tuple[Optional[str], Optional[str]]: - """Get a name and version from the metadata directory name. - - This is much faster than reading distribution metadata. - """ - info_location = get_info_location(dist) - if info_location is None: - return None, None - - stem, suffix = os.path.splitext(info_location.name) - if suffix == ".dist-info": - name, sep, version = stem.partition("-") - if sep: - return name, version - - if suffix == ".egg-info": - name = stem.split("-", 1)[0] - return name, None - - return None, None - - -def get_dist_canonical_name(dist: importlib.metadata.Distribution) -> NormalizedName: - """Get the distribution's normalized name. - - The ``name`` attribute is only available in Python 3.10 or later. We are - targeting exactly that, but Mypy does not know this. - """ - if name := parse_name_and_version_from_info_directory(dist)[0]: - return canonicalize_name(name) - - name = cast(Any, dist).name - if not isinstance(name, str): - raise BadMetadata(dist, reason="invalid metadata entry 'name'") - return canonicalize_name(name) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py b/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py deleted file mode 100644 index 36cd326..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py +++ /dev/null @@ -1,221 +0,0 @@ -import email.message -import importlib.metadata -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 Version -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, - InfoPath, - Wheel, -) -from pip._internal.utils.misc import normalize_path -from pip._internal.utils.packaging import get_requirement -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_canonical_name, - parse_name_and_version_from_info_directory, -) - - -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 - 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)) - - @property - def canonical_name(self) -> NormalizedName: - return get_dist_canonical_name(self._dist) - - @property - def version(self) -> Version: - if version := parse_name_and_version_from_info_directory(self._dist)[1]: - return parse_version(version) - return parse_version(self._dist.version) - - @property - def raw_version(self) -> str: - return 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[NormalizedName]: - return [ - canonicalize_name(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": e} for e in extras] - for req_string in self.metadata.get_all("Requires-Dist", []): - # strip() because email.message.Message.get_all() may return a leading \n - # in case a long header was wrapped. - req = get_requirement(req_string.strip()) - 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/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py b/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py deleted file mode 100644 index 4d906fd..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py +++ /dev/null @@ -1,189 +0,0 @@ -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_canonical_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: - name = get_dist_canonical_name(dist) - except BadMetadata as e: - logger.warning("Skipping %s due to %s", info_location, e.reason) - continue - if name in self._found_names: - continue - self._found_names.add(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="25.1", - issue=12330, - ) - - -class Environment(BaseEnvironment): - def __init__(self, paths: Sequence[str]) -> None: - self._paths = paths - - @classmethod - def default(cls) -> BaseEnvironment: - return cls(sys.path) - - @classmethod - def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: - if paths is None: - return cls(sys.path) - return cls(paths) - - def _iter_distributions(self) -> Iterator[BaseDistribution]: - finder = _DistributionFinder() - for location in self._paths: - yield from finder.find(location) - for dist in finder.find_eggs(location): - _emit_egg_deprecation(dist.location) - yield dist - # This must go last because that's how pkg_resources tie-breaks. - yield from finder.find_linked(location) - - def get_distribution(self, name: str) -> Optional[BaseDistribution]: - canonical_name = canonicalize_name(name) - matches = ( - distribution - for distribution in self.iter_all_distributions() - if distribution.canonical_name == canonical_name - ) - return next(matches, None) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py b/backend/.venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py deleted file mode 100644 index 4ea84f9..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py +++ /dev/null @@ -1,301 +0,0 @@ -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 Version -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, - InfoPath, - Wheel, -) - -__all__ = ["NAME", "Distribution", "Environment"] - -logger = logging.getLogger(__name__) - -NAME = "pkg_resources" - - -class EntryPoint(NamedTuple): - name: str - value: str - group: str - - -class InMemoryMetadata: - """IMetadataProvider that reads metadata files from a dictionary. - - This also maps metadata decoding exceptions to our internal exception type. - """ - - def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: - self._metadata = metadata - self._wheel_name = wheel_name - - def has_metadata(self, name: str) -> bool: - return name in self._metadata - - def get_metadata(self, name: str) -> str: - try: - return self._metadata[name].decode() - except UnicodeDecodeError as e: - # Augment the default error with the origin of the file. - raise UnsupportedWheel( - f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" - ) - - def get_metadata_lines(self, name: str) -> Iterable[str]: - return pkg_resources.yield_lines(self.get_metadata(name)) - - def metadata_isdir(self, name: str) -> bool: - return False - - def metadata_listdir(self, name: str) -> List[str]: - return [] - - def run_script(self, script_name: str, namespace: str) -> None: - pass - - -class Distribution(BaseDistribution): - def __init__(self, dist: pkg_resources.Distribution) -> None: - self._dist = dist - # This is populated lazily, to avoid loading metadata for all possible - # distributions eagerly. - self.__extra_mapping: Optional[Mapping[NormalizedName, str]] = None - - @property - def _extra_mapping(self) -> Mapping[NormalizedName, str]: - if self.__extra_mapping is None: - self.__extra_mapping = { - canonicalize_name(extra): extra for extra in self._dist.extras - } - - return self.__extra_mapping - - @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) -> Version: - return parse_version(self._dist.version) - - @property - def raw_version(self) -> str: - return 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: - relevant_extras = set(self._extra_mapping) & set( - map(canonicalize_name, extras) - ) - extras = [self._extra_mapping[extra] for extra in relevant_extras] - return self._dist.requires(extras) - - def iter_provided_extras(self) -> Iterable[NormalizedName]: - return self._extra_mapping.keys() - - -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/backend/.venv/Lib/site-packages/pip/_internal/models/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/models/__init__.py deleted file mode 100644 index 7855226..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""A package that contains models that represent entities. -""" diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 2a1eceb7a426ca929fa75ccf9ddf1e69bf09eb60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268 zcmXv}K}rKb5S)oYLm+>cYYw~TASwi};sZj%Fgx4CF>B8-J&7bIf8iT^gHP}Wx%vSy zH&5v$v7qU$g0AZRnoPz@@cDKd=F-1=@(+C;4kH=fRjU?itEYqAY;KbCE4M^bo?J0L zQgMOUyu=neK8YDqMn)<|DwKd+j~}Oce`ReOy|o|e(A)nt_t)?m^NPh1fu0Lj&ilBQ zC0bTKW`st(v4R9z}oo`@BA%P84Fq7-xbOcyYLb0|^+x_T9#C3;v`BEbL Sx48fM=R#}!JJ5QVheD4_hEWp$ diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc deleted file mode 100644 index c94a825939b9250321b89699bc5ea6e88d96c9b3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1606 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 DqM@$D diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc deleted file mode 100644 index 9c645233c152f1c3f5f72fb9e9a73ff7bf225e0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1696 zcmZ`(&u<$=6rTNId*e8AOA^;I0j&rEIc*Y@Rt>5sLIjCaszOwtLYAe`W@ntNyV+f4 z#-Xu%2vQ^x34}PHa4cL13I~oz{0UrQrB%|QCpd941k{QXZ+30RAa$gDZ{BMa}p9U&~jX-$8>a-g&T3rEN0V%388#LIc-t<Z8C*ub9|7SGrc=1fH(&6WD7mAMs_o8t9aikos1TC z%ulUHg^4}?3;(!qv0b>hzi?D|<+w24F3dx0_@wmwap_XKbZP&CqtaFI{B=b0nz}H+b0sZ6bLa5Z^LAeg!REy5L2VBIQ_o?B=EJ+xmdYkO2SIiogv>z4>hQYau9S5)rXocUT&37HD=5b(h-T@(m<_giTqQgQ z0&vTZf8N?{9p@+8`N?~4eY^Pe;yyXbUp}-hvkS1IJft`kIO`N+nZ+2|(}4GiWe(#H z8;;+NWH3Bk7u>)R?uP<6A`LEB+`hOTU|Yf-m-;@&WsSvEsHgQtQniAUDWN|8Du^fB z=%IP@*K@bFZgk9SYW}N*4g&Rq8>=75-^%I~wbYe+lN|(VfAXLiAzPho7Stby1GmIl7_5a{P@)1*ks?&H(8~~%3s}`ldsf-gPsvTm8~_YYZ6n^u<$ diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc deleted file mode 100644 index 7d08f832e91b3d706e59d241f76b50f53c430cd0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2279 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc deleted file mode 100644 index e865a78e7415c29ec86769d16f66a5a7664632b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1025 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/candidate.py b/backend/.venv/Lib/site-packages/pip/_internal/models/candidate.py deleted file mode 100644 index f27f283..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/candidate.py +++ /dev/null @@ -1,25 +0,0 @@ -from dataclasses import dataclass - -from pip._vendor.packaging.version import Version -from pip._vendor.packaging.version import parse as parse_version - -from pip._internal.models.link import Link - - -@dataclass(frozen=True) -class InstallationCandidate: - """Represents a potential "candidate" for installation.""" - - __slots__ = ["name", "version", "link"] - - name: str - version: Version - link: Link - - def __init__(self, name: str, version: str, link: Link) -> None: - object.__setattr__(self, "name", name) - object.__setattr__(self, "version", parse_version(version)) - object.__setattr__(self, "link", link) - - def __str__(self) -> str: - return f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/direct_url.py b/backend/.venv/Lib/site-packages/pip/_internal/models/direct_url.py deleted file mode 100644 index fc5ec8d..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/direct_url.py +++ /dev/null @@ -1,224 +0,0 @@ -""" PEP 610 """ - -import json -import re -import urllib.parse -from dataclasses import dataclass -from typing import Any, ClassVar, Dict, Iterable, Optional, Type, TypeVar, Union - -__all__ = [ - "DirectUrl", - "DirectUrlValidationError", - "DirInfo", - "ArchiveInfo", - "VcsInfo", -] - -T = TypeVar("T") - -DIRECT_URL_METADATA_NAME = "direct_url.json" -ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") - - -class DirectUrlValidationError(Exception): - pass - - -def _get( - d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None -) -> Optional[T]: - """Get value from dictionary and verify expected type.""" - if key not in d: - return default - value = d[key] - if not isinstance(value, expected_type): - raise DirectUrlValidationError( - f"{value!r} has unexpected type for {key} (expected {expected_type})" - ) - return value - - -def _get_required( - d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None -) -> T: - value = _get(d, expected_type, key, default) - if value is None: - raise DirectUrlValidationError(f"{key} must have a value") - return value - - -def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": - infos = [info for info in infos if info is not None] - if not infos: - raise DirectUrlValidationError( - "missing one of archive_info, dir_info, vcs_info" - ) - if len(infos) > 1: - raise DirectUrlValidationError( - "more than one of archive_info, dir_info, vcs_info" - ) - assert infos[0] is not None - return infos[0] - - -def _filter_none(**kwargs: Any) -> Dict[str, Any]: - """Make dict excluding None values.""" - return {k: v for k, v in kwargs.items() if v is not None} - - -@dataclass -class VcsInfo: - name: ClassVar = "vcs_info" - - vcs: str - commit_id: str - requested_revision: Optional[str] = None - - @classmethod - def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: - if d is None: - return None - return cls( - vcs=_get_required(d, str, "vcs"), - commit_id=_get_required(d, str, "commit_id"), - requested_revision=_get(d, str, "requested_revision"), - ) - - def _to_dict(self) -> Dict[str, Any]: - return _filter_none( - vcs=self.vcs, - requested_revision=self.requested_revision, - commit_id=self.commit_id, - ) - - -class ArchiveInfo: - name = "archive_info" - - def __init__( - self, - hash: Optional[str] = None, - hashes: Optional[Dict[str, str]] = None, - ) -> None: - # set hashes before hash, since the hash setter will further populate hashes - self.hashes = hashes - self.hash = hash - - @property - def hash(self) -> Optional[str]: - return self._hash - - @hash.setter - def hash(self, value: Optional[str]) -> None: - if value is not None: - # Auto-populate the hashes key to upgrade to the new format automatically. - # We don't back-populate the legacy hash key from hashes. - try: - hash_name, hash_value = value.split("=", 1) - except ValueError: - raise DirectUrlValidationError( - f"invalid archive_info.hash format: {value!r}" - ) - if self.hashes is None: - self.hashes = {hash_name: hash_value} - elif hash_name not in self.hashes: - self.hashes = self.hashes.copy() - self.hashes[hash_name] = hash_value - self._hash = value - - @classmethod - def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: - if d is None: - return None - return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) - - def _to_dict(self) -> Dict[str, Any]: - return _filter_none(hash=self.hash, hashes=self.hashes) - - -@dataclass -class DirInfo: - name: ClassVar = "dir_info" - - editable: bool = False - - @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] - - -@dataclass -class DirectUrl: - url: str - info: InfoType - subdirectory: Optional[str] = None - - 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/backend/.venv/Lib/site-packages/pip/_internal/models/format_control.py b/backend/.venv/Lib/site-packages/pip/_internal/models/format_control.py deleted file mode 100644 index ccd1127..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/format_control.py +++ /dev/null @@ -1,78 +0,0 @@ -from typing import FrozenSet, Optional, Set - -from pip._vendor.packaging.utils import canonicalize_name - -from pip._internal.exceptions import CommandError - - -class FormatControl: - """Helper for managing formats from which a package can be installed.""" - - __slots__ = ["no_binary", "only_binary"] - - def __init__( - self, - no_binary: Optional[Set[str]] = None, - only_binary: Optional[Set[str]] = None, - ) -> None: - if no_binary is None: - no_binary = set() - if only_binary is None: - only_binary = set() - - self.no_binary = no_binary - self.only_binary = only_binary - - def __eq__(self, other: object) -> bool: - if not isinstance(other, self.__class__): - return NotImplemented - - if self.__slots__ != other.__slots__: - return False - - return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) - - def __repr__(self) -> str: - return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})" - - @staticmethod - def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: - if value.startswith("-"): - raise CommandError( - "--no-binary / --only-binary option requires 1 argument." - ) - new = value.split(",") - while ":all:" in new: - other.clear() - target.clear() - target.add(":all:") - del new[: new.index(":all:") + 1] - # Without a none, we want to discard everything as :all: covers it - if ":none:" not in new: - return - for name in new: - if name == ":none:": - target.clear() - continue - name = canonicalize_name(name) - other.discard(name) - target.add(name) - - def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: - result = {"binary", "source"} - if canonical_name in self.only_binary: - result.discard("source") - elif canonical_name in self.no_binary: - result.discard("binary") - elif ":all:" in self.only_binary: - result.discard("source") - elif ":all:" in self.no_binary: - result.discard("binary") - return frozenset(result) - - def disallow_binaries(self) -> None: - self.handle_mutual_excludes( - ":all:", - self.no_binary, - self.only_binary, - ) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/index.py b/backend/.venv/Lib/site-packages/pip/_internal/models/index.py deleted file mode 100644 index b94c325..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/index.py +++ /dev/null @@ -1,28 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/models/installation_report.py b/backend/.venv/Lib/site-packages/pip/_internal/models/installation_report.py deleted file mode 100644 index b9c6330..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/installation_report.py +++ /dev/null @@ -1,56 +0,0 @@ -from typing import Any, Dict, Sequence - -from pip._vendor.packaging.markers import default_environment - -from pip import __version__ -from pip._internal.req.req_install import InstallRequirement - - -class InstallationReport: - def __init__(self, install_requirements: Sequence[InstallRequirement]): - self._install_requirements = install_requirements - - @classmethod - def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: - assert ireq.download_info, f"No download_info for {ireq}" - res = { - # PEP 610 json for the download URL. download_info.archive_info.hashes may - # be absent when the requirement was installed from the wheel cache - # and the cache entry was populated by an older pip version that did not - # record origin.json. - "download_info": ireq.download_info.to_dict(), - # is_direct is true if the requirement was a direct URL reference (which - # includes editable requirements), and false if the requirement was - # downloaded from a PEP 503 index or --find-links. - "is_direct": ireq.is_direct, - # is_yanked is true if the requirement was yanked from the index, but - # was still selected by pip to conform to PEP 592. - "is_yanked": ireq.link.is_yanked if ireq.link else False, - # requested is true if the requirement was specified by the user (aka - # top level requirement), and false if it was installed as a dependency of a - # requirement. https://peps.python.org/pep-0376/#requested - "requested": ireq.user_supplied, - # PEP 566 json encoding for metadata - # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata - "metadata": ireq.get_dist().metadata_dict, - } - if ireq.user_supplied and ireq.extras: - # For top level requirements, the list of requested extras, if any. - res["requested_extras"] = sorted(ireq.extras) - return res - - def to_dict(self) -> Dict[str, Any]: - return { - "version": "1", - "pip_version": __version__, - "install": [ - self._install_req_to_dict(ireq) for ireq in self._install_requirements - ], - # https://peps.python.org/pep-0508/#environment-markers - # TODO: currently, the resolver uses the default environment to evaluate - # environment markers, so that is what we report here. In the future, it - # should also take into account options such as --python-version or - # --platform, perhaps under the form of an environment_override field? - # https://github.com/pypa/pip/issues/11198 - "environment": default_environment(), - } diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/link.py b/backend/.venv/Lib/site-packages/pip/_internal/models/link.py deleted file mode 100644 index 2f41f2f..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/link.py +++ /dev/null @@ -1,590 +0,0 @@ -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.urls import path_to_url, url_to_path - -if TYPE_CHECKING: - from pip._internal.index.collector import IndexContent - -logger = logging.getLogger(__name__) - - -# Order matters, earlier hashes have a precedence over later hashes for what -# we will pick to use. -_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") - - -@dataclass(frozen=True) -class LinkHash: - """Links to content may have embedded hash values. This class parses those. - - `name` must be any member of `_SUPPORTED_HASHES`. - - This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to - be JSON-serializable to conform to PEP 610, this class contains the logic for - parsing a hash name and value for correctness, and then checking whether that hash - conforms to a schema with `.is_hash_allowed()`.""" - - name: str - value: str - - _hash_url_fragment_re = re.compile( - # NB: we do not validate that the second group (.*) is a valid hex - # digest. Instead, we simply keep that string in this class, and then check it - # against Hashes when hash-checking is needed. This is easier to debug than - # proactively discarding an invalid hex digest, as we handle incorrect hashes - # and malformed hashes in the same place. - r"[#&]({choices})=([^&]*)".format( - choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) - ), - ) - - def __post_init__(self) -> None: - assert self.name in _SUPPORTED_HASHES - - @classmethod - @functools.lru_cache(maxsize=None) - def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: - """Search a string for a checksum algorithm name and encoded output value.""" - match = cls._hash_url_fragment_re.search(url) - if match is None: - return None - name, value = match.groups() - return cls(name=name, value=value) - - def as_dict(self) -> Dict[str, str]: - return {self.name: self.value} - - def as_hashes(self) -> Hashes: - """Return a Hashes instance which checks only for the current hash.""" - return Hashes({self.name: [self.value]}) - - def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: - """ - Return True if the current hash is allowed by `hashes`. - """ - if hashes is None: - return False - return hashes.is_hash_allowed(self.name, hex_digest=self.value) - - -@dataclass(frozen=True) -class MetadataFile: - """Information about a core metadata file associated with a distribution.""" - - hashes: Optional[Dict[str, str]] - - def __post_init__(self) -> None: - if self.hashes is not None: - assert all(name in _SUPPORTED_HASHES for name in self.hashes) - - -def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: - # Remove any unsupported hash types from the mapping. If this leaves no - # supported hashes, return None - if hashes is None: - return None - hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} - if not hashes: - return None - return hashes - - -def _clean_url_path_part(part: str) -> str: - """ - Clean a "part" of a URL path (i.e. after splitting on "@" characters). - """ - # We unquote prior to quoting to make sure nothing is double quoted. - return urllib.parse.quote(urllib.parse.unquote(part)) - - -def _clean_file_url_path(part: str) -> str: - """ - Clean the first part of a URL path that corresponds to a local - filesystem path (i.e. the first part after splitting on "@" characters). - """ - # We unquote prior to quoting to make sure nothing is double quoted. - # Also, on Windows the path part might contain a drive letter which - # should not be quoted. On Linux where drive letters do not - # exist, the colon should be quoted. We rely on urllib.request - # to do the right thing here. - return urllib.request.pathname2url(urllib.request.url2pathname(part)) - - -# percent-encoded: / -_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) - - -def _clean_url_path(path: str, is_local_path: bool) -> str: - """ - Clean the path portion of a URL. - """ - if is_local_path: - clean_func = _clean_file_url_path - else: - clean_func = _clean_url_path_part - - # Split on the reserved characters prior to cleaning so that - # revision strings in VCS URLs are properly preserved. - parts = _reserved_chars_re.split(path) - - cleaned_parts = [] - for to_clean, reserved in pairwise(itertools.chain(parts, [""])): - cleaned_parts.append(clean_func(to_clean)) - # Normalize %xx escapes (e.g. %2f -> %2F) - cleaned_parts.append(reserved.upper()) - - return "".join(cleaned_parts) - - -def _ensure_quoted_url(url: str) -> str: - """ - Make sure a link is fully quoted. - For example, if ' ' occurs in the URL, it will be replaced with "%20", - and without double-quoting other characters. - """ - # Split the URL into parts according to the general structure - # `scheme://netloc/path;parameters?query#fragment`. - result = urllib.parse.urlparse(url) - # If the netloc is empty, then the URL refers to a local filesystem path. - is_local_path = not result.netloc - path = _clean_url_path(result.path, is_local_path=is_local_path) - return urllib.parse.urlunparse(result._replace(path=path)) - - -@functools.total_ordering -class Link: - """Represents a parsed link from a Package Index's simple URL""" - - __slots__ = [ - "_parsed_url", - "_url", - "_hashes", - "comes_from", - "requires_python", - "yanked_reason", - "metadata_file_data", - "cache_link_parsing", - "egg_fragment", - ] - - def __init__( - self, - url: str, - comes_from: Optional[Union[str, "IndexContent"]] = None, - requires_python: Optional[str] = None, - yanked_reason: Optional[str] = None, - metadata_file_data: Optional[MetadataFile] = None, - cache_link_parsing: bool = True, - hashes: Optional[Mapping[str, str]] = None, - ) -> None: - """ - :param url: url of the resource pointed to (href of the link) - :param comes_from: instance of IndexContent where the link was found, - or string. - :param requires_python: String containing the `Requires-Python` - metadata field, specified in PEP 345. This may be specified by - a data-requires-python attribute in the HTML link tag, as - described in PEP 503. - :param yanked_reason: the reason the file has been yanked, if the - file has been yanked, or None if the file hasn't been yanked. - This is the value of the "data-yanked" attribute, if present, in - a simple repository HTML link. If the file has been yanked but - no reason was provided, this should be the empty string. See - PEP 592 for more information and the specification. - :param metadata_file_data: the metadata attached to the file, or None if - no such metadata is provided. This argument, if not None, indicates - that a separate metadata file exists, and also optionally supplies - hashes for that file. - :param cache_link_parsing: A flag that is used elsewhere to determine - whether resources retrieved from this link should be cached. PyPI - URLs should generally have this set to False, for example. - :param hashes: A mapping of hash names to digests to allow us to - determine the validity of a download. - """ - - # The comes_from, requires_python, and metadata_file_data arguments are - # only used by classmethods of this class, and are not used in client - # code directly. - - # url can be a UNC windows share - if url.startswith("\\\\"): - url = path_to_url(url) - - self._parsed_url = urllib.parse.urlsplit(url) - # Store the url as a private attribute to prevent accidentally - # trying to set a new value. - self._url = url - - link_hash = LinkHash.find_hash_url_fragment(url) - hashes_from_link = {} if link_hash is None else link_hash.as_dict() - if hashes is None: - self._hashes = hashes_from_link - else: - self._hashes = {**hashes, **hashes_from_link} - - self.comes_from = comes_from - self.requires_python = requires_python if requires_python else None - self.yanked_reason = yanked_reason - self.metadata_file_data = metadata_file_data - - self.cache_link_parsing = cache_link_parsing - self.egg_fragment = self._egg_fragment() - - @classmethod - def from_json( - cls, - file_data: Dict[str, Any], - page_url: str, - ) -> Optional["Link"]: - """ - Convert an pypi json document from a simple repository page into a Link. - """ - file_url = file_data.get("url") - if file_url is None: - return None - - url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) - pyrequire = file_data.get("requires-python") - yanked_reason = file_data.get("yanked") - hashes = file_data.get("hashes", {}) - - # PEP 714: Indexes must use the name core-metadata, but - # clients should support the old name as a fallback for compatibility. - metadata_info = file_data.get("core-metadata") - if metadata_info is None: - metadata_info = file_data.get("dist-info-metadata") - - # The metadata info value may be a boolean, or a dict of hashes. - if isinstance(metadata_info, dict): - # The file exists, and hashes have been supplied - metadata_file_data = MetadataFile(supported_hashes(metadata_info)) - elif metadata_info: - # The file exists, but there are no hashes - metadata_file_data = MetadataFile(None) - else: - # False or not present: the file does not exist - metadata_file_data = None - - # The Link.yanked_reason expects an empty string instead of a boolean. - if yanked_reason and not isinstance(yanked_reason, str): - yanked_reason = "" - # The Link.yanked_reason expects None instead of False. - elif not yanked_reason: - yanked_reason = None - - return cls( - url, - comes_from=page_url, - requires_python=pyrequire, - yanked_reason=yanked_reason, - hashes=hashes, - metadata_file_data=metadata_file_data, - ) - - @classmethod - def from_element( - cls, - anchor_attribs: Dict[str, Optional[str]], - page_url: str, - base_url: str, - ) -> Optional["Link"]: - """ - Convert an anchor element's attributes in a simple repository page to a Link. - """ - href = anchor_attribs.get("href") - if not href: - return None - - url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) - pyrequire = anchor_attribs.get("data-requires-python") - yanked_reason = anchor_attribs.get("data-yanked") - - # PEP 714: Indexes must use the name data-core-metadata, but - # clients should support the old name as a fallback for compatibility. - metadata_info = anchor_attribs.get("data-core-metadata") - if metadata_info is None: - metadata_info = anchor_attribs.get("data-dist-info-metadata") - # The metadata info value may be the string "true", or a string of - # the form "hashname=hashval" - if metadata_info == "true": - # The file exists, but there are no hashes - metadata_file_data = MetadataFile(None) - elif metadata_info is None: - # The file does not exist - metadata_file_data = None - else: - # The file exists, and hashes have been supplied - hashname, sep, hashval = metadata_info.partition("=") - if sep == "=": - metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) - else: - # Error - data is wrong. Treat as no hashes supplied. - logger.debug( - "Index returned invalid data-dist-info-metadata value: %s", - metadata_info, - ) - metadata_file_data = MetadataFile(None) - - return cls( - url, - comes_from=page_url, - requires_python=pyrequire, - yanked_reason=yanked_reason, - metadata_file_data=metadata_file_data, - ) - - def __str__(self) -> str: - if self.requires_python: - rp = f" (requires-python:{self.requires_python})" - else: - rp = "" - if self.comes_from: - return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" - else: - return redact_auth_from_url(str(self._url)) - - def __repr__(self) -> str: - return f"" - - def __hash__(self) -> int: - return hash(self.url) - - def __eq__(self, other: Any) -> bool: - if not isinstance(other, Link): - return NotImplemented - return self.url == other.url - - def __lt__(self, other: Any) -> bool: - if not isinstance(other, Link): - return NotImplemented - return self.url < other.url - - @property - def url(self) -> str: - return self._url - - @property - def filename(self) -> str: - path = self.path.rstrip("/") - name = posixpath.basename(path) - if not name: - # Make sure we don't leak auth information if the netloc - # includes a username and password. - netloc, user_pass = split_auth_from_netloc(self.netloc) - return netloc - - name = urllib.parse.unquote(name) - assert name, f"URL {self._url!r} produced no filename" - return name - - @property - def file_path(self) -> str: - return url_to_path(self.url) - - @property - def scheme(self) -> str: - return self._parsed_url.scheme - - @property - def netloc(self) -> str: - """ - This can contain auth information. - """ - return self._parsed_url.netloc - - @property - def path(self) -> str: - return urllib.parse.unquote(self._parsed_url.path) - - def splitext(self) -> Tuple[str, str]: - return splitext(posixpath.basename(self.path.rstrip("/"))) - - @property - def ext(self) -> str: - return self.splitext()[1] - - @property - def url_without_fragment(self) -> str: - scheme, netloc, path, query, fragment = self._parsed_url - return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) - - _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") - - # Per PEP 508. - _project_name_re = re.compile( - r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE - ) - - def _egg_fragment(self) -> Optional[str]: - match = self._egg_fragment_re.search(self._url) - if not match: - return None - - # An egg fragment looks like a PEP 508 project name, along with - # an optional extras specifier. Anything else is invalid. - project_name = match.group(1) - if not self._project_name_re.match(project_name): - deprecated( - reason=f"{self} contains an egg fragment with a non-PEP 508 name", - replacement="to use the req @ url syntax, and remove the egg fragment", - gone_in="25.0", - issue=11617, - ) - - return project_name - - _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") - - @property - def subdirectory_fragment(self) -> Optional[str]: - match = self._subdirectory_fragment_re.search(self._url) - if not match: - return None - return match.group(1) - - def metadata_link(self) -> Optional["Link"]: - """Return a link to the associated core metadata file (if any).""" - if self.metadata_file_data is None: - return None - metadata_url = f"{self.url_without_fragment}.metadata" - if self.metadata_file_data.hashes is None: - return Link(metadata_url) - return Link(metadata_url, hashes=self.metadata_file_data.hashes) - - def as_hashes(self) -> Hashes: - return Hashes({k: [v] for k, v in self._hashes.items()}) - - @property - def hash(self) -> Optional[str]: - return next(iter(self._hashes.values()), None) - - @property - def hash_name(self) -> Optional[str]: - return next(iter(self._hashes), None) - - @property - def show_url(self) -> str: - return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) - - @property - def is_file(self) -> bool: - return self.scheme == "file" - - def is_existing_dir(self) -> bool: - return self.is_file and os.path.isdir(self.file_path) - - @property - def is_wheel(self) -> bool: - return self.ext == WHEEL_EXTENSION - - @property - def is_vcs(self) -> bool: - from pip._internal.vcs import vcs - - return self.scheme in vcs.all_schemes - - @property - def is_yanked(self) -> bool: - return self.yanked_reason is not None - - @property - def has_hash(self) -> bool: - return bool(self._hashes) - - def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: - """ - Return True if the link has a hash and it is allowed by `hashes`. - """ - if hashes is None: - return False - return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) - - -class _CleanResult(NamedTuple): - """Convert link for equivalency check. - - This is used in the resolver to check whether two URL-specified requirements - likely point to the same distribution and can be considered equivalent. This - equivalency logic avoids comparing URLs literally, which can be too strict - (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. - - Currently this does three things: - - 1. Drop the basic auth part. This is technically wrong since a server can - serve different content based on auth, but if it does that, it is even - impossible to guarantee two URLs without auth are equivalent, since - the user can input different auth information when prompted. So the - practical solution is to assume the auth doesn't affect the response. - 2. Parse the query to avoid the ordering issue. Note that ordering under the - same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are - still considered different. - 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and - hash values, since it should have no impact the downloaded content. Note - that this drops the "egg=" part historically used to denote the requested - project (and extras), which is wrong in the strictest sense, but too many - people are supplying it inconsistently to cause superfluous resolution - conflicts, so we choose to also ignore them. - """ - - parsed: urllib.parse.SplitResult - query: Dict[str, List[str]] - subdirectory: str - hashes: Dict[str, str] - - -def _clean_link(link: Link) -> _CleanResult: - parsed = link._parsed_url - netloc = parsed.netloc.rsplit("@", 1)[-1] - # According to RFC 8089, an empty host in file: means localhost. - if parsed.scheme == "file" and not netloc: - netloc = "localhost" - fragment = urllib.parse.parse_qs(parsed.fragment) - if "egg" in fragment: - logger.debug("Ignoring egg= fragment in %s", link) - try: - # If there are multiple subdirectory values, use the first one. - # This matches the behavior of Link.subdirectory_fragment. - subdirectory = fragment["subdirectory"][0] - except (IndexError, KeyError): - subdirectory = "" - # If there are multiple hash values under the same algorithm, use the - # first one. This matches the behavior of Link.hash_value. - hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} - return _CleanResult( - parsed=parsed._replace(netloc=netloc, query="", fragment=""), - query=urllib.parse.parse_qs(parsed.query), - subdirectory=subdirectory, - hashes=hashes, - ) - - -@functools.lru_cache(maxsize=None) -def links_equivalent(link1: Link, link2: Link) -> bool: - return _clean_link(link1) == _clean_link(link2) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/scheme.py b/backend/.venv/Lib/site-packages/pip/_internal/models/scheme.py deleted file mode 100644 index 06a9a55..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/scheme.py +++ /dev/null @@ -1,25 +0,0 @@ -""" -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. -""" - -from dataclasses import dataclass - -SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] - - -@dataclass(frozen=True) -class Scheme: - """A Scheme holds paths which are used as the base directories for - artifacts associated with a Python package. - """ - - __slots__ = SCHEME_KEYS - - platlib: str - purelib: str - headers: str - scripts: str - data: str diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/search_scope.py b/backend/.venv/Lib/site-packages/pip/_internal/models/search_scope.py deleted file mode 100644 index ee7bc86..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/search_scope.py +++ /dev/null @@ -1,127 +0,0 @@ -import itertools -import logging -import os -import posixpath -import urllib.parse -from dataclasses import dataclass -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__) - - -@dataclass(frozen=True) -class SearchScope: - """ - Encapsulates the locations that pip is configured to search. - """ - - __slots__ = ["find_links", "index_urls", "no_index"] - - find_links: List[str] - index_urls: List[str] - no_index: bool - - @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 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/backend/.venv/Lib/site-packages/pip/_internal/models/selection_prefs.py b/backend/.venv/Lib/site-packages/pip/_internal/models/selection_prefs.py deleted file mode 100644 index e9b50aa..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/selection_prefs.py +++ /dev/null @@ -1,53 +0,0 @@ -from typing import Optional - -from pip._internal.models.format_control import FormatControl - - -# TODO: This needs Python 3.10's improved slots support for dataclasses -# to be converted into a dataclass. -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/backend/.venv/Lib/site-packages/pip/_internal/models/target_python.py b/backend/.venv/Lib/site-packages/pip/_internal/models/target_python.py deleted file mode 100644 index 88925a9..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/target_python.py +++ /dev/null @@ -1,121 +0,0 @@ -import sys -from typing import List, Optional, Set, Tuple - -from pip._vendor.packaging.tags import Tag - -from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot -from pip._internal.utils.misc import normalize_version_info - - -class TargetPython: - """ - Encapsulates the properties of a Python interpreter one is targeting - for a package install, download, etc. - """ - - __slots__ = [ - "_given_py_version_info", - "abis", - "implementation", - "platforms", - "py_version", - "py_version_info", - "_valid_tags", - "_valid_tags_set", - ] - - def __init__( - self, - platforms: Optional[List[str]] = None, - py_version_info: Optional[Tuple[int, ...]] = None, - abis: Optional[List[str]] = None, - implementation: Optional[str] = None, - ) -> None: - """ - :param platforms: A list of strings or None. If None, searches for - packages that are supported by the current system. Otherwise, will - find packages that can be built on the platforms passed in. These - packages will only be downloaded for distribution: they will - not be built locally. - :param py_version_info: An optional tuple of ints representing the - Python version information to use (e.g. `sys.version_info[:3]`). - This can have length 1, 2, or 3 when provided. - :param abis: A list of strings or None. This is passed to - compatibility_tags.py's get_supported() function as is. - :param implementation: A string or None. This is passed to - compatibility_tags.py's get_supported() function as is. - """ - # Store the given py_version_info for when we call get_supported(). - self._given_py_version_info = py_version_info - - if py_version_info is None: - py_version_info = sys.version_info[:3] - else: - py_version_info = normalize_version_info(py_version_info) - - py_version = ".".join(map(str, py_version_info[:2])) - - self.abis = abis - self.implementation = implementation - self.platforms = platforms - self.py_version = py_version - self.py_version_info = py_version_info - - # This is used to cache the return value of get_(un)sorted_tags. - self._valid_tags: Optional[List[Tag]] = None - self._valid_tags_set: Optional[Set[Tag]] = None - - def format_given(self) -> str: - """ - Format the given, non-None attributes for display. - """ - display_version = None - if self._given_py_version_info is not None: - display_version = ".".join( - str(part) for part in self._given_py_version_info - ) - - key_values = [ - ("platforms", self.platforms), - ("version_info", display_version), - ("abis", self.abis), - ("implementation", self.implementation), - ] - return " ".join( - f"{key}={value!r}" for key, value in key_values if value is not None - ) - - def get_sorted_tags(self) -> List[Tag]: - """ - Return the supported PEP 425 tags to check wheel candidates against. - - The tags are returned in order of preference (most preferred first). - """ - if self._valid_tags is None: - # Pass versions=None if no py_version_info was given since - # versions=None uses special default logic. - py_version_info = self._given_py_version_info - if py_version_info is None: - version = None - else: - version = version_info_to_nodot(py_version_info) - - tags = get_supported( - version=version, - platforms=self.platforms, - abis=self.abis, - impl=self.implementation, - ) - self._valid_tags = tags - - return self._valid_tags - - def get_unsorted_tags(self) -> Set[Tag]: - """Exactly the same as get_sorted_tags, but returns a set. - - This is important for performance. - """ - if self._valid_tags_set is None: - self._valid_tags_set = set(self.get_sorted_tags()) - - return self._valid_tags_set diff --git a/backend/.venv/Lib/site-packages/pip/_internal/models/wheel.py b/backend/.venv/Lib/site-packages/pip/_internal/models/wheel.py deleted file mode 100644 index ea85600..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/models/wheel.py +++ /dev/null @@ -1,118 +0,0 @@ -"""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._vendor.packaging.utils import ( - InvalidWheelFilename as PackagingInvalidWheelName, -) -from pip._vendor.packaging.utils import parse_wheel_filename - -from pip._internal.exceptions import InvalidWheelFilename -from pip._internal.utils.deprecation import deprecated - - -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("_", "-") - _version = wheel_info.group("ver") - if "_" in _version: - try: - parse_wheel_filename(filename) - except PackagingInvalidWheelName as e: - deprecated( - reason=( - f"Wheel filename {filename!r} is not correctly normalised. " - "Future versions of pip will raise the following error:\n" - f"{e.args[0]}\n\n" - ), - replacement=( - "to rename the wheel to use a correctly normalised " - "name (this may require updating the version in " - "the project metadata)" - ), - gone_in="25.1", - issue=12938, - ) - - _version = _version.replace("_", "-") - - self.version = _version - 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/backend/.venv/Lib/site-packages/pip/_internal/network/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/network/__init__.py deleted file mode 100644 index b51bde9..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/network/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""Contains purely network-related utilities. -""" diff --git a/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 27103ca3c56de93a0a91ad49cc790247b6700e22..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 256 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc deleted file mode 100644 index 9de402df703149a7fb5645bdcc3e0fd5efcd823f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6453 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc deleted file mode 100644 index 1f3c6661c2e6fd985b40e2473bcbc1b444a91f0e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8481 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc deleted file mode 100644 index 5fb6927b4bec5e16e4d8c2251f505c12bc606d25..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11609 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc deleted file mode 100644 index 167a90ed0eea16d58cf72fb35890df15b0bb4167..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18876 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 bHk)to-h5_GzT30p6PNkJ+dSCN5Cr}gAJQQO diff --git a/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc deleted file mode 100644 index cf2b5f280ee9770246a5e6d378f24332f418b7e1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2951 zcmZuzU2Gf25#Hnd^WT(3{aCUYTT;v>qTRv`4A*U%D6Zw!QH)qXldI74>24(*eY|7# zj{3u?FaiUmfdq*I6jGn+0tJ%5eduE!+w?InB5Xv&#X(#YdFUHmIjE7oboP!%rm7d< z?9A@WaBpV5+5I$=Ng^1p{^EybMMUTyREP)PW%fSV$MXX7R#85rXl50sN8S=c9s-=~5$O~4cmQ}J0!Xn9no@jBkoRX{Mm3+7_S%+!` zrNE#B!c284K1_echwn0xqzop|MP$e~k&(oF_4&R|%vCEf*PrjQ5w8qyB+9AH6YDjL z)OE{TtjrV5cIyuDN@lHY;TpC*%`+W4`A=#wS55?(`8TgzP-kW@%>3-q+{J*OZ-8Ez z35s*rTXV?u8OOG@QuqPpO_;etZ-Ykjh7osOPJ{WPe3T$750A#%&#Fk7(rH$k}w#Bm64G*5|}es z%o`jQ4Bilyq$XN|Xy42zVz@6EGDM9tQbyXyP#r88*%9!zlr(ZTc|~rbbw){EMdd?5 z0Y2i5FigD=ZN7emIIE_COIqpLQ$l#{KnzQ(rbbo!;kcG8!EhF<5U@(f2eN4!cwKD} zD-hi%XhFIG0W&lYdu9y>0>NH`*mFAft!U7M(%=3EKz_q)Bd@o4i}%sHP{=+T7Y&2F zo^4g=DfXDE++%x;&&1YSoX=H5$n-Wt#z$(;m!AL$z!Z%QRA%PNQoy^7Iwpans-|sv zsu~FJnNW2BUx%FIKmsx11Xo{y;tNEz%SdWB7-b>gTx>0o4EQElN^(GgR1`Nb_gtta zRkt+PRaKWBi3YiJ;~Q<}+ybpox31}U!LEAlw5ID$!}d&jd0KY}URc!h>)19HDy!ID zUASy6F1V(Lr@`R5wv63{x>-L3hxahCHS3feRs5+a_m%nv8GwJ=Jo5jgQi(r#6cpTZ zK%U${j|C)WZ;35wcxUXsH1(i3wr$0a@LW~x1Od~c}S8Y(xrchc?Q zV@>Ye%syD7fLj5?5Q(zlie?)Y1U60ZTMg`b>Y`(85SpSuT*YM3adA08Xi_VB+|fWl zG&W(;`~|uRluWm$K&dcZf-2B)x68SSpQ5)JA60v$6YW##Gk(H=?r5MTVT<>AWl*K( zJ20xL0}CMfe6P3!Kqhopli3pCzhaDk%cM%vePH;4&-$Xl{*k-eJ>8b%9g3BFDfZ4F zpM%2el{fsuV64@jeW_aPOEDMwxQb37Z#Z6^K;*?O*_W#{u?I#JF>fqht{#iI{%r71 zx2=}?Ix*)9ao=Xp+Ysw5`B(B9vxe5$H_;kX7Unk7(0n~;+0(R@Zb}|r_h@m>m)U@W z{-HssV9mh94Fo72tkpJ;&d$$YDPh{FOOtMCZN;>3X&HMI60iV`FKN1_4V~K7alnEV zq2EppQ$k}GBmuMyJA^Hvy))qIv@$99$#E)Y!#$N?xL0gIIZL!PLd!6adTWB^EHBg6 zpcB(GbdF{78wCXDA81)7AlqXW4w;a$mZx%K-%4-e%&?@fM^!wM|URvz~0YI>`D{6xrz3n!R@izV>{lRpMPZh>6JfE z?B-u=@(;3y-?MI6d)diWcJdCsmwmp;b`k}-&>ot+v$B4)j-FmH^KMl^e)3?)m`ID{uNe~{3TqfH| zqDg9*kC3y# z2O=#?Kmy#r;YC%6%A6K|km+`Pcs2pz0wEFu!P}^V1)+U43_&mqmqw*`X;h#xah*Po z+z15Y|GVA2Q!3r-E{f`rr|UF4({dxE(MB6~c)0uE1lV1{Msx$nfac2~y2$sb5`7K^ zLif~i?=cgG|6>%zAcTr^K1%zK$Sj!9Y`L!k>97pLJW4POw=W3tw@Q59QJ3(4IWnl1F#W-jgS82# Optional[AuthInfo]: ... - - @abstractmethod - def save_auth_info(self, url: str, username: str, password: str) -> None: ... - - -class KeyRingNullProvider(KeyRingBaseProvider): - """Keyring null provider""" - - has_keyring = False - - def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: - return None - - def save_auth_info(self, url: str, username: str, password: str) -> None: - return None - - -class KeyRingPythonProvider(KeyRingBaseProvider): - """Keyring interface which uses locally imported `keyring`""" - - has_keyring = True - - def __init__(self) -> None: - import keyring - - self.keyring = keyring - - def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: - # Support keyring's get_credential interface which supports getting - # credentials without a username. This is only available for - # keyring>=15.2.0. - if hasattr(self.keyring, "get_credential"): - logger.debug("Getting credentials from keyring for %s", url) - cred = self.keyring.get_credential(url, username) - if cred is not None: - return cred.username, cred.password - return None - - if username is not None: - logger.debug("Getting password from keyring for %s", url) - password = self.keyring.get_password(url, username) - if password: - return username, password - return None - - def save_auth_info(self, url: str, username: str, password: str) -> None: - self.keyring.set_password(url, username, password) - - -class KeyRingCliProvider(KeyRingBaseProvider): - """Provider which uses `keyring` cli - - Instead of calling the keyring package installed alongside pip - we call keyring on the command line which will enable pip to - use which ever installation of keyring is available first in - PATH. - """ - - has_keyring = True - - def __init__(self, cmd: str) -> None: - self.keyring = cmd - - def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: - # This is the default implementation of keyring.get_credential - # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 - if username is not None: - password = self._get_password(url, username) - if password is not None: - return username, password - return None - - def save_auth_info(self, url: str, username: str, password: str) -> None: - return self._set_password(url, username, password) - - def _get_password(self, service_name: str, username: str) -> Optional[str]: - """Mirror the implementation of keyring.get_password using cli""" - if self.keyring is None: - return None - - cmd = [self.keyring, "get", service_name, username] - env = os.environ.copy() - env["PYTHONIOENCODING"] = "utf-8" - res = subprocess.run( - cmd, - stdin=subprocess.DEVNULL, - stdout=subprocess.PIPE, - env=env, - ) - if res.returncode: - return None - return res.stdout.decode("utf-8").strip(os.linesep) - - def _set_password(self, service_name: str, username: str, password: str) -> None: - """Mirror the implementation of keyring.set_password using cli""" - if self.keyring is None: - return None - env = os.environ.copy() - env["PYTHONIOENCODING"] = "utf-8" - subprocess.run( - [self.keyring, "set", service_name, username], - input=f"{password}{os.linesep}".encode(), - env=env, - check=True, - ) - return None - - -@lru_cache(maxsize=None) -def get_keyring_provider(provider: str) -> KeyRingBaseProvider: - logger.verbose("Keyring provider requested: %s", provider) - - # keyring has previously failed and been disabled - if KEYRING_DISABLED: - provider = "disabled" - if provider in ["import", "auto"]: - try: - impl = KeyRingPythonProvider() - logger.verbose("Keyring provider set: import") - return impl - except ImportError: - pass - except Exception as exc: - # In the event of an unexpected exception - # we should warn the user - msg = "Installed copy of keyring fails with exception %s" - if provider == "auto": - msg = msg + ", trying to find a keyring executable as a fallback" - logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) - if provider in ["subprocess", "auto"]: - cli = shutil.which("keyring") - if cli and cli.startswith(sysconfig.get_path("scripts")): - # all code within this function is stolen from shutil.which implementation - @typing.no_type_check - def PATH_as_shutil_which_determines_it() -> str: - path = os.environ.get("PATH", None) - if path is None: - try: - path = os.confstr("CS_PATH") - except (AttributeError, ValueError): - # os.confstr() or CS_PATH is not available - path = os.defpath - # bpo-35755: Don't use os.defpath if the PATH environment variable is - # set to an empty string - - return path - - scripts = Path(sysconfig.get_path("scripts")) - - paths = [] - for path in PATH_as_shutil_which_determines_it().split(os.pathsep): - p = Path(path) - try: - if not p.samefile(scripts): - paths.append(path) - except FileNotFoundError: - pass - - path = os.pathsep.join(paths) - - cli = shutil.which("keyring", path=path) - - if cli: - logger.verbose("Keyring provider set: subprocess with executable %s", cli) - return KeyRingCliProvider(cli) - - logger.verbose("Keyring provider set: disabled") - return KeyRingNullProvider() - - -class MultiDomainBasicAuth(AuthBase): - def __init__( - self, - prompting: bool = True, - index_urls: Optional[List[str]] = None, - keyring_provider: str = "auto", - ) -> None: - self.prompting = prompting - self.index_urls = index_urls - self.keyring_provider = keyring_provider # type: ignore[assignment] - self.passwords: Dict[str, AuthInfo] = {} - # When the user is prompted to enter credentials and keyring is - # available, we will offer to save them. If the user accepts, - # this value is set to the credentials they entered. After the - # request authenticates, the caller should call - # ``save_credentials`` to save these. - self._credentials_to_save: Optional[Credentials] = None - - @property - def keyring_provider(self) -> KeyRingBaseProvider: - return get_keyring_provider(self._keyring_provider) - - @keyring_provider.setter - def keyring_provider(self, provider: str) -> None: - # The free function get_keyring_provider has been decorated with - # functools.cache. If an exception occurs in get_keyring_auth that - # cache will be cleared and keyring disabled, take that into account - # if you want to remove this indirection. - self._keyring_provider = provider - - @property - def use_keyring(self) -> bool: - # We won't use keyring when --no-input is passed unless - # a specific provider is requested because it might require - # user interaction - return self.prompting or self._keyring_provider not in ["auto", "disabled"] - - def _get_keyring_auth( - self, - url: Optional[str], - username: Optional[str], - ) -> Optional[AuthInfo]: - """Return the tuple auth for a given url from keyring.""" - # Do nothing if no url was provided - if not url: - return None - - try: - return self.keyring_provider.get_auth_info(url, username) - except Exception as exc: - # Log the full exception (with stacktrace) at debug, so it'll only - # show up when running in verbose mode. - logger.debug("Keyring is skipped due to an exception", exc_info=True) - # Always log a shortened version of the exception. - logger.warning( - "Keyring is skipped due to an exception: %s", - str(exc), - ) - global KEYRING_DISABLED - KEYRING_DISABLED = True - get_keyring_provider.cache_clear() - return None - - def _get_index_url(self, url: str) -> Optional[str]: - """Return the original index URL matching the requested URL. - - Cached or dynamically generated credentials may work against - the original index URL rather than just the netloc. - - The provided url should have had its username and password - removed already. If the original index url had credentials then - they will be included in the return value. - - Returns None if no matching index was found, or if --no-index - was specified by the user. - """ - if not url or not self.index_urls: - return None - - url = remove_auth_from_url(url).rstrip("/") + "/" - parsed_url = urllib.parse.urlsplit(url) - - candidates = [] - - for index in self.index_urls: - index = index.rstrip("/") + "/" - parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) - if parsed_url == parsed_index: - return index - - if parsed_url.netloc != parsed_index.netloc: - continue - - candidate = urllib.parse.urlsplit(index) - candidates.append(candidate) - - if not candidates: - return None - - candidates.sort( - reverse=True, - key=lambda candidate: commonprefix( - [ - parsed_url.path, - candidate.path, - ] - ).rfind("/"), - ) - - return urllib.parse.urlunsplit(candidates[0]) - - def _get_new_credentials( - self, - original_url: str, - *, - allow_netrc: bool = True, - allow_keyring: bool = False, - ) -> AuthInfo: - """Find and return credentials for the specified URL.""" - # Split the credentials and netloc from the url. - url, netloc, url_user_password = split_auth_netloc_from_url( - original_url, - ) - - # Start with the credentials embedded in the url - username, password = url_user_password - if username is not None and password is not None: - logger.debug("Found credentials in url for %s", netloc) - return url_user_password - - # Find a matching index url for this request - index_url = self._get_index_url(url) - if index_url: - # Split the credentials from the url. - index_info = split_auth_netloc_from_url(index_url) - if index_info: - index_url, _, index_url_user_password = index_info - logger.debug("Found index url %s", index_url) - - # If an index URL was found, try its embedded credentials - if index_url and index_url_user_password[0] is not None: - username, password = index_url_user_password - if username is not None and password is not None: - logger.debug("Found credentials in index url for %s", netloc) - return index_url_user_password - - # Get creds from netrc if we still don't have them - if allow_netrc: - netrc_auth = get_netrc_auth(original_url) - if netrc_auth: - logger.debug("Found credentials in netrc for %s", netloc) - return netrc_auth - - # If we don't have a password and keyring is available, use it. - if allow_keyring: - # The index url is more specific than the netloc, so try it first - # fmt: off - kr_auth = ( - self._get_keyring_auth(index_url, username) or - self._get_keyring_auth(netloc, username) - ) - # fmt: on - if kr_auth: - logger.debug("Found credentials in keyring for %s", netloc) - return kr_auth - - return username, password - - def _get_url_and_credentials( - self, original_url: str - ) -> Tuple[str, Optional[str], Optional[str]]: - """Return the credentials to use for the provided URL. - - If allowed, netrc and keyring may be used to obtain the - correct credentials. - - Returns (url_without_credentials, username, password). Note - that even if the original URL contains credentials, this - function may return a different username and password. - """ - url, netloc, _ = split_auth_netloc_from_url(original_url) - - # Try to get credentials from original url - username, password = self._get_new_credentials(original_url) - - # If credentials not found, use any stored credentials for this netloc. - # Do this if either the username or the password is missing. - # This accounts for the situation in which the user has specified - # the username in the index url, but the password comes from keyring. - if (username is None or password is None) and netloc in self.passwords: - un, pw = self.passwords[netloc] - # It is possible that the cached credentials are for a different username, - # in which case the cache should be ignored. - if username is None or username == un: - username, password = un, pw - - if username is not None or password is not None: - # Convert the username and password if they're None, so that - # this netloc will show up as "cached" in the conditional above. - # Further, HTTPBasicAuth doesn't accept None, so it makes sense to - # cache the value that is going to be used. - username = username or "" - password = password or "" - - # Store any acquired credentials. - self.passwords[netloc] = (username, password) - - assert ( - # Credentials were found - (username is not None and password is not None) - # Credentials were not found - or (username is None and password is None) - ), f"Could not load credentials from url: {original_url}" - - return url, username, password - - def __call__(self, req: Request) -> Request: - # Get credentials for this request - url, username, password = self._get_url_and_credentials(req.url) - - # Set the url of the request to the url without any credentials - req.url = url - - if username is not None and password is not None: - # Send the basic auth with this request - req = HTTPBasicAuth(username, password)(req) - - # Attach a hook to handle 401 responses - req.register_hook("response", self.handle_401) - - return req - - # Factored out to allow for easy patching in tests - def _prompt_for_password( - self, netloc: str - ) -> Tuple[Optional[str], Optional[str], bool]: - username = ask_input(f"User for {netloc}: ") if self.prompting else None - if not username: - return None, None, False - if self.use_keyring: - auth = self._get_keyring_auth(netloc, username) - if auth and auth[0] is not None and auth[1] is not None: - return auth[0], auth[1], False - password = ask_password("Password: ") - return username, password, True - - # Factored out to allow for easy patching in tests - def _should_save_password_to_keyring(self) -> bool: - if ( - not self.prompting - or not self.use_keyring - or not self.keyring_provider.has_keyring - ): - return False - return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" - - def handle_401(self, resp: Response, **kwargs: Any) -> Response: - # We only care about 401 responses, anything else we want to just - # pass through the actual response - if resp.status_code != 401: - return resp - - username, password = None, None - - # Query the keyring for credentials: - if self.use_keyring: - username, password = self._get_new_credentials( - resp.url, - allow_netrc=False, - allow_keyring=True, - ) - - # We are not able to prompt the user so simply return the response - if not self.prompting and not username and not password: - return resp - - parsed = urllib.parse.urlparse(resp.url) - - # Prompt the user for a new username and password - save = False - if not username and not password: - username, password, save = self._prompt_for_password(parsed.netloc) - - # Store the new username and password to use for future requests - self._credentials_to_save = None - if username is not None and password is not None: - self.passwords[parsed.netloc] = (username, password) - - # Prompt to save the password to keyring - if save and self._should_save_password_to_keyring(): - self._credentials_to_save = Credentials( - url=parsed.netloc, - username=username, - password=password, - ) - - # Consume content and release the original connection to allow our new - # request to reuse the same one. - # The result of the assignment isn't used, it's just needed to consume - # the content. - _ = resp.content - resp.raw.release_conn() - - # Add our new username and password to the request - req = HTTPBasicAuth(username or "", password or "")(resp.request) - req.register_hook("response", self.warn_on_401) - - # On successful request, save the credentials that were used to - # keyring. (Note that if the user responded "no" above, this member - # is not set and nothing will be saved.) - if self._credentials_to_save: - req.register_hook("response", self.save_credentials) - - # Send our new request - new_resp = resp.connection.send(req, **kwargs) - new_resp.history.append(resp) - - return new_resp - - def warn_on_401(self, resp: Response, **kwargs: Any) -> None: - """Response callback to warn about incorrect credentials.""" - if resp.status_code == 401: - logger.warning( - "401 Error, Credentials not correct for %s", - resp.request.url, - ) - - def save_credentials(self, resp: Response, **kwargs: Any) -> None: - """Response callback to save credentials on success.""" - assert ( - self.keyring_provider.has_keyring - ), "should never reach here without keyring" - - creds = self._credentials_to_save - self._credentials_to_save = None - if creds and resp.status_code < 400: - try: - logger.info("Saving credentials to keyring") - self.keyring_provider.save_auth_info( - creds.url, creds.username, creds.password - ) - except Exception: - logger.exception("Failed to save credentials") diff --git a/backend/.venv/Lib/site-packages/pip/_internal/network/cache.py b/backend/.venv/Lib/site-packages/pip/_internal/network/cache.py deleted file mode 100644 index 4d0fb54..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/network/cache.py +++ /dev/null @@ -1,106 +0,0 @@ -"""HTTP cache implementation. -""" - -import os -from contextlib import contextmanager -from datetime import datetime -from typing import BinaryIO, Generator, Optional, Union - -from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache -from pip._vendor.cachecontrol.caches import SeparateBodyFileCache -from pip._vendor.requests.models import Response - -from pip._internal.utils.filesystem import adjacent_tmp_file, replace -from pip._internal.utils.misc import ensure_dir - - -def is_from_cache(response: Response) -> bool: - return getattr(response, "from_cache", False) - - -@contextmanager -def suppressed_cache_errors() -> Generator[None, None, None]: - """If we can't access the cache then we can just skip caching and process - requests as if caching wasn't enabled. - """ - try: - yield - except OSError: - pass - - -class SafeFileCache(SeparateBodyBaseCache): - """ - A file based cache which is safe to use even when the target directory may - not be accessible or writable. - - There is a race condition when two processes try to write and/or read the - same entry at the same time, since each entry consists of two separate - files (https://github.com/psf/cachecontrol/issues/324). We therefore have - additional logic that makes sure that both files to be present before - returning an entry; this fixes the read side of the race condition. - - For the write side, we assume that the server will only ever return the - same data for the same URL, which ought to be the case for files pip is - downloading. PyPI does not have a mechanism to swap out a wheel for - another wheel, for example. If this assumption is not true, the - CacheControl issue will need to be fixed. - """ - - def __init__(self, directory: str) -> None: - assert directory is not None, "Cache directory must not be None." - super().__init__() - self.directory = directory - - def _get_cache_path(self, name: str) -> str: - # From cachecontrol.caches.file_cache.FileCache._fn, brought into our - # class for backwards-compatibility and to avoid using a non-public - # method. - hashed = SeparateBodyFileCache.encode(name) - parts = list(hashed[:5]) + [hashed] - return os.path.join(self.directory, *parts) - - def get(self, key: str) -> Optional[bytes]: - # The cache entry is only valid if both metadata and body exist. - metadata_path = self._get_cache_path(key) - body_path = metadata_path + ".body" - if not (os.path.exists(metadata_path) and os.path.exists(body_path)): - return None - with suppressed_cache_errors(): - with open(metadata_path, "rb") as f: - return f.read() - - def _write(self, path: str, data: bytes) -> None: - with suppressed_cache_errors(): - ensure_dir(os.path.dirname(path)) - - with adjacent_tmp_file(path) as f: - f.write(data) - - replace(f.name, path) - - def set( - self, key: str, value: bytes, expires: Union[int, datetime, None] = None - ) -> None: - path = self._get_cache_path(key) - self._write(path, value) - - def delete(self, key: str) -> None: - path = self._get_cache_path(key) - with suppressed_cache_errors(): - os.remove(path) - with suppressed_cache_errors(): - os.remove(path + ".body") - - def get_body(self, key: str) -> Optional[BinaryIO]: - # The cache entry is only valid if both metadata and body exist. - metadata_path = self._get_cache_path(key) - body_path = metadata_path + ".body" - if not (os.path.exists(metadata_path) and os.path.exists(body_path)): - return None - with suppressed_cache_errors(): - return open(body_path, "rb") - - def set_body(self, key: str, body: bytes) -> None: - path = self._get_cache_path(key) + ".body" - self._write(path, body) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/network/download.py b/backend/.venv/Lib/site-packages/pip/_internal/network/download.py deleted file mode 100644 index 5c3bce3..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/network/download.py +++ /dev/null @@ -1,187 +0,0 @@ -"""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 Response - -from pip._internal.cli.progress_bars import get_download_progress_renderer -from pip._internal.exceptions import NetworkConnectionError -from pip._internal.models.index import PyPI -from pip._internal.models.link import Link -from pip._internal.network.cache import is_from_cache -from pip._internal.network.session import PipSession -from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks -from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext - -logger = logging.getLogger(__name__) - - -def _get_http_response_size(resp: Response) -> Optional[int]: - try: - return int(resp.headers["content-length"]) - except (ValueError, KeyError, TypeError): - return None - - -def _prepare_download( - resp: Response, - link: Link, - progress_bar: str, -) -> Iterable[bytes]: - total_length = _get_http_response_size(resp) - - if link.netloc == PyPI.file_storage_domain: - url = link.show_url - else: - url = link.url_without_fragment - - logged_url = redact_auth_from_url(url) - - if total_length: - logged_url = f"{logged_url} ({format_size(total_length)})" - - if is_from_cache(resp): - logger.info("Using cached %s", logged_url) - else: - logger.info("Downloading %s", logged_url) - - if logger.getEffectiveLevel() > logging.INFO: - show_progress = False - elif is_from_cache(resp): - show_progress = False - elif not total_length: - show_progress = True - elif total_length > (512 * 1024): - show_progress = True - else: - show_progress = False - - chunks = response_chunks(resp) - - 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/backend/.venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py b/backend/.venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py deleted file mode 100644 index 03f883c..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py +++ /dev/null @@ -1,210 +0,0 @@ -"""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) - 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/backend/.venv/Lib/site-packages/pip/_internal/network/session.py b/backend/.venv/Lib/site-packages/pip/_internal/network/session.py deleted file mode 100644 index 1765b4f..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/network/session.py +++ /dev/null @@ -1,522 +0,0 @@ -"""PipSession and supporting code, containing all pip-specific -network request configuration and behavior. -""" - -import email.utils -import functools -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) - - -@functools.lru_cache(maxsize=1) -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()) - else: - modified = email.utils.formatdate(stats.st_mtime, usegmt=True) - content_type = mimetypes.guess_type(pathname)[0] or "text/plain" - resp.headers = CaseInsensitiveDict( - { - "Content-Type": content_type, - "Content-Length": stats.st_size, - "Last-Modified": modified, - } - ) - - resp.raw = open(pathname, "rb") - resp.close = resp.raw.close - - return resp - - def close(self) -> None: - pass - - -class _SSLContextAdapterMixin: - """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. - - The additional argument is forwarded directly to the pool manager. This allows us - to dynamically decide what SSL store to use at runtime, which is used to implement - the optional ``truststore`` backend. - """ - - def __init__( - self, - *, - ssl_context: Optional["SSLContext"] = None, - **kwargs: Any, - ) -> None: - self._ssl_context = ssl_context - super().__init__(**kwargs) - - def init_poolmanager( - self, - connections: int, - maxsize: int, - block: bool = DEFAULT_POOLBLOCK, - **pool_kwargs: Any, - ) -> "PoolManager": - if self._ssl_context is not None: - pool_kwargs.setdefault("ssl_context", self._ssl_context) - return super().init_poolmanager( # type: ignore[misc] - connections=connections, - maxsize=maxsize, - block=block, - **pool_kwargs, - ) - - -class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): - pass - - -class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): - pass - - -class InsecureHTTPAdapter(HTTPAdapter): - def cert_verify( - self, - conn: ConnectionPool, - url: str, - verify: Union[bool, str], - cert: Optional[Union[str, Tuple[str, str]]], - ) -> None: - super().cert_verify(conn=conn, url=url, verify=False, cert=cert) - - -class InsecureCacheControlAdapter(CacheControlAdapter): - def cert_verify( - self, - conn: ConnectionPool, - url: str, - verify: Union[bool, str], - cert: Optional[Union[str, Tuple[str, str]]], - ) -> None: - super().cert_verify(conn=conn, url=url, verify=False, cert=cert) - - -class PipSession(requests.Session): - timeout: Optional[int] = None - - def __init__( - self, - *args: Any, - retries: int = 0, - cache: Optional[str] = None, - trusted_hosts: Sequence[str] = (), - index_urls: Optional[List[str]] = None, - ssl_context: Optional["SSLContext"] = None, - **kwargs: Any, - ) -> None: - """ - :param trusted_hosts: Domains not to emit warnings for when not using - HTTPS. - """ - super().__init__(*args, **kwargs) - - # Namespace the attribute with "pip_" just in case to prevent - # possible conflicts with the base class. - self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] - - # Attach our User Agent to the request - self.headers["User-Agent"] = user_agent() - - # Attach our Authentication handler to the session - self.auth = MultiDomainBasicAuth(index_urls=index_urls) - - # Create our urllib3.Retry instance which will allow us to customize - # how we handle retries. - retries = urllib3.Retry( - # Set the total number of retries that a particular request can - # have. - total=retries, - # A 503 error from PyPI typically means that the Fastly -> Origin - # connection got interrupted in some way. A 503 error in general - # is typically considered a transient error so we'll go ahead and - # retry it. - # A 500 may indicate transient error in Amazon S3 - # A 502 may be a transient error from a CDN like CloudFlare or CloudFront - # A 520 or 527 - may indicate transient error in CloudFlare - status_forcelist=[500, 502, 503, 520, 527], - # Add a small amount of back off between failed requests in - # order to prevent hammering the service. - backoff_factor=0.25, - ) # type: ignore - - # Our Insecure HTTPAdapter disables HTTPS validation. It does not - # support caching so we'll use it for all http:// URLs. - # If caching is disabled, we will also use it for - # https:// hosts that we've marked as ignoring - # TLS errors for (trusted-hosts). - insecure_adapter = InsecureHTTPAdapter(max_retries=retries) - - # We want to _only_ cache responses on securely fetched origins or when - # the host is specified as trusted. We do this because - # we can't validate the response of an insecurely/untrusted fetched - # origin, and we don't want someone to be able to poison the cache and - # require manual eviction from the cache to fix it. - if cache: - secure_adapter = CacheControlAdapter( - cache=SafeFileCache(cache), - max_retries=retries, - ssl_context=ssl_context, - ) - self._trusted_host_adapter = InsecureCacheControlAdapter( - cache=SafeFileCache(cache), - max_retries=retries, - ) - else: - secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) - self._trusted_host_adapter = insecure_adapter - - self.mount("https://", secure_adapter) - self.mount("http://", insecure_adapter) - - # Enable file:// urls - self.mount("file://", LocalFSAdapter()) - - for host in trusted_hosts: - self.add_trusted_host(host, suppress_logging=True) - - def update_index_urls(self, new_index_urls: List[str]) -> None: - """ - :param new_index_urls: New index urls to update the authentication - handler with. - """ - self.auth.index_urls = new_index_urls - - def add_trusted_host( - self, host: str, source: Optional[str] = None, suppress_logging: bool = False - ) -> None: - """ - :param host: It is okay to provide a host that has previously been - added. - :param source: An optional source string, for logging where the host - string came from. - """ - if not suppress_logging: - msg = f"adding trusted host: {host!r}" - if source is not None: - msg += f" (from {source})" - logger.info(msg) - - parsed_host, parsed_port = parse_netloc(host) - if parsed_host is None: - raise ValueError(f"Trusted host URL must include a host part: {host!r}") - if (parsed_host, parsed_port) not in self.pip_trusted_origins: - self.pip_trusted_origins.append((parsed_host, parsed_port)) - - self.mount( - build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter - ) - self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) - if not parsed_port: - self.mount( - build_url_from_netloc(host, scheme="http") + ":", - self._trusted_host_adapter, - ) - # Mount wildcard ports for the same host. - self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) - - def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: - yield from SECURE_ORIGINS - for host, port in self.pip_trusted_origins: - yield ("*", host, "*" if port is None else port) - - def is_secure_origin(self, location: Link) -> bool: - # Determine if this url used a secure transport mechanism - parsed = urllib.parse.urlparse(str(location)) - origin_protocol, origin_host, origin_port = ( - parsed.scheme, - parsed.hostname, - parsed.port, - ) - - # The protocol to use to see if the protocol matches. - # Don't count the repository type as part of the protocol: in - # cases such as "git+ssh", only use "ssh". (I.e., Only verify against - # the last scheme.) - origin_protocol = origin_protocol.rsplit("+", 1)[-1] - - # Determine if our origin is a secure origin by looking through our - # hardcoded list of secure origins, as well as any additional ones - # configured on this PackageFinder instance. - for secure_origin in self.iter_secure_origins(): - secure_protocol, secure_host, secure_port = secure_origin - if origin_protocol != secure_protocol and secure_protocol != "*": - continue - - try: - addr = ipaddress.ip_address(origin_host or "") - network = ipaddress.ip_network(secure_host) - except ValueError: - # We don't have both a valid address or a valid network, so - # we'll check this origin against hostnames. - if ( - origin_host - and origin_host.lower() != secure_host.lower() - and secure_host != "*" - ): - continue - else: - # We have a valid address and network, so see if the address - # is contained within the network. - if addr not in network: - continue - - # Check to see if the port matches. - if ( - origin_port != secure_port - and secure_port != "*" - and secure_port is not None - ): - continue - - # If we've gotten here, then this origin matches the current - # secure origin and we should return True - return True - - # If we've gotten to this point, then the origin isn't secure and we - # will not accept it as a valid location to search. We will however - # log a warning that we are ignoring it. - logger.warning( - "The repository located at %s is not a trusted or secure host and " - "is being ignored. If this repository is available via HTTPS we " - "recommend you use HTTPS instead, otherwise you may silence " - "this warning and allow it anyway with '--trusted-host %s'.", - origin_host, - origin_host, - ) - - return False - - def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: - # Allow setting a default timeout on a session - kwargs.setdefault("timeout", self.timeout) - # Allow setting a default proxies on a session - kwargs.setdefault("proxies", self.proxies) - - # Dispatch the actual request - return super().request(method, url, *args, **kwargs) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/network/utils.py b/backend/.venv/Lib/site-packages/pip/_internal/network/utils.py deleted file mode 100644 index bba4c26..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/network/utils.py +++ /dev/null @@ -1,98 +0,0 @@ -from typing import Dict, Generator - -from pip._vendor.requests.models import 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"} - -DOWNLOAD_CHUNK_SIZE = 256 * 1024 - - -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 = DOWNLOAD_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/backend/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py b/backend/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py deleted file mode 100644 index 22ec8d2..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py +++ /dev/null @@ -1,62 +0,0 @@ -"""xmlrpclib.Transport implementation -""" - -import logging -import urllib.parse -import xmlrpc.client -from typing import TYPE_CHECKING, Tuple - -from pip._internal.exceptions import NetworkConnectionError -from pip._internal.network.session import PipSession -from pip._internal.network.utils import raise_for_status - -if TYPE_CHECKING: - from xmlrpc.client import _HostType, _Marshallable - - from _typeshed import SizedBuffer - -logger = logging.getLogger(__name__) - - -class PipXmlrpcTransport(xmlrpc.client.Transport): - """Provide a `xmlrpclib.Transport` implementation via a `PipSession` - object. - """ - - def __init__( - self, index_url: str, session: PipSession, use_datetime: bool = False - ) -> None: - super().__init__(use_datetime) - index_parts = urllib.parse.urlparse(index_url) - self._scheme = index_parts.scheme - self._session = session - - def request( - self, - host: "_HostType", - handler: str, - request_body: "SizedBuffer", - verbose: bool = False, - ) -> Tuple["_Marshallable", ...]: - assert isinstance(host, str) - parts = (self._scheme, host, handler, None, None, None) - url = urllib.parse.urlunparse(parts) - try: - headers = {"Content-Type": "text/xml"} - response = self._session.post( - url, - data=request_body, - headers=headers, - stream=True, - ) - raise_for_status(response) - self.verbose = verbose - return self.parse_response(response.raw) - except NetworkConnectionError as exc: - assert exc.response - logger.critical( - "HTTP error %s while getting %s", - exc.response.status_code, - url, - ) - raise diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f76bef2d56dab5cabea4aa2d32eafd2aeb707c53..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 199 zcmX@j%ge<81iKq-GePuY5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!N^`b~DbFv;E-pw+ zPL0XSDk;`YOis=(%`3^wOV>@#FG`I`N=(j9%}a^VD@)BQi}A@!iYd-4N!0~v$WBa8 zEsiP3EQpEE%qvMP%1g|N$uCGPN-W9D&nu3J2a0Bv#K-FuRNmsS$<0qG%}KQ@Vg*{u S2*kx8#z$sGM#ds$APWF2wm2^U diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc deleted file mode 100644 index e08f1145b6586d29ecdb1f369150245a17bbb2f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7106 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc deleted file mode 100644 index 38bdbcb97417812e3ff88a8e540dd0b8e9dd0e47..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10130 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc deleted file mode 100644 index 6b3a90334e67f3fffdf4f74acd8a519c16f3c2aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25774 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 W7uH+|-QRb_Zg|}AQ;yx(i28rbPO%aI diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 198a89b3afde1b5821a5acc73342134efd176930..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 205 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 L+Mf|DDNFtblCQ0h diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc deleted file mode 100644 index 64986445a1019db86500f846142d2bbcf078857c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1859 zcmZ`)O>7%Q6rR~1ukCn~rm5VZ6tbcr!AN$g+ES@%3%HaNQQ9hL549|<*1MBVaDzK|$fdoAs_kt1^~%=FNNa z_M7*<_x49s%_A6hS5DdA$q4<%g>+<-#by&0Um^?DkcBP5!8HuC=m@S@6EWYD9Lbey za=ezEjH}cXH(Sfba>mKI`C2|+D^8zVs1;zHC9;(xqLnAA)koBstX23-s`W1lC3WfO zMr_%B5Rd3{a}`%@1uLOC~>YIo<3 z^hwX(G&+dFn4erfhUng9B~(+}j&P@kxTAb3Sea$zW2KGT=$d#Hwedl87%|)yFuDr& z!RYgg|Fb{c-7hIiPLgP%xhVx(%=TtMG@FKJGnZ)=VJ7g7Seor=m(E_&jvYQ;$>%i~ zQ*j=d7B)#rT`=ppvQj!!V(X;=*S84u%BjI+;G;Bedseh(*6|y_%0=BZJRp>{bnp@- zfkC@ilInOpSOmJx0mUkz?>Z%*-9P~3f&+TOtqY|b$KBbwpI1)oLIoNs%jEam*5JVCUNs|I?daX9@s%$x4jSoY&dm4Ncsq?$G57dz$(FFG?=uR-Rsi>fQFNkeFKjb zwAGLHkFAwX+`s&&IJI)|$n%ldTMSII@<*A2*)7LYP)qU&g_ycwP z*1}I}WkV3vY5aI}e0_BC!RX}u!o$%kUlg`w)PHEZ59Nopim1?k^Z1S9H&5O;`BmYT z^RVy8nsnsvEd}j6^e4h__~&Bf`}U*a}|mL z^~==>@dsQTk?#(^drG>eW6K?~pqo3avP;k|V-LK@D1-*f3Do7c2p@wuYu}dBH7{4qC9>+~y+XB+tTngGD^`oJ&JhLYiG&M8$6Z99%;Dk}aI4T$fO=Y)dT1{W*sQzDNA1B*udu_$&g4 zQW7<&Z%b*u`J}-=m)9o+p8E*C?ZGQ>L%J@urA4VF&7|whgU^d{3%!K|6hTef1IyRb z7>i0vnBnoC87(FA;5+jOyzdqoO59Q4E%=&n4$)9!N zO`u^ECH&;}J&5)$YLTA#w!|A9#4YV}5vz;Zr&?2JqD#_6)D(u%n}`WbQ9u{rJ_7pk z?EmN|+WL~V;HHHphL=&W!5n`IM0?uu9p*6u6J`VN2sRwwICuPWQ*Q<9x2DJ$UYwbdH$9hfPEnOd5Cay=GlAoma+Gt0@?z00ZtCeoh`bPP9v3?bE~)8( zMgEK(e=;z+Rw4Y|F%FdHlaH;&vBR}yKxY};h}8Ucmc9W;E{HZ^7kl+@A}RV&ZI z1FM~O>NVy>WGqbqtA$QjGaWyIWLs`62-BXzYRScF9bj2z%i(;yEA2hR%(R`H(A|KK zQjdt!?DILCZ;eP-5rLzzFURmuMz1ugsbo$qP??w*wjy)(IUYEq)!ew<$ zMcpr~>LYjck!y25>E$(1(kFxmLnEt0r|u4&x-))n=##ICn+odQyV-*ZeH*(_vHR+w zD~GO*Um5?Vc+I`nwSPt4|IdbocI^EN39$L+{_@S{{r(eoK3>^&{@*o;>$WyEh_IrU zw~{EAU)*AE1J-X}s*FlM2$ezQ*7kRg$hY+z$hVK=D+AiHs#p57$>KFgy@WuI2+i8a&2fo+;}2ZW0UA+u!@vW^1^NlQs+PD9sal((;VXX26NzT9bp zROZ%!r>*3YO~Ry~Kf$q=pZ0-%@3Qh^=C-N4`*}_gv|vuFHt{9+xkxJaJz9se5gp_R za^vs_8!kCYM?mBqlAVMPWKj_Q6a_(ESCLS7gpNK!2R21X5dY30;e_xDI=H3|2nQbY a46R9ge*K;H{Nb5oeyHR&6wuRGA=rQ8Mi2}D diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc deleted file mode 100644 index 39e9c263de86bc4e87b290c3b5b8bb95f84cd872..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3013 zcmaJ@U2Ggz6~1?Nc6VlfyC7+ z0wQ>EELgy2HR-*9JH1lgkV&7BAbks>k^F&J>NiqEG}0i;z&}d{jGnGOW#m9VxFQsK zS5KcKu4ZVirc{VcsOFlEtyoUQ)RhH?Di*0|`ijDwI@O6{n9QZ-e4QJyV&W4%^IQRY zJu`LFGS1ppOzPNGV!I$qIW=OdtY+Hawh-}hFWb!3EX$waETsRrI2Kb$rJ|blf}?7*!oVP_!%Qj*U4kh6Dyi1a zn3U+QLsvZ62%9kqj;O7757Ix*7?ctCZ})=qedLC^MZwqaDH#*xL7SntCyw^Yt!HDjI){X9tFTt)b{MYa@D#TWcFPgTYXtq*> z!yo5|ufTbSr>dB?@_N{Ny|^lecB{&qvujjn1c0l9OBnbGKkn5N=Nw8D_cF}k*yR6@ zpnQ>qxFBFToV$;uT_FDbJeoWoEi$ z90n|D6~f9jvsMOJx`f)ARR%tE=*7zOoG#^Rmw9T3WX0Nwmr)nsR6{t^Ay`a5{Miqo zSVs>>4*vX=pS*H?<=)7|R?oS+BNOj__g5EwQ~Gu3cJePLXMdb)j!dk--0V5`w`AY_ z%xH6L=Jw?66HR4qD|5anoqrflygm8-H#hK~FyVQiQ^j{mrOw0$$o@ zq*_~1{XkxAQIX>v-xjfL0ChMpuK8 z8+tMXBXUy=0K3RZ{M5G=-9;hXh&CcOqk*TjSOc9z;E$ui|BP5by_0AyE+aQ2N+SmJ zh&SRlr5j?$79$xM3H}S_hY0>u-_3U&qee9FdNb&%ZBup zU?kS0H>G8u;2V+G&@w)ZCJ@8RK+M-*WQh`hQmHe*x#Hg_ zAai_PW5iGlvYtvw?O7Xi|X>AA1?w zQR|FQRd?(Kv$A^NTa?r^%BK$(cs$r>VRfjs;$DU%7)ZheK@yAT%Z8WIohr;_s0LxW z7Y|Y#WS#D6LE%Guu8{CzkV`9sdQpSS*DI8hhjJ894tdJ4LwQW69IKQ^exLINnexy} zhk3D|7bCnlz>7mrcp^`9^eAse2~Vbsd*L_Xe{_&*a@~|p)L@_V1jvuTpZy++b+j{p zqRAi4es8uVO}C`}mXzIzi_zFl3iTbjZr^tAA2A ze&$gMCGz*v`eL_(<|bo@M013O7-bq7?PQs%82auU2WB>pF diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc deleted file mode 100644 index 134b785834521ced9842a9758e5da95454b7acfc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1679 zcmZuxU2Gdg5Z=8X|J%)Pi<7EcNfYXl7%CJRqO=kzt)QyXD)2xoSEq|_YX@9@&T^5UvR30IIRK_7UtNTf>Th1qj#7sQ@!XJ%)1W_IS= z{VAD@As9cbpS3_@J6+;Sbm2LAAD#j?#=qp(68^F7yHId9lDp`aP26~`e|uUdRrXPy-ZWx|+IB);Mp zW#WeyTl@UJGU0}4a6>mON($ViHDBeV?3sRu5?-NB0ZP*uA>d^A_vYaUH&I<$moA~t zaTM{6NlEDcGfb&2-9--w8z15UJy$l(9y!&TJslnJkW9kf+*9iqMOFb+MPCm&a!H)Y~* zt->s)sPSc@UA=Hsn>>9+TNEhJJn9yp!P!_$gE1d8j%l93mo@Hc)n!6#&05k}r6A0f zDz;q15&sIQu2u~MW0Bz`Ze zEFPRqZ=u?c2Pf8pkbd;S^#Td*gs&1xUFu6N^A&M$Un#kklL=9QSt=kEq(KF60NcS8 z@neA-UEB#K>_qi6?YVV+I$w3^3iFHt$vY*^CX7PCtvFDL;zYrvB!6&$^4V45tmZFU zi+N^oG65S_;F__#XL)(uayX%IUGuI-Xi!3y57N&EakE~{?|b1mx<@?dDSZhtNx;v( zhiM%(2Td(pSZd%((k3UF{@AeGtj!ZUHG&He?`&Vfi^b z2^oL+)~tel9C&9+zSk20_TH2_i^KQMhJnAYygWN5-yg*=XOezc^c-qR`(U3R;x%}! zid4KH{xDQ9t3!27mqMWqAf+$EOUI~qll)_WMZ3n?3b$;Q?E)7{1lygiY`8h z4s9ISi4Hx84sB08jGkDBf~WCoyRl?b2Kpp9(o}&$7t%+YVZlXE;!raxxEKnhHVU6z M+mC}pk3)oi0F^JZnE(I) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc deleted file mode 100644 index 317fd92f4431df3471aaa96c1d8cb6e0f29bbf11..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2018 zcmZuyUu+ab7@ys}-MhWpJ7~EA{mX{7;9)s1V5y~;*b4Cv0-`Tm4ljGR)9YUMcF&o; z9(TEFCB{IaAw1ETy=}2Fmz|mKoA2*@ zzi;lxcsz<=e6w)O_)0|RS4IRQ*50gMgv~XiBb_r*#$UM%2Q+W;Wg#PQj3=0(vX~Le zQbzLVkQpvVG7%2(2%}PGV02@}(HopkWn#LB6jnpNs{pbi?sKb7L#$mxn>*p_Cdcz63`)iCu*tuTu%{T17uozhGb6F0{8Zy1ysRuNQsN!7A2 z$<+*JCPyoVN0c$8S`oV;ODkhHocE2mon`E3y5?v(-5|K&*re`?4lY-8S0dP{5~~pM zBlqSo%mRF?-$OpvP?KNaUqcr;89D1hC3e1P=zLSS!TU@OIdJ>_(1j-Y6zQSQgy4SW zLrt#4ylfiHP$2O<;*g9$O5P*_WK(GJUxlw{2~{haGow1TTARVx zRE=qsRtrpQx@wwrPt!@Or@9i|N* z{45}>8;+JYu{v!Nwb7wIQ>jBlB|vZ5vCC#E#Sw;$#>pwovTUav^t#qCRr9!@RVnsT z^HXZ~gR0w@s!VA{oAb{>db}`F-goJeRp3Ai~-!E8N>}P`($Dd~2c!q0 zQsAS1!nA-|Nu&%c$5P9o6wEDtyO_KmNnBAbE6ZI6zZ||38T+kcWF;|l{q5@~miHZ9 zRwh;jzB77BYDp;3bvM4}R(#L(xu4?c7O%wnR{DqT_8+>{e`qDyy|VX(mWT!puOeZf z^J?^wh!O|Zb|WQm<;dkDS0*k`EQ*Vb+p&Gip?!a^?Lf(04^cSYcYo{lYsyun#dBR_ z50X1ql3i=E*wMMFpq+h>dcnkUJpE5g0m;XY;%#!R4=G&_5&uN!qhE*aM2`KuWm`)G z_G9`cB>U0me?(xM z1LEXZcKA_K<6urD+%SV1l#px#2d?DQ;i)eY_SCq&P_T3kimBTK%F%9* z90M{X>_PWIH{gi{bxl_t!=&jA!1@T5i`Y5o13QxQ0G7)U_RzQjb%} zWTI^ARTIBRhJa-Md-Oa^ErH{>dnj=a$-ki9KhW#HqZ1G0o=ZFK%00K_p2e}-^3VcQ vb~pFzN;KXQV0{oDY>BW!xx4#XVYZ7PWlKwDyC{+pmkJ-8UyA`n2EoI>Mn(&b diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc deleted file mode 100644 index 4823e078f89befee78d10990054e3e8d620a8102..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3848 zcmb_fOKcm*8J^{Gm%GcSNKr2*>Dqc&tSr{=hw3`8VmoN9%4m%qqB0;T?nt7vkZF7*&0JcvS5Ezhw0##ujd~DHEaxG9ul>l$IE~26-(AU~pH_ZQxEVs|UrcGHXhV4U6$lTJfegV!Q(h@d`9SxXV$nb4 zFG^FA!0JU)E(WFoT=ttvQJqq`ESXv{I2A00ra}VpA&lnxnv=9k9C;#m+Emn#u^-2J zK{Wz6W+*r|BOB^R{;3W_YqbQSB?RALTgmG=6EeckBhGCiU>Aii*6Q8SlHyRW;AXFg zk$_%_B_Y-MC0ov9%IEqg3e!h7EQ_UHP=O@nqc_2y#PHy z`vg7mbiS^XTs?k+AClfU2)$79P7Q8C2T3=r+1WyAHeF4;=N+RC$6YDnl1;~SSJ0}R z&3f+$$Mi|7gsaC7*Z#ahu|7I_2a{CGZYyS-PI!b6OHngn_t@`UR6pF3f+>atH z_FO%>tsdP``+qz8yW->GU)3|*@Y1$&2@FHru&$!mJI|v-+tHy7dpCN*3H7ZT+o5Bt zlgu{WzcIPhe`YIoc3U~S>fZ}SS8l$9^&nR&<%*cPij9lqtWhAYpH<`!dNGqZKGJ}U zZ@>p&g^qBH_&7$Snq;#+Jk`XS|49QO+*c)=-4jpqfu__hYf{s{1+*mE?8bR&VhHDFuDxy`-aMk%Fw<)@r+bbAi# z<(xgokilf`K7dB9u+z6ljx6ciw{*A&z=K7W($&5R?qQ7vYo^hWLARRF^91K?Z0IFR zpDCD_rnSj08GltTwVI0H>o7^KqyuibRa(0Nw*2Dt;ryIsQNRSW5NfB!bONk~2)nM7 z;>y$_Fh2KU5`j85u$Utyuy;im!u46y^|Nic{&}lV0&MrN-s}_zi%|#QDi-N1Wemvh zsp}*OqI(3upY<@55M5?$cf6h!ahG5zto8{knSp>aTvW7a88{ z+*ImFI5pyooZLMAEM6Cd@VUB()KFc4>|2KVA{f4RVeP`b%WId{m5sqo;qmZJaAeCr zLb_pFik zr`jE`I-cg^O{rbBF}$qV?5cUHX*IxVO|Gd=wI>aZSq|2Md7q)OUwii3s2{a4IDp7$ z0o9aw=9`C-(b}Pa4(#u15NasEAPpW8&t^oUuR0Ql-RV1)#4HGV}@u5<~Yf&!>+yVB2`Hq&1DXzQ+i(MF$Nkn9*q^&mJ~2 z71Q*Xz)tJ8U^uc^p!kIDy4UU-q`YL$!5g7ztRHxh!L$iBqnKYb+(6?M=Sr9mi&Wpb zkpp%yyq&)}`5>K4N#Dp2sUTs_PnchLTq7BHx-v^xh;Y^Gck`Gd$CYOar2?HJX=bRi z#()X0Mc6W@j8w>@oZ~L8q(V>3Mr!mE!WskLnTBl>#b~ zHy5@NV=EIc)Z~40SMA?eWaJfE3vDG&J{#OsF4p~;+Vdhg;Kcfzx5u2$cbuN@z!+VT z)f@X=s3Y-Ed!VhK+ld`rm0l!II`M8N+2?d5o!)-u$kF|v+@-B*Fj=hc)%TD#u&wt0 zcfS+GdcQ)V+T(;0_a@gS*Dvgb`d@_N_a@dRwt6r8p>sEM#YuF(IszTG)c$%Wn7)3M z^t9KMo&DqP@$=#zqgOBbK2?T5{Pg0<@iWqA!ve^kofepUMr87NY5d(ls*}W^lN+#T zn$x?^G}&H)3z#L0<_P05w-4T3>DId|oi_{VhKEt^8t%ZG1{J$t()7W99T-5lE4lA{ zt!e8&2<}gAHj{X~+`3L&R=jhg++PB*MTrlkdDrJfJq8U_O2%${IISv4W6n! b>*9k;^&r#Wof)l%nG|UZxgQ0MpTz$Fxt`g* diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py deleted file mode 100644 index 0ed8dd2..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py +++ /dev/null @@ -1,138 +0,0 @@ -import contextlib -import hashlib -import logging -import os -from types import TracebackType -from typing import Dict, Generator, Optional, Type, Union - -from pip._internal.req.req_install import InstallRequirement -from pip._internal.utils.temp_dir import TempDirectory - -logger = logging.getLogger(__name__) - - -@contextlib.contextmanager -def update_env_context_manager(**changes: str) -> Generator[None, None, None]: - target = os.environ - - # Save values from the target and change them. - non_existent_marker = object() - saved_values: Dict[str, Union[object, str]] = {} - for name, new_value in changes.items(): - try: - saved_values[name] = target[name] - except KeyError: - saved_values[name] = non_existent_marker - target[name] = new_value - - try: - yield - finally: - # Restore original values in the target. - for name, original_value in saved_values.items(): - if original_value is non_existent_marker: - del target[name] - else: - assert isinstance(original_value, str) # for mypy - target[name] = original_value - - -@contextlib.contextmanager -def get_build_tracker() -> Generator["BuildTracker", None, None]: - root = os.environ.get("PIP_BUILD_TRACKER") - with contextlib.ExitStack() as ctx: - if root is None: - root = ctx.enter_context(TempDirectory(kind="build-tracker")).path - ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) - logger.debug("Initialized build tracking at %s", root) - - with BuildTracker(root) as tracker: - yield tracker - - -class TrackerId(str): - """Uniquely identifying string provided to the build tracker.""" - - -class BuildTracker: - """Ensure that an sdist cannot request itself as a setup requirement. - - When an sdist is prepared, it identifies its setup requirements in the - context of ``BuildTracker.track()``. If a requirement shows up recursively, this - raises an exception. - - This stops fork bombs embedded in malicious packages.""" - - def __init__(self, root: str) -> None: - self._root = root - self._entries: Dict[TrackerId, InstallRequirement] = {} - logger.debug("Created build tracker: %s", self._root) - - def __enter__(self) -> "BuildTracker": - logger.debug("Entered build tracker: %s", self._root) - return self - - def __exit__( - self, - exc_type: Optional[Type[BaseException]], - exc_val: Optional[BaseException], - exc_tb: Optional[TracebackType], - ) -> None: - self.cleanup() - - def _entry_path(self, key: TrackerId) -> str: - hashed = hashlib.sha224(key.encode()).hexdigest() - return os.path.join(self._root, hashed) - - def add(self, req: InstallRequirement, key: TrackerId) -> None: - """Add an InstallRequirement to build tracking.""" - - # Get the file to write information about this requirement. - entry_path = self._entry_path(key) - - # Try reading from the file. If it exists and can be read from, a build - # is already in progress, so a LookupError is raised. - try: - with open(entry_path) as fp: - contents = fp.read() - except FileNotFoundError: - pass - else: - message = f"{req.link} is already being built: {contents}" - raise LookupError(message) - - # If we're here, req should really not be building already. - assert key not in self._entries - - # Start tracking this requirement. - with open(entry_path, "w", encoding="utf-8") as fp: - fp.write(str(req)) - self._entries[key] = req - - logger.debug("Added %s to build tracker %r", req, self._root) - - def remove(self, req: InstallRequirement, key: TrackerId) -> None: - """Remove an InstallRequirement from build tracking.""" - - # Delete the created file and the corresponding entry. - os.unlink(self._entry_path(key)) - del self._entries[key] - - logger.debug("Removed %s from build tracker %r", req, self._root) - - def cleanup(self) -> None: - for key, req in list(self._entries.items()): - self.remove(req, key) - - logger.debug("Removed build tracker: %r", self._root) - - @contextlib.contextmanager - def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: - """Ensure that `key` cannot install itself as a setup requirement. - - :raises LookupError: If `key` was already provided in a parent invocation of - the context introduced by this method.""" - tracker_id = TrackerId(key) - self.add(req, tracker_id) - yield - self.remove(req, tracker_id) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata.py deleted file mode 100644 index c66ac35..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata.py +++ /dev/null @@ -1,39 +0,0 @@ -"""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/backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py deleted file mode 100644 index 27c69f0..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py +++ /dev/null @@ -1,41 +0,0 @@ -"""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/backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py deleted file mode 100644 index c01dd1c..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py +++ /dev/null @@ -1,74 +0,0 @@ -"""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( - f"More than one .egg-info directory found in {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/backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py deleted file mode 100644 index 064811a..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py +++ /dev/null @@ -1,37 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py deleted file mode 100644 index 719d69d..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py +++ /dev/null @@ -1,46 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py deleted file mode 100644 index 3ee2a70..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py +++ /dev/null @@ -1,102 +0,0 @@ -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 = f"Legacy build of wheel for {name!r} created no files.\n" - msg += format_command_result(command_args, command_output) - logger.warning(msg) - return None - - if len(names) > 1: - msg = ( - f"Legacy build of wheel for {name!r} created more than one file.\n" - f"Filenames (choosing first): {names}\n" - ) - 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/backend/.venv/Lib/site-packages/pip/_internal/operations/check.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/check.py deleted file mode 100644 index 4b6fbc4..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/check.py +++ /dev/null @@ -1,181 +0,0 @@ -"""Validation of dependencies of packages -""" - -import logging -from contextlib import suppress -from email.parser import Parser -from functools import reduce -from typing import ( - Callable, - Dict, - FrozenSet, - Generator, - Iterable, - List, - NamedTuple, - Optional, - Set, - Tuple, -) - -from pip._vendor.packaging.requirements import Requirement -from pip._vendor.packaging.tags import Tag, parse_tag -from pip._vendor.packaging.utils import NormalizedName, canonicalize_name -from pip._vendor.packaging.version import Version - -from pip._internal.distributions import make_distribution_for_install_requirement -from pip._internal.metadata import get_default_environment -from pip._internal.metadata.base import BaseDistribution -from pip._internal.req.req_install import InstallRequirement - -logger = logging.getLogger(__name__) - - -class PackageDetails(NamedTuple): - version: Version - dependencies: List[Requirement] - - -# Shorthands -PackageSet = Dict[NormalizedName, PackageDetails] -Missing = Tuple[NormalizedName, Requirement] -Conflicting = Tuple[NormalizedName, Version, 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 dependencies of %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 check_unsupported( - packages: Iterable[BaseDistribution], - supported_tags: Iterable[Tag], -) -> Generator[BaseDistribution, None, None]: - for p in packages: - with suppress(FileNotFoundError): - wheel_file = p.read_text("WHEEL") - wheel_tags: FrozenSet[Tag] = reduce( - frozenset.union, - map(parse_tag, Parser().parsestr(wheel_file).get_all("Tag", [])), - frozenset(), - ) - if wheel_tags.isdisjoint(supported_tags): - yield p - - -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/backend/.venv/Lib/site-packages/pip/_internal/operations/freeze.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/freeze.py deleted file mode 100644 index bb1039f..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/freeze.py +++ /dev/null @@ -1,258 +0,0 @@ -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 InvalidVersion - -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: - try: - dist_version = dist.version - except InvalidVersion: - # legacy version - return f"{dist.raw_name}==={dist.raw_version}" - else: - 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/backend/.venv/Lib/site-packages/pip/_internal/operations/install/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/install/__init__.py deleted file mode 100644 index 24d6a5d..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/install/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""For modules related to installing packages. -""" diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 05c0cd1354193975be4e6dd55bb458034d010d17..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268 zcmXv}K~6$35N&}dA>j_)lKB75jS)5^tc(XRlQgBBkV=_0?SR3Rx9|*}!6SGBwqC%< z&XxTE-e%s*%)EK?H6D*d#pm19-`4uwi3{YJ9EX*>3n!k$UQT+iH;b6nCc16FqA~`< z=oClgsjvyb(@G^{*Jg#K9X(Fu;aY1Kt=1pn*jfJ3{0?4XUY9zCK+jwnV{P0L*WJd( zjIgW*NDkT^(heT{5{hSRF20a_0_}-0lL-(LX2U*GfpZAZwd+~yHti3?`%~IkzN+WD Tw@UZ*PhU#;+mmvT2UY$9b}CV$ diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc deleted file mode 100644 index c121d050167bd0ae3a044267f8528bec02016f48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1800 zcmZuxO>7%Q6rT0|c-Q|)oS3Ge-O^TIL@c!wR8{;a{2Wl5B9T*!rR{oW;%vL#S!Q;V zIxOOSvv_teb&7F-kb5fH*dZ- z-xrHH1oGYHtNukDq2Hu&Ak{J0{T9GIgi#Y=1!n@KslZnaGF`Q)cD1IaNWT{7U88BF zSP!yYvuUQ-2&`_dnM-jt$af3Pf`T%LC^u&h0v&xxXJs?zhL_f(y(uE5+_k3>e-mAk$^@w8o57ZKG*9RVZIy5zqo-gm&gYR2|ZF*MCFad z5AfUJn$Kw1C1DJ{oF8I9PCz?g&2`;d#7TFKDGj(Y-rI3mhr@i?gKQk0w8y!KQYWBo zH*jbgj|(GWWW~QNv{l+AqL^^vz+evdVC(%0Cf+=pht33dXEWK`r3A8 z2|IUaJwrk4*xgE)oBffMg z25Kx)9@}tZiM(SDh`?gb=i^mIlg?_+28pSCbj^*_wQ>5rBn? zGkIQ73hC%pJsPg~9VXk7<)tcs+Nedncoq11oS?wVf=9buH^jgz?g`af$Jgt+Fo1j= z!i46B5J;Ar$?7wCt@T_Q^H>a4l=CI2%2HLNngAs<$y6>glBXQWe)8s();eXkIMj@^ z!kaOlcRi0LVGO68_b4N+wxnB#Ta7i~U+bFRZb{0{kBiJ(ksq}jKa2^3u4>VUu(T<8 zYuuu(gPwJQw1=U3qB5Ry4(8ZN$V(>7F{n+ncM9qGPp*D+^@qxZuP*(pUH(1)?7*BJ z)XooTrw8TfL2+U*b9S$oEf||`?Mmtdwre1z{0N=@16|rd7kAL&4!ZK#n%%1XV$J?&&ECKKlXY&> z7#g-xdR(2mzx4UyPzO9TP;vV1(w)U&R$3;?Pu+d-&iv4lRt{C48s;S`pnPdql&FNN mwP9JJ3Mx+xCnTCg6?-@(Q5D%|htm?xAS1U|1H_(#JpTp0?C&%H diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc deleted file mode 100644 index 0277dcd3bd92c23f90f46d04cfa0d5a886ddbfb3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34105 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%0A!cKY#aNBuC4CN0y~x5)V!Ic_*; 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 SUX|)mh-!B~6Crj8^8W(6@Kjy^ diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py deleted file mode 100644 index 9aaa699..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py +++ /dev/null @@ -1,47 +0,0 @@ -"""Legacy editable installation process, i.e. `setup.py develop`. -""" - -import logging -from typing import Optional, Sequence - -from pip._internal.build_env import BuildEnvironment -from pip._internal.utils.logging import indent_log -from pip._internal.utils.setuptools_build import make_setuptools_develop_args -from pip._internal.utils.subprocess import call_subprocess - -logger = logging.getLogger(__name__) - - -def install_editable( - *, - global_options: Sequence[str], - prefix: Optional[str], - home: Optional[str], - use_user_site: bool, - name: str, - setup_py_path: str, - isolated: bool, - build_env: BuildEnvironment, - unpacked_source_directory: str, -) -> None: - """Install a package in editable mode. Most arguments are pass-through - to setuptools. - """ - logger.info("Running setup.py develop for %s", name) - - args = make_setuptools_develop_args( - setup_py_path, - global_options=global_options, - no_user_config=isolated, - prefix=prefix, - home=home, - use_user_site=use_user_site, - ) - - with indent_log(): - with build_env: - call_subprocess( - args, - command_desc="python setup.py develop", - cwd=unpacked_source_directory, - ) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py deleted file mode 100644 index aef42aa..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py +++ /dev/null @@ -1,741 +0,0 @@ -"""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, - Protocol, - 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 StreamWrapper, 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: - - class File(Protocol): - src_record_path: "RecordPath" - dest_path: str - changed: bool - - def save(self) -> None: - pass - - -logger = logging.getLogger(__name__) - -RecordPath = NewType("RecordPath", str) -InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] - - -def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: - """Return (encoded_digest, length) for path using hashlib.sha256()""" - h, length = hash_file(path, blocksize) - digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") - return (digest, str(length)) - - -def csv_io_kwargs(mode: str) -> Dict[str, Any]: - """Return keyword arguments to properly open a CSV file - in the given mode. - """ - return {"mode": mode, "newline": "", "encoding": "utf-8"} - - -def fix_script(path: str) -> bool: - """Replace #!python with #!/path/to/python - Return True if file was changed. - """ - # XXX RECORD hashes will need to be updated - assert os.path.isfile(path) - - with open(path, "rb") as script: - firstline = script.readline() - if not firstline.startswith(b"#!python"): - return False - exename = sys.executable.encode(sys.getfilesystemencoding()) - firstline = b"#!" + exename + os.linesep.encode("ascii") - rest = script.read() - with open(path, "wb") as script: - script.write(firstline) - script.write(rest) - return True - - -def wheel_root_is_purelib(metadata: Message) -> bool: - return metadata.get("Root-Is-Purelib", "").lower() == "true" - - -def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: - console_scripts = {} - gui_scripts = {} - for entry_point in dist.iter_entry_points(): - if entry_point.group == "console_scripts": - console_scripts[entry_point.name] = entry_point.value - elif entry_point.group == "gui_scripts": - gui_scripts[entry_point.name] = entry_point.value - return console_scripts, gui_scripts - - -def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: - """Determine if any scripts are not on PATH and format a warning. - Returns a warning message if one or more scripts are not on PATH, - otherwise None. - """ - if not scripts: - return None - - # Group scripts by the path they were installed in - grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) - for destfile in scripts: - parent_dir = os.path.dirname(destfile) - script_name = os.path.basename(destfile) - grouped_by_dir[parent_dir].add(script_name) - - # We don't want to warn for directories that are on PATH. - not_warn_dirs = [ - os.path.normcase(os.path.normpath(i)).rstrip(os.sep) - for i in os.environ.get("PATH", "").split(os.pathsep) - ] - # If an executable sits with sys.executable, we don't warn for it. - # This covers the case of venv invocations without activating the venv. - not_warn_dirs.append( - os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) - ) - warn_for: Dict[str, Set[str]] = { - parent_dir: scripts - for parent_dir, scripts in grouped_by_dir.items() - if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs - } - if not warn_for: - return None - - # Format a message - msg_lines = [] - for parent_dir, dir_scripts in warn_for.items(): - sorted_scripts: List[str] = sorted(dir_scripts) - if len(sorted_scripts) == 1: - start_text = f"script {sorted_scripts[0]} is" - else: - start_text = "scripts {} are".format( - ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] - ) - - msg_lines.append( - f"The {start_text} installed in '{parent_dir}' which is not on PATH." - ) - - last_line_fmt = ( - "Consider adding {} to PATH or, if you prefer " - "to suppress this warning, use --no-warn-script-location." - ) - if len(msg_lines) == 1: - msg_lines.append(last_line_fmt.format("this directory")) - else: - msg_lines.append(last_line_fmt.format("these directories")) - - # Add a note if any directory starts with ~ - warn_for_tilde = any( - i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i - ) - if warn_for_tilde: - tilde_warning_msg = ( - "NOTE: The current PATH contains path(s) starting with `~`, " - "which may not be expanded by all applications." - ) - msg_lines.append(tilde_warning_msg) - - # Returns the formatted multiline message - return "\n".join(msg_lines) - - -def _normalized_outrows( - outrows: Iterable[InstalledCSVRow], -) -> List[Tuple[str, str, str]]: - """Normalize the given rows of a RECORD file. - - Items in each row are converted into str. Rows are then sorted to make - the value more predictable for tests. - - Each row is a 3-tuple (path, hash, size) and corresponds to a record of - a RECORD file (see PEP 376 and PEP 427 for details). For the rows - passed to this function, the size can be an integer as an int or string, - or the empty string. - """ - # Normally, there should only be one row per path, in which case the - # second and third elements don't come into play when sorting. - # However, in cases in the wild where a path might happen to occur twice, - # we don't want the sort operation to trigger an error (but still want - # determinism). Since the third element can be an int or string, we - # coerce each element to a string to avoid a TypeError in this case. - # For additional background, see-- - # https://github.com/pypa/pip/issues/5868 - return sorted( - (record_path, hash_, str(size)) for record_path, hash_, size in outrows - ) - - -def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: - return os.path.join(lib_dir, record_path) - - -def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: - # On Windows, do not handle relative paths if they belong to different - # logical disks - if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): - path = os.path.relpath(path, lib_dir) - - path = path.replace(os.path.sep, "/") - return cast("RecordPath", path) - - -def get_csv_rows_for_installed( - old_csv_rows: List[List[str]], - installed: Dict[RecordPath, RecordPath], - changed: Set[RecordPath], - generated: List[str], - lib_dir: str, -) -> List[InstalledCSVRow]: - """ - :param installed: A map from archive RECORD path to installation RECORD - path. - """ - installed_rows: List[InstalledCSVRow] = [] - for row in old_csv_rows: - if len(row) > 3: - logger.warning("RECORD line has more than three elements: %s", row) - old_record_path = cast("RecordPath", row[0]) - new_record_path = installed.pop(old_record_path, old_record_path) - if new_record_path in changed: - digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) - else: - digest = row[1] if len(row) > 1 else "" - length = row[2] if len(row) > 2 else "" - installed_rows.append((new_record_path, digest, length)) - for f in generated: - path = _fs_to_record_path(f, lib_dir) - digest, length = rehash(f) - installed_rows.append((path, digest, length)) - return installed_rows + [ - (installed_record_path, "", "") for installed_record_path in installed.values() - ] - - -def get_console_script_specs(console: Dict[str, str]) -> List[str]: - """ - Given the mapping from entrypoint name to callable, return the relevant - console script specs. - """ - # Don't mutate caller's version - console = console.copy() - - scripts_to_generate = [] - - # Special case pip and setuptools to generate versioned wrappers - # - # The issue is that some projects (specifically, pip and setuptools) use - # code in setup.py to create "versioned" entry points - pip2.7 on Python - # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into - # the wheel metadata at build time, and so if the wheel is installed with - # a *different* version of Python the entry points will be wrong. The - # correct fix for this is to enhance the metadata to be able to describe - # such versioned entry points. - # Currently, 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. As a workaround, we - # override the versioned entry points in the wheel and generate the - # correct ones. - # - # To add the level of hack in this section of code, in order to support - # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment - # variable which will control which version scripts get installed. - # - # ENSUREPIP_OPTIONS=altinstall - # - Only pipX.Y and easy_install-X.Y will be generated and installed - # ENSUREPIP_OPTIONS=install - # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note - # that this option is technically if ENSUREPIP_OPTIONS is set and is - # not altinstall - # DEFAULT - # - The default behavior is to install pip, pipX, pipX.Y, easy_install - # and easy_install-X.Y. - pip_script = console.pop("pip", None) - if pip_script: - if "ENSUREPIP_OPTIONS" not in os.environ: - scripts_to_generate.append("pip = " + pip_script) - - if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": - scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}") - - scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") - # Delete any other versioned pip entry points - pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] - for k in pip_ep: - del console[k] - easy_install_script = console.pop("easy_install", None) - if easy_install_script: - if "ENSUREPIP_OPTIONS" not in os.environ: - scripts_to_generate.append("easy_install = " + easy_install_script) - - scripts_to_generate.append( - f"easy_install-{get_major_minor_version()} = {easy_install_script}" - ) - # Delete any other versioned easy_install entry points - easy_install_ep = [ - k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) - ] - for k in easy_install_ep: - del console[k] - - # Generate the console entry points specified in the wheel - scripts_to_generate.extend(starmap("{} = {}".format, console.items())) - - return scripts_to_generate - - -class ZipBackedFile: - def __init__( - self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile - ) -> None: - self.src_record_path = src_record_path - self.dest_path = dest_path - self._zip_file = zip_file - self.changed = False - - def _getinfo(self) -> ZipInfo: - return self._zip_file.getinfo(self.src_record_path) - - def save(self) -> None: - # 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() - - # optimization: the file is created by open(), - # skip the decompression when there is 0 bytes to decompress. - with open(self.dest_path, "wb") as dest: - if zipinfo.file_size > 0: - with self._zip_file.open(zipinfo) as f: - blocksize = min(zipinfo.file_size, 1024 * 1024) - shutil.copyfileobj(f, dest, blocksize) - - if zip_item_is_executable(zipinfo): - set_extracted_file_to_default_mode_plus_executable(self.dest_path) - - -class ScriptFile: - def __init__(self, file: "File") -> None: - self._file = file - self.src_record_path = self._file.src_record_path - self.dest_path = self._file.dest_path - self.changed = False - - def save(self) -> None: - self._file.save() - self.changed = fix_script(self.dest_path) - - -class MissingCallableSuffix(InstallationError): - def __init__(self, entry_point: str) -> None: - super().__init__( - f"Invalid script entry point: {entry_point} - A callable " - "suffix is required. Cf https://packaging.python.org/" - "specifications/entry-points/#use-for-scripts for more " - "information." - ) - - -def _raise_for_invalid_entrypoint(specification: str) -> None: - entry = get_export_entry(specification) - if entry is not None and entry.suffix is None: - raise MissingCallableSuffix(str(entry)) - - -class PipScriptMaker(ScriptMaker): - def make( - self, specification: str, options: Optional[Dict[str, Any]] = None - ) -> List[str]: - _raise_for_invalid_entrypoint(specification) - return super().make(specification, options) - - -def _install_wheel( # noqa: C901, PLR0915 function is too long - 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 = ( - f"Unexpected file in {wheel_path}: {record_path!r}. .data directory" - " contents should be named like: '/'." - ) - raise InstallationError(message) - - try: - scheme_path = scheme_paths[scheme_key] - except KeyError: - valid_scheme_keys = ", ".join(sorted(scheme_paths)) - message = ( - f"Unknown scheme key used in {wheel_path}: {scheme_key} " - f"(for file {record_path!r}). .data directory contents " - f"should be in subdirectories named with a valid scheme " - f"key ({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) - - existing_parents = set() - for file in files: - # 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(file.dest_path) - if parent_dir not in existing_parents: - ensure_dir(parent_dir) - existing_parents.add(parent_dir) - 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 contextlib.redirect_stdout( - StreamWrapper.from_stream(sys.stdout) - ) as stdout: - with warnings.catch_warnings(): - warnings.filterwarnings("ignore") - for path in pyc_source_file_paths(): - success = compileall.compile_file(path, force=True, quiet=True) - if success: - pyc_path = pyc_output_path(path) - assert os.path.exists(pyc_path) - pyc_record_path = cast( - "RecordPath", pyc_path.replace(os.path.sep, "/") - ) - record_installed(pyc_record_path, pyc_path) - logger.debug(stdout.getvalue()) - - maker = PipScriptMaker(None, scheme.scripts) - - # Ensure old scripts are overwritten. - # See https://github.com/pypa/pip/issues/1800 - maker.clobber = True - - # Ensure we don't generate any variants for scripts because this is almost - # never what somebody wants. - # See https://bitbucket.org/pypa/distlib/issue/35/ - maker.variants = {""} - - # This is required because otherwise distlib creates scripts that are not - # executable. - # See https://bitbucket.org/pypa/distlib/issue/32/ - maker.set_mode = True - - # Generate the console and GUI entry points specified in the wheel - scripts_to_generate = get_console_script_specs(console) - - gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) - - generated_console_scripts = maker.make_multiple(scripts_to_generate) - generated.extend(generated_console_scripts) - - generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) - - if warn_script_location: - msg = message_about_scripts_not_on_PATH(generated_console_scripts) - if msg is not None: - logger.warning(msg) - - generated_file_mode = 0o666 & ~current_umask() - - @contextlib.contextmanager - def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: - with adjacent_tmp_file(path, **kwargs) as f: - yield f - os.chmod(f.name, generated_file_mode) - replace(f.name, path) - - dest_info_dir = os.path.join(lib_dir, info_dir) - - # Record pip as the installer - installer_path = os.path.join(dest_info_dir, "INSTALLER") - with _generate_file(installer_path) as installer_file: - installer_file.write(b"pip\n") - generated.append(installer_path) - - # Record the PEP 610 direct URL reference - if direct_url is not None: - direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) - with _generate_file(direct_url_path) as direct_url_file: - direct_url_file.write(direct_url.to_json().encode("utf-8")) - generated.append(direct_url_path) - - # Record the REQUESTED file - if requested: - requested_path = os.path.join(dest_info_dir, "REQUESTED") - with open(requested_path, "wb"): - pass - generated.append(requested_path) - - record_text = distribution.read_text("RECORD") - record_rows = list(csv.reader(record_text.splitlines())) - - rows = get_csv_rows_for_installed( - record_rows, - installed=installed, - changed=changed, - generated=generated, - lib_dir=lib_dir, - ) - - # Record details of all files installed - record_path = os.path.join(dest_info_dir, "RECORD") - - with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: - # Explicitly cast to typing.IO[str] as a workaround for the mypy error: - # "writer" has incompatible type "BinaryIO"; expected "_Writer" - writer = csv.writer(cast("IO[str]", record_file)) - writer.writerows(_normalized_outrows(rows)) - - -@contextlib.contextmanager -def req_error_context(req_description: str) -> Generator[None, None, None]: - try: - yield - except InstallationError as e: - message = f"For req: {req_description}. {e.args[0]}" - raise InstallationError(message) from e - - -def install_wheel( - name: str, - wheel_path: str, - scheme: Scheme, - req_description: str, - pycompile: bool = True, - warn_script_location: bool = True, - direct_url: Optional[DirectUrl] = None, - requested: bool = False, -) -> None: - with ZipFile(wheel_path, allowZip64=True) as z: - with req_error_context(req_description): - _install_wheel( - name=name, - wheel_zip=z, - wheel_path=wheel_path, - scheme=scheme, - pycompile=pycompile, - warn_script_location=warn_script_location, - direct_url=direct_url, - requested=requested, - ) diff --git a/backend/.venv/Lib/site-packages/pip/_internal/operations/prepare.py b/backend/.venv/Lib/site-packages/pip/_internal/operations/prepare.py deleted file mode 100644 index e6aa344..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/operations/prepare.py +++ /dev/null @@ -1,732 +0,0 @@ -"""Prepares a distribution for installation -""" - -# The following comment should be removed at some point in the future. -# mypy: strict-optional=False - -import mimetypes -import os -import shutil -from dataclasses import dataclass -from pathlib import Path -from typing import Dict, Iterable, List, Optional - -from pip._vendor.packaging.utils import canonicalize_name - -from pip._internal.distributions import make_distribution_for_install_requirement -from pip._internal.distributions.installed import InstalledDistribution -from pip._internal.exceptions import ( - DirectoryUrlHashUnsupported, - HashMismatch, - HashUnpinned, - InstallationError, - MetadataInconsistent, - NetworkConnectionError, - VcsHashUnsupported, -) -from pip._internal.index.package_finder import PackageFinder -from pip._internal.metadata import BaseDistribution, get_metadata_distribution -from pip._internal.models.direct_url import ArchiveInfo -from pip._internal.models.link import Link -from pip._internal.models.wheel import Wheel -from pip._internal.network.download import BatchDownloader, Downloader -from pip._internal.network.lazy_wheel import ( - HTTPRangeRequestUnsupported, - dist_from_wheel_url, -) -from pip._internal.network.session import PipSession -from pip._internal.operations.build.build_tracker import BuildTracker -from pip._internal.req.req_install import InstallRequirement -from pip._internal.utils._log import getLogger -from pip._internal.utils.direct_url_helpers import ( - direct_url_for_editable, - direct_url_from_link, -) -from pip._internal.utils.hashes import Hashes, MissingHashes -from pip._internal.utils.logging import indent_log -from pip._internal.utils.misc import ( - display_path, - hash_file, - hide_url, - redact_auth_from_requirement, -) -from pip._internal.utils.temp_dir import TempDirectory -from pip._internal.utils.unpacking import unpack_file -from pip._internal.vcs import vcs - -logger = getLogger(__name__) - - -def _get_prepared_distribution( - req: InstallRequirement, - build_tracker: BuildTracker, - finder: PackageFinder, - build_isolation: bool, - check_build_deps: bool, -) -> BaseDistribution: - """Prepare a distribution for installation.""" - abstract_dist = make_distribution_for_install_requirement(req) - tracker_id = abstract_dist.build_tracker_id - if tracker_id is not None: - with build_tracker.track(req, tracker_id): - abstract_dist.prepare_distribution_metadata( - finder, build_isolation, check_build_deps - ) - return abstract_dist.get_metadata_distribution() - - -def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: - vcs_backend = vcs.get_backend_for_scheme(link.scheme) - assert vcs_backend is not None - vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) - - -@dataclass -class File: - path: str - content_type: Optional[str] = None - - def __post_init__(self) -> None: - if self.content_type is None: - self.content_type = mimetypes.guess_type(self.path)[0] - - -def get_http_url( - link: Link, - download: Downloader, - download_dir: Optional[str] = None, - hashes: Optional[Hashes] = None, -) -> File: - temp_dir = TempDirectory(kind="unpack", globally_managed=True) - # If a download dir is specified, is the file already downloaded there? - already_downloaded_path = None - if download_dir: - already_downloaded_path = _check_download_dir(link, download_dir, hashes) - - if already_downloaded_path: - from_path = already_downloaded_path - content_type = None - else: - # let's download to a tmp dir - from_path, content_type = download(link, temp_dir.path) - if hashes: - hashes.check_against_path(from_path) - - return File(from_path, content_type) - - -def get_file_url( - link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None -) -> File: - """Get file and optionally check its hash.""" - # If a download dir is specified, is the file already there and valid? - already_downloaded_path = None - if download_dir: - already_downloaded_path = _check_download_dir(link, download_dir, hashes) - - if already_downloaded_path: - from_path = already_downloaded_path - else: - from_path = link.file_path - - # If --require-hashes is off, `hashes` is either empty, the - # link's embedded hash, or MissingHashes; it is required to - # match. If --require-hashes is on, we are satisfied by any - # hash in `hashes` matching: a URL-based or an option-based - # one; no internet-sourced hash will be in `hashes`. - if hashes: - hashes.check_against_path(from_path) - return File(from_path, None) - - -def unpack_url( - link: Link, - location: str, - download: Downloader, - verbosity: int, - download_dir: Optional[str] = None, - hashes: Optional[Hashes] = None, -) -> Optional[File]: - """Unpack link into location, downloading if required. - - :param hashes: A Hashes object, one of whose embedded hashes must match, - or HashMismatch will be raised. If the Hashes is empty, no matches are - required, and unhashable types of requirements (like VCS ones, which - would ordinarily raise HashUnsupported) are allowed. - """ - # non-editable vcs urls - if link.is_vcs: - unpack_vcs_link(link, location, verbosity=verbosity) - return None - - assert not link.is_existing_dir() - - # file urls - if link.is_file: - file = get_file_url(link, download_dir, hashes=hashes) - - # http urls - else: - file = get_http_url( - link, - download, - download_dir, - hashes=hashes, - ) - - # unpack the archive to the build dir location. even when only downloading - # archives, they have to be unpacked to parse dependencies, except wheels - if not link.is_wheel: - unpack_file(file.path, location, file.content_type) - - return file - - -def _check_download_dir( - link: Link, - download_dir: str, - hashes: Optional[Hashes], - warn_on_hash_mismatch: bool = True, -) -> Optional[str]: - """Check download_dir for previously downloaded file with correct hash - If a correct file is found return its path else None - """ - download_path = os.path.join(download_dir, link.filename) - - if not os.path.exists(download_path): - return None - - # If already downloaded, does its hash match? - logger.info("File was already downloaded %s", download_path) - if hashes: - try: - hashes.check_against_path(download_path) - except HashMismatch: - if warn_on_hash_mismatch: - logger.warning( - "Previously-downloaded file %s has bad hash. Re-downloading.", - download_path, - ) - os.unlink(download_path) - return None - return download_path - - -class RequirementPreparer: - """Prepares a Requirement""" - - def __init__( - self, - build_dir: str, - download_dir: Optional[str], - src_dir: str, - build_isolation: bool, - check_build_deps: bool, - build_tracker: BuildTracker, - session: PipSession, - progress_bar: str, - finder: PackageFinder, - require_hashes: bool, - use_user_site: bool, - lazy_wheel: bool, - verbosity: int, - legacy_resolver: bool, - ) -> None: - super().__init__() - - self.src_dir = src_dir - self.build_dir = build_dir - self.build_tracker = build_tracker - self._session = session - self._download = Downloader(session, progress_bar) - self._batch_download = BatchDownloader(session, progress_bar) - self.finder = finder - - # Where still-packed archives should be written to. If None, they are - # not saved, and are deleted immediately after unpacking. - self.download_dir = download_dir - - # Is build isolation allowed? - self.build_isolation = build_isolation - - # Should check build dependencies? - self.check_build_deps = check_build_deps - - # Should hash-checking be required? - self.require_hashes = require_hashes - - # Should install in user site-packages? - self.use_user_site = use_user_site - - # Should wheels be downloaded lazily? - self.use_lazy_wheel = lazy_wheel - - # How verbose should underlying tooling be? - self.verbosity = verbosity - - # Are we using the legacy resolver? - self.legacy_resolver = legacy_resolver - - # Memoized downloaded files, as mapping of url: path. - self._downloaded: Dict[str, str] = {} - - # Previous "header" printed for a link-based InstallRequirement - self._previous_requirement_header = ("", "") - - def _log_preparing_link(self, req: InstallRequirement) -> None: - """Provide context for the requirement being prepared.""" - if req.link.is_file and not req.is_wheel_from_cache: - message = "Processing %s" - information = str(display_path(req.link.file_path)) - else: - message = "Collecting %s" - information = redact_auth_from_requirement(req.req) if req.req else str(req) - - # If we used req.req, inject requirement source if available (this - # would already be included if we used req directly) - if req.req and req.comes_from: - if isinstance(req.comes_from, str): - comes_from: Optional[str] = req.comes_from - else: - comes_from = req.comes_from.from_path() - if comes_from: - information += f" (from {comes_from})" - - if (message, information) != self._previous_requirement_header: - self._previous_requirement_header = (message, information) - logger.info(message, information) - - if req.is_wheel_from_cache: - with indent_log(): - logger.info("Using cached %s", req.link.filename) - - def _ensure_link_req_src_dir( - self, req: InstallRequirement, parallel_builds: bool - ) -> None: - """Ensure source_dir of a linked InstallRequirement.""" - # Since source_dir is only set for editable requirements. - if req.link.is_wheel: - # We don't need to unpack wheels, so no need for a source - # directory. - return - assert req.source_dir is None - if req.link.is_existing_dir(): - # build local directories in-tree - req.source_dir = req.link.file_path - return - - # We always delete unpacked sdists after pip runs. - req.ensure_has_source_dir( - self.build_dir, - autodelete=True, - parallel_builds=parallel_builds, - ) - req.ensure_pristine_source_checkout() - - def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: - # By the time this is called, the requirement's link should have - # been checked so we can tell what kind of requirements req is - # and raise some more informative errors than otherwise. - # (For example, we can raise VcsHashUnsupported for a VCS URL - # rather than HashMissing.) - if not self.require_hashes: - return req.hashes(trust_internet=True) - - # We could check these first 2 conditions inside unpack_url - # and save repetition of conditions, but then we would - # report less-useful error messages for unhashable - # requirements, complaining that there's no hash provided. - if req.link.is_vcs: - raise VcsHashUnsupported() - if req.link.is_existing_dir(): - raise DirectoryUrlHashUnsupported() - - # Unpinned packages are asking for trouble when a new version - # is uploaded. This isn't a security check, but it saves users - # a surprising hash mismatch in the future. - # file:/// URLs aren't pinnable, so don't complain about them - # not being pinned. - if not req.is_direct and not req.is_pinned: - raise HashUnpinned() - - # If known-good hashes are missing for this requirement, - # shim it with a facade object that will provoke hash - # computation and then raise a HashMissing exception - # showing the user what the hash should be. - return req.hashes(trust_internet=False) or MissingHashes() - - def _fetch_metadata_only( - self, - req: InstallRequirement, - ) -> Optional[BaseDistribution]: - if self.legacy_resolver: - logger.debug( - "Metadata-only fetching is not used in the legacy resolver", - ) - return None - if self.require_hashes: - logger.debug( - "Metadata-only fetching is not used as hash checking is required", - ) - return None - # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. - return self._fetch_metadata_using_link_data_attr( - req - ) or self._fetch_metadata_using_lazy_wheel(req.link) - - def _fetch_metadata_using_link_data_attr( - self, - req: InstallRequirement, - ) -> Optional[BaseDistribution]: - """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" - # (1) Get the link to the metadata file, if provided by the backend. - metadata_link = req.link.metadata_link() - if metadata_link is None: - return None - assert req.req is not None - logger.verbose( - "Obtaining dependency information for %s from %s", - req.req, - metadata_link, - ) - # (2) Download the contents of the METADATA file, separate from the dist itself. - metadata_file = get_http_url( - metadata_link, - self._download, - hashes=metadata_link.as_hashes(), - ) - with open(metadata_file.path, "rb") as f: - metadata_contents = f.read() - # (3) Generate a dist just from those file contents. - metadata_dist = get_metadata_distribution( - metadata_contents, - req.link.filename, - req.req.name, - ) - # (4) Ensure the Name: field from the METADATA file matches the name from the - # install requirement. - # - # NB: raw_name will fall back to the name from the install requirement if - # the Name: field is not present, but it's noted in the raw_name docstring - # that that should NEVER happen anyway. - if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): - raise MetadataInconsistent( - req, "Name", req.req.name, metadata_dist.raw_name - ) - return metadata_dist - - def _fetch_metadata_using_lazy_wheel( - self, - link: Link, - ) -> Optional[BaseDistribution]: - """Fetch metadata using lazy wheel, if possible.""" - # --use-feature=fast-deps must be provided. - if not self.use_lazy_wheel: - return None - if link.is_file or not link.is_wheel: - logger.debug( - "Lazy wheel is not used as %r does not point to a remote wheel", - link, - ) - return None - - wheel = Wheel(link.filename) - name = canonicalize_name(wheel.name) - logger.info( - "Obtaining dependency information from %s %s", - name, - wheel.version, - ) - url = link.url.split("#", 1)[0] - try: - return dist_from_wheel_url(name, url, self._session) - except HTTPRangeRequestUnsupported: - logger.debug("%s does not support range requests", url) - return None - - def _complete_partial_requirements( - self, - partially_downloaded_reqs: Iterable[InstallRequirement], - parallel_builds: bool = False, - ) -> None: - """Download any requirements which were only fetched by metadata.""" - # Download to a temporary directory. These will be copied over as - # needed for downstream 'download', 'wheel', and 'install' commands. - temp_dir = TempDirectory(kind="unpack", globally_managed=True).path - - # Map each link to the requirement that owns it. This allows us to set - # `req.local_file_path` on the appropriate requirement after passing - # all the links at once into BatchDownloader. - links_to_fully_download: Dict[Link, InstallRequirement] = {} - for req in partially_downloaded_reqs: - assert req.link - links_to_fully_download[req.link] = req - - batch_download = self._batch_download( - links_to_fully_download.keys(), - temp_dir, - ) - for link, (filepath, _) in batch_download: - logger.debug("Downloading link %s to %s", link, filepath) - req = links_to_fully_download[link] - # Record the downloaded file path so wheel reqs can extract a Distribution - # in .get_dist(). - req.local_file_path = filepath - # Record that the file is downloaded so we don't do it again in - # _prepare_linked_requirement(). - self._downloaded[req.link.url] = filepath - - # If this is an sdist, we need to unpack it after downloading, but the - # .source_dir won't be set up until we are in _prepare_linked_requirement(). - # Add the downloaded archive to the install requirement to unpack after - # preparing the source dir. - if not req.is_wheel: - req.needs_unpacked_archive(Path(filepath)) - - # This step is necessary to ensure all lazy wheels are processed - # successfully by the 'download', 'wheel', and 'install' commands. - for req in partially_downloaded_reqs: - self._prepare_linked_requirement(req, parallel_builds) - - def prepare_linked_requirement( - self, req: InstallRequirement, parallel_builds: bool = False - ) -> BaseDistribution: - """Prepare a requirement to be obtained from req.link.""" - assert req.link - self._log_preparing_link(req) - with indent_log(): - # Check if the relevant file is already available - # in the download directory - file_path = None - if self.download_dir is not None and req.link.is_wheel: - hashes = self._get_linked_req_hashes(req) - file_path = _check_download_dir( - req.link, - self.download_dir, - hashes, - # When a locally built wheel has been found in cache, we don't warn - # about re-downloading when the already downloaded wheel hash does - # not match. This is because the hash must be checked against the - # original link, not the cached link. It that case the already - # downloaded file will be removed and re-fetched from cache (which - # implies a hash check against the cache entry's origin.json). - warn_on_hash_mismatch=not req.is_wheel_from_cache, - ) - - if file_path is not None: - # The file is already available, so mark it as downloaded - self._downloaded[req.link.url] = file_path - else: - # The file is not available, attempt to fetch only metadata - metadata_dist = self._fetch_metadata_only(req) - if metadata_dist is not None: - req.needs_more_preparation = True - return metadata_dist - - # None of the optimizations worked, fully prepare the requirement - return self._prepare_linked_requirement(req, parallel_builds) - - def prepare_linked_requirements_more( - self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False - ) -> None: - """Prepare linked requirements more, if needed.""" - reqs = [req for req in reqs if req.needs_more_preparation] - for req in reqs: - # Determine if any of these requirements were already downloaded. - if self.download_dir is not None and req.link.is_wheel: - hashes = self._get_linked_req_hashes(req) - file_path = _check_download_dir(req.link, self.download_dir, hashes) - if file_path is not None: - self._downloaded[req.link.url] = file_path - req.needs_more_preparation = False - - # Prepare requirements we found were already downloaded for some - # reason. The other downloads will be completed separately. - partially_downloaded_reqs: List[InstallRequirement] = [] - for req in reqs: - if req.needs_more_preparation: - partially_downloaded_reqs.append(req) - else: - self._prepare_linked_requirement(req, parallel_builds) - - # TODO: separate this part out from RequirementPreparer when the v1 - # resolver can be removed! - self._complete_partial_requirements( - partially_downloaded_reqs, - parallel_builds=parallel_builds, - ) - - def _prepare_linked_requirement( - self, req: InstallRequirement, parallel_builds: bool - ) -> BaseDistribution: - assert req.link - link = req.link - - hashes = self._get_linked_req_hashes(req) - - if hashes and req.is_wheel_from_cache: - assert req.download_info is not None - assert link.is_wheel - assert link.is_file - # We need to verify hashes, and we have found the requirement in the cache - # of locally built wheels. - if ( - isinstance(req.download_info.info, ArchiveInfo) - and req.download_info.info.hashes - and hashes.has_one_of(req.download_info.info.hashes) - ): - # At this point we know the requirement was built from a hashable source - # artifact, and we verified that the cache entry's hash of the original - # artifact matches one of the hashes we expect. We don't verify hashes - # against the cached wheel, because the wheel is not the original. - hashes = None - else: - logger.warning( - "The hashes of the source archive found in cache entry " - "don't match, ignoring cached built wheel " - "and re-downloading source." - ) - req.link = req.cached_wheel_source_link - link = req.link - - self._ensure_link_req_src_dir(req, parallel_builds) - - if link.is_existing_dir(): - local_file = None - elif link.url not in self._downloaded: - try: - local_file = unpack_url( - link, - req.source_dir, - self._download, - self.verbosity, - self.download_dir, - hashes, - ) - except NetworkConnectionError as exc: - raise InstallationError( - f"Could not install requirement {req} because of HTTP " - f"error {exc} for URL {link}" - ) - else: - file_path = self._downloaded[link.url] - if hashes: - hashes.check_against_path(file_path) - local_file = File(file_path, content_type=None) - - # If download_info is set, we got it from the wheel cache. - if req.download_info is None: - # Editables don't go through this function (see - # prepare_editable_requirement). - assert not req.editable - req.download_info = direct_url_from_link(link, req.source_dir) - # Make sure we have a hash in download_info. If we got it as part of the - # URL, it will have been verified and we can rely on it. Otherwise we - # compute it from the downloaded file. - # FIXME: https://github.com/pypa/pip/issues/11943 - if ( - isinstance(req.download_info.info, ArchiveInfo) - and not req.download_info.info.hashes - and local_file - ): - hash = hash_file(local_file.path)[0].hexdigest() - # We populate info.hash for backward compatibility. - # This will automatically populate info.hashes. - req.download_info.info.hash = f"sha256={hash}" - - # For use in later processing, - # preserve the file path on the requirement. - if local_file: - req.local_file_path = local_file.path - - dist = _get_prepared_distribution( - req, - self.build_tracker, - self.finder, - self.build_isolation, - self.check_build_deps, - ) - return dist - - def save_linked_requirement(self, req: InstallRequirement) -> None: - assert self.download_dir is not None - assert req.link is not None - link = req.link - if link.is_vcs or (link.is_existing_dir() and req.editable): - # Make a .zip of the source_dir we already created. - req.archive(self.download_dir) - return - - if link.is_existing_dir(): - logger.debug( - "Not copying link to destination directory " - "since it is a directory: %s", - link, - ) - return - if req.local_file_path is None: - # No distribution was downloaded for this requirement. - return - - download_location = os.path.join(self.download_dir, link.filename) - if not os.path.exists(download_location): - shutil.copy(req.local_file_path, download_location) - download_path = display_path(download_location) - logger.info("Saved %s", download_path) - - def prepare_editable_requirement( - self, - req: InstallRequirement, - ) -> BaseDistribution: - """Prepare an editable requirement.""" - assert req.editable, "cannot prepare a non-editable req as editable" - - logger.info("Obtaining %s", req) - - with indent_log(): - if self.require_hashes: - raise InstallationError( - f"The editable requirement {req} cannot be installed when " - "requiring hashes, because there is no single file to " - "hash." - ) - req.ensure_has_source_dir(self.src_dir) - req.update_editable() - assert req.source_dir - req.download_info = direct_url_for_editable(req.unpacked_source_directory) - - dist = _get_prepared_distribution( - req, - self.build_tracker, - self.finder, - self.build_isolation, - self.check_build_deps, - ) - - req.check_if_exists(self.use_user_site) - - return dist - - def prepare_installed_requirement( - self, - req: InstallRequirement, - skip_reason: str, - ) -> BaseDistribution: - """Prepare an already-installed requirement.""" - assert req.satisfied_by, "req should have been satisfied but isn't" - assert skip_reason is not None, ( - "did not get skip reason skipped but req.satisfied_by " - f"is set to {req.satisfied_by}" - ) - logger.info( - "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version - ) - with indent_log(): - if self.require_hashes: - logger.debug( - "Since it is already installed, we are trusting this " - "package without checking its hash. To ensure a " - "completely repeatable environment, install into an " - "empty virtualenv." - ) - return InstalledDistribution(req).get_metadata_distribution() diff --git a/backend/.venv/Lib/site-packages/pip/_internal/pyproject.py b/backend/.venv/Lib/site-packages/pip/_internal/pyproject.py deleted file mode 100644 index 2a9cad4..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/pyproject.py +++ /dev/null @@ -1,185 +0,0 @@ -import importlib.util -import os -import sys -from collections import namedtuple -from typing import Any, List, Optional - -if sys.version_info >= (3, 11): - import tomllib -else: - from pip._vendor import tomli as tomllib - -from pip._vendor.packaging.requirements import InvalidRequirement - -from pip._internal.exceptions import ( - InstallationError, - InvalidPyProjectBuildRequires, - MissingPyProjectBuildRequires, -) -from pip._internal.utils.packaging import get_requirement - - -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 = tomllib.loads(f.read()) - build_system = pp_toml.get("build-system") - else: - build_system = None - - # The following cases must use PEP 517 - # We check for use_pep517 being non-None and falsey because that means - # the user explicitly requested --no-use-pep517. The value 0 as - # opposed to False can occur when the value is provided via an - # environment variable or config file option (due to the quirk of - # strtobool() returning an integer in pip's configuration code). - if has_pyproject and not has_setup: - if use_pep517 is not None and not use_pep517: - raise InstallationError( - "Disabling PEP 517 processing is invalid: " - "project does not have a setup.py" - ) - use_pep517 = True - elif build_system and "build-backend" in build_system: - if use_pep517 is not None and not use_pep517: - raise InstallationError( - "Disabling PEP 517 processing is invalid: " - "project specifies a build backend of {} " - "in pyproject.toml".format(build_system["build-backend"]) - ) - use_pep517 = True - - # If we haven't worked out whether to use PEP 517 yet, - # and the user hasn't explicitly stated a preference, - # we do so if the project has a pyproject.toml file - # or if we cannot import setuptools or wheels. - - # We fallback to PEP 517 when without setuptools or without the wheel package, - # so setuptools can be installed as a default build backend. - # For more info see: - # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 - # https://github.com/pypa/pip/issues/8559 - elif use_pep517 is None: - use_pep517 = ( - has_pyproject - or not importlib.util.find_spec("setuptools") - or not importlib.util.find_spec("wheel") - ) - - # At this point, we know whether we're going to use PEP 517. - assert use_pep517 is not None - - # If we're using the legacy code path, there is nothing further - # for us to do here. - if not use_pep517: - return None - - if build_system is None: - # Either the user has a pyproject.toml with no build-system - # section, or the user has no pyproject.toml, but has opted in - # explicitly via --use-pep517. - # In the absence of any explicit backend specification, we - # assume the setuptools backend that most closely emulates the - # traditional direct setup.py execution, and require wheel and - # a version of setuptools that supports that backend. - - build_system = { - "requires": ["setuptools>=40.8.0"], - "build-backend": "setuptools.build_meta:__legacy__", - } - - # If we're using PEP 517, we have build system information (either - # from pyproject.toml, or defaulted by the code above). - # Note that at this point, we do not know if the user has actually - # specified a backend, though. - assert build_system is not None - - # Ensure that the build-system section in pyproject.toml conforms - # to PEP 518. - - # Specifying the build-system table but not the requires key is invalid - if "requires" not in build_system: - raise MissingPyProjectBuildRequires(package=req_name) - - # Error out if requires is not a list of strings - requires = build_system["requires"] - if not _is_list_of_str(requires): - raise InvalidPyProjectBuildRequires( - package=req_name, - reason="It is not a list of strings.", - ) - - # Each requirement must be valid as per PEP 508 - for requirement in requires: - try: - get_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/backend/.venv/Lib/site-packages/pip/_internal/req/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/req/__init__.py deleted file mode 100644 index 422d851..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/req/__init__.py +++ /dev/null @@ -1,90 +0,0 @@ -import collections -import logging -from dataclasses import dataclass -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__) - - -@dataclass(frozen=True) -class InstallationResult: - name: str - - -def _validate_requirements( - requirements: List[InstallRequirement], -) -> Generator[Tuple[str, InstallRequirement], None, None]: - for req in requirements: - assert req.name, f"invalid to-be-installed requirement: {req}" - yield req.name, req - - -def install_given_reqs( - requirements: List[InstallRequirement], - global_options: Sequence[str], - root: Optional[str], - home: Optional[str], - prefix: Optional[str], - warn_script_location: bool, - use_user_site: bool, - pycompile: bool, -) -> List[InstallationResult]: - """ - Install everything in the given list. - - (to be called after having downloaded and unpacked the packages) - """ - to_install = collections.OrderedDict(_validate_requirements(requirements)) - - if to_install: - logger.info( - "Installing collected packages: %s", - ", ".join(to_install.keys()), - ) - - installed = [] - - with indent_log(): - for req_name, requirement in to_install.items(): - if requirement.should_reinstall: - logger.info("Attempting uninstall: %s", req_name) - with indent_log(): - uninstalled_pathset = requirement.uninstall(auto_confirm=True) - else: - uninstalled_pathset = None - - try: - requirement.install( - global_options, - root=root, - home=home, - prefix=prefix, - warn_script_location=warn_script_location, - use_user_site=use_user_site, - pycompile=pycompile, - ) - except Exception: - # if install did not succeed, rollback previous uninstall - if uninstalled_pathset and not requirement.install_succeeded: - uninstalled_pathset.rollback() - raise - else: - if uninstalled_pathset and requirement.install_succeeded: - uninstalled_pathset.commit() - - installed.append(InstallationResult(req_name)) - - return installed diff --git a/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 8b197dcc6967b9d79bbe68c8c635be526f9601ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3447 zcmahMTWk~A_0HI1&-iV}c0wMDA%w&UNnlqj3kzjYc^6oT(2uoTjV7M!WXyQRduL1@ zb<_w^DO9ZpA8nATezg6ef=c_>O8uexkgE2_CeT>3pt5RL>i(Gx5-t7dxnqx$b-V3x z=H7GeJ@=e*?>KLvw61n|4%W6Ey;`zs|J=xQOG?=T3hAsNYxiZacf$uK~(DqD1A zTnrs^sqP||;fkJ&r|8Xii+qMJ3K_wkbF03hKjR0SlRavn7|aB1+^dF);Y`@Zc{Ngu zW}*z5L9*}*CKF>3W(s>9W43x6zX$eE$RvQrCHwCCoe>tDL2}>*l7siyCeOWQhcZby zggrRC186ynIV|9A9L}>g&B#pNMX|hFj@)o(dbaUKF^{`#t{C>Vu&y>1Z(|9(Lr%ii z4PO{EC2e^zxd-I+E->jGUrp|N60bD21!T*Dd_YFvSJo;=YP!4hC;gR6yY_5iYmFrprj zVZRMGg55H66h;@=w5x52M0a%=8)enB+?rIxmtgn2C{k1uEuSbBb-AokJRpkimnF3| z<1$QQg+)=)G~KkN7^3(qv`O{962EyQJExPYMoG%ytX43MaVeM6%bKZZGvhg(;Ow-N zyNWeAI{`bomc5`%XAQ-~Dt>p1cCui>pQdG;sF8pEI;j=IqT`n7A0Nwb$0hZOCaq$+aC z)W@gsci7Ngs5Ui{3hoo>YqT(t)IC3z5vPdKuXXlXQh~7@EJM ze=MU-4~q1!xa#59t@$6!SNYS`zIPsUJ>aT4POtN)SLW-X=&jkCvv*u8#dW^#IS1VT zH0aq}pF9BGIiu>+k}B$U02r2==sNhytX{;Hr$lgGnYZF|6468>N0btcf}HISR#fh6jj9pG?)bNw8l zEbMH_x8$$*3-pRRfE@ildvH~JTb6u{75+k^LoAT8`#$IFWho$g=x$?hfPlcN z?*Cj{VJd9JRdH9iil^ee@4ZKZ4uC=53y=X=LlaI1kZ2`PpuX4v&S@|Rv9n(OX zG%Rg^y|z5U=^>nc>4ue^_E&@{h~@*xVCGl`y$6;7=j^=eJv7G*BD3F-xCfDxZFT>D zx7vt+)ijDaV9V<3Xbw4Yzp9Vg(40y0i)CL5pq27d_!=e)<}4(@l%l1~S)8)7c}j)y zGU2mXM@&66jZ-=}2nGSY-F57JE*ZCN4ry16x^ZB_TRXOG`j1o4T0OwY)-#m(m_W?}+TC z4ZRt%hc-jBp-+Ky%<{K1K{YWf|GPxS1j{FtoN4DH%LAox217Abw7hP)3%a6N?yGpg zAT&rV4)R0Mup-8+URGr&a4mBzp>3Jvb;hDCL^R5|9L8`YmIo3`Q86vy)O-%xdCKAm zY@HSv%OjOaP-*O6Bhbz_5 z0|ZXll9kz z8(|dP^8)eF*z?y=eE9C$8)Ii5j-9Q?hd1IAwfMy2`2J^s#73aM7U+L8F!=$$K5+PP z;K=hsXzyE~&6jK(MS(=s9e;VyR{bwHkNCis$Q?|6*0uNUcQ+<4Je<5>i`!p|?|&43 zy&g$41ekvHa(LVFSH>|o)8D5~xK8!BJ{;^ineu-4rXTQ+*q)R7+#mJ64fw|??qu5k z@sO9|`_iWp-cJ&g|C1i>)NXIOkEB6{<)tnQ!D0E^4?}DaTB$6Lxln=`LTe>!DGEJByZ(ZXJx0eqN3Va5MxLUvr)cm?H|J-Uy^Rp^^{sSo2)#9-_s(1E z!k%T%a}Q$ut9u?X-7i^&2{jNjn=ZumG;EURnErY!S?x~OVxtWgP|vu~N_lmv+Pkls z*jEdW-!(tDQVk!jaYr^em~KQ4F^O#}fO;11zcY3FVuJ%5T+-jQ`o_)ihL=*jLkX1f xpgL6UpHczTx3dwXSO~>?8exh>P$b@nQY?l%zN)Xk#tppa0@^;Ke*?c-MM(ev diff --git a/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc deleted file mode 100644 index 6ae104653da1a7feaa31058a48cd2b970a027735..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21257 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 r@ zjAtxhc(%?sgU7GZ3leMDw8O4LTYW1~&Wa!+pydgAzevFX1y?B8Vqw_4ij+4&QXVUB zqs$b%PQ2v|B2d4(xe9SbShz?^7()mkDj+D1zRp|NN6ua68+3U+*^CD2D~hDU=W z!&QcTQc)@5EC7Sxf;@bASK4&Hj3}uViD|gg#cIWkY`7&H7dv9^rYLCe@rB7KWwf> zJ8YS>R-=`s!izK>fJFh{4M{336x!5uX(w-sj?fiNp2an*{0ES~PrKwV5P?AEF-Neudso`tmA9B%tSO-(k9Y2Cw(r?Kb=POz_1B*H-ZSjB z^vs&OBkk@;bstW<4>KqWjt3R{?s=Q8y|(lk&h2Dkb$E6EZJs5&~kbav#dWD1v6C`LtMM)zw^7M~;Mg4kU!2@@WnnRi(!>}aFYC1*2C?q;CB zOwdNN{v%PdN){+qY|&mkKJbxH=L4IwxHt`2LHSR}`IlIeY6cP7q@2Ba&DI7Cciq#2 zJ*VxrY(x86Ltna~50PTLt}WZ#lWpB~-)r}hpU)uk;<>+r^LCZbS=R>Lsdn31&5obd z?8uwBs+P6Nj&xfMl}VvtyYhb_vPnSX%em^|getdR z__F(jj9BGXB41V{^IEJ+NdUR$hRIloX)JQ~nGY{+3qj zc|;(1S&6H=E3ZAi^f=ig9=`rCJQHrTU2nq|z1hmz8}94wE$Iy{YYjWo4LhL+uGMv? z>$Bc_jcWd>%>H6OL4Q@IY+`1gL2^*r3XDdcRD>khduH1^bvaKk0fCrh7 zd&^a{CEU{A7)Un0_youOmHbTSTBXH-whVtpY8hD#spVD?S55{4ZJAYs)G{bO?wF)$kUpY)pb8HP ze0Um{$?=}~UE&uVSaIavprH_c@rvz*tbY9bD3j2yV3i-Sxo9j3c?WW*2*q^M#Ersz4+iO^~ zoG!XGlx{WpBG>qY^gn~fhLx(45`;ZQlGD9INB`LVhxXK=Q+M5+Di8&rJV2mowe`sk30jHJPiQrLemqUX`4unikD+{LR3^$!zVeW$DI+>laeByH-vj zSU7q0X-EU$@rRZUrCi(Zn>hz`ZTgUSwfl$tAM|JJhagES1F$G9A{dxs*`VEI+I)if^u|*Ho5@&SUM1#qy_(~iVYwjLSxXWth7BweakT0vs`}B?h>boe$@O8%Ex6$Ji1yKrKqJTVy zbHe#pEX+JKHTM(3Gd0wU!BM1WGeMroM+z};g|-%aR*rl8s9Gk!DU*o<=vdKWwBw+(VTWPCl6&DT?^K%yKc=b zrrqM2dq>*6BjfH_aOABHz9VVQbGWToR>oHk-5&m6DAj!^Egs&W#C#(@v*DA6R)%ll zyGe?#p1ED~!EbG_c-~#l?^|ifbGY5YxcP(m zJL4bk`&j+tP-^#6Y2T?0dXzcDW z{n>p7vkk5IA%$#bZ}!B=UpC-%wz@8F#{FJpW3n!_eb4QEsqF{SO$XDJhm7p-@vpt^ z$vdbpCmh4`E{fsvr?%wTmCl>br)zui6_n)RYT&@LVqQ7B+WFq|E1q=A?sWA-c`v=I zS| zr>5o`Icwua6U83kEBUJAKH&O%)ylvI-SXYr`L^VlJcrvVrWLo__B%BnRcuf+Kf<5l z`9nzzHQlv0T0C{)^ae}JpEqfv)`1!x7`65tG;lO(c%5}tFqoiLoYV=MUHHuYp)y>Jy>uvcOda9){tfSc1j~r2HBS*1Oo_lD3mILe0 z7p_iprm`k)#vPqWHNjrkm$%>vXCJ28Mlm~QbcUXsR5#^AXD}ZX6nmEE>RYrTF+^Xu zcJSV8WqaO?JFF{t3+^aSFU3Yrb}Gd|G3VFKJ(Z@{MX_gjFHL|aZ>D>FFT3BfG;CP# yobPJjt*MTIJV*D#Pi@dWKj7u7v(8qctiI>2Usji%$%DEYZL&7rw;{%u)&BwBo1Ak1 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc deleted file mode 100644 index 8af6893592b67a6057e9019ad9be0fa385788100..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22125 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 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc deleted file mode 100644 index cfc4b46644936e464381d80e7338f1d0e0f03e69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 38477 zcmd7533OXmnkM$J5eq>AB)G4Sn@DhhHfps#si z;vVPZbiV(-1q+{SS7uI5p2Um$?!E8s_rL#o?_X3@I5<52!?lr!@FvIoJ9<$co8npj zk&)wWa3L;ah;n}U*Wfp>ccb6PeocN8`!)N`?APMAu-`I&8GemXYs}`i8R%P6)E;yA z9n5czmdBiaXRN|s5v%l9#$0|^%4YJYXi9qrZ{)ZPBJ!v%i`7?a`K4tG|``9q_mL+nK*S%EvnV9n9~HcE-B=U9oO|H+!#$ z_QW>%H^qAWz3ja*+86Wsz0B{5_QwYN1F=E>U~I@g6!ZCgEZiO49NXgG!u(ayt+8$X zZOmUC-5wkE4>P|fx+AvJzmxfEqPt?d{kxU$JqX{+{I$`?V*C6f%wHEBjqUgEXa4%= z}CJU2F}QZ4U_*|oizF1@GEZ{+rLX{B`7?-&2;o?G zDuGw$>FMx9$_g!mK{Bh`$@pPViYMartw#Usd$+8~p&0==Nmr!L{Q z>Oy!5!;lCEV&OzE6ifsWh$5B1a43?XF)EC8N90xq)JS|$p@y-_pldwQcrX;0o}Cur zlPENhh{vLmClqUymJPa;lVv!H3>Y^bjNQj_jVP*>b8MqQbM&fjYy~M(z z7`zZhS5=$|$EM}6!2nAY7_w=UAGj2m3eh?$pP8CQ3j*gcqIhkf+#*vK0y9$~WQtju zmm?S@vQ#~6YU^jj&=>~7zV$|&Z+-GCqpLo&loa?jQD5yku_8n zHisexYi-dGJ>gGM#S=)xK`^SB7fB*7L?t9bl46@z=xeR{Ra{ zSB0zbW|s3n+Q!$-Z!2Bo_k?RE`<0i1AEdV-Wm7@QI+ja4LYoUh8(1i%Z7B$C)IwVe zLYqRTLT#u=b3yM=Ip$FN>lS~D_6=X~O>1a8)Ilu{w;^38(zO@0r3>xjL){pu9;DjD zQd$AMdlB9ddNS09-%k8`@!J*ZSNhJ(V0gDy;$T6EJzD5cLFgtHN2<_EEHy4EV zX`x#RLcLn()`HM})NLE;Hh|yl_#MRWFn)(vY9GqmQIL8w+P(#0JCR~5QtraXFu&37C% zpbky(@X8L9fX3@i&a!sP$x;PE^|FjK^iCGuh%@cbgc1fRGVOz^Sb zEPpP{D< znd#|hBpj0Jro%!kf{j((&)7aCN+vXcz6UgBAYQVmDI{|gJEUZdF~kFfAj80PczVay zU6L&##;F5C!ef{q!aj0F$QdPPKRJ(+a{!K1CWI3+!qkL{%v%v?!5;uJx1KN)Se`Sy zTAxr*H4bkH1x4dH6vrJ6J1jq+p9Tshv5ukvQX8~pH_w@`Qg3T*hrdew zmi3_4e)i@miqm=oz00dH`CnnHezX~Y^TW7l~ zO6N)pso$t`uP}bja;*|MIgyi3O_%?jx6E0Px2Ji-7*^_h}DyoL-joKTlIqsB}=r~2~0A*_29 zLVzTsm9CY>+CHeJW%bg=a+dR&$B!hB4h>DkhXB`xWVpshE=b01{BB0$KatujL!%YVTO)d zfp!yGD;eXWWG19tvY`qw=CcORiOgfCBr?Ws0+KDz_zH*NNELA*av=hmF~ERz!$c4S zR!E_UlyX>1MJRq{ijgF=%SoGw(Gz9Ek*~}zYfROdTIU*%lgQ}Dm>^u__;c#ff79rWNMS})K#N*VAW8~1nl3qv-2>uQpt&uTVLQGM79{JH zpg`nzV)NYyPkJ0J!spTvh9EW(5h{J%C$G^sar6A&z5cK#*a(=Y2fizk=?X! z!TiA1m8<0XeJr}%_2$SMBOiI{7oNC2oOOBLoO@$#t+V@1@9o}9=eBg`wtu?qyI5_{g*vs`nl@n&PDvHyN! zf3~al&Ys(QGF>~koSt#=iGN zw!C^_|4lJl*LY)cX>#Fcw!RJJJ5h{WbR&Eno2bCnhr3xfv^?CpgWlWzdduj|sSgg4 zzxkuV-8WCZe~$c(*>-diD)_LW6$s!2aa5A{{ii+R(WNwA}~mO0Z8xlq}UP4Xzs z8BT)&8c&w-#Bt)2HTyO~tI?!wUn~s3Jv;h^8DtxuwDNr{xn%Hqoid=_jMlPEQrJSi z)8zQ!NH*I0h~+2{b|7!jPf&yjG?Zj#j4s-Cy=LJe1sg;mt|k;|_7UV3A{1o}1n><& zYSYF_0;ICIUm~ISDV%E@0ioS*>|S#Z-aYfv=ihpM)xC4!04>bfH)gZ$s_T~@v~9aL z{NA2-_q;dq?#OD}fmG|kRPCX(`_PghTT%7q3vaxz=I&lObLWNIFWhFlc}oCw6l}t^ydCI_OH1bm%DFmzPb6G?GId=vx8fH`s7}_{h~rRll;FT#nxDNYxIe-GkQ+S(kgkCR{?Ri=YOrV+J*- zVRRdq?GYObd`e2S269jeG1GGr_yY6_0~A-H)zwqiC}#wEkPq@9nS zBTnpIKI!09B6mbGjDj0&4+JKnK~W3@XqzOac_1K6BP(GH&RYgH5kx9c8F-`u7DFSi zznRLB5AlJx6V5g6VWsQ3nSgG_-J5pzrd)k@?Q5>;>%-rjUAVN|v@&+*)a_HLuHkzJ zawbE?uAIqacWmrGY9;Hxe*w?$nQm|eM6=c-ZchRKw)4XB9bRMwubz43b1hvwO zW1O}w0nH}0env6Mqu6bhf4xd43kg0E;=QFXWDZ+#n_9~hqC3~Wn!33xaFvjJ0t zTLfSv((8xDADjM(;fBG$ea~&?W)1(X>52g?Xv4_3uoux@lVtR5k<7saK!Jl?5>J3r zO}) z{QPLrILM|ldC0MLCL~ZIFflX9+^_1oQ1v>h2Npr zYj9LZ_qg0-XJMm~?O)OA|3Dd>g@g8eQVU4(2mS>Iu#W4=Rd?rt<=?qa{OOSocKqq7 zRriSnOV%}%aSf+k!`Z6Z8*NK%nX0~YRbRHc?uK{CyL@=Hx-)0t+&k7eliQKwbk_yV zVzw@h!Sg6=S#Gu?5&jz+EwbM_uyu?1r?noSc>s`CAVWO-O(wa-L@-Ca=&^JaI>{I6&w#`c>T&q{`xV zZ<$QtO`tP`067F_q$+Xd9He^_fDQp!z$JMY!%Z}xtfztD0-g6=ohe&q%GF6o#LM4(d98L! z)_rK*WUQ-PI07ucx-L`Iov!N6RP9Vx?YwvS!>ZA2eed1j%)n@RU^FxEOnTs%)qyjq z`ZJ%Kxa$3>s?pEwTxHAR%b(li*DutdH(y?S`3nZz?)Dz6G5y@ta$wZ*^8q{gM=b}f z_CGgS;s5g*%fVJ_5e(Os@Ch{GQ4{}~%!mEjNW*DP_%5)5!gY0w#fB1YY#S_h67A-~4tE=a5) zXAmH4h=_$k0{%)6k`0yb#N#E%%N!E^>@z2QP(KieUsl>W$qqJ?oKClmTCAPgNX!^e z|7D!JMsCsFnv{!3?TyXSsK7t|l4kw3gEns{!1FW=C1kkN$8lE;0$&Kl5*m!kLnal^ z(4)sf#>*VK*pz(z877n<=??4Z<9sm2Gs$#_WIe$tK719jZ~n5ZIN@_Rfb_HH2zY~t zi%my?l#rB3<-v@MZ1rv9F<^2wj}=9ZDsfZsge>Wyy#AIZ{V2_iFN`B2UzkQlMgVIL z;$5KmD48JD#-l3Nx;F;xJD+f7hI)yE7ETM*;${2na{g9xeoykSvyalcxV$66OS z;IYQnZF7b^)~b&AX$}%XGpXSe6CN6d_&ka$zz{nKLtHfK5+PK*k_TL5LqwaB3Le>2 zfJa(bqX}{A=WgwYwGuU?bzZR92Vgd8G%iV#ZSRfHtB>p&k!BPT8f6cL;bF4;!o z*N?AdTr$TQ>nlGxeD?jrAU2#!&WyV!?e1B*a?g_5v@_%0l|Fn{K`DFt4QJF^nu1fa z%7hYDsBSb+uPBsGMNt)!{8v@7foimiYIKeJ$VCh)z9;2m{I`9J`%>jyYo5AwrJC4* z>MQY5Q;CXKRD$3GEKDuIH6=HS2^0!}lU+IkQJM&9g(^7z%#GE3eJoScldkDm zb!|%7Hp$DhG9k=}359bE3AgSdh3?%WcdbdCb)q7B#ExQYBU)t6M+t5C_Oo6(qpX&hY(IunUY7@nv9d0JTsp_|BDM6+B)gUr&WFWrK>X% z8zukuhmz{WW=L}IdFG!_>V{B)RVPa0q>5B7nU(fMfbg6QM1 z$Y!A!K@z9gjZ3Ug-K!%|%D}>kU<-~+L=sW-h^%5kdn(9sHB?=#Auka8gtFxFYdDhd z@v+bj){WxD;I?hU3=p7|TD_p!7{4O-39I5D@P!DJKx8=>KQ$A&5Jt=5zy*LcK(G|z z8C(fQFT~NF=fVX!T?x*L{FBe1KcXs}NW{V80G>C>pc%|;; zH7qeMN6}~UWZ?U{(6SMq&*xRj(keoIR61@n-m>T@oERjSb#9iQj!(~!iU$)c_IdO8 z&$zdo!6?Z*5ucuwIjldx0+7Xdgnmk9nuC&^T*ge391tujs-03*?_48QF@zYXCTPfyy@vpDt;lB%(f%3asTZXEyq zar$6%X*A^-N;!w%W}WpJC-F*GhVP8t9=*41)wwg{97#Jz-Vgm*9BG?{93V>H($YVSJhe%ucyp7hqAgh}%%a19Po65d&T+7~8W`^*ms&L2vl>9VCQ%e^_0rwr6T+cFT#Hh z$6F=5NPdcyK?F$#gkd<6{h7m02M(S+esWB3Q{Zb9Xr7sggd_{O!;Ry@_Ymr}%5dhN!7uy?Iqy+g8xqL7o*M`VG}8;TW1!Se3mXb1 z7es>1v>D@(S?smpDG>}qCAli3O!nz)ce*KIECU7=9GQ93m~wTeY~65~aIigH-kvHS zVB1`8+S8ly4Bqz)rksN*&tPF-ngudRCF5CtX5+fIuGMyCAla)Od_VD-$=F@Vv?Un1 zmhmW=$=`v@Xzah+{nNg;`hGg}*3fFh?giUN#bckciq}|bKhP2z1^$L`%<=sPs_NrzNIsF&k~cOC0o^z^|Y>4se**oj?e5C zx8rjMSMFNu&Xrs2u8q4g!6y^`);FO8AGIsLsVI$Pg>QA^$aaqRgud#E)ZZ9mdUwE&L6>%%;S)icx`Nqxt`zMismG6zj5JzLK(^MQQ3m4a1JsNvZ63Y>YWhYgk~l{ z-l_9WP9Pg>@g&7VDj$C&a+RNj$|m0xzHng#-<=nN7sxD5^kEA)h|=WUH@!%V%yqfAjfUFWr1;wS3_2{QdHM51rMR%XZhBm5Wdh zGgfqfe+QY-@x|j=XJgjsCf{cjR=Wd$zNTwsWYx1(o1@I+ARwC^fLmR}Nz$h5|Mq25 zwutD_P%Yx!mOQ`x6al6ig ziId24ni$`xR2l|W1u_Px$6xfkPtAfF3a6mf;3r`#^ii@U_6IRR$tV0%Sv1Fk>Rgs&0XP`ldWG#a0>>FMIu!LfjI$%{?8r8>Ks}^w57a~294TAVr@$sV zvwSz9sIBz5hnG=Z=&)TM`>@8lRy*{dcJsYcnc-*d4?nZkGypZ&=3UucW0_s2(z{Nj zc8=#b!;^-#Y}-JlZ8+UFoNC>Xvltt9t((lvbve#lTL)2@cj&tLLw8Tk#qBt4NY!r6 zRg?5={*C!;-{5ug1H_bZJzh%F@vwU<``w6iqDN$;^B6pj+Q`2IYUv<$#7!PQf-Q#_ zXk@1)+X9qIgoS^DXkFbk^@}tOR|`_f*br$bGIfGCXBTJxlLg%z3A$y`yg@jNLQ3l= zdDMEyhR4jVA-PFsmg%I+P}K>JVy0m>K#Dz>b`9PeOSyKZY`ZrO18p!2_y1qudE_uS zPB48%(yUcM^J@i$YI+=yNevJpW98A`x)7>yNYs=}+FfTL?ut&F9v|f@WT?=}(Re8& z=^p>0dK?TjW^zI#G{bQi@(ocl!?TIpmC0qospW}N3*8ot-o_Bf2+xL5YLqRrVI7jU zX_3t}l7l*9^~lu!hDPjZl&9+I*0F_xpySRKelRnY~ed=t|~?(&MnRnBJ$+o zlR#fyxcS2U))RM!f4b+bJ(+46jXTc7&nIS3X>SInrVLup1aY_xwDp8pR^P(|J=oPxr-;xUl9I7L2t^z z0R$IyXQkX(2$uV^LuXbOCm{q^Br~8d>(H9I8%LLp-Z;5*a-}BIu|M6h|AXe$no|q* zhpqLfq224EFqCJu_UFP7cw*)Fpish8Bq9?KH$oDMaF1!MsV2b^MRV4HrJV$IT|2Wck|7B#P$qg(1Y2Zwjq|t|Z23EiBT|0DPTZ!R z#F0PQLkz;qcUCrqPHxpfSiby|8Z0dF8p;CoR7uRgQ*WHgx@&H@zV8C3I#V-zzh-z% zL14z0#%Z74k?z{@pk`-DD4EqhsM+;Nbyv2!X?b{g6KLm-V+OcY#|_|dd!Y3PMmMPU z+TA%5R|}&ju675UDjrTn(?;Mxq*q{x5I+;0R{*r7ZFVQV1r0Krd*)`50tGu z!fW`3aFCKm69Z{`aXx|YxIR!3h7qm<8ic+)NI(ib3_!OIa|U1q)K7Q{v4W{^US#~A zCBKn82lA2m5sRzjL0V!glspL4;Wwf!mbYnBz*E>3q}JI0#43b$$f*lmm0*V%i5n@p z3gcvdJ_X_l@hy4s@lY@>Oa9qmCaaY}B@iAmEX<1$0F#23gOMnmq*efB&(e8i8U{kV zO9fmG0?Gi(BKW16rV!X7PX%o}_h%TncTE6 zt-W#J`^>84*J!h31ww_Yi%_s(feijIa^M)E1!CZNJu-dp8U-9C=O{T7ULhY3M{3Xx*Har5kXsBPg7W+OX7u}`~Sy=|p-C2?o=_Uy`~RQt9C zE17#iF^I|3H>EwBQl4!o=Qg+x0YodlU%`Or=KD39HE8-t|5&!I^VZbOscZ|MY1y1^ z*_>_Zf>r)NH8Bo*KXY;e`@Skg@BVC4+b!Qs9};HTwxrv(WSiSF&3n?#d$NtKw_0zu zW*gc+D=+J1!uu|nUrAg&!p(@0`k}MyA^E*&Cxq?;4{gqjtv_w+|IjwL5fYox)eI67 z)>}+{g)|ivu^nqkfkQ~9J?dK0L)EaxwJ-3s4&-HYDlB%@$piCUD=-FTv1!v-=}Z{+ zf1}9K9aEqfUCyVP;aM7g!rWoI=&HM(SpLQXmp2O*G~{GIgy}Qk%s41voUE*%v5>O0 zZtNebH|w7-QzyU~OoeU5C#8>y{yj>?N_bYkkAxElx0U9G7RibTF%Z7 zDNk?8*$a2g<6U#N6U%Kl%@41-cdWTPR=V%>-R`?HbbDyky=C2EBGU;|MJ04-T&>wk zM6Wr&G&qS=2Pc3)$?too|G?+8eluC@RvxM?0p6# zy=>OrBMvehbcKc>8bR5-pkk1G?6l0Dhw44l3yA#5M`|kPOf8(m_ZYNjaA&s!C`_!77)E00C#j1M<@ksR>yQQL%fndo&CKFR6O%;lCWeI^~;P@$c z9z{4@qf<;YfQ*F7gF!aVnV_Mn#9@n4qi}!#SZyZ8YAeJDgNnd~Dnb^4z{CphKt^pd zLGc9XHWIL+Q?%kjP{1LTWQxoLH6Y*#BV>9g3IncS=p8aQh)4DW^q8RsKU-9eVm6TP zlf7hN!NZOu7=@AIH1XY(-cmSq;GD@A7V4cx7O5mzohAxf3sIP0%_6pfN(BSo1vV>_ z-qd7@6G@gV=5yIA9|O4;ok7BStsJc(WHt9E=vk&l2|t_Gzd(R0t2O~rbwAtJa zMC$jS1f}Zik|$qf@v&h=`Y*^_o`61h9yI|K^+Lduf(fRHNiR@O$O>;l8G52{39DzB zX#zH-DoL--s+NyED^2=+YQHS+Wk%y&u<}f~22!>GxY>4`vxRe@HX=G2N&dfoNy9Xv zn7X0ld9^=p?VHz-#7fjjtASlzU3L}G03bFLvhXKMN~BjcC!r;wAw$FlAPsPot@8z9 z%s;lM-+>NBLn~L7fGSu^f)*v%M__l;`XDV5-*~czmYqM zE57+BG{di=G)3@KpubtDA-(3T|B-2VEYq?j-LeIGDL9Y`2h)A%JhWB;T!hZXmrtkP=W{r73Jfa+Q(!1z z*?4mFkjzA$nTDu`j*p&>LrV+CmqDxr6z;LY5LNG=*73{~+twvBae|XIXTft~2bN&L zK6~ginfvhqfk|u&r|~1%fi|9_tY;ykVvLy(f`vaPhwY|gl&Va=ghALvFYE#ZRl0?3 zTe+b@J}zyDC6AvY4K&57N-D<*`|81(k^}b#K(mc*5GXRTl3a3AHKw$#f>=qKyR<(4 z8H$t2gTbQb2BHa78S+7`Y;IOd+kJ(=?6 zbb0gg<@@D5P-$JOYs}PbN!M+;SMy%uyN#Kx2hv*)tkxY|D2L^MyBYH3RN=vE_co_m z4zAh`E_`dPwskplD{?b(D|R!sT06Ml$l5#^TT|KwhW4%fH}~Ijd=P}v*@w1cG7jJ* z>n-Tb;e2i(#&q^D9^r{XtkR4Y();?pFI)36p{{+Wu}lbJlsu1^(>iNfTT!H>+VK@c z(^o?kV?hqun$K4b>s3>Wh3>Xyo1nK|krKT@4;?qHYg!E~JP*<4%wPkVgZ~Xaa;S)~ zc8LZhll zDkOi)23n+LK}QP%7@;My=@wImRnJ2K?yn_GcAdTynZ}tT7l^_IfeRD?JyW1n8x8?2 zYCnQAZ$q%*X1hL64O!&ITDO;oT}NJTR(OEfQlf8)0wso%TyI23fwkMmnIF@CI zcA3BfN-9}}csv155m~J9fT%0!IK~8i6ghr^|D|zEm0j_{n(JVnjCi*_a zHF5KVyJ<9vRwb?gC)Bz-AFJ2#p}a*W@)bMHHzoJA|U^dWw$DKa%y2MdU#bl}r$83g!Q-Ne;S~hPP z(VpR<-=tT z8(@TWJ#qbFs%_8vo8E6qxyIHl#)`ubM^lP2oIC@p|Hu!^SAsWPsRnP#gOi^rQz$+D z#CXSg+j^(`cKO}YWbi`a3s0~OUm$x+P&bU6If$C%`-NGkv3^kWeq0EVDQKqze*ud&4^-`}wEhI=$uSB$%Reo(eQ; zmyfR`R$Vy$`6E}`a$@DVRTl_<#h8fBEL;}TP|Z6-$I9BgGChMbwTEa7hTA-jb@eDV zheBBx=!^rLoQzY8b-8Z3>|(419lR!FCQBFNZklIO2UjTqH|DSSUc+Rx zECI08wJ!Y2ywE;m$%{PlDZojFK{l+uxPR&Usu(auMx!JlPJ^4%6uY0LK61mQ^4-KMh(@iNrhfb3c||N{>jru z3C+S?SMYD1E6cY8r%zZym8^cXi4LtMovJVY8*-^7L35s&d?k9+*hxYRN}f4$$dTw) z11CYlmOe1=a;r@KdFz~&ouf%JojrP+(Byy`oB#caIYp#a$%DC043d&ZZJqi%Zz~w( zEhUNZI%iW;j&U#D;WIx(6!he9 zNn*UtRfMVwcfI+_kY}zkke^M~$vrw>;nuSJIDhZBnVTy|y^f(?u1D0%RZ=haSM;sk zdbiKH)KXE7b&@o;OP)E`oLfzUvW%kGKVr*p0gh|WB>Ger+evh1=lhaQQNy`c(Xt>>#6KF|;b#f6}(NW1v zAyBEXuDj-|ISpMXne>4b}mlnJp)q)J(Yq~c4G zvk-C0zY$eKD#nbh8@qRK(o3llanZck0B zoLLAqwk}j=>pL^`-gG^gI(y&p-aGT&OYgq)!JhPvQ>*pk3(mFr#v50buH2Ygnp-)3 zcW$+Q--7d#@`^WiE$(`Aba8Zf@IiU+TK%SMb@Pu--fdZJ*_mqI1>WxN9ynD!58d7C zR&zt;!ZE5s!}4~VuiLR{sWMyDxP1Ei?aGxJ%k%F<-`}_DJNCeRe9c{b!@gu+9)t>y znyO{f%G_$p@O8VAJ_~!q8h)i^wZ=!kjjJ^S>^6?i99&iXjq;`P<&$^4AG&cgwo;0R z&L3K?{zK-2w?Ok{F-`;<3IJ5of^!BG$yPjFCKD}^gZOgXztnXUiH~oo|&hWP` zH>~XWReSICquI_)na3S3T_gkRs=NLKs@m2=0@=IYcz=6(Xmqu8 z|Mer;ft}ZnJgDi**0g16deb$%cgyY>KdjlFtK#^+^=hu8|N1f9zmn&ne5x8`on-938m`PKGOd_(zlr)#=bp1(WyVa>izUC8RwT5jve z=N7c|vwpH&2hDu_#7~@eUtHz)erS8_^8v&x_`eWoANZF;hel7-nEq9b)^lQQl3Mv%DjM&nnRXQ z**jJh(_wapmHFIMAFkxmxaE3$x)5rU-`(=&?6~3&v@g5F45uy8#b95%A2>bp_eb;# zr;F)wddBhZ*xy$0W2gYrwP{*w**WogJ;%7RC|O5QRi6(l&-L?C z@wz!HT{AbS;jrpg*dhqC)4_Rhk`r+i`tm7N-#g`RD>G?hpLm_)UJH&(!X_r1qAl?x zImhrRTRX|-ld?gLsuZAd?}&|=?9AKQfa`fV9F0$Vi36Cw<=B_}96Nn5grfpVtqe%h zV2YG!aVR8;S8i*Q&HwQ(+Y=;kc&f;cj_^B&VN@jRPGG~sZPJ8F6mk+(&f~c-i~uMS zxDbwwgeWx}f&mi5GO`x`#%tfyrs2}CP)FW}%!9MURTVCygw zPA+b&TjAYxibk+nUA6Tz5_F0%_67?3^Ev z?^$vlhl6%rBtL5`oB3=F(5}I1EwE;@Mo{}i0xhMej#3$2R7Z*HHQ`%2$qT4X%?3tI zRWsRc9a}v1=BdR~*{U|2E=2!vPWMYoFJ(QAIGUx}u}}u(UL?bvYb!N(TK}kZ%~|)b zZtK17dvz*0Q`?iXnQNaj@^(cMRsJxl03Nr^11q-*lG*gOWMf{z40`zwU8{{cH8#DQ`x%qY{!o5(AJ;6{Kqd} zPXGhFU+?{(CR^8(sq0JE_5G&GZg-$BJ8>`DhqgAxwDMYxjE|2WQBEMBgRqZdxS)V^ zhTYYVjZ2_iW}F$;@u=wd`V-aRqPW;c-TnJL_O51=NwlxrQe1WWW0 zv7uyTKQ>cA+jD}AoIB+FF*$wY{CDJhlbm0W^RLNCk+Vh)TRIQP_X#>^oCENPe}ep8=RP%>EjA2aQ+u|(E8E?d?eS(C+j3RkHduxcym@bq7U0tiU0x=?YvP!;)eaw=SPu*`Dg#m+IP=ZXHS2jOMH?3c4Ki zIXm+@I9L7k#Nt%0oV_|ZST1c!S9Rnn*n1^qa%O2f=VGsJ`cSP&W5-I(%Eax)bi+Wd zmPOZb_3dDy9=cm|cjB$amGN}@_H^BFuAW6Ua7~>n-7DhV!}q%GCEh>u?(98ZdhkH1 z_dvSyV7l>8u8}2c!s5#{Gj9u5)x5lY$(3tmuWcMoK51uOp6lqzu}0@QIY;Gs7Ylvd zTxY3T_N;UG$!#%P9Lrt6tu2n6(+>Z{I)|TJ16PKFo=le3>lc^BrP!}Ic-Kv8AV{4u zSH{wowzTDpcFS4A-7~+&XJ=u)#g(ew5GQgQQ-L@+}WjluwKD zDN$C-3kHg#UnP>fpH@384R=QzBlo<6%yze=60mfn?a`m$I1u=msI zMoZVqnH-0od(W=ZPi|)gdSUm&ZY{{AEx8EoK9yrW?AKIPk7KE=q zYpAg})(72|ZMp6)%eK475-3WY_?LUFa~U--X-$TYdW?1Go)vVJ$pU*?H2}bt zqA&t?xBr?3LWyESqC_<;ixkzMMKx$&HLjQ_s!@w-RHBTQLxz>p)W3(+K4e~76N=dF zu~e@2_gjW?*i_`=+m^d1qc$z0ww%*xaip61*E#&Ix40~oxqhytBg^-EYOk?WKCG$F zS@6qtf}E9nHm<2HM{#H`CR{oB1~I_*&{6n#A00)*Z9`V;-Bp(324wiyLi69Whuo;XY0IqjbaOoP|Qr9;|k8 zF_yEkSLo2ouXgqd61;KQvs95QXRl7&kD04r-bz|}F6PBCXbm}*KQ>)Q)+CuSMrQqKWR7oN5KO4jQxc5#)0qaizH){fIML zaX#dnL2%{uDv8F!{Yln$Yz1_l0kS~*xXd%#es+p>x1y`*i2(^cWLUv6z8fNeFcY>b zUpX%(hY#x*Ab;goZG?s@S&(*uW|b>n91_G)He6v6sst%8Xte;&njl*b(vl`*n$TO& z4)W1gvfebQA?EQ~^X80HMS+*u&>7>Eu{NXZIJ z0_0SzNQbzUDOZBXU}oc_#H5T)ATf(B2_x5O!cK{83Khyq_qC(h@=ChUGFyFg(VDe8 z-)woKC0l(=_BXxJl&yw6++SNO*KE}}v$<+Bp_@kxIQ|mGbHAx~0xfIdoStjrY`sWU z<<<>wWy0UYy>;?yk?xeXZb+N0*z63NcbqDzfEFU=J){U#kRq50?nnebC7(((e6Nah zg>ik05ynSnj)1dlh3uI)ujsz>Xs>XAoQvd8zm=$*m(yYO0lAvOB_#SDb`CBO*i%X@GeG7O*HHGo0RD%SoYwFIr9|9oRZN%(+* z=$SVbG!8Z{I9N!HK~qJTEeQMbHfA9mCQkxLmi$Z-c3Sd;G~v-BkD(%DuH<=Jc_;Np z*u>b!r3zVEp$ssip_1E%hFIv39Lh9?hlXT5A}tIHvw%YoIqidZpaJWisQwKku<#7V z03&yX#_Kt9&XV&ioaC9~ShP%Si{1Ht4tJ&tvm<)}(Dtf&(zLXp^B}U5`moeX>bDsI zMYZ$spk-;;+0qh1Xf-?ZQ>v6Hds;yWAs&^gpk>4$XMhz88=k`HB~{TZD(WDqnu6rQ zl=&r=%spkX%7i|hWIHoWhd!x2ETCFHpxH=xHIDtTagE(8NAI4whqFHqrOdT!czy0} zC^bB`+ITo+uKUQ^kZ$o|on}2pv(@$4hHcrJCK%S>piifE9H^mU>t}Q?DRzImJ7a50 z+uAa=Eos}94{h6W^<3*_Hjlj*g&<0otaRTxpq8u=v6=d5D>*cyh3%9Aw^=11g91N^ zCM|#xgcQ-pIYviFWdJ(#H6uA_Impx#BXI2W%7`vTN)XW{wL*yHgGDevuz+(H>G(r@ z?o+N#VnmqKsh_4$F2=|>iL~K$GSl`Ckr7`~vwkuX5sA#0@KLo=%)8{{jLEKF_zP-7 zaelJ^(qva2AX{)z@KB0+R-$^%yHB1q(DD;V1}W51l7`|W;j0tjY2q@8@&OX0ZeN;> z%IFpaVy;Ma#W|>Uu`7?XP+Si!aKKunV?L=8KvSdWqboHrVmRNCw zDo9Pmb(2#8E&(@Te1+19CMUpIEEDpvNBz{w0dm0Cw;o6Sh-SNCLxzS=Uu5)mHr=1;g7lJeq%Huw2V2N;eg?< zxRW1q`#$D&e#{MhZnPVWpL1})H9)Ew&VVA0{1ttO91eZVbv(2;E!1c1O=)}6^6pi8 z_qDRm%c4%hrcXI?b1yeG8a%1qJs`~up7+6gz)x;>nW1VKOiBE#BvON;>E8Y9<(D4z p!w7!F<*KU;+p`s(oC&`V9hE8Ev*`d|2X8>1${e3r;bVKx{{s;#V3Gg; diff --git a/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc deleted file mode 100644 index 5b265a974becf4341fed85cd57702831895128e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5485 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 Tuple[str, Optional[str]]: - m = re.match(r"^(.+)(\[[^\]]+\])$", path) - extras = None - if m: - path_no_extras = m.group(1) - extras = m.group(2) - else: - path_no_extras = path - - return path_no_extras, extras - - -def convert_extras(extras: Optional[str]) -> Set[str]: - if not extras: - return set() - return get_requirement("placeholder" + extras.lower()).extras - - -def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: - """ - Returns a new requirement based on the given one, with the supplied extras. If the - given requirement already has extras those are replaced (or dropped if no new extras - are given). - """ - match: Optional[re.Match[str]] = re.fullmatch( - # see https://peps.python.org/pep-0508/#complete-grammar - r"([\w\t .-]+)(\[[^\]]*\])?(.*)", - str(req), - flags=re.ASCII, - ) - # ireq.req is a valid requirement so the regex should always match - assert ( - match is not None - ), f"regex match on requirement {req} failed, this should never happen" - pre: Optional[str] = match.group(1) - post: Optional[str] = match.group(3) - assert ( - pre is not None and post is not None - ), f"regex group selection for requirement {req} failed, this should never happen" - extras: str = "[{}]".format(",".join(sorted(new_extras)) if new_extras else "") - return get_requirement(f"{pre}{extras}{post}") - - -def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: - """Parses an editable requirement into: - - a requirement name - - an URL - - extras - - editable options - Accepted requirements: - svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir - .[some_extra] - """ - - url = editable_req - - # If a file path is specified with extras, strip off the extras. - url_no_extras, extras = _strip_extras(url) - - if os.path.isdir(url_no_extras): - # Treating it as code that has already been checked out - url_no_extras = path_to_url(url_no_extras) - - if url_no_extras.lower().startswith("file:"): - package_name = Link(url_no_extras).egg_fragment - if extras: - return ( - package_name, - url_no_extras, - get_requirement("placeholder" + extras.lower()).extras, - ) - else: - return package_name, url_no_extras, set() - - for version_control in vcs: - if url.lower().startswith(f"{version_control}:"): - url = f"{version_control}+{url}" - break - - link = Link(url) - - if not link.is_vcs: - backends = ", ".join(vcs.all_schemes) - raise InstallationError( - f"{editable_req} is not a valid editable requirement. " - f"It should either be a path to a local project or a VCS URL " - f"(beginning with {backends})." - ) - - package_name = link.egg_fragment - if not package_name: - raise InstallationError( - f"Could not detect requirement name for '{editable_req}', " - "please specify one with #egg=your_package_name" - ) - 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, "") - get_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 - - -@dataclass(frozen=True) -class RequirementParts: - requirement: Optional[Requirement] - link: Optional[Link] - markers: Optional[Marker] - extras: Set[str] - - -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] = get_requirement(name) - except InvalidRequirement as exc: - raise InstallationError(f"Invalid requirement: {name!r}: {exc}") - else: - req = None - - link = Link(url) - - return RequirementParts(req, link, None, extras_override) - - -# ---- The actual constructors follow ---- - - -def install_req_from_editable( - editable_req: str, - comes_from: Optional[Union[InstallRequirement, str]] = None, - *, - use_pep517: Optional[bool] = None, - isolated: bool = False, - global_options: Optional[List[str]] = None, - hash_options: Optional[Dict[str, List[str]]] = None, - constraint: bool = False, - user_supplied: bool = False, - permit_editable_wheels: bool = False, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, -) -> InstallRequirement: - parts = parse_req_from_editable(editable_req) - - return InstallRequirement( - parts.requirement, - comes_from=comes_from, - user_supplied=user_supplied, - editable=True, - permit_editable_wheels=permit_editable_wheels, - link=parts.link, - constraint=constraint, - use_pep517=use_pep517, - isolated=isolated, - global_options=global_options, - hash_options=hash_options, - config_settings=config_settings, - extras=parts.extras, - ) - - -def _looks_like_path(name: str) -> bool: - """Checks whether the string "looks like" a path on the filesystem. - - This does not check whether the target actually exists, only judge from the - appearance. - - Returns true if any of the following conditions is true: - * a path separator is found (either os.path.sep or os.path.altsep); - * a dot is found (which represents the current directory). - """ - if os.path.sep in name: - return True - if os.path.altsep is not None and os.path.altsep in name: - return True - if name.startswith("."): - return True - return False - - -def _get_url_from_path(path: str, name: str) -> Optional[str]: - """ - First, it checks whether a provided path is an installable directory. If it - is, returns the path. - - If false, check if the path is an archive file (such as a .whl). - The function checks if the path is a file. If false, if the path has - an @, it will treat it as a PEP 440 URL requirement and return the path. - """ - if _looks_like_path(name) and os.path.isdir(path): - if is_installable_dir(path): - return path_to_url(path) - # TODO: The is_installable_dir test here might not be necessary - # now that it is done in load_pyproject_toml too. - raise InstallationError( - f"Directory {name!r} is not installable. Neither 'setup.py' " - "nor 'pyproject.toml' found." - ) - if not is_archive_file(path): - return None - if os.path.isfile(path): - return path_to_url(path) - urlreq_parts = name.split("@", 1) - if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): - # If the path contains '@' and the part before it does not look - # like a path, try to treat it as a PEP 440 URL req instead. - return None - logger.warning( - "Requirement %r looks like a filename, but the file does not exist", - name, - ) - return path_to_url(path) - - -def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: - if is_url(name): - marker_sep = "; " - else: - marker_sep = ";" - if marker_sep in name: - name, markers_as_string = name.split(marker_sep, 1) - markers_as_string = markers_as_string.strip() - if not markers_as_string: - markers = None - else: - markers = Marker(markers_as_string) - else: - markers = None - name = name.strip() - req_as_string = None - path = os.path.normpath(os.path.abspath(name)) - link = None - extras_as_string = None - - if is_url(name): - link = Link(name) - else: - p, extras_as_string = _strip_extras(path) - url = _get_url_from_path(p, name) - if url is not None: - link = Link(url) - - # it's a local file, dir, or url - if link: - # Handle relative file URLs - if link.scheme == "file" and re.search(r"\.\./", link.url): - link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) - # wheel file - if link.is_wheel: - wheel = Wheel(link.filename) # can raise InvalidWheelFilename - req_as_string = f"{wheel.name}=={wheel.version}" - else: - # set the req to the egg fragment. when it's not there, this - # will become an 'unnamed' requirement - req_as_string = link.egg_fragment - - # a requirement specifier - else: - req_as_string = name - - extras = convert_extras(extras_as_string) - - def with_source(text: str) -> str: - if not line_source: - return text - return f"{text} (from {line_source})" - - def _parse_req_string(req_as_string: str) -> Requirement: - try: - return get_requirement(req_as_string) - except InvalidRequirement as exc: - 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}: {exc}") - if add_msg: - msg += f"\nHint: {add_msg}" - raise InstallationError(msg) - - if req_as_string is not None: - req: Optional[Requirement] = _parse_req_string(req_as_string) - else: - req = None - - return RequirementParts(req, link, markers, extras) - - -def install_req_from_line( - name: str, - comes_from: Optional[Union[str, InstallRequirement]] = None, - *, - use_pep517: Optional[bool] = None, - isolated: bool = False, - global_options: Optional[List[str]] = None, - hash_options: Optional[Dict[str, List[str]]] = None, - constraint: bool = False, - line_source: Optional[str] = None, - user_supplied: bool = False, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, -) -> InstallRequirement: - """Creates an InstallRequirement from a name, which might be a - requirement, directory containing 'setup.py', filename, or URL. - - :param line_source: An optional string describing where the line is from, - for logging purposes in case of an error. - """ - parts = parse_req_from_line(name, line_source) - - return InstallRequirement( - parts.requirement, - comes_from, - link=parts.link, - markers=parts.markers, - use_pep517=use_pep517, - isolated=isolated, - global_options=global_options, - hash_options=hash_options, - config_settings=config_settings, - constraint=constraint, - extras=parts.extras, - user_supplied=user_supplied, - ) - - -def install_req_from_req_string( - req_string: str, - comes_from: Optional[InstallRequirement] = None, - isolated: bool = False, - use_pep517: Optional[bool] = None, - user_supplied: bool = False, -) -> InstallRequirement: - try: - req = get_requirement(req_string) - except InvalidRequirement as exc: - raise InstallationError(f"Invalid requirement: {req_string!r}: {exc}") - - domains_not_allowed = [ - PyPI.file_storage_domain, - TestPyPI.file_storage_domain, - ] - if ( - req.url - and comes_from - and comes_from.link - and comes_from.link.netloc in domains_not_allowed - ): - # Explicitly disallow pypi packages that depend on external urls - raise InstallationError( - "Packages installed from PyPI cannot depend on packages " - "which are not also hosted on PyPI.\n" - f"{comes_from.name} depends on {req} " - ) - - return InstallRequirement( - req, - comes_from, - isolated=isolated, - use_pep517=use_pep517, - user_supplied=user_supplied, - ) - - -def install_req_from_parsed_requirement( - parsed_req: ParsedRequirement, - isolated: bool = False, - use_pep517: Optional[bool] = None, - user_supplied: bool = False, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, -) -> InstallRequirement: - if parsed_req.is_editable: - req = install_req_from_editable( - parsed_req.requirement, - comes_from=parsed_req.comes_from, - use_pep517=use_pep517, - constraint=parsed_req.constraint, - isolated=isolated, - user_supplied=user_supplied, - config_settings=config_settings, - ) - - else: - req = install_req_from_line( - parsed_req.requirement, - comes_from=parsed_req.comes_from, - use_pep517=use_pep517, - isolated=isolated, - global_options=( - parsed_req.options.get("global_options", []) - if parsed_req.options - else [] - ), - hash_options=( - parsed_req.options.get("hashes", {}) if parsed_req.options else {} - ), - constraint=parsed_req.constraint, - line_source=parsed_req.line_source, - user_supplied=user_supplied, - config_settings=config_settings, - ) - return req - - -def install_req_from_link_and_ireq( - link: Link, ireq: InstallRequirement -) -> InstallRequirement: - return InstallRequirement( - req=ireq.req, - comes_from=ireq.comes_from, - editable=ireq.editable, - link=link, - markers=ireq.markers, - use_pep517=ireq.use_pep517, - isolated=ireq.isolated, - global_options=ireq.global_options, - hash_options=ireq.hash_options, - config_settings=ireq.config_settings, - user_supplied=ireq.user_supplied, - ) - - -def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: - """ - Creates a new InstallationRequirement using the given template but without - any extras. Sets the original requirement as the new one's parent - (comes_from). - """ - return InstallRequirement( - req=( - _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None - ), - comes_from=ireq, - editable=ireq.editable, - link=ireq.link, - markers=ireq.markers, - use_pep517=ireq.use_pep517, - isolated=ireq.isolated, - global_options=ireq.global_options, - hash_options=ireq.hash_options, - constraint=ireq.constraint, - extras=[], - config_settings=ireq.config_settings, - user_supplied=ireq.user_supplied, - permit_editable_wheels=ireq.permit_editable_wheels, - ) - - -def install_req_extend_extras( - ireq: InstallRequirement, - extras: Collection[str], -) -> InstallRequirement: - """ - Returns a copy of an installation requirement with some additional extras. - Makes a shallow copy of the ireq object. - """ - result = copy.copy(ireq) - result.extras = {*ireq.extras, *extras} - result.req = ( - _set_requirement_extras(ireq.req, result.extras) - if ireq.req is not None - else None - ) - return result diff --git a/backend/.venv/Lib/site-packages/pip/_internal/req/req_file.py b/backend/.venv/Lib/site-packages/pip/_internal/req/req_file.py deleted file mode 100644 index eb2a1f6..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/req/req_file.py +++ /dev/null @@ -1,574 +0,0 @@ -""" -Requirements file parsing -""" - -import logging -import optparse -import os -import re -import shlex -import urllib.parse -from optparse import Values -from typing import ( - TYPE_CHECKING, - Any, - Callable, - Dict, - Generator, - Iterable, - List, - NoReturn, - 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.utils.encoding import auto_decode - -if TYPE_CHECKING: - from pip._internal.index.package_finder import PackageFinder - from pip._internal.network.session import PipSession - -__all__ = ["parse_requirements"] - -ReqFileLines = Iterable[Tuple[int, str]] - -LineParser = Callable[[str], Tuple[str, Values]] - -SCHEME_RE = re.compile(r"^(http|https|file):", re.I) -COMMENT_RE = re.compile(r"(^|\s+)#.*$") - -# Matches environment variable-style values in '${MY_VARIABLE_1}' with the -# variable name consisting of only uppercase letters, digits or the '_' -# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, -# 2013 Edition. -ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") - -SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ - cmdoptions.index_url, - cmdoptions.extra_index_url, - cmdoptions.no_index, - cmdoptions.constraints, - cmdoptions.requirements, - cmdoptions.editable, - cmdoptions.find_links, - cmdoptions.no_binary, - cmdoptions.only_binary, - cmdoptions.prefer_binary, - cmdoptions.require_hashes, - cmdoptions.pre, - cmdoptions.trusted_host, - cmdoptions.use_new_feature, -] - -# options to be passed to requirements -SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ - cmdoptions.global_options, - cmdoptions.hash, - cmdoptions.config_settings, -] - -SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ - cmdoptions.config_settings, -] - - -# the 'dest' string values -SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] -SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ - str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ -] - -logger = logging.getLogger(__name__) - - -class ParsedRequirement: - def __init__( - self, - requirement: str, - is_editable: bool, - comes_from: str, - constraint: bool, - options: Optional[Dict[str, Any]] = None, - line_source: Optional[str] = None, - ) -> None: - self.requirement = requirement - self.is_editable = is_editable - self.comes_from = comes_from - self.options = options - self.constraint = constraint - self.line_source = line_source - - -class ParsedLine: - def __init__( - self, - filename: str, - lineno: int, - args: str, - opts: Values, - constraint: bool, - ) -> None: - self.filename = filename - self.lineno = lineno - self.opts = opts - self.constraint = constraint - - if args: - self.is_requirement = True - self.is_editable = False - self.requirement = args - elif opts.editables: - self.is_requirement = True - self.is_editable = True - # We don't support multiple -e on one line - self.requirement = opts.editables[0] - else: - self.is_requirement = False - - -def parse_requirements( - filename: str, - session: "PipSession", - finder: Optional["PackageFinder"] = None, - options: Optional[optparse.Values] = None, - constraint: bool = False, -) -> Generator[ParsedRequirement, None, None]: - """Parse a requirements file and yield ParsedRequirement instances. - - :param filename: Path or url of requirements file. - :param session: PipSession instance. - :param finder: Instance of pip.index.PackageFinder. - :param options: cli options. - :param constraint: If true, parsing a constraint file rather than - requirements file. - """ - line_parser = get_line_parser(finder) - parser = RequirementsFileParser(session, line_parser) - - for parsed_line in parser.parse(filename, constraint): - parsed_req = handle_line( - parsed_line, options=options, finder=finder, session=session - ) - if parsed_req is not None: - yield parsed_req - - -def preprocess(content: str) -> ReqFileLines: - """Split, filter, and join lines, and return a line iterator - - :param content: the content of the requirements file - """ - lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) - lines_enum = join_lines(lines_enum) - lines_enum = ignore_comments(lines_enum) - lines_enum = expand_env_variables(lines_enum) - return lines_enum - - -def handle_requirement_line( - line: ParsedLine, - options: Optional[optparse.Values] = None, -) -> ParsedRequirement: - # preserve for the nested code path - line_comes_from = "{} {} (line {})".format( - "-c" if line.constraint else "-r", - line.filename, - line.lineno, - ) - - assert line.is_requirement - - # get the options that apply to requirements - if line.is_editable: - supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST - else: - supported_dest = SUPPORTED_OPTIONS_REQ_DEST - req_options = {} - for dest in supported_dest: - if dest in line.opts.__dict__ and line.opts.__dict__[dest]: - req_options[dest] = line.opts.__dict__[dest] - - line_source = f"line {line.lineno} of {line.filename}" - return ParsedRequirement( - requirement=line.requirement, - is_editable=line.is_editable, - comes_from=line_comes_from, - constraint=line.constraint, - options=req_options, - line_source=line_source, - ) - - -def handle_option_line( - opts: Values, - filename: str, - lineno: int, - finder: Optional["PackageFinder"] = None, - options: Optional[optparse.Values] = None, - session: Optional["PipSession"] = None, -) -> None: - if opts.hashes: - logger.warning( - "%s line %s has --hash but no requirement, and will be ignored.", - filename, - lineno, - ) - - if options: - # percolate options upward - if opts.require_hashes: - options.require_hashes = opts.require_hashes - if opts.features_enabled: - options.features_enabled.extend( - f for f in opts.features_enabled if f not in options.features_enabled - ) - - # set finder options - if finder: - find_links = finder.find_links - index_urls = finder.index_urls - no_index = finder.search_scope.no_index - if opts.no_index is True: - no_index = True - index_urls = [] - if opts.index_url and not no_index: - index_urls = [opts.index_url] - if opts.extra_index_urls and not no_index: - index_urls.extend(opts.extra_index_urls) - if opts.find_links: - # FIXME: it would be nice to keep track of the source - # of the find_links: support a find-links local path - # relative to a requirements file. - value = opts.find_links[0] - req_dir = os.path.dirname(os.path.abspath(filename)) - relative_to_reqs_file = os.path.join(req_dir, value) - if os.path.exists(relative_to_reqs_file): - value = relative_to_reqs_file - find_links.append(value) - - if session: - # We need to update the auth urls in session - session.update_index_urls(index_urls) - - search_scope = SearchScope( - find_links=find_links, - index_urls=index_urls, - no_index=no_index, - ) - finder.search_scope = search_scope - - if opts.pre: - finder.set_allow_all_prereleases() - - if opts.prefer_binary: - finder.set_prefer_binary() - - if session: - for host in opts.trusted_hosts or []: - source = f"line {lineno} of {filename}" - session.add_trusted_host(host, source=source) - - -def handle_line( - line: ParsedLine, - options: Optional[optparse.Values] = None, - finder: Optional["PackageFinder"] = None, - session: Optional["PipSession"] = None, -) -> Optional[ParsedRequirement]: - """Handle a single parsed requirements line; This can result in - creating/yielding requirements, or updating the finder. - - :param line: The parsed line to be processed. - :param options: CLI options. - :param finder: The finder - updated by non-requirement lines. - :param session: The session - updated by non-requirement lines. - - Returns a ParsedRequirement object if the line is a requirement line, - otherwise returns None. - - For lines that contain requirements, the only options that have an effect - are from SUPPORTED_OPTIONS_REQ, and they are scoped to the - requirement. Other options from SUPPORTED_OPTIONS may be present, but are - ignored. - - For lines that do not contain requirements, the only options that have an - effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may - be present, but are ignored. These lines may contain multiple options - (although our docs imply only one is supported), and all our parsed and - affect the finder. - """ - - if line.is_requirement: - parsed_req = handle_requirement_line(line, options) - return parsed_req - else: - handle_option_line( - line.opts, - line.filename, - line.lineno, - finder, - options, - session, - ) - return None - - -class RequirementsFileParser: - def __init__( - self, - session: "PipSession", - line_parser: LineParser, - ) -> None: - self._session = session - self._line_parser = line_parser - - def parse( - self, filename: str, constraint: bool - ) -> Generator[ParsedLine, None, None]: - """Parse a given file, yielding parsed lines.""" - yield from self._parse_and_recurse( - filename, constraint, [{os.path.abspath(filename): None}] - ) - - def _parse_and_recurse( - self, - filename: str, - constraint: bool, - parsed_files_stack: List[Dict[str, Optional[str]]], - ) -> 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 - # and then abspath so that we can identify recursive references - req_path = os.path.abspath( - os.path.join( - os.path.dirname(filename), - req_path, - ) - ) - parsed_files = parsed_files_stack[0] - if req_path in parsed_files: - initial_file = parsed_files[req_path] - tail = ( - f" and again in {initial_file}" - if initial_file is not None - else "" - ) - raise RequirementsFileParseError( - f"{req_path} recursively references itself in {filename}{tail}" - ) - # Keeping a track where was each file first included in - new_parsed_files = parsed_files.copy() - new_parsed_files[req_path] = filename - yield from self._parse_and_recurse( - req_path, nested_constraint, [new_parsed_files, *parsed_files_stack] - ) - 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 = urllib.parse.urlsplit(url).scheme - # Pip has special support for file:// URLs (LocalFSAdapter). - if scheme in ["http", "https", "file"]: - # Delay importing heavy network modules until absolutely necessary. - from pip._internal.network.utils import raise_for_status - - 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/backend/.venv/Lib/site-packages/pip/_internal/req/req_install.py b/backend/.venv/Lib/site-packages/pip/_internal/req/req_install.py deleted file mode 100644 index 834bc51..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/req/req_install.py +++ /dev/null @@ -1,934 +0,0 @@ -import functools -import logging -import os -import shutil -import sys -import uuid -import zipfile -from optparse import Values -from pathlib import Path -from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union - -from pip._vendor.packaging.markers import Marker -from pip._vendor.packaging.requirements import Requirement -from pip._vendor.packaging.specifiers import SpecifierSet -from pip._vendor.packaging.utils import canonicalize_name -from pip._vendor.packaging.version import Version -from pip._vendor.packaging.version import parse as parse_version -from pip._vendor.pyproject_hooks import BuildBackendHookCaller - -from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment -from pip._internal.exceptions import InstallationError, PreviousBuildDirError -from pip._internal.locations import get_scheme -from pip._internal.metadata import ( - BaseDistribution, - get_default_environment, - get_directory_distribution, - get_wheel_distribution, -) -from pip._internal.metadata.base import FilesystemWheel -from pip._internal.models.direct_url import DirectUrl -from pip._internal.models.link import Link -from pip._internal.operations.build.metadata import generate_metadata -from pip._internal.operations.build.metadata_editable import generate_editable_metadata -from pip._internal.operations.build.metadata_legacy import ( - generate_metadata as generate_metadata_legacy, -) -from pip._internal.operations.install.editable_legacy import ( - install_editable as install_editable_legacy, -) -from pip._internal.operations.install.wheel import install_wheel -from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path -from pip._internal.req.req_uninstall import UninstallPathSet -from pip._internal.utils.deprecation import deprecated -from pip._internal.utils.hashes import Hashes -from pip._internal.utils.misc import ( - ConfiguredBuildBackendHookCaller, - ask_path_exists, - backup_dir, - display_path, - hide_url, - is_installable_dir, - redact_auth_from_requirement, - redact_auth_from_url, -) -from pip._internal.utils.packaging import get_requirement -from pip._internal.utils.subprocess import runner_with_spinner_message -from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds -from pip._internal.utils.unpacking import unpack_file -from pip._internal.utils.virtualenv import running_under_virtualenv -from pip._internal.vcs import vcs - -logger = logging.getLogger(__name__) - - -class InstallRequirement: - """ - Represents something that may be installed later on, may have information - about where to fetch the relevant requirement and also contains logic for - installing the said requirement. - """ - - def __init__( - self, - req: Optional[Requirement], - comes_from: Optional[Union[str, "InstallRequirement"]], - editable: bool = False, - link: Optional[Link] = None, - markers: Optional[Marker] = None, - use_pep517: Optional[bool] = None, - isolated: bool = False, - *, - global_options: Optional[List[str]] = None, - hash_options: Optional[Dict[str, List[str]]] = None, - config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, - constraint: bool = False, - extras: Collection[str] = (), - user_supplied: bool = False, - permit_editable_wheels: bool = False, - ) -> None: - assert req is None or isinstance(req, Requirement), req - self.req = req - self.comes_from = comes_from - self.constraint = constraint - self.editable = editable - self.permit_editable_wheels = permit_editable_wheels - - # source_dir is the local directory where the linked requirement is - # located, or unpacked. In case unpacking is needed, creating and - # populating source_dir is done by the RequirementPreparer. Note this - # is not necessarily the directory where pyproject.toml or setup.py is - # located - that one is obtained via unpacked_source_directory. - self.source_dir: Optional[str] = None - if self.editable: - assert link - if link.is_file: - self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) - - # original_link is the direct URL that was provided by the user for the - # requirement, either directly or via a constraints file. - if link is None and req and req.url: - # PEP 508 URL requirement - link = Link(req.url) - self.link = self.original_link = link - - # When this InstallRequirement is a wheel obtained from the cache of locally - # built wheels, this is the source link corresponding to the cache entry, which - # was used to download and build the cached wheel. - self.cached_wheel_source_link: Optional[Link] = None - - # Information about the location of the artifact that was downloaded . This - # property is guaranteed to be set in resolver results. - self.download_info: Optional[DirectUrl] = None - - # Path to any downloaded or already-existing package. - self.local_file_path: Optional[str] = None - if self.link and self.link.is_file: - self.local_file_path = self.link.file_path - - if extras: - self.extras = extras - elif req: - self.extras = req.extras - else: - self.extras = set() - if markers is None and req: - markers = req.marker - self.markers = markers - - # This holds the Distribution object if this requirement is already installed. - self.satisfied_by: Optional[BaseDistribution] = None - # Whether the installation process should try to uninstall an existing - # distribution before installing this requirement. - self.should_reinstall = False - # Temporary build location - self._temp_build_dir: Optional[TempDirectory] = None - # Set to True after successful installation - self.install_succeeded: Optional[bool] = None - # Supplied options - self.global_options = global_options if global_options else [] - self.hash_options = hash_options if hash_options else {} - self.config_settings = config_settings - # Set to True after successful preparation of this requirement - self.prepared = False - # User supplied requirement are explicitly requested for installation - # by the user via CLI arguments or requirements files, as opposed to, - # e.g. dependencies, extras or constraints. - self.user_supplied = user_supplied - - self.isolated = isolated - self.build_env: BuildEnvironment = NoOpBuildEnvironment() - - # For PEP 517, the directory where we request the project metadata - # gets stored. We need this to pass to build_wheel, so the backend - # can ensure that the wheel matches the metadata (see the PEP for - # details). - self.metadata_directory: Optional[str] = None - - # The static build requirements (from pyproject.toml) - self.pyproject_requires: Optional[List[str]] = None - - # Build requirements that we will check are available - self.requirements_to_check: List[str] = [] - - # The PEP 517 backend we should use to build the project - self.pep517_backend: Optional[BuildBackendHookCaller] = None - - # Are we using PEP 517 for this requirement? - # After pyproject.toml has been loaded, the only valid values are True - # and False. Before loading, None is valid (meaning "use the default"). - # Setting an explicit value before loading pyproject.toml is supported, - # but after loading this flag should be treated as read only. - self.use_pep517 = use_pep517 - - # If config settings are provided, enforce PEP 517. - if self.config_settings: - if self.use_pep517 is False: - logger.warning( - "--no-use-pep517 ignored for %s " - "because --config-settings are specified.", - self, - ) - self.use_pep517 = True - - # This requirement needs more preparation before it can be built - self.needs_more_preparation = False - - # This requirement needs to be unpacked before it can be installed. - self._archive_source: Optional[Path] = None - - def __str__(self) -> str: - if self.req: - s = redact_auth_from_requirement(self.req) - if self.link: - s += f" from {redact_auth_from_url(self.link.url)}" - elif self.link: - s = redact_auth_from_url(self.link.url) - else: - s = "" - if self.satisfied_by is not None: - if self.satisfied_by.location is not None: - location = display_path(self.satisfied_by.location) - else: - location = "" - s += f" in {location}" - if self.comes_from: - if isinstance(self.comes_from, str): - comes_from: Optional[str] = self.comes_from - else: - comes_from = self.comes_from.from_path() - if comes_from: - s += f" (from {comes_from})" - return s - - def __repr__(self) -> str: - return ( - f"<{self.__class__.__name__} object: " - f"{str(self)} editable={self.editable!r}>" - ) - - def format_debug(self) -> str: - """An un-tested helper for getting state, for debugging.""" - attributes = vars(self) - names = sorted(attributes) - - state = (f"{attr}={attributes[attr]!r}" for attr in sorted(names)) - return "<{name} object: {{{state}}}>".format( - name=self.__class__.__name__, - state=", ".join(state), - ) - - # Things that are valid for all kinds of requirements? - @property - def name(self) -> Optional[str]: - if self.req is None: - return None - return self.req.name - - @functools.cached_property - def supports_pyproject_editable(self) -> bool: - if not self.use_pep517: - return False - assert self.pep517_backend - with self.build_env: - runner = runner_with_spinner_message( - "Checking if build backend supports build_editable" - ) - with self.pep517_backend.subprocess_runner(runner): - return "build_editable" in self.pep517_backend._supported_features() - - @property - def specifier(self) -> SpecifierSet: - assert self.req is not None - return self.req.specifier - - @property - def is_direct(self) -> bool: - """Whether this requirement was specified as a direct URL.""" - return self.original_link is not None - - @property - def is_pinned(self) -> bool: - """Return whether I am pinned to an exact version. - - For example, some-package==1.2 is pinned; some-package>1.2 is not. - """ - assert self.req is not None - specifiers = self.req.specifier - return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} - - def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: - if not extras_requested: - # Provide an extra to safely evaluate the markers - # without matching any extra - extras_requested = ("",) - if self.markers is not None: - return any( - self.markers.evaluate({"extra": extra}) for extra in extras_requested - ) - else: - return True - - @property - def has_hash_options(self) -> bool: - """Return whether any known-good hashes are specified as options. - - These activate --require-hashes mode; hashes specified as part of a - URL do not. - - """ - return bool(self.hash_options) - - def hashes(self, trust_internet: bool = True) -> Hashes: - """Return a hash-comparer that considers my option- and URL-based - hashes to be known-good. - - Hashes in URLs--ones embedded in the requirements file, not ones - downloaded from an index server--are almost peers with ones from - flags. They satisfy --require-hashes (whether it was implicitly or - explicitly activated) but do not activate it. md5 and sha224 are not - allowed in flags, which should nudge people toward good algos. We - always OR all hashes together, even ones from URLs. - - :param trust_internet: Whether to trust URL-based (#md5=...) hashes - downloaded from the internet, as by populate_link() - - """ - good_hashes = self.hash_options.copy() - if trust_internet: - link = self.link - elif self.is_direct and self.user_supplied: - link = self.original_link - else: - link = None - if link and link.hash: - assert link.hash_name is not None - good_hashes.setdefault(link.hash_name, []).append(link.hash) - return Hashes(good_hashes) - - def from_path(self) -> Optional[str]: - """Format a nice indicator to show where this "comes from" """ - if self.req is None: - return None - s = str(self.req) - if self.comes_from: - comes_from: Optional[str] - if isinstance(self.comes_from, str): - comes_from = self.comes_from - else: - comes_from = self.comes_from.from_path() - if comes_from: - s += "->" + comes_from - return s - - def ensure_build_location( - self, build_dir: str, autodelete: bool, parallel_builds: bool - ) -> str: - assert build_dir is not None - if self._temp_build_dir is not None: - assert self._temp_build_dir.path - return self._temp_build_dir.path - if self.req is None: - # Some systems have /tmp as a symlink which confuses custom - # builds (such as numpy). Thus, we ensure that the real path - # is returned. - self._temp_build_dir = TempDirectory( - kind=tempdir_kinds.REQ_BUILD, globally_managed=True - ) - - return self._temp_build_dir.path - - # This is the only remaining place where we manually determine the path - # for the temporary directory. It is only needed for editables where - # it is the value of the --src option. - - # When parallel builds are enabled, add a UUID to the build directory - # name so multiple builds do not interfere with each other. - dir_name: str = canonicalize_name(self.req.name) - if parallel_builds: - dir_name = f"{dir_name}_{uuid.uuid4().hex}" - - # FIXME: Is there a better place to create the build_dir? (hg and bzr - # need this) - if not os.path.exists(build_dir): - logger.debug("Creating directory %s", build_dir) - os.makedirs(build_dir) - actual_build_dir = os.path.join(build_dir, dir_name) - # `None` indicates that we respect the globally-configured deletion - # settings, which is what we actually want when auto-deleting. - delete_arg = None if autodelete else False - return TempDirectory( - path=actual_build_dir, - delete=delete_arg, - kind=tempdir_kinds.REQ_BUILD, - globally_managed=True, - ).path - - def _set_requirement(self) -> None: - """Set requirement after generating metadata.""" - assert self.req is None - assert self.metadata is not None - assert self.source_dir is not None - - # Construct a Requirement object from the generated metadata - if isinstance(parse_version(self.metadata["Version"]), Version): - op = "==" - else: - op = "===" - - self.req = get_requirement( - "".join( - [ - self.metadata["Name"], - op, - self.metadata["Version"], - ] - ) - ) - - def warn_on_mismatching_name(self) -> None: - assert self.req is not None - metadata_name = canonicalize_name(self.metadata["Name"]) - if canonicalize_name(self.req.name) == metadata_name: - # Everything is fine. - return - - # If we're here, there's a mismatch. Log a warning about it. - logger.warning( - "Generating metadata for package %s " - "produced metadata for project name %s. Fix your " - "#egg=%s fragments.", - self.name, - metadata_name, - self.name, - ) - self.req = get_requirement(metadata_name) - - def check_if_exists(self, use_user_site: bool) -> None: - """Find an installed distribution that satisfies or conflicts - with this requirement, and set self.satisfied_by or - self.should_reinstall appropriately. - """ - if self.req is None: - return - existing_dist = get_default_environment().get_distribution(self.req.name) - if not existing_dist: - return - - version_compatible = self.req.specifier.contains( - existing_dist.version, - prereleases=True, - ) - if not version_compatible: - self.satisfied_by = None - if use_user_site: - if existing_dist.in_usersite: - self.should_reinstall = True - elif running_under_virtualenv() and existing_dist.in_site_packages: - raise InstallationError( - f"Will not install to the user site because it will " - f"lack sys.path precedence to {existing_dist.raw_name} " - f"in {existing_dist.location}" - ) - else: - self.should_reinstall = True - else: - if self.editable: - self.should_reinstall = True - # when installing editables, nothing pre-existing should ever - # satisfy - self.satisfied_by = None - else: - self.satisfied_by = existing_dist - - # Things valid for wheels - @property - def is_wheel(self) -> bool: - if not self.link: - return False - return self.link.is_wheel - - @property - def is_wheel_from_cache(self) -> bool: - # When True, it means that this InstallRequirement is a local wheel file in the - # cache of locally built wheels. - return self.cached_wheel_source_link is not None - - # Things valid for sdists - @property - def unpacked_source_directory(self) -> str: - assert self.source_dir, f"No source dir for {self}" - return os.path.join( - self.source_dir, self.link and self.link.subdirectory_fragment or "" - ) - - @property - def setup_py_path(self) -> str: - assert self.source_dir, f"No source dir for {self}" - setup_py = os.path.join(self.unpacked_source_directory, "setup.py") - - return setup_py - - @property - def setup_cfg_path(self) -> str: - assert self.source_dir, f"No source dir for {self}" - setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") - - return setup_cfg - - @property - def pyproject_toml_path(self) -> str: - assert self.source_dir, f"No source dir for {self}" - return make_pyproject_path(self.unpacked_source_directory) - - def load_pyproject_toml(self) -> None: - """Load the pyproject.toml file. - - After calling this routine, all of the attributes related to PEP 517 - processing for this requirement have been set. In particular, the - use_pep517 attribute can be used to determine whether we should - follow the PEP 517 or legacy (setup.py) code path. - """ - pyproject_toml_data = load_pyproject_toml( - self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) - ) - - if pyproject_toml_data is None: - assert not self.config_settings - self.use_pep517 = False - return - - self.use_pep517 = True - requires, backend, check, backend_path = pyproject_toml_data - self.requirements_to_check = check - self.pyproject_requires = requires - self.pep517_backend = ConfiguredBuildBackendHookCaller( - self, - self.unpacked_source_directory, - backend, - backend_path=backend_path, - ) - - def isolated_editable_sanity_check(self) -> None: - """Check that an editable requirement if valid for use with PEP 517/518. - - This verifies that an editable that has a pyproject.toml either supports PEP 660 - or as a setup.py or a setup.cfg - """ - if ( - self.editable - and self.use_pep517 - and not self.supports_pyproject_editable - and not os.path.isfile(self.setup_py_path) - and not os.path.isfile(self.setup_cfg_path) - ): - raise InstallationError( - f"Project {self} has a 'pyproject.toml' and its build " - f"backend is missing the 'build_editable' hook. Since it does not " - f"have a 'setup.py' nor a 'setup.cfg', " - f"it cannot be installed in editable mode. " - f"Consider using a build backend that supports PEP 660." - ) - - def prepare_metadata(self) -> None: - """Ensure that project metadata is available. - - Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. - Under legacy processing, call setup.py egg-info. - """ - assert self.source_dir, f"No source dir for {self}" - details = self.name or f"from {self.link}" - - if self.use_pep517: - assert self.pep517_backend is not None - if ( - self.editable - and self.permit_editable_wheels - and self.supports_pyproject_editable - ): - self.metadata_directory = generate_editable_metadata( - build_env=self.build_env, - backend=self.pep517_backend, - details=details, - ) - else: - self.metadata_directory = generate_metadata( - build_env=self.build_env, - backend=self.pep517_backend, - details=details, - ) - else: - self.metadata_directory = generate_metadata_legacy( - build_env=self.build_env, - setup_py_path=self.setup_py_path, - source_dir=self.unpacked_source_directory, - isolated=self.isolated, - details=details, - ) - - # Act on the newly generated metadata, based on the name and version. - if not self.name: - self._set_requirement() - else: - self.warn_on_mismatching_name() - - self.assert_source_matches_version() - - @property - def metadata(self) -> Any: - if not hasattr(self, "_metadata"): - self._metadata = self.get_dist().metadata - - return self._metadata - - def get_dist(self) -> BaseDistribution: - if self.metadata_directory: - return get_directory_distribution(self.metadata_directory) - elif self.local_file_path and self.is_wheel: - assert self.req is not None - return get_wheel_distribution( - FilesystemWheel(self.local_file_path), - canonicalize_name(self.req.name), - ) - raise AssertionError( - f"InstallRequirement {self} has no metadata directory and no wheel: " - f"can't make a distribution." - ) - - def assert_source_matches_version(self) -> None: - assert self.source_dir, f"No source dir for {self}" - version = self.metadata["version"] - if self.req and self.req.specifier and version not in self.req.specifier: - logger.warning( - "Requested %s, but installing version %s", - self, - version, - ) - else: - logger.debug( - "Source in %s has version %s, which satisfies requirement %s", - display_path(self.source_dir), - version, - self, - ) - - # For both source distributions and editables - def ensure_has_source_dir( - self, - parent_dir: str, - autodelete: bool = False, - parallel_builds: bool = False, - ) -> None: - """Ensure that a source_dir is set. - - This will create a temporary build dir if the name of the requirement - isn't known yet. - - :param parent_dir: The ideal pip parent_dir for the source_dir. - Generally src_dir for editables and build_dir for sdists. - :return: self.source_dir - """ - if self.source_dir is None: - self.source_dir = self.ensure_build_location( - parent_dir, - autodelete=autodelete, - parallel_builds=parallel_builds, - ) - - def needs_unpacked_archive(self, archive_source: Path) -> None: - assert self._archive_source is None - self._archive_source = archive_source - - def ensure_pristine_source_checkout(self) -> None: - """Ensure the source directory has not yet been built in.""" - assert self.source_dir is not None - if self._archive_source is not None: - unpack_file(str(self._archive_source), self.source_dir) - elif is_installable_dir(self.source_dir): - # If a checkout exists, it's unwise to keep going. - # version inconsistencies are logged later, but do not fail - # the installation. - raise PreviousBuildDirError( - f"pip can't proceed with requirements '{self}' due to a " - f"pre-existing build directory ({self.source_dir}). This is likely " - "due to a previous installation that failed . pip is " - "being responsible and not assuming it can delete this. " - "Please delete it and try again." - ) - - # For editable installations - def update_editable(self) -> None: - if not self.link: - logger.debug( - "Cannot update repository at %s; repository location is unknown", - self.source_dir, - ) - return - assert self.editable - assert self.source_dir - if self.link.scheme == "file": - # Static paths don't get updated - return - vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) - # Editable requirements are validated in Requirement constructors. - # So here, if it's neither a path nor a valid VCS URL, it's a bug. - assert vcs_backend, f"Unsupported VCS URL {self.link.url}" - hidden_url = hide_url(self.link.url) - vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) - - # Top-level Actions - def uninstall( - self, auto_confirm: bool = False, verbose: bool = False - ) -> Optional[UninstallPathSet]: - """ - Uninstall the distribution currently satisfying this requirement. - - Prompts before removing or modifying files unless - ``auto_confirm`` is True. - - Refuses to delete or modify files outside of ``sys.prefix`` - - thus uninstallation within a virtual environment can only - modify that virtual environment, even if the virtualenv is - linked to global site-packages. - - """ - assert self.req - dist = get_default_environment().get_distribution(self.req.name) - if not dist: - logger.warning("Skipping %s as it is not installed.", self.name) - return None - logger.info("Found existing installation: %s", dist) - - uninstalled_pathset = UninstallPathSet.from_dist(dist) - uninstalled_pathset.remove(auto_confirm, verbose) - return uninstalled_pathset - - def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: - def _clean_zip_name(name: str, prefix: str) -> str: - assert name.startswith( - prefix + os.path.sep - ), f"name {name!r} doesn't start with prefix {prefix!r}" - name = name[len(prefix) + 1 :] - name = name.replace(os.path.sep, "/") - return name - - assert self.req is not None - path = os.path.join(parentdir, path) - name = _clean_zip_name(path, rootdir) - return self.req.name + "/" + name - - def archive(self, build_dir: Optional[str]) -> None: - """Saves archive to provided build_dir. - - Used for saving downloaded VCS requirements as part of `pip download`. - """ - assert self.source_dir - if build_dir is None: - return - - create_archive = True - archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) - archive_path = os.path.join(build_dir, archive_name) - - if os.path.exists(archive_path): - response = ask_path_exists( - f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " - "(b)ackup, (a)bort ", - ("i", "w", "b", "a"), - ) - if response == "i": - create_archive = False - elif response == "w": - logger.warning("Deleting %s", display_path(archive_path)) - os.remove(archive_path) - elif response == "b": - dest_file = backup_dir(archive_path) - logger.warning( - "Backing up %s to %s", - display_path(archive_path), - display_path(dest_file), - ) - shutil.move(archive_path, dest_file) - elif response == "a": - sys.exit(-1) - - if not create_archive: - return - - zip_output = zipfile.ZipFile( - archive_path, - "w", - zipfile.ZIP_DEFLATED, - allowZip64=True, - ) - with zip_output: - dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) - for dirpath, dirnames, filenames in os.walk(dir): - for dirname in dirnames: - dir_arcname = self._get_archive_name( - dirname, - parentdir=dirpath, - rootdir=dir, - ) - zipdir = zipfile.ZipInfo(dir_arcname + "/") - zipdir.external_attr = 0x1ED << 16 # 0o755 - zip_output.writestr(zipdir, "") - for filename in filenames: - file_arcname = self._get_archive_name( - filename, - parentdir=dirpath, - rootdir=dir, - ) - filename = os.path.join(dirpath, filename) - zip_output.write(filename, file_arcname) - - logger.info("Saved %s", display_path(archive_path)) - - def install( - self, - global_options: Optional[Sequence[str]] = None, - root: Optional[str] = None, - home: Optional[str] = None, - prefix: Optional[str] = None, - warn_script_location: bool = True, - use_user_site: bool = False, - pycompile: bool = True, - ) -> None: - assert self.req is not None - scheme = get_scheme( - self.req.name, - user=use_user_site, - home=home, - root=root, - isolated=self.isolated, - prefix=prefix, - ) - - if self.editable and not self.is_wheel: - deprecated( - reason=( - f"Legacy editable install of {self} (setup.py develop) " - "is deprecated." - ), - replacement=( - "to add a pyproject.toml or enable --use-pep517, " - "and use setuptools >= 64. " - "If the resulting installation is not behaving as expected, " - "try using --config-settings editable_mode=compat. " - "Please consult the setuptools documentation for more information" - ), - gone_in="25.0", - issue=11457, - ) - if self.config_settings: - logger.warning( - "--config-settings ignored for legacy editable install of %s. " - "Consider upgrading to a version of setuptools " - "that supports PEP 660 (>= 64).", - self, - ) - install_editable_legacy( - global_options=global_options if global_options is not None else [], - prefix=prefix, - home=home, - use_user_site=use_user_site, - name=self.req.name, - setup_py_path=self.setup_py_path, - isolated=self.isolated, - build_env=self.build_env, - unpacked_source_directory=self.unpacked_source_directory, - ) - self.install_succeeded = True - return - - assert self.is_wheel - assert self.local_file_path - - install_wheel( - self.req.name, - self.local_file_path, - scheme=scheme, - req_description=str(self.req), - pycompile=pycompile, - warn_script_location=warn_script_location, - direct_url=self.download_info if self.is_direct else None, - requested=self.user_supplied, - ) - self.install_succeeded = True - - -def check_invalid_constraint_type(req: InstallRequirement) -> str: - # Check for unsupported forms - problem = "" - if not req.name: - problem = "Unnamed requirements are not allowed as constraints" - elif req.editable: - problem = "Editable requirements are not allowed as constraints" - elif req.extras: - problem = "Constraints cannot have extras" - - if problem: - deprecated( - reason=( - "Constraints are only allowed to take the form of a package " - "name and a version specifier. Other forms were originally " - "permitted as an accident of the implementation, but were " - "undocumented. The new implementation of the resolver no " - "longer supports these forms." - ), - replacement="replacing the constraint with a requirement", - # No plan yet for when the new resolver becomes default - gone_in=None, - issue=8210, - ) - - return problem - - -def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: - if getattr(options, option, None): - return True - for req in reqs: - if getattr(req, option, None): - return True - return False - - -def check_legacy_setup_py_options( - options: Values, - reqs: List[InstallRequirement], -) -> None: - has_build_options = _has_option(options, reqs, "build_options") - has_global_options = _has_option(options, reqs, "global_options") - if has_build_options or has_global_options: - deprecated( - reason="--build-option and --global-option are deprecated.", - issue=11859, - replacement="to use --config-settings", - gone_in="25.0", - ) - logger.warning( - "Implying --no-binary=:all: due to the presence of " - "--build-option / --global-option. " - ) - options.format_control.disallow_binaries() diff --git a/backend/.venv/Lib/site-packages/pip/_internal/req/req_set.py b/backend/.venv/Lib/site-packages/pip/_internal/req/req_set.py deleted file mode 100644 index ec7a6e0..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/req/req_set.py +++ /dev/null @@ -1,82 +0,0 @@ -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/backend/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py b/backend/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py deleted file mode 100644 index 26df208..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py +++ /dev/null @@ -1,633 +0,0 @@ -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 LegacyDistutilsInstall, UninstallMissingRecord -from pip._internal.locations import get_bin_prefix, get_bin_user -from pip._internal.metadata import BaseDistribution -from pip._internal.utils.compat import WINDOWS -from pip._internal.utils.egg_link import egg_link_path_from_location -from pip._internal.utils.logging import getLogger, indent_log -from pip._internal.utils.misc import ask, normalize_path, renames, rmtree -from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory -from pip._internal.utils.virtualenv import running_under_virtualenv - -logger = getLogger(__name__) - - -def _script_names( - bin_dir: str, script_name: str, is_gui: bool -) -> Generator[str, None, None]: - """Create the fully qualified name of the files created by - {console,gui}_scripts for the given ``dist``. - Returns the list of file names - """ - exe_name = os.path.join(bin_dir, script_name) - yield exe_name - if not WINDOWS: - return - yield f"{exe_name}.exe" - yield f"{exe_name}.exe.manifest" - if is_gui: - yield f"{exe_name}-script.pyw" - else: - yield f"{exe_name}-script.py" - - -def _unique( - fn: Callable[..., Generator[Any, None, None]] -) -> Callable[..., Generator[Any, None, None]]: - @functools.wraps(fn) - def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: - seen: Set[Any] = set() - for item in fn(*args, **kw): - if item not in seen: - seen.add(item) - yield item - - return unique - - -@_unique -def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: - """ - Yield all the uninstallation paths for dist based on RECORD-without-.py[co] - - Yield paths to all the files in RECORD. For each .py file in RECORD, add - the .pyc and .pyo in the same directory. - - UninstallPathSet.add() takes care of the __pycache__ .py[co]. - - If RECORD is not found, raises an error, - 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: - raise UninstallMissingRecord(distribution=dist) - - for entry in entries: - path = os.path.join(location, entry) - yield path - if path.endswith(".py"): - dn, fn = os.path.split(path) - base = fn[:-3] - path = os.path.join(dn, base + ".pyc") - yield path - path = os.path.join(dn, base + ".pyo") - yield path - - -def compact(paths: Iterable[str]) -> Set[str]: - """Compact a path set to contain the minimal number of paths - necessary to contain all paths in the set. If /a/path/ and - /a/path/to/a/file.txt are both in the set, leave only the - shorter path.""" - - sep = os.path.sep - short_paths: Set[str] = set() - for path in sorted(paths, key=len): - should_skip = any( - path.startswith(shortpath.rstrip("*")) - and path[len(shortpath.rstrip("*").rstrip(sep))] == sep - for shortpath in short_paths - ) - if not should_skip: - short_paths.add(path) - return short_paths - - -def compress_for_rename(paths: Iterable[str]) -> Set[str]: - """Returns a set containing the paths that need to be renamed. - - This set may include directories when the original sequence of paths - included every file on disk. - """ - case_map = {os.path.normcase(p): p for p in paths} - remaining = set(case_map) - unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) - wildcards: Set[str] = set() - - def norm_join(*a: str) -> str: - return os.path.normcase(os.path.join(*a)) - - for root in unchecked: - if any(os.path.normcase(root).startswith(w) for w in wildcards): - # This directory has already been handled. - continue - - all_files: Set[str] = set() - all_subdirs: Set[str] = set() - for dirname, subdirs, files in os.walk(root): - all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) - all_files.update(norm_join(root, dirname, f) for f in files) - # If all the files we found are in our remaining set of files to - # remove, then remove them from the latter set and add a wildcard - # for the directory. - if not (all_files - remaining): - remaining.difference_update(all_files) - wildcards.add(root + os.sep) - - return set(map(case_map.__getitem__, remaining)) | wildcards - - -def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: - """Returns a tuple of 2 sets of which paths to display to user - - The first set contains paths that would be deleted. Files of a package - are not added and the top-level directory of the package has a '*' added - at the end - to signify that all it's contents are removed. - - The second set contains files that would have been skipped in the above - folders. - """ - - will_remove = set(paths) - will_skip = set() - - # Determine folders and files - folders = set() - files = set() - for path in will_remove: - if path.endswith(".pyc"): - continue - if path.endswith("__init__.py") or ".dist-info" in path: - folders.add(os.path.dirname(path)) - files.add(path) - - _normcased_files = set(map(os.path.normcase, files)) - - folders = compact(folders) - - # This walks the tree using os.walk to not miss extra folders - # that might get added. - for folder in folders: - for dirpath, _, dirfiles in os.walk(folder): - for fname in dirfiles: - if fname.endswith(".pyc"): - continue - - file_ = os.path.join(dirpath, fname) - if ( - os.path.isfile(file_) - and os.path.normcase(file_) not in _normcased_files - ): - # We are skipping this file. Add it to the set. - will_skip.add(file_) - - will_remove = files | {os.path.join(folder, "*") for folder in folders} - - return will_remove, will_skip - - -class StashedUninstallPathSet: - """A set of file rename operations to stash files while - tentatively uninstalling them.""" - - def __init__(self) -> None: - # Mapping from source file root to [Adjacent]TempDirectory - # for files under that directory. - self._save_dirs: Dict[str, TempDirectory] = {} - # (old path, new path) tuples for each move that may need - # to be undone. - self._moves: List[Tuple[str, str]] = [] - - def _get_directory_stash(self, path: str) -> str: - """Stashes a directory. - - Directories are stashed adjacent to their original location if - possible, or else moved/copied into the user's temp dir.""" - - try: - save_dir: TempDirectory = AdjacentTempDirectory(path) - except OSError: - save_dir = TempDirectory(kind="uninstall") - self._save_dirs[os.path.normcase(path)] = save_dir - - return save_dir.path - - def _get_file_stash(self, path: str) -> str: - """Stashes a file. - - If no root has been provided, one will be created for the directory - in the user's temp directory.""" - path = os.path.normcase(path) - head, old_head = os.path.dirname(path), None - save_dir = None - - while head != old_head: - try: - save_dir = self._save_dirs[head] - break - except KeyError: - pass - head, old_head = os.path.dirname(head), head - else: - # Did not find any suitable root - head = os.path.dirname(path) - save_dir = TempDirectory(kind="uninstall") - self._save_dirs[head] = save_dir - - relpath = os.path.relpath(path, head) - if relpath and relpath != os.path.curdir: - return os.path.join(save_dir.path, relpath) - return save_dir.path - - def stash(self, path: str) -> str: - """Stashes the directory or file and returns its new location. - Handle symlinks as files to avoid modifying the symlink targets. - """ - path_is_dir = os.path.isdir(path) and not os.path.islink(path) - if path_is_dir: - new_path = self._get_directory_stash(path) - else: - new_path = self._get_file_stash(path) - - self._moves.append((path, new_path)) - if path_is_dir and os.path.isdir(new_path): - # If we're moving a directory, we need to - # remove the destination first or else it will be - # moved to inside the existing directory. - # We just created new_path ourselves, so it will - # be removable. - os.rmdir(new_path) - renames(path, new_path) - return new_path - - def commit(self) -> None: - """Commits the uninstall by removing stashed files.""" - for save_dir in self._save_dirs.values(): - save_dir.cleanup() - self._moves = [] - self._save_dirs = {} - - def rollback(self) -> None: - """Undoes the uninstall by moving stashed files back.""" - for p in self._moves: - logger.info("Moving to %s\n from %s", *p) - - for new_path, path in self._moves: - try: - logger.debug("Replacing %s from %s", new_path, path) - if os.path.isfile(new_path) or os.path.islink(new_path): - os.unlink(new_path) - elif os.path.isdir(new_path): - rmtree(new_path) - renames(path, new_path) - except OSError as ex: - logger.error("Failed to restore %s", new_path) - logger.debug("Exception: %s", ex) - - self.commit() - - @property - def can_rollback(self) -> bool: - return bool(self._moves) - - -class UninstallPathSet: - """A set of file paths to be removed in the uninstallation of a - requirement.""" - - def __init__(self, dist: BaseDistribution) -> None: - self._paths: Set[str] = set() - self._refuse: Set[str] = set() - self._pth: Dict[str, UninstallPthEntries] = {} - self._dist = dist - self._moved_paths = StashedUninstallPathSet() - # Create local cache of normalize_path results. Creating an UninstallPathSet - # can result in hundreds/thousands of redundant calls to normalize_path with - # the same args, which hurts performance. - self._normalize_path_cached = functools.lru_cache(normalize_path) - - def _permitted(self, path: str) -> bool: - """ - Return True if the given path is one we are permitted to - remove/modify, False otherwise. - - """ - # aka is_local, but caching normalized sys.prefix - if not running_under_virtualenv(): - return True - return path.startswith(self._normalize_path_cached(sys.prefix)) - - def add(self, path: str) -> None: - head, tail = os.path.split(path) - - # we normalize the head to resolve parent directory symlinks, but not - # the tail, since we only want to uninstall symlinks, not their targets - path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) - - if not os.path.exists(path): - return - if self._permitted(path): - self._paths.add(path) - else: - self._refuse.add(path) - - # __pycache__ files can show up after 'installed-files.txt' is created, - # due to imports - if os.path.splitext(path)[1] == ".py": - self.add(cache_from_source(path)) - - def add_pth(self, pth_file: str, entry: str) -> None: - pth_file = self._normalize_path_cached(pth_file) - if self._permitted(pth_file): - if pth_file not in self._pth: - self._pth[pth_file] = UninstallPthEntries(pth_file) - self._pth[pth_file].add(entry) - else: - self._refuse.add(pth_file) - - def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: - """Remove paths in ``self._paths`` with confirmation (unless - ``auto_confirm`` is True).""" - - if not self._paths: - logger.info( - "Can't uninstall '%s'. No files were found to uninstall.", - self._dist.raw_name, - ) - return - - dist_name_version = f"{self._dist.raw_name}-{self._dist.raw_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 LegacyDistutilsInstall(distribution=dist) - - elif dist.installed_as_egg: - # package installed by easy_install - # We cannot match on dist.egg_name because it can slightly vary - # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg - paths_to_remove.add(dist_location) - easy_install_egg = os.path.split(dist_location)[1] - easy_install_pth = os.path.join( - os.path.dirname(dist_location), - "easy-install.pth", - ) - paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) - - elif dist.installed_with_dist_info: - for path in uninstallation_paths(dist): - paths_to_remove.add(path) - - elif develop_egg_link: - # PEP 660 modern editable is handled in the ``.dist-info`` case - # above, so this only covers the setuptools-style editable. - with open(develop_egg_link) as fh: - link_pointer = os.path.normcase(fh.readline().strip()) - normalized_link_pointer = paths_to_remove._normalize_path_cached( - link_pointer - ) - assert os.path.samefile( - normalized_link_pointer, normalized_dist_location - ), ( - f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " - f"installed location of {dist.raw_name} (at {dist_location})" - ) - paths_to_remove.add(develop_egg_link) - easy_install_pth = os.path.join( - os.path.dirname(develop_egg_link), "easy-install.pth" - ) - paths_to_remove.add_pth(easy_install_pth, dist_location) - - else: - logger.debug( - "Not sure how to uninstall: %s - Check: %s", - dist, - dist_location, - ) - - if dist.in_usersite: - bin_dir = get_bin_user() - else: - bin_dir = get_bin_prefix() - - # find distutils scripts= scripts - try: - for script in dist.iter_distutils_script_names(): - paths_to_remove.add(os.path.join(bin_dir, script)) - if WINDOWS: - paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) - except (FileNotFoundError, NotADirectoryError): - pass - - # find console_scripts and gui_scripts - def iter_scripts_to_remove( - dist: BaseDistribution, - bin_dir: str, - ) -> Generator[str, None, None]: - for entry_point in dist.iter_entry_points(): - if entry_point.group == "console_scripts": - yield from _script_names(bin_dir, entry_point.name, False) - elif entry_point.group == "gui_scripts": - yield from _script_names(bin_dir, entry_point.name, True) - - for s in iter_scripts_to_remove(dist, bin_dir): - paths_to_remove.add(s) - - return paths_to_remove - - -class UninstallPthEntries: - def __init__(self, pth_file: str) -> None: - self.file = pth_file - self.entries: Set[str] = set() - self._saved_lines: Optional[List[bytes]] = None - - def add(self, entry: str) -> None: - entry = os.path.normcase(entry) - # On Windows, os.path.normcase converts the entry to use - # backslashes. This is correct for entries that describe absolute - # paths outside of site-packages, but all the others use forward - # slashes. - # os.path.splitdrive is used instead of os.path.isabs because isabs - # treats non-absolute paths with drive letter markings like c:foo\bar - # as absolute paths. It also does not recognize UNC paths if they don't - # have more than "\\sever\share". Valid examples: "\\server\share\" or - # "\\server\share\folder". - if WINDOWS and not os.path.splitdrive(entry)[0]: - entry = entry.replace("\\", "/") - self.entries.add(entry) - - def remove(self) -> None: - logger.verbose("Removing pth entries from %s:", self.file) - - # If the file doesn't exist, log a warning and return - if not os.path.isfile(self.file): - logger.warning("Cannot remove entries from nonexistent file %s", self.file) - return - with open(self.file, "rb") as fh: - # windows uses '\r\n' with py3k, but uses '\n' with py2.x - lines = fh.readlines() - self._saved_lines = lines - if any(b"\r\n" in line for line in lines): - endline = "\r\n" - else: - endline = "\n" - # handle missing trailing newline - if lines and not lines[-1].endswith(endline.encode("utf-8")): - lines[-1] = lines[-1] + endline.encode("utf-8") - for entry in self.entries: - try: - logger.verbose("Removing entry: %s", entry) - lines.remove((entry + endline).encode("utf-8")) - except ValueError: - pass - with open(self.file, "wb") as fh: - fh.writelines(lines) - - def rollback(self) -> bool: - if self._saved_lines is None: - logger.error("Cannot roll back changes to %s, none were made", self.file) - return False - logger.debug("Rolling %s back to previous state", self.file) - with open(self.file, "wb") as fh: - fh.writelines(self._saved_lines) - return True diff --git a/backend/.venv/Lib/site-packages/pip/_internal/resolution/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/resolution/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index c4b0c7a932e1912646e578e8fe062a3407a2d814..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 199 zcmX@j%ge<81iKq-GePuY5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!N^`b~DbFv;E-pw+ zPL0XSDk;`YOis=(%`3^wOV>@#FG`I`N=(j9%}a^VD@)BQi}A@!iYd-4N!0~v$WBa8 zEsiP3EQpEE%qvMP%1g|NDM~HQ&nYd*%+HI72a0Bv#K-FuRNmsS$<0qG%}KQ@Vg*{u S2*kx8#z$sGM#ds$APWF63OGLi diff --git a/backend/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc deleted file mode 100644 index 57660f8b3170fa059c3455ab2361d8ea946cc429..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1187 zcma)5&1w`u5bmD8on4cNMiV1MR%6sf5)?d{D58jn5=C$0z%V;giDTw(yL(sSNhAl~ zAkPr;2tIwRR={`UM;r4!FV*gYQ+w+ z?nbTU>apvgga;stvH)5id*)Q$kv6?tUttHF`Z zOz~g}-4;_Ehst(F;|spcSGKvHTq)G;tW2v@LVQz*LST6;3F)e!j)?>4B;{&0n?Kq& zF8falu`bIn0zZGEB4; z`azN_5Lj(r&_TOYdfX^svE0zLitE9%BfnQ-am0?HlEFB-=j@xq4xV~5G1qtJ21qd4 z*$E`}X4G;b|ECmU0@sOy=vsz2M3~AZDNC~{4&$Jw)RyB-Hz-65;@R9E8vnhh z%6Np*9!0m(s%tk0@-TxS(2XF-inyB+9t(m_H%x~!f*ysSi>0l0QKX_q@g%up=(dN+ zDsiGtEV-&z*AQ&7J;St5znz)wpSZ9)b8*k4=+3=r{7|1B*ck6Mh@74uk>mY|=5GDu zH=3%HRw-9n2ehL$O6;$oTQJmRBhs_j%Ee!;#0GWf+pp44`^>-BV3Vo?X;UhpkN^GP z?u(+AV1b8co24I9@rKQCmxndGD&~-*yDcxH+cP=m@7eiXcK#Dve#b6-n4N!XyD!i6 iC+Bw?XZqIJeru_3EqyVK6GopM|K6zc(_b07D)&!lI5l4Y diff --git a/backend/.venv/Lib/site-packages/pip/_internal/resolution/base.py b/backend/.venv/Lib/site-packages/pip/_internal/resolution/base.py deleted file mode 100644 index 42dade1..0000000 --- a/backend/.venv/Lib/site-packages/pip/_internal/resolution/base.py +++ /dev/null @@ -1,20 +0,0 @@ -from typing import Callable, List, Optional - -from pip._internal.req.req_install import InstallRequirement -from pip._internal.req.req_set import RequirementSet - -InstallRequirementProvider = Callable[ - [str, Optional[InstallRequirement]], InstallRequirement -] - - -class BaseResolver: - def resolve( - self, root_reqs: List[InstallRequirement], check_supported_wheels: bool - ) -> RequirementSet: - raise NotImplementedError() - - def get_installation_order( - self, req_set: RequirementSet - ) -> List[InstallRequirement]: - raise NotImplementedError() diff --git a/backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 08c1efa092d774ecd0f71181cb4ec18e525119c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 206 zcmZ8aK?=e!5KOFs2z`i$Hg{1kUeym62x+>M*fa@ATIoxCgKzN%UVVY|=E>yh!0gWM z%(BlsU!jQ8WhYaAr}B?!9yfP1qBTB0kekJ6N||qW*wCACt+!kN)z{z)E`;fIkh&>^ zaX>3BTF^Bu2hamO%8Gg!poj-8Z@^P4En!jzaGERPz#G*EX*5yLa4`}VO&J&~?f6=5 WJ5%=x_HGfs<4B*xC&L)KEUF)3_Bqf1 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc deleted file mode 100644 index 2a758ac0df54d859cf1447505c08cb627ac405d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22581 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

H z!T#1Z6l%9CwcGEHtk&*Wau=IgzaRTftk5*7G>twOf4FzG>BLg?Z$qs(1(1B$7FR-@ zOHT03Zyb5;NU^@DP~WT6_pa3Mzkg)ubjfF{=_+>Z%6AS!3LF_I4h-Ml2YX@7Xvxb3 z!;iyUF!IL5<%@Sm)&lJ~R!jcR^32305rehyb?nX0<(V6>cd68tr@Xr>d0&)uZYhY* zuTdKoOqnG+rZIk>ZG?N7Y+d#WTbE^D)~uWrXAgGF-1p_~%CG2Ft`%r0|8?JFy|F%7WNHI8%-t?;_@^_GxLlbz}T2A#e|(DGhSOvW6F~0o5?xc zq?%2ob9_2W-0<9hrgJVkoa^0Tdf8CSwn!aIPBMnm4Rb$XAdrvdEuel02wi6+XNd)s zvNz!wp9Y}RrrA&?B{RjaC=cca7c?lEW(;sTWj_7L|L zNMAZ`HV17fd{A)jL72siWN|+X=A%p&1A^s%-CWD1GU&^!aB+T@HByJsNxY@8m*8VH zUJ>xnZh@wRk)43!NIL*BJzF--p*0@X zc(`xl)M>7XM-gLkH0?`${WbM9YdV49N^?@0%JUSEW}RuB)gbO8Or~InVN^=>!EaK= zbfJP8)xgqwmSM(#-z!0+R%w;gps~0B5cInPtzz8FbB9zMs=uOlndky2rA8&I6Ej(G z>)-%1>eyJOj+-+6IZ?%G1mGK+xj^WRearju{#dawR%jen8iyZ@tTyglI`R5h#wW%U ze=P6sx|jRci$7Q_^qyGhJy8tQuETNX*7B`)Y})9FXWr{JoFd# zomKXoT??Ee&meSgccc&-Q1CxA@E}&$b!KJPnc|M&AKiNE)@{dHc%T?+hE7BYb>u^X z#cewZ+x95i_S|;7AMSYU;kx%1>l*Kzee>*tXA7g}mC^I?yzj21dL5wf(XK*cuhIzR z$v4iHnz%sMXX!Ih(mzR`rP%)uZ}~Q+ogVnv*sLh>*9;9Ac?E5G$`l`T(6YAF@;R_r zs#nT6mr=r0x0K;PUN6hDfDw63tVat9ZsqHsDVj(okRs^Kq~7J;%JYJD;USvi zjl8KYBUXMxIxw#iYUSh3`S~mGx+muSoaT7{Oa;{>!lu-c+SkT8-riO)>teuK)j8s$uGU{k>#QkiC>3?Wsh za4Yxz~=e5hZfuq5SUo)ySoM;1Vz& z$>lM{6T5qYyv0M2Hx`!{3!%MAXzxSEY6wo_kln*|h0wN@(6(YAR0xpC=AN^_4=eoe zT42QNVjZQz-AcGSA3vak4}8QqYRHUGi1aED?j86tEeapG@P)pCkoUd0@6Ho%K5=hC zi42ge)chfo-K|g~=w`Q(weSwof7dPfAA7l)M$#@6>z)BF$DJ>j95D&V(y+Ay^KCpN ziPQJSI>J}ES8cD_U-jPMmMx_LIe>Hvd?wi^ftv-}vOS?=YK~jxtn>uSrtjXOqv9g1 z1Eno=0!X#c2;iczJ^~xO*~5 z%e*E&HRPsIDC03o3yiASVU}%H9_ZFJ3>++XBHsd&Y9=v^(!8K-EDPojvnf=)<0+37 z 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 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( - f"Package {dist.raw_name!r} requires a different Python: " - f"{version} not in {requires_python!r}" - ) - - -class Resolver(BaseResolver): - """Resolves which packages need to be installed/uninstalled to perform \ - the requested operation without breaking the requirements of any package. - """ - - _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} - - def __init__( - self, - preparer: RequirementPreparer, - finder: PackageFinder, - wheel_cache: Optional[WheelCache], - make_install_req: InstallRequirementProvider, - use_user_site: bool, - ignore_dependencies: bool, - ignore_installed: bool, - ignore_requires_python: bool, - force_reinstall: bool, - upgrade_strategy: str, - py_version_info: Optional[Tuple[int, ...]] = None, - ) -> None: - super().__init__() - assert upgrade_strategy in self._allowed_strategies - - if py_version_info is None: - py_version_info = sys.version_info[:3] - else: - py_version_info = normalize_version_info(py_version_info) - - self._py_version_info = py_version_info - - self.preparer = preparer - self.finder = finder - self.wheel_cache = wheel_cache - - self.upgrade_strategy = upgrade_strategy - self.force_reinstall = force_reinstall - self.ignore_dependencies = ignore_dependencies - self.ignore_installed = ignore_installed - self.ignore_requires_python = ignore_requires_python - self.use_user_site = use_user_site - self._make_install_req = make_install_req - - self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) - - def resolve( - self, root_reqs: List[InstallRequirement], check_supported_wheels: bool - ) -> RequirementSet: - """Resolve what operations need to be done - - As a side-effect of this method, the packages (and their dependencies) - are downloaded, unpacked and prepared for installation. This - preparation is done by ``pip.operations.prepare``. - - Once PyPI has static dependency metadata available, it would be - possible to move the preparation to become a step separated from - dependency resolution. - """ - requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) - for req in root_reqs: - if req.constraint: - check_invalid_constraint_type(req) - self._add_requirement_to_set(requirement_set, req) - - # Actually prepare the files, and collect any exceptions. Most hash - # exceptions cannot be checked ahead of time, because - # _populate_link() needs to be called before we can make decisions - # based on link type. - discovered_reqs: List[InstallRequirement] = [] - hash_errors = HashErrors() - for req in chain(requirement_set.all_requirements, discovered_reqs): - try: - discovered_reqs.extend(self._resolve_one(requirement_set, req)) - except HashError as exc: - exc.req = req - hash_errors.append(exc) - - if hash_errors: - raise hash_errors - - return requirement_set - - def _add_requirement_to_set( - self, - requirement_set: RequirementSet, - install_req: InstallRequirement, - parent_req_name: Optional[str] = None, - extras_requested: Optional[Iterable[str]] = None, - ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: - """Add install_req as a requirement to install. - - :param parent_req_name: The name of the requirement that needed this - added. The name is used because when multiple unnamed requirements - resolve to the same name, we could otherwise end up with dependency - links that point outside the Requirements set. parent_req must - already be added. Note that None implies that this is a user - supplied requirement, vs an inferred one. - :param extras_requested: an iterable of extras used to evaluate the - environment markers. - :return: Additional requirements to scan. That is either [] if - the requirement is not applicable, or [install_req] if the - requirement is applicable and has just been added. - """ - # If the markers do not match, ignore this requirement. - if not install_req.match_markers(extras_requested): - logger.info( - "Ignoring %s: markers '%s' don't match your environment", - install_req.name, - install_req.markers, - ) - return [], None - - # If the wheel is not supported, raise an error. - # Should check this after filtering out based on environment markers to - # allow specifying different wheels based on the environment/OS, in a - # single requirements file. - if install_req.link and install_req.link.is_wheel: - wheel = Wheel(install_req.link.filename) - tags = compatibility_tags.get_supported() - if requirement_set.check_supported_wheels and not wheel.supported(tags): - raise InstallationError( - f"{wheel.filename} is not a supported wheel on this platform." - ) - - # This next bit is really a sanity check. - assert ( - not install_req.user_supplied or parent_req_name is None - ), "a user supplied req shouldn't have a parent" - - # Unnamed requirements are scanned again and the requirement won't be - # added as a dependency until after scanning. - if not install_req.name: - requirement_set.add_unnamed_requirement(install_req) - return [install_req], None - - try: - existing_req: Optional[InstallRequirement] = ( - requirement_set.get_requirement(install_req.name) - ) - except KeyError: - existing_req = None - - has_conflicting_requirement = ( - parent_req_name is None - and existing_req - and not existing_req.constraint - and existing_req.extras == install_req.extras - and existing_req.req - and install_req.req - and existing_req.req.specifier != install_req.req.specifier - ) - if has_conflicting_requirement: - raise InstallationError( - f"Double requirement given: {install_req} " - f"(already in {existing_req}, name={install_req.name!r})" - ) - - # When no existing requirement exists, add the requirement as a - # dependency and it will be scanned again after. - if not existing_req: - requirement_set.add_named_requirement(install_req) - # We'd want to rescan this requirement later - return [install_req], install_req - - # Assume there's no need to scan, and that we've already - # encountered this for scanning. - if install_req.constraint or not existing_req.constraint: - return [], existing_req - - does_not_satisfy_constraint = install_req.link and not ( - existing_req.link and install_req.link.path == existing_req.link.path - ) - if does_not_satisfy_constraint: - raise InstallationError( - f"Could not satisfy constraints for '{install_req.name}': " - "installation from path or url cannot be " - "constrained to a version" - ) - # If we're now installing a constraint, mark the existing - # object for real installation. - existing_req.constraint = False - # If we're now installing a user supplied requirement, - # mark the existing object as such. - if install_req.user_supplied: - existing_req.user_supplied = True - existing_req.extras = tuple( - sorted(set(existing_req.extras) | set(install_req.extras)) - ) - logger.debug( - "Setting %s extras to: %s", - existing_req, - existing_req.extras, - ) - # Return the existing requirement for addition to the parent and - # scanning again. - return [existing_req], existing_req - - def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: - if self.upgrade_strategy == "to-satisfy-only": - return False - elif self.upgrade_strategy == "eager": - return True - else: - assert self.upgrade_strategy == "only-if-needed" - return req.user_supplied or req.constraint - - def _set_req_to_reinstall(self, req: InstallRequirement) -> None: - """ - Set a requirement to be installed. - """ - # Don't uninstall the conflict if doing a user install and the - # conflict is not a user install. - assert req.satisfied_by is not None - if not self.use_user_site or req.satisfied_by.in_usersite: - req.should_reinstall = True - req.satisfied_by = None - - def _check_skip_installed( - self, req_to_install: InstallRequirement - ) -> Optional[str]: - """Check if req_to_install should be skipped. - - This will check if the req is installed, and whether we should upgrade - or reinstall it, taking into account all the relevant user options. - - After calling this req_to_install will only have satisfied_by set to - None if the req_to_install is to be upgraded/reinstalled etc. Any - other value will be a dist recording the current thing installed that - satisfies the requirement. - - Note that for vcs urls and the like we can't assess skipping in this - routine - we simply identify that we need to pull the thing down, - then later on it is pulled down and introspected to assess upgrade/ - reinstalls etc. - - :return: A text reason for why it was skipped, or None. - """ - if self.ignore_installed: - return None - - req_to_install.check_if_exists(self.use_user_site) - if not req_to_install.satisfied_by: - return None - - if self.force_reinstall: - self._set_req_to_reinstall(req_to_install) - return None - - if not self._is_upgrade_allowed(req_to_install): - if self.upgrade_strategy == "only-if-needed": - return "already satisfied, skipping upgrade" - return "already satisfied" - - # Check for the possibility of an upgrade. For link-based - # requirements we have to pull the tree down and inspect to assess - # the version #, so it's handled way down. - if not req_to_install.link: - try: - self.finder.find_requirement(req_to_install, upgrade=True) - except BestVersionAlreadyInstalled: - # Then the best version is installed. - return "already up-to-date" - except DistributionNotFound: - # No distribution found, so we squash the error. It will - # be raised later when we re-try later to do the install. - # Why don't we just raise here? - pass - - self._set_req_to_reinstall(req_to_install) - return None - - def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: - upgrade = self._is_upgrade_allowed(req) - best_candidate = self.finder.find_requirement(req, upgrade) - if not best_candidate: - return None - - # Log a warning per PEP 592 if necessary before returning. - link = best_candidate.link - if link.is_yanked: - reason = link.yanked_reason or "" - msg = ( - # Mark this as a unicode string to prevent - # "UnicodeEncodeError: 'ascii' codec can't encode character" - # in Python 2 when the reason contains non-ascii characters. - "The candidate selected for download or install is a " - f"yanked version: {best_candidate}\n" - f"Reason for being yanked: {reason}" - ) - logger.warning(msg) - - return link - - def _populate_link(self, req: InstallRequirement) -> None: - """Ensure that if a link can be found for this, that it is found. - - Note that req.link may still be None - if the requirement is already - installed and not needed to be upgraded based on the return value of - _is_upgrade_allowed(). - - If preparer.require_hashes is True, don't use the wheel cache, because - cached wheels, always built locally, have different hashes than the - files downloaded from the index server and thus throw false hash - mismatches. Furthermore, cached wheels at present have undeterministic - contents due to file modification times. - """ - if req.link is None: - req.link = self._find_requirement_link(req) - - if self.wheel_cache is None or self.preparer.require_hashes: - return - - assert req.link is not None, "_find_requirement_link unexpectedly returned None" - cache_entry = self.wheel_cache.get_cache_entry( - link=req.link, - package_name=req.name, - supported_tags=get_supported(), - ) - if cache_entry is not None: - logger.debug("Using cached wheel link: %s", cache_entry.link) - if req.link is req.original_link and cache_entry.persistent: - req.cached_wheel_source_link = req.link - if cache_entry.origin is not None: - req.download_info = cache_entry.origin - else: - # Legacy cache entry that does not have origin.json. - # download_info may miss the archive_info.hashes field. - req.download_info = direct_url_from_link( - req.link, link_is_in_wheel_cache=cache_entry.persistent - ) - req.link = cache_entry.link - - def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: - """Takes a InstallRequirement and returns a single AbstractDist \ - representing a prepared variant of the same. - """ - if req.editable: - return self.preparer.prepare_editable_requirement(req) - - # satisfied_by is only evaluated by calling _check_skip_installed, - # so it must be None here. - assert req.satisfied_by is None - skip_reason = self._check_skip_installed(req) - - if req.satisfied_by: - return self.preparer.prepare_installed_requirement(req, skip_reason) - - # We eagerly populate the link, since that's our "legacy" behavior. - self._populate_link(req) - dist = self.preparer.prepare_linked_requirement(req) - - # NOTE - # The following portion is for determining if a certain package is - # going to be re-installed/upgraded or not and reporting to the user. - # This should probably get cleaned up in a future refactor. - - # req.req is only avail after unpack for URL - # pkgs repeat check_if_exists to uninstall-on-upgrade - # (#14) - if not self.ignore_installed: - req.check_if_exists(self.use_user_site) - - if req.satisfied_by: - should_modify = ( - self.upgrade_strategy != "to-satisfy-only" - or self.force_reinstall - or self.ignore_installed - or req.link.scheme == "file" - ) - if should_modify: - self._set_req_to_reinstall(req) - else: - logger.info( - "Requirement already satisfied (use --upgrade to upgrade): %s", - req, - ) - return dist - - def _resolve_one( - self, - requirement_set: RequirementSet, - req_to_install: InstallRequirement, - ) -> List[InstallRequirement]: - """Prepare a single requirements file. - - :return: A list of additional InstallRequirements to also install. - """ - # Tell user what we are doing for this requirement: - # obtain (editable), skipping, processing (local url), collecting - # (remote url or package name) - if req_to_install.constraint or req_to_install.prepared: - return [] - - req_to_install.prepared = True - - # Parse and return dependencies - dist = self._get_dist_for(req_to_install) - # This will raise UnsupportedPythonVersion if the given Python - # version isn't compatible with the distribution's Requires-Python. - _check_dist_requires_python( - dist, - version_info=self._py_version_info, - ignore_requires_python=self.ignore_requires_python, - ) - - more_reqs: List[InstallRequirement] = [] - - def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: - # This idiosyncratically converts the Requirement to str and let - # make_install_req then parse it again into Requirement. But this is - # the legacy resolver so I'm just not going to bother refactoring. - sub_install_req = self._make_install_req(str(subreq), req_to_install) - parent_req_name = req_to_install.name - to_scan_again, add_to_parent = self._add_requirement_to_set( - requirement_set, - sub_install_req, - parent_req_name=parent_req_name, - extras_requested=extras_requested, - ) - if parent_req_name and add_to_parent: - self._discovered_dependencies[parent_req_name].append(add_to_parent) - more_reqs.extend(to_scan_again) - - with indent_log(): - # We add req_to_install before its dependencies, so that we - # can refer to it when adding dependencies. - assert req_to_install.name is not None - 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/backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 5fd7c6c7cda12e01092c0c348afff3cbb77b4a0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 210 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

>daG&&kdQcDq5PQqOd~ z&08vLci``hD1bTgS|mr>mK&A_UUv2uI{TmfsL*+C?Va;^ck6m{>r!knwv<{-Esy3; ze7x3tA?w}nHs{)(dk??r>RAasXW0R}LA z7l6G}xA|`fYuk%M;&u+V{Pw>&Ei%V;5H@vF8fi7ETVV9lL}n zqq~$cf_AZL_&kxjP^do&g&!J$#C#%mam{W6{DCFUq9@n2=9jX4-hvJDzTS=6hK2UUj_lP9 zUocy{KP_Qc*=gxAAWOva#&m+ttg_?aCO1h3G0|P@(Mc%BkWWdPyGN$EPsu$d#5>0N@a;;Aw&M9XyEraZXu0yL_q;=+4)6|Lc{n-*1%Hs zSwoO~;gPuCG7<+*!kjl03gYKYQb}mCY>6^7FX|+GD9To?EZ?0};?53j1YU~020e-Z zlOctSLMW<~;>R1*yQE3q!KH-2ZkNz9v>U;D2+&CMJc5e=R*7v&J3j0$XB(V=9pm=^ z?n8Cvgr1_v3c=;B6=5Zv@A;_Ee!572@GP~3Q_;-`M{}K91g4@3@qmK^y)E|v;%!Bj zTL|PLMFP{ZzJ*gU=oUIx-bYgB(~q7F7T&*%^v+_?C$z5|d>Sf*&TJ9Di|vxowEUA5 z_37!=RH5tK7J+r~$Bav8d3NhHfyqfPUW=ug#TjYCa+&D~NO8_v?f0YFEcoJ4;_zK& z)nI#~$2H4y{r0t6gVzR!E>Y~I9SvMT3{!OJbMA~|k8|_}&@kN@s6MbM!+cFVUlZ}~ xq^Cf7HoUEQ@z7jNafl(oBMa}@4iQ^vf6}|!yB7E`PyGLM#TW*h0-^l}{{=`K1wH@( diff --git a/backend/.venv/Lib/site-packages/h11/__pycache__/_state.cpython-312.pyc b/backend/.venv/Lib/site-packages/h11/__pycache__/_state.cpython-312.pyc deleted file mode 100644 index e705b80b44de33c2f718fab8022c20ea4c5e97e1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8457 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 J;~CX={2w8u=-2=N diff --git a/backend/.venv/Lib/site-packages/h11/__pycache__/_util.cpython-312.pyc b/backend/.venv/Lib/site-packages/h11/__pycache__/_util.cpython-312.pyc deleted file mode 100644 index d11f62473428c17d2a7f6feafab12f4f4314fc42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4713 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 diff --git a/backend/.venv/Lib/site-packages/h11/__pycache__/_writers.cpython-312.pyc b/backend/.venv/Lib/site-packages/h11/__pycache__/_writers.cpython-312.pyc deleted file mode 100644 index 2999a2d6f5115c522a2bcf922eb8cd438ecbbc48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6279 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" - r":" - r"{OWS}" - r"(?P{field_value})" - r"{OWS}".format(**globals()) -) - -# https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#request.line -# -# request-line = method SP request-target SP HTTP-version CRLF -# method = token -# HTTP-version = HTTP-name "/" DIGIT "." DIGIT -# HTTP-name = %x48.54.54.50 ; "HTTP", case-sensitive -# -# request-target is complicated (see RFC 7230 sec 5.3) -- could be path, full -# URL, host+port (for connect), or even "*", but in any case we are guaranteed -# that it contists of the visible printing characters. -method = token -request_target = r"{vchar}+".format(**globals()) -http_version = r"HTTP/(?P[0-9]\.[0-9])" -request_line = ( - r"(?P{method})" - r" " - r"(?P{request_target})" - r" " - r"{http_version}".format(**globals()) -) - -# https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#status.line -# -# status-line = HTTP-version SP status-code SP reason-phrase CRLF -# status-code = 3DIGIT -# reason-phrase = *( HTAB / SP / VCHAR / obs-text ) -status_code = r"[0-9]{3}" -reason_phrase = r"([ \t]|{vchar_or_obs_text})*".format(**globals()) -status_line = ( - r"{http_version}" - r" " - r"(?P{status_code})" - # However, there are apparently a few too many servers out there that just - # leave out the reason phrase: - # https://github.com/scrapy/scrapy/issues/345#issuecomment-281756036 - # https://github.com/seanmonstar/httparse/issues/29 - # so make it optional. ?: is a non-capturing group. - r"(?: (?P{reason_phrase}))?".format(**globals()) -) - -HEXDIG = r"[0-9A-Fa-f]" -# Actually -# -# chunk-size = 1*HEXDIG -# -# but we impose an upper-limit to avoid ridiculosity. len(str(2**64)) == 20 -chunk_size = r"({HEXDIG}){{1,20}}".format(**globals()) -# Actually -# -# chunk-ext = *( ";" chunk-ext-name [ "=" chunk-ext-val ] ) -# -# but we aren't parsing the things so we don't really care. -chunk_ext = r";.*" -chunk_header = ( - r"(?P{chunk_size})" - r"(?P{chunk_ext})?" - r"{OWS}\r\n".format( - **globals() - ) # Even though the specification does not allow for extra whitespaces, - # we are lenient with trailing whitespaces because some servers on the wild use it. -) diff --git a/backend/.venv/Lib/site-packages/h11/_connection.py b/backend/.venv/Lib/site-packages/h11/_connection.py deleted file mode 100644 index e37d82a..0000000 --- a/backend/.venv/Lib/site-packages/h11/_connection.py +++ /dev/null @@ -1,659 +0,0 @@ -# This contains the main Connection class. Everything in h11 revolves around -# this. -from typing import ( - Any, - Callable, - cast, - Dict, - List, - Optional, - overload, - 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(f"expected CLIENT or SERVER, not {our_role!r}") - 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() - 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 - - @overload - def send(self, event: ConnectionClosed) -> None: - ... - - @overload - def send( - self, event: Union[Request, InformationalResponse, Response, Data, EndOfMessage] - ) -> bytes: - ... - - @overload - def send(self, event: Event) -> Optional[bytes]: - ... - - 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/backend/.venv/Lib/site-packages/h11/_events.py b/backend/.venv/Lib/site-packages/h11/_events.py deleted file mode 100644 index ca1c3ad..0000000 --- a/backend/.venv/Lib/site-packages/h11/_events.py +++ /dev/null @@ -1,369 +0,0 @@ -# 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 -from typing import 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/backend/.venv/Lib/site-packages/h11/_headers.py b/backend/.venv/Lib/site-packages/h11/_headers.py deleted file mode 100644 index 31da3e2..0000000 --- a/backend/.venv/Lib/site-packages/h11/_headers.py +++ /dev/null @@ -1,282 +0,0 @@ -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 - -CONTENT_LENGTH_MAX_DIGITS = 20 # allow up to 1 billion TB - 1 - - -# 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 len(value) > CONTENT_LENGTH_MAX_DIGITS: - raise LocalProtocolError("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/backend/.venv/Lib/site-packages/h11/_readers.py b/backend/.venv/Lib/site-packages/h11/_readers.py deleted file mode 100644 index 576804c..0000000 --- a/backend/.venv/Lib/site-packages/h11/_readers.py +++ /dev/null @@ -1,250 +0,0 @@ -# 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. - # This tracks the bytes that we need to match and throw away. - self._bytes_to_discard = b"" - 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: - data = buf.maybe_extract_at_most(len(self._bytes_to_discard)) - if data is None: - return None - if data != self._bytes_to_discard[: len(data)]: - raise LocalProtocolError( - f"malformed chunk footer: {data!r} (expected {self._bytes_to_discard!r})" - ) - self._bytes_to_discard = self._bytes_to_discard[len(data) :] - if self._bytes_to_discard: - return None - # else, fall through and read some more - assert self._bytes_to_discard == b"" - 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 = b"\r\n" - 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/backend/.venv/Lib/site-packages/h11/_receivebuffer.py b/backend/.venv/Lib/site-packages/h11/_receivebuffer.py deleted file mode 100644 index e5c4e08..0000000 --- a/backend/.venv/Lib/site-packages/h11/_receivebuffer.py +++ /dev/null @@ -1,153 +0,0 @@ -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/backend/.venv/Lib/site-packages/h11/_state.py b/backend/.venv/Lib/site-packages/h11/_state.py deleted file mode 100644 index 3ad444b..0000000 --- a/backend/.venv/Lib/site-packages/h11/_state.py +++ /dev/null @@ -1,365 +0,0 @@ -################################################################ -# 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 _SWITCH_UPGRADE event without a pending proposal" - ) - _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( - f"not in a reusable state. self.states={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/backend/.venv/Lib/site-packages/h11/_util.py b/backend/.venv/Lib/site-packages/h11/_util.py deleted file mode 100644 index 6718445..0000000 --- a/backend/.venv/Lib/site-packages/h11/_util.py +++ /dev/null @@ -1,135 +0,0 @@ -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/backend/.venv/Lib/site-packages/h11/_version.py b/backend/.venv/Lib/site-packages/h11/_version.py deleted file mode 100644 index 76e7327..0000000 --- a/backend/.venv/Lib/site-packages/h11/_version.py +++ /dev/null @@ -1,16 +0,0 @@ -# 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.16.0" diff --git a/backend/.venv/Lib/site-packages/h11/_writers.py b/backend/.venv/Lib/site-packages/h11/_writers.py deleted file mode 100644 index 939cdb9..0000000 --- a/backend/.venv/Lib/site-packages/h11/_writers.py +++ /dev/null @@ -1,145 +0,0 @@ -# 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/backend/.venv/Lib/site-packages/h11/py.typed b/backend/.venv/Lib/site-packages/h11/py.typed deleted file mode 100644 index f5642f7..0000000 --- a/backend/.venv/Lib/site-packages/h11/py.typed +++ /dev/null @@ -1 +0,0 @@ -Marker diff --git a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/INSTALLER b/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/METADATA b/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/METADATA deleted file mode 100644 index 6e7d27d..0000000 --- a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/METADATA +++ /dev/null @@ -1,130 +0,0 @@ -Metadata-Version: 2.4 -Name: httptools -Version: 0.7.1 -Summary: A collection of framework independent HTTP protocol utils. -Author-email: Yury Selivanov -License-Expression: MIT -Project-URL: Homepage, https://github.com/MagicStack/httptools -Platform: macOS -Platform: POSIX -Platform: Windows -Classifier: Intended Audience :: Developers -Classifier: Programming Language :: Python :: 3 -Classifier: Operating System :: POSIX -Classifier: Operating System :: MacOS :: MacOS X -Classifier: Environment :: Web Environment -Classifier: Development Status :: 5 - Production/Stable -Requires-Python: >=3.9 -Description-Content-Type: text/markdown -License-File: LICENSE -Provides-Extra: test -Dynamic: license-file -Dynamic: platform - -![Tests](https://github.com/MagicStack/httptools/workflows/Tests/badge.svg) - -httptools is a Python binding for the nodejs HTTP parser. - -The package is available on PyPI: `pip install httptools`. - - -# APIs - -httptools contains two classes `httptools.HttpRequestParser`, -`httptools.HttpResponseParser` (fulfilled through -[llhttp](https://github.com/nodejs/llhttp)) and a function for -parsing URLs `httptools.parse_url` (through -[http-parse](https://github.com/nodejs/http-parser) for now). -See unittests for examples. - - -```python - -class HttpRequestParser: - - def __init__(self, protocol): - """HttpRequestParser - - protocol -- a Python object with the following methods - (all optional): - - - on_message_begin() - - on_url(url: bytes) - - on_header(name: bytes, value: bytes) - - on_headers_complete() - - on_body(body: bytes) - - on_message_complete() - - on_chunk_header() - - on_chunk_complete() - - on_status(status: bytes) - """ - - def get_http_version(self) -> str: - """Return an HTTP protocol version.""" - - def should_keep_alive(self) -> bool: - """Return ``True`` if keep-alive mode is preferred.""" - - def should_upgrade(self) -> bool: - """Return ``True`` if the parsed request is a valid Upgrade request. - The method exposes a flag set just before on_headers_complete. - Calling this method earlier will only yield `False`. - """ - - def feed_data(self, data: bytes): - """Feed data to the parser. - - Will eventually trigger callbacks on the ``protocol`` - object. - - On HTTP upgrade, this method will raise an - ``HttpParserUpgrade`` exception, with its sole argument - set to the offset of the non-HTTP data in ``data``. - """ - - def get_method(self) -> bytes: - """Return HTTP request method (GET, HEAD, etc)""" - - -class HttpResponseParser: - - """Has all methods except ``get_method()`` that - HttpRequestParser has.""" - - def get_status_code(self) -> int: - """Return the status code of the HTTP response""" - - -def parse_url(url: bytes): - """Parse URL strings into a structured Python object. - - Returns an instance of ``httptools.URL`` class with the - following attributes: - - - schema: bytes - - host: bytes - - port: int - - path: bytes - - query: bytes - - fragment: bytes - - userinfo: bytes - """ -``` - - -# Development - -1. Clone this repository with - `git clone --recursive git@github.com:MagicStack/httptools.git` - -2. Create a virtual environment with Python 3: - `python3 -m venv envname` - -3. Activate the environment with `source envname/bin/activate` - -4. Run `make` and `make test`. - - -# License - -MIT. diff --git a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/RECORD b/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/RECORD deleted file mode 100644 index 8616e4d..0000000 --- a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/RECORD +++ /dev/null @@ -1,25 +0,0 @@ -httptools-0.7.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -httptools-0.7.1.dist-info/METADATA,sha256=SDOnsarDrAxgLgiOHmAxC9OnA4Ca9XEeI6DB1McUYKU,3602 -httptools-0.7.1.dist-info/RECORD,, -httptools-0.7.1.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101 -httptools-0.7.1.dist-info/licenses/LICENSE,sha256=HAKLBZ16WOFMzaOMq87WmMWR_mFP--T3IUMERuhsjWk,1114 -httptools-0.7.1.dist-info/top_level.txt,sha256=APjJKTbZcj0OQ4fdgf2eTCk82nK1n2BFXOD7ky41MPY,10 -httptools/__init__.py,sha256=uWLIa0nghlhLGoS8My_6YVhUlFbv3FhYsvxYpZHecS8,153 -httptools/__pycache__/__init__.cpython-312.pyc,, -httptools/__pycache__/_version.cpython-312.pyc,, -httptools/_version.py,sha256=L1qOIEGz2abHAuE9FSwFU6Q3tDr3nhuABOTtgE9ISv0,588 -httptools/parser/__init__.py,sha256=mXOisHGQtSCaaFE1RNgTtEhEnqhMqi9jFWaAGSIUktY,207 -httptools/parser/__pycache__/__init__.cpython-312.pyc,, -httptools/parser/__pycache__/errors.cpython-312.pyc,, -httptools/parser/__pycache__/protocol.cpython-312.pyc,, -httptools/parser/cparser.pxd,sha256=XOczyt3PFtYc1r-GVKecEkN5zvBD78NXfd2JhyKOKBg,5144 -httptools/parser/errors.py,sha256=fQeEGiZ6AQH7SIa-7uzMs5QggoXr0A8YBPVHmafSw5Q,596 -httptools/parser/parser.cp312-win_amd64.pyd,sha256=wEGy73nXDbxcPRWwYaLMdghZVp8RdhMzx4wQ8nd1lJs,124928 -httptools/parser/parser.pyi,sha256=ipY5DWsoBI-XSUw_GONH2l1WkG97vQlB6aSnE4ilmcI,1918 -httptools/parser/parser.pyx,sha256=jgDH58PbHrXpT4wGDptP02tGsceOo9qHYSJBdpK5ZEs,15576 -httptools/parser/protocol.py,sha256=tGhmbKw2mlmwWmfo400sugh9F6ghjBSG4R84OJEpR-4,557 -httptools/parser/python.pxd,sha256=-pIXNLe1u3u3X51ORUUoHRBMsntzRlQa3z2iBqljTHU,144 -httptools/parser/url_cparser.pxd,sha256=rvPJV7S96tTqKMT0Bk4jHgMy2U0rNY5_NsPa7KG5lio,810 -httptools/parser/url_parser.cp312-win_amd64.pyd,sha256=88yuR0w15716AwF5VBDhj_YEk8G3Rzi4_o6jscpMhC4,53248 -httptools/parser/url_parser.pyi,sha256=YFt6ooO5GGv_IG7-Mq1vZHi3jBIMWAquUv87TPyMTBU,592 -httptools/parser/url_parser.pyx,sha256=_ZmJwXC2kh6Rh6FLQTy3nGBiZBBPAX9O-pWtGlgS-44,3866 diff --git a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/WHEEL b/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/WHEEL deleted file mode 100644 index 10ac2c2..0000000 --- a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/WHEEL +++ /dev/null @@ -1,5 +0,0 @@ -Wheel-Version: 1.0 -Generator: setuptools (80.9.0) -Root-Is-Purelib: false -Tag: cp312-cp312-win_amd64 - diff --git a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/licenses/LICENSE b/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/licenses/LICENSE deleted file mode 100644 index 79a03ca..0000000 --- a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/licenses/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2015 MagicStack Inc. http://magic.io - -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/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/top_level.txt b/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/top_level.txt deleted file mode 100644 index bef3b40..0000000 --- a/backend/.venv/Lib/site-packages/httptools-0.7.1.dist-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -httptools diff --git a/backend/.venv/Lib/site-packages/httptools/__init__.py b/backend/.venv/Lib/site-packages/httptools/__init__.py deleted file mode 100644 index 972053e..0000000 --- a/backend/.venv/Lib/site-packages/httptools/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -from . import parser -from .parser import * # NOQA - -from ._version import __version__ # NOQA - -__all__ = parser.__all__ + ('__version__',) # NOQA diff --git a/backend/.venv/Lib/site-packages/httptools/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/httptools/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 55765492e53641edb311e40f8b5984b611fb0dd9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 335 zcmX@j%ge<81iKn+GiL(n#~=<2FhLogU4V?~3@HpLj5!Rsj8Tk?AU0DD<60&#i#dlW zmpO`=ks*~aivy+^L8mZR0Xb1Dl`NX9FBySMO~zYn1&Kw)sYO5*qZW|hj*l-(Eh^5; z&x?=u(`3EHP{a&WcZ&liTEq(Cvd70K=H$f3uVnZP#w~ zDJaR$&nb?HkI&4@EQycTE2zB1VUwGmQks)$SHuIf2jt{pSs?L&nURt4E`!J&2GOSs YiVwI1`t>^XE=X%%d&dkq?k6+2~8KnMKxU*GEd45rLaY15oYD`{MNwIEXa&mrYUP)$Nx^8lQQEE(5 zVsdtBUP_E!S!!Ncj8A4#OmSvOsxDANc4B&JaZE-@NkK_|eok==%y_+m%3B;Zx%nxj hIjMFn0{A=a=S{Wag#oCg&HW#v~;sXQ$?+#ORf!=9R_xWG2NF zXO^Vu0yShOrl%IiWR#Q?l;r2<6vsg9h>4HS%*!l^kJl@xyv1RYo1apelWJGQ3$za8 zi()+>@qw94HB(~F}X$J(AKw{01egMRup{iP>QXy!U=%mxtKBXqE&plrP**bJ& zU~5O#if_PI;0qwHe1S>{3lr~qZtEaYDIQ)w{yle(?bok=wA)Pr$M>@r@qt6gFTA)t z>NjHg8N>yNNS`=lheY(8M2@82+|utmmbyS|(z&CqrFEc(t$0CWN_ePjeexLhB znqw7}?#6$658v&T)_P?fW&S-?-O~)L(%I>!|<$ diff --git a/backend/.venv/Lib/site-packages/httptools/parser/__pycache__/protocol.cpython-312.pyc b/backend/.venv/Lib/site-packages/httptools/parser/__pycache__/protocol.cpython-312.pyc deleted file mode 100644 index 65eb9367a726d4b030f64e9e12a2734e4535f49b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1839 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 Obc(0RE5Dyt4g5E2@AWkR diff --git a/backend/.venv/Lib/site-packages/httptools/parser/parser.pyi b/backend/.venv/Lib/site-packages/httptools/parser/parser.pyi deleted file mode 100644 index 8a714bf..0000000 --- a/backend/.venv/Lib/site-packages/httptools/parser/parser.pyi +++ /dev/null @@ -1,57 +0,0 @@ -from typing import Union, Any -from array import array -from .protocol import HTTPProtocol - -class HttpParser: - def __init__(self, protocol: Union[HTTPProtocol, Any]) -> None: - """ - protocol -- a Python object with the following methods - (all optional): - - - on_message_begin() - - on_url(url: bytes) - - on_header(name: bytes, value: bytes) - - on_headers_complete() - - on_body(body: bytes) - - on_message_complete() - - on_chunk_header() - - on_chunk_complete() - - on_status(status: bytes) - """ - - def get_http_version(self) -> str: - """Return an HTTP protocol version.""" - ... - - def should_keep_alive(self) -> bool: - """Return ``True`` if keep-alive mode is preferred.""" - ... - - def should_upgrade(self) -> bool: - """Return ``True`` if the parsed request is a valid Upgrade request. - The method exposes a flag set just before on_headers_complete. - Calling this method earlier will only yield `False`.""" - ... - - def feed_data(self, data: Union[bytes, bytearray, memoryview, array]) -> None: - """Feed data to the parser. - - Will eventually trigger callbacks on the ``protocol`` - object. - - On HTTP upgrade, this method will raise an - ``HttpParserUpgrade`` exception, with its sole argument - set to the offset of the non-HTTP data in ``data``. - """ - -class HttpRequestParser(HttpParser): - """Used for parsing http requests from the server's side""" - - def get_method(self) -> bytes: - """Return HTTP request method (GET, HEAD, etc)""" - -class HttpResponseParser(HttpParser): - """Used for parsing http requests from the client's side""" - - def get_status_code(self) -> int: - """Return the status code of the HTTP response""" diff --git a/backend/.venv/Lib/site-packages/httptools/parser/parser.pyx b/backend/.venv/Lib/site-packages/httptools/parser/parser.pyx deleted file mode 100644 index 2fa5026..0000000 --- a/backend/.venv/Lib/site-packages/httptools/parser/parser.pyx +++ /dev/null @@ -1,436 +0,0 @@ -#cython: language_level=3 - -from __future__ import print_function -from typing import Optional - -from cpython.mem cimport PyMem_Malloc, PyMem_Free -from cpython cimport PyObject_GetBuffer, PyBuffer_Release, PyBUF_SIMPLE, \ - Py_buffer, PyBytes_AsString - -from .python cimport PyMemoryView_Check, PyMemoryView_GET_BUFFER - - -from .errors import (HttpParserError, - HttpParserCallbackError, - HttpParserInvalidStatusError, - HttpParserInvalidMethodError, - HttpParserInvalidURLError, - HttpParserUpgrade) - -cimport cython -from . cimport cparser - - -__all__ = ('HttpRequestParser', 'HttpResponseParser') - - -@cython.internal -cdef class HttpParser: - - cdef: - cparser.llhttp_t* _cparser - cparser.llhttp_settings_t* _csettings - - bytes _current_header_name - bytes _current_header_value - - _proto_on_url, _proto_on_status, _proto_on_body, \ - _proto_on_header, _proto_on_headers_complete, \ - _proto_on_message_complete, _proto_on_chunk_header, \ - _proto_on_chunk_complete, _proto_on_message_begin - - object _last_error - - Py_buffer py_buf - - def __cinit__(self): - self._cparser = \ - PyMem_Malloc(sizeof(cparser.llhttp_t)) - if self._cparser is NULL: - raise MemoryError() - - self._csettings = \ - PyMem_Malloc(sizeof(cparser.llhttp_settings_t)) - if self._csettings is NULL: - raise MemoryError() - - def __dealloc__(self): - PyMem_Free(self._cparser) - PyMem_Free(self._csettings) - - cdef _init(self, protocol, cparser.llhttp_type_t mode): - cparser.llhttp_settings_init(self._csettings) - - cparser.llhttp_init(self._cparser, mode, self._csettings) - self._cparser.data = self - - self._current_header_name = None - self._current_header_value = None - - self._proto_on_header = getattr(protocol, 'on_header', None) - if self._proto_on_header is not None: - self._csettings.on_header_field = cb_on_header_field - self._csettings.on_header_value = cb_on_header_value - self._proto_on_headers_complete = getattr( - protocol, 'on_headers_complete', None) - self._csettings.on_headers_complete = cb_on_headers_complete - - self._proto_on_body = getattr(protocol, 'on_body', None) - if self._proto_on_body is not None: - self._csettings.on_body = cb_on_body - - self._proto_on_message_begin = getattr( - protocol, 'on_message_begin', None) - if self._proto_on_message_begin is not None: - self._csettings.on_message_begin = cb_on_message_begin - - self._proto_on_message_complete = getattr( - protocol, 'on_message_complete', None) - if self._proto_on_message_complete is not None: - self._csettings.on_message_complete = cb_on_message_complete - - self._proto_on_chunk_header = getattr( - protocol, 'on_chunk_header', None) - self._csettings.on_chunk_header = cb_on_chunk_header - - self._proto_on_chunk_complete = getattr( - protocol, 'on_chunk_complete', None) - self._csettings.on_chunk_complete = cb_on_chunk_complete - - self._last_error = None - - cdef _maybe_call_on_header(self): - if self._current_header_value is not None: - current_header_name = self._current_header_name - current_header_value = self._current_header_value - - self._current_header_name = self._current_header_value = None - - if self._proto_on_header is not None: - self._proto_on_header(current_header_name, - current_header_value) - - cdef _on_header_field(self, bytes field): - self._maybe_call_on_header() - if self._current_header_name is None: - self._current_header_name = field - else: - self._current_header_name += field - - cdef _on_header_value(self, bytes val): - if self._current_header_value is None: - self._current_header_value = val - else: - # This is unlikely, as mostly HTTP headers are one-line - self._current_header_value += val - - cdef _on_headers_complete(self): - self._maybe_call_on_header() - - if self._proto_on_headers_complete is not None: - self._proto_on_headers_complete() - - cdef _on_chunk_header(self): - if (self._current_header_value is not None or - self._current_header_name is not None): - raise HttpParserError('invalid headers state') - - if self._proto_on_chunk_header is not None: - self._proto_on_chunk_header() - - cdef _on_chunk_complete(self): - self._maybe_call_on_header() - - if self._proto_on_chunk_complete is not None: - self._proto_on_chunk_complete() - - ### Public API ### - - def set_dangerous_leniencies( - self, - lenient_headers: Optional[bool] = None, - lenient_chunked_length: Optional[bool] = None, - lenient_keep_alive: Optional[bool] = None, - lenient_transfer_encoding: Optional[bool] = None, - lenient_version: Optional[bool] = None, - lenient_data_after_close: Optional[bool] = None, - lenient_optional_lf_after_cr: Optional[bool] = None, - lenient_optional_cr_before_lf: Optional[bool] = None, - lenient_optional_crlf_after_chunk: Optional[bool] = None, - lenient_spaces_after_chunk_size: Optional[bool] = None, - ): - cdef cparser.llhttp_t* parser = self._cparser - if lenient_headers is not None: - cparser.llhttp_set_lenient_headers( - parser, lenient_headers) - if lenient_chunked_length is not None: - cparser.llhttp_set_lenient_chunked_length( - parser, lenient_chunked_length) - if lenient_keep_alive is not None: - cparser.llhttp_set_lenient_keep_alive( - parser, lenient_keep_alive) - if lenient_transfer_encoding is not None: - cparser.llhttp_set_lenient_transfer_encoding( - parser, lenient_transfer_encoding) - if lenient_version is not None: - cparser.llhttp_set_lenient_version( - parser, lenient_version) - if lenient_data_after_close is not None: - cparser.llhttp_set_lenient_data_after_close( - parser, lenient_data_after_close) - if lenient_optional_lf_after_cr is not None: - cparser.llhttp_set_lenient_optional_lf_after_cr( - parser, lenient_optional_lf_after_cr) - if lenient_optional_cr_before_lf is not None: - cparser.llhttp_set_lenient_optional_cr_before_lf( - parser, lenient_optional_cr_before_lf) - if lenient_optional_crlf_after_chunk is not None: - cparser.llhttp_set_lenient_optional_crlf_after_chunk( - parser, lenient_optional_crlf_after_chunk) - if lenient_spaces_after_chunk_size is not None: - cparser.llhttp_set_lenient_spaces_after_chunk_size( - parser, lenient_spaces_after_chunk_size) - - def get_http_version(self): - cdef cparser.llhttp_t* parser = self._cparser - return '{}.{}'.format(parser.http_major, parser.http_minor) - - def should_keep_alive(self): - return bool(cparser.llhttp_should_keep_alive(self._cparser)) - - def should_upgrade(self): - cdef cparser.llhttp_t* parser = self._cparser - return bool(parser.upgrade) - - def feed_data(self, data): - cdef: - size_t data_len - cparser.llhttp_errno_t err - Py_buffer *buf - bint owning_buf = False - const char* err_pos - - if PyMemoryView_Check(data): - buf = PyMemoryView_GET_BUFFER(data) - data_len = buf.len - err = cparser.llhttp_execute( - self._cparser, - buf.buf, - data_len) - - else: - buf = &self.py_buf - PyObject_GetBuffer(data, buf, PyBUF_SIMPLE) - owning_buf = True - data_len = buf.len - - err = cparser.llhttp_execute( - self._cparser, - buf.buf, - data_len) - - try: - if self._cparser.upgrade == 1 and err == cparser.HPE_PAUSED_UPGRADE: - err_pos = cparser.llhttp_get_error_pos(self._cparser) - - # Immediately free the parser from "error" state, simulating - # http-parser behavior here because 1) we never had the API to - # allow users manually "resume after upgrade", and 2) the use - # case for resuming parsing is very rare. - cparser.llhttp_resume_after_upgrade(self._cparser) - - # The err_pos here is specific for the input buf. So if we ever - # switch to the llhttp behavior (re-raise HttpParserUpgrade for - # successive calls to feed_data() until resume_after_upgrade is - # called), we have to store the result and keep our own state. - raise HttpParserUpgrade(err_pos - buf.buf) - finally: - if owning_buf: - PyBuffer_Release(buf) - - if err != cparser.HPE_OK: - ex = parser_error_from_errno( - self._cparser, - self._cparser.error) - if isinstance(ex, HttpParserCallbackError): - if self._last_error is not None: - ex.__context__ = self._last_error - self._last_error = None - raise ex - - -cdef class HttpRequestParser(HttpParser): - - def __init__(self, protocol): - self._init(protocol, cparser.HTTP_REQUEST) - - self._proto_on_url = getattr(protocol, 'on_url', None) - if self._proto_on_url is not None: - self._csettings.on_url = cb_on_url - - def get_method(self): - cdef cparser.llhttp_t* parser = self._cparser - return cparser.llhttp_method_name( parser.method) - - -cdef class HttpResponseParser(HttpParser): - - def __init__(self, protocol): - self._init(protocol, cparser.HTTP_RESPONSE) - - self._proto_on_status = getattr(protocol, 'on_status', None) - if self._proto_on_status is not None: - self._csettings.on_status = cb_on_status - - def get_status_code(self): - cdef cparser.llhttp_t* parser = self._cparser - return parser.status_code - - -cdef int cb_on_message_begin(cparser.llhttp_t* parser) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._proto_on_message_begin() - except BaseException as ex: - pyparser._last_error = ex - return -1 - else: - return 0 - - -cdef int cb_on_url(cparser.llhttp_t* parser, - const char *at, size_t length) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._proto_on_url(at[:length]) - except BaseException as ex: - cparser.llhttp_set_error_reason(parser, "`on_url` callback error") - pyparser._last_error = ex - return cparser.HPE_USER - else: - return 0 - - -cdef int cb_on_status(cparser.llhttp_t* parser, - const char *at, size_t length) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._proto_on_status(at[:length]) - except BaseException as ex: - cparser.llhttp_set_error_reason(parser, "`on_status` callback error") - pyparser._last_error = ex - return cparser.HPE_USER - else: - return 0 - - -cdef int cb_on_header_field(cparser.llhttp_t* parser, - const char *at, size_t length) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._on_header_field(at[:length]) - except BaseException as ex: - cparser.llhttp_set_error_reason(parser, "`on_header_field` callback error") - pyparser._last_error = ex - return cparser.HPE_USER - else: - return 0 - - -cdef int cb_on_header_value(cparser.llhttp_t* parser, - const char *at, size_t length) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._on_header_value(at[:length]) - except BaseException as ex: - cparser.llhttp_set_error_reason(parser, "`on_header_value` callback error") - pyparser._last_error = ex - return cparser.HPE_USER - else: - return 0 - - -cdef int cb_on_headers_complete(cparser.llhttp_t* parser) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._on_headers_complete() - except BaseException as ex: - pyparser._last_error = ex - return -1 - else: - if pyparser._cparser.upgrade: - return 1 - else: - return 0 - - -cdef int cb_on_body(cparser.llhttp_t* parser, - const char *at, size_t length) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._proto_on_body(at[:length]) - except BaseException as ex: - cparser.llhttp_set_error_reason(parser, "`on_body` callback error") - pyparser._last_error = ex - return cparser.HPE_USER - else: - return 0 - - -cdef int cb_on_message_complete(cparser.llhttp_t* parser) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._proto_on_message_complete() - except BaseException as ex: - pyparser._last_error = ex - return -1 - else: - return 0 - - -cdef int cb_on_chunk_header(cparser.llhttp_t* parser) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._on_chunk_header() - except BaseException as ex: - pyparser._last_error = ex - return -1 - else: - return 0 - - -cdef int cb_on_chunk_complete(cparser.llhttp_t* parser) except -1: - cdef HttpParser pyparser = parser.data - try: - pyparser._on_chunk_complete() - except BaseException as ex: - pyparser._last_error = ex - return -1 - else: - return 0 - - -cdef parser_error_from_errno(cparser.llhttp_t* parser, cparser.llhttp_errno_t errno): - cdef bytes reason = cparser.llhttp_get_error_reason(parser) - - if errno in (cparser.HPE_CB_MESSAGE_BEGIN, - cparser.HPE_CB_HEADERS_COMPLETE, - cparser.HPE_CB_MESSAGE_COMPLETE, - cparser.HPE_CB_CHUNK_HEADER, - cparser.HPE_CB_CHUNK_COMPLETE, - cparser.HPE_USER): - cls = HttpParserCallbackError - - elif errno == cparser.HPE_INVALID_STATUS: - cls = HttpParserInvalidStatusError - - elif errno == cparser.HPE_INVALID_METHOD: - cls = HttpParserInvalidMethodError - - elif errno == cparser.HPE_INVALID_URL: - cls = HttpParserInvalidURLError - - else: - cls = HttpParserError - - return cls(reason.decode('latin-1')) diff --git a/backend/.venv/Lib/site-packages/httptools/parser/protocol.py b/backend/.venv/Lib/site-packages/httptools/parser/protocol.py deleted file mode 100644 index c3b4234..0000000 --- a/backend/.venv/Lib/site-packages/httptools/parser/protocol.py +++ /dev/null @@ -1,15 +0,0 @@ -from typing import Protocol - - -class HTTPProtocol(Protocol): - """Used for providing static type-checking when parsing through the http protocol""" - - def on_message_begin() -> None: ... - def on_url(url: bytes) -> None: ... - def on_header(name: bytes, value: bytes) -> None: ... - def on_headers_complete() -> None: ... - def on_body(body: bytes) -> None: ... - def on_message_complete() -> None: ... - def on_chunk_header() -> None: ... - def on_chunk_complete() -> None: ... - def on_status(status: bytes) -> None: ... diff --git a/backend/.venv/Lib/site-packages/httptools/parser/python.pxd b/backend/.venv/Lib/site-packages/httptools/parser/python.pxd deleted file mode 100644 index 8e95925..0000000 --- a/backend/.venv/Lib/site-packages/httptools/parser/python.pxd +++ /dev/null @@ -1,6 +0,0 @@ -cimport cpython - - -cdef extern from "Python.h": - cpython.Py_buffer* PyMemoryView_GET_BUFFER(object) - bint PyMemoryView_Check(object) diff --git a/backend/.venv/Lib/site-packages/httptools/parser/url_cparser.pxd b/backend/.venv/Lib/site-packages/httptools/parser/url_cparser.pxd deleted file mode 100644 index ab9265a..0000000 --- a/backend/.venv/Lib/site-packages/httptools/parser/url_cparser.pxd +++ /dev/null @@ -1,31 +0,0 @@ -from libc.stdint cimport uint16_t - - -cdef extern from "http_parser.h": - # URL Parser - - enum http_parser_url_fields: - UF_SCHEMA = 0, - UF_HOST = 1, - UF_PORT = 2, - UF_PATH = 3, - UF_QUERY = 4, - UF_FRAGMENT = 5, - UF_USERINFO = 6, - UF_MAX = 7 - - struct http_parser_url_field_data: - uint16_t off - uint16_t len - - struct http_parser_url: - uint16_t field_set - uint16_t port - http_parser_url_field_data[UF_MAX] field_data - - void http_parser_url_init(http_parser_url *u) - - int http_parser_parse_url(const char *buf, - size_t buflen, - int is_connect, - http_parser_url *u) diff --git a/backend/.venv/Lib/site-packages/httptools/parser/url_parser.cp312-win_amd64.pyd b/backend/.venv/Lib/site-packages/httptools/parser/url_parser.cp312-win_amd64.pyd deleted file mode 100644 index 1c639ab5f6794df2c8523e19cf77cc9debfc032f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53248 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 N@;p`c)O$S|{{vyr=1l+q diff --git a/backend/.venv/Lib/site-packages/httptools/parser/url_parser.pyi b/backend/.venv/Lib/site-packages/httptools/parser/url_parser.pyi deleted file mode 100644 index f3d3488..0000000 --- a/backend/.venv/Lib/site-packages/httptools/parser/url_parser.pyi +++ /dev/null @@ -1,27 +0,0 @@ -from typing import Union -from array import array - -class URL: - schema: bytes - host: bytes - port: int - path: bytes - query: bytes - fragment: bytes - userinfo: bytes - -def parse_url(url: Union[bytes, bytearray, memoryview, array]) -> URL: - """Parse URL strings into a structured Python object. - - Returns an instance of ``httptools.URL`` class with the - following attributes: - - - schema: bytes - - host: bytes - - port: int - - path: bytes - - query: bytes - - fragment: bytes - - userinfo: bytes - """ - ... diff --git a/backend/.venv/Lib/site-packages/httptools/parser/url_parser.pyx b/backend/.venv/Lib/site-packages/httptools/parser/url_parser.pyx deleted file mode 100644 index 49908f3..0000000 --- a/backend/.venv/Lib/site-packages/httptools/parser/url_parser.pyx +++ /dev/null @@ -1,108 +0,0 @@ -#cython: language_level=3 - -from __future__ import print_function -from cpython.mem cimport PyMem_Malloc, PyMem_Free -from cpython cimport PyObject_GetBuffer, PyBuffer_Release, PyBUF_SIMPLE, \ - Py_buffer - -from .errors import HttpParserInvalidURLError - -cimport cython -from . cimport url_cparser as uparser - -__all__ = ('parse_url',) - -@cython.freelist(250) -cdef class URL: - cdef readonly bytes schema - cdef readonly bytes host - cdef readonly object port - cdef readonly bytes path - cdef readonly bytes query - cdef readonly bytes fragment - cdef readonly bytes userinfo - - def __cinit__(self, bytes schema, bytes host, object port, bytes path, - bytes query, bytes fragment, bytes userinfo): - - self.schema = schema - self.host = host - self.port = port - self.path = path - self.query = query - self.fragment = fragment - self.userinfo = userinfo - - def __repr__(self): - return ('' - .format(self.schema, self.host, self.port, self.path, - self.query, self.fragment, self.userinfo)) - - -def parse_url(url): - cdef: - Py_buffer py_buf - char* buf_data - uparser.http_parser_url* parsed - int res - bytes schema = None - bytes host = None - object port = None - bytes path = None - bytes query = None - bytes fragment = None - bytes userinfo = None - object result = None - int off - int ln - - parsed = \ - PyMem_Malloc(sizeof(uparser.http_parser_url)) - uparser.http_parser_url_init(parsed) - - PyObject_GetBuffer(url, &py_buf, PyBUF_SIMPLE) - try: - buf_data = py_buf.buf - res = uparser.http_parser_parse_url(buf_data, py_buf.len, 0, parsed) - - if res == 0: - if parsed.field_set & (1 << uparser.UF_SCHEMA): - off = parsed.field_data[uparser.UF_SCHEMA].off - ln = parsed.field_data[uparser.UF_SCHEMA].len - schema = buf_data[off:off+ln] - - if parsed.field_set & (1 << uparser.UF_HOST): - off = parsed.field_data[uparser.UF_HOST].off - ln = parsed.field_data[uparser.UF_HOST].len - host = buf_data[off:off+ln] - - if parsed.field_set & (1 << uparser.UF_PORT): - port = parsed.port - - if parsed.field_set & (1 << uparser.UF_PATH): - off = parsed.field_data[uparser.UF_PATH].off - ln = parsed.field_data[uparser.UF_PATH].len - path = buf_data[off:off+ln] - - if parsed.field_set & (1 << uparser.UF_QUERY): - off = parsed.field_data[uparser.UF_QUERY].off - ln = parsed.field_data[uparser.UF_QUERY].len - query = buf_data[off:off+ln] - - if parsed.field_set & (1 << uparser.UF_FRAGMENT): - off = parsed.field_data[uparser.UF_FRAGMENT].off - ln = parsed.field_data[uparser.UF_FRAGMENT].len - fragment = buf_data[off:off+ln] - - if parsed.field_set & (1 << uparser.UF_USERINFO): - off = parsed.field_data[uparser.UF_USERINFO].off - ln = parsed.field_data[uparser.UF_USERINFO].len - userinfo = buf_data[off:off+ln] - - return URL(schema, host, port, path, query, fragment, userinfo) - else: - raise HttpParserInvalidURLError("invalid url {!r}".format(url)) - finally: - PyBuffer_Release(&py_buf) - PyMem_Free(parsed) diff --git a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/INSTALLER b/backend/.venv/Lib/site-packages/idna-3.11.dist-info/INSTALLER deleted file mode 100644 index a1b589e..0000000 --- a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/METADATA b/backend/.venv/Lib/site-packages/idna-3.11.dist-info/METADATA deleted file mode 100644 index 7a4a4b7..0000000 --- a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/METADATA +++ /dev/null @@ -1,209 +0,0 @@ -Metadata-Version: 2.4 -Name: idna -Version: 3.11 -Summary: Internationalized Domain Names in Applications (IDNA) -Author-email: Kim Davies -Requires-Python: >=3.8 -Description-Content-Type: text/x-rst -License-Expression: BSD-3-Clause -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Developers -Classifier: Intended Audience :: System Administrators -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3 :: Only -Classifier: Programming Language :: Python :: 3.8 -Classifier: Programming Language :: Python :: 3.9 -Classifier: Programming Language :: Python :: 3.10 -Classifier: Programming Language :: Python :: 3.11 -Classifier: Programming Language :: Python :: 3.12 -Classifier: Programming Language :: Python :: 3.13 -Classifier: Programming Language :: Python :: 3.14 -Classifier: Programming Language :: Python :: Implementation :: CPython -Classifier: Programming Language :: Python :: Implementation :: PyPy -Classifier: Topic :: Internet :: Name Service (DNS) -Classifier: Topic :: Software Development :: Libraries :: Python Modules -Classifier: Topic :: Utilities -License-File: LICENSE.md -Requires-Dist: ruff >= 0.6.2 ; extra == "all" -Requires-Dist: mypy >= 1.11.2 ; extra == "all" -Requires-Dist: pytest >= 8.3.2 ; extra == "all" -Requires-Dist: flake8 >= 7.1.1 ; extra == "all" -Project-URL: Changelog, https://github.com/kjd/idna/blob/master/HISTORY.rst -Project-URL: Issue tracker, https://github.com/kjd/idna/issues -Project-URL: Source, https://github.com/kjd/idna -Provides-Extra: all - -Internationalized Domain Names in Applications (IDNA) -===================================================== - -Support for `Internationalized Domain Names in -Applications (IDNA) `_ -and `Unicode IDNA Compatibility Processing -`_. - -The latest versions of these standards supplied here provide -more comprehensive language coverage and reduce the potential of -allowing domains with known security vulnerabilities. This library -is a suitable replacement for the “encodings.idna” -module that comes with the Python standard library, but which -only supports an older superseded IDNA specification from 2003. - -Basic functions are simply executed: - -.. code-block:: pycon - - >>> import idna - >>> idna.encode('ドメイン.テスト') - b'xn--eckwd4c7c.xn--zckzah' - >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) - ドメイン.テスト - - -Installation ------------- - -This package is available for installation from PyPI via the -typical mechanisms, such as: - -.. code-block:: bash - - $ python3 -m pip install idna - - -Usage ------ - -For typical usage, the ``encode`` and ``decode`` functions will take a -domain name argument and perform a conversion to ASCII compatible encoding -(known as A-labels), or to Unicode strings (known as U-labels) -respectively. - -.. code-block:: pycon - - >>> import idna - >>> idna.encode('ドメイン.テスト') - b'xn--eckwd4c7c.xn--zckzah' - >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) - ドメイン.テスト - -Conversions can be applied at a per-label basis using the ``ulabel`` or -``alabel`` functions if necessary: - -.. code-block:: pycon - - >>> idna.alabel('测试') - b'xn--0zwm56d' - - -Compatibility Mapping (UTS #46) -+++++++++++++++++++++++++++++++ - -This library provides support for `Unicode IDNA Compatibility -Processing `_ which normalizes input from -different potential ways a user may input a domain prior to performing the IDNA -conversion operations. This functionality, known as a -`mapping `_, is considered by the -specification to be a local user-interface issue distinct from IDNA -conversion functionality. - -For example, “Königsgäßchen” is not a permissible label as *LATIN -CAPITAL LETTER K* is not allowed (nor are capital letters in general). -UTS 46 will convert this into lower case prior to applying the IDNA -conversion. - -.. code-block:: pycon - - >>> import idna - >>> idna.encode('Königsgäßchen') - ... - idna.core.InvalidCodepoint: Codepoint U+004B at position 1 of 'Königsgäßchen' not allowed - >>> idna.encode('Königsgäßchen', uts46=True) - b'xn--knigsgchen-b4a3dun' - >>> print(idna.decode('xn--knigsgchen-b4a3dun')) - königsgäßchen - - -Exceptions ----------- - -All errors raised during the conversion following the specification -should raise an exception derived from the ``idna.IDNAError`` base -class. - -More specific exceptions that may be generated as ``idna.IDNABidiError`` -when the error reflects an illegal combination of left-to-right and -right-to-left characters in a label; ``idna.InvalidCodepoint`` when -a specific codepoint is an illegal character in an IDN label (i.e. -INVALID); and ``idna.InvalidCodepointContext`` when the codepoint is -illegal based on its position in the string (i.e. it is CONTEXTO or CONTEXTJ -but the contextual requirements are not satisfied.) - -Building and Diagnostics ------------------------- - -The IDNA and UTS 46 functionality relies upon pre-calculated lookup -tables for performance. These tables are derived from computing against -eligibility criteria in the respective standards using the command-line -script ``tools/idna-data``. - -This tool will fetch relevant codepoint data from the Unicode repository -and perform the required calculations to identify eligibility. There are -three main modes: - -* ``idna-data make-libdata``. Generates ``idnadata.py`` and - ``uts46data.py``, the pre-calculated lookup tables used for IDNA and - UTS 46 conversions. Implementers who wish to track this library against - a different Unicode version may use this tool to manually generate a - different version of the ``idnadata.py`` and ``uts46data.py`` files. - -* ``idna-data make-table``. Generate a table of the IDNA disposition - (e.g. PVALID, CONTEXTJ, CONTEXTO) in the format found in Appendix - B.1 of RFC 5892 and the pre-computed tables published by `IANA - `_. - -* ``idna-data U+0061``. Prints debugging output on the various - properties associated with an individual Unicode codepoint (in this - case, U+0061), that are used to assess the IDNA and UTS 46 status of a - codepoint. This is helpful in debugging or analysis. - -The tool accepts a number of arguments, described using ``idna-data --h``. Most notably, the ``--version`` argument allows the specification -of the version of Unicode to be used in computing the table data. For -example, ``idna-data --version 9.0.0 make-libdata`` will generate -library data against Unicode 9.0.0. - - -Additional Notes ----------------- - -* **Packages**. The latest tagged release version is published in the - `Python Package Index `_. - -* **Version support**. This library supports Python 3.8 and higher. - As this library serves as a low-level toolkit for a variety of - applications, many of which strive for broad compatibility with older - Python versions, there is no rush to remove older interpreter support. - Support for older versions are likely to be removed from new releases - as automated tests can no longer easily be run, i.e. once the Python - version is officially end-of-life. - -* **Testing**. The library has a test suite based on each rule of the - IDNA specification, as well as tests that are provided as part of the - Unicode Technical Standard 46, `Unicode IDNA Compatibility Processing - `_. - -* **Emoji**. It is an occasional request to support emoji domains in - this library. Encoding of symbols like emoji is expressly prohibited by - the technical standard IDNA 2008 and emoji domains are broadly phased - out across the domain industry due to associated security risks. For - now, applications that need to support these non-compliant labels - may wish to consider trying the encode/decode operation in this library - first, and then falling back to using `encodings.idna`. See `the Github - project `_ for more discussion. - -* **Transitional processing**. Unicode 16.0.0 removed transitional - processing so the `transitional` argument for the encode() method - no longer has any effect and will be removed at a later date. - diff --git a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/RECORD b/backend/.venv/Lib/site-packages/idna-3.11.dist-info/RECORD deleted file mode 100644 index 1203f10..0000000 --- a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/RECORD +++ /dev/null @@ -1,22 +0,0 @@ -idna-3.11.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -idna-3.11.dist-info/METADATA,sha256=fCwSww9SuiN8TIHllFSASUQCW55hAs8dzKnr9RaEEbA,8378 -idna-3.11.dist-info/RECORD,, -idna-3.11.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82 -idna-3.11.dist-info/licenses/LICENSE.md,sha256=t6M2q_OwThgOwGXN0W5wXQeeHMehT5EKpukYfza5zYc,1541 -idna/__init__.py,sha256=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868 -idna/__pycache__/__init__.cpython-312.pyc,, -idna/__pycache__/codec.cpython-312.pyc,, -idna/__pycache__/compat.cpython-312.pyc,, -idna/__pycache__/core.cpython-312.pyc,, -idna/__pycache__/idnadata.cpython-312.pyc,, -idna/__pycache__/intranges.cpython-312.pyc,, -idna/__pycache__/package_data.cpython-312.pyc,, -idna/__pycache__/uts46data.cpython-312.pyc,, -idna/codec.py,sha256=M2SGWN7cs_6B32QmKTyTN6xQGZeYQgQ2wiX3_DR6loE,3438 -idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316 -idna/core.py,sha256=P26_XVycuMTZ1R2mNK1ZREVzM5mvTzdabBXfyZVU1Lc,13246 -idna/idnadata.py,sha256=SG8jhaGE53iiD6B49pt2pwTv_UvClciWE-N54oR2p4U,79623 -idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898 -idna/package_data.py,sha256=_CUavOxobnbyNG2FLyHoN8QHP3QM9W1tKuw7eq9QwBk,21 -idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -idna/uts46data.py,sha256=H9J35VkD0F9L9mKOqjeNGd2A-Va6FlPoz6Jz4K7h-ps,243725 diff --git a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/WHEEL b/backend/.venv/Lib/site-packages/idna-3.11.dist-info/WHEEL deleted file mode 100644 index d8b9936..0000000 --- a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/WHEEL +++ /dev/null @@ -1,4 +0,0 @@ -Wheel-Version: 1.0 -Generator: flit 3.12.0 -Root-Is-Purelib: true -Tag: py3-none-any diff --git a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/licenses/LICENSE.md b/backend/.venv/Lib/site-packages/idna-3.11.dist-info/licenses/LICENSE.md deleted file mode 100644 index 256ba90..0000000 --- a/backend/.venv/Lib/site-packages/idna-3.11.dist-info/licenses/LICENSE.md +++ /dev/null @@ -1,31 +0,0 @@ -BSD 3-Clause License - -Copyright (c) 2013-2025, Kim Davies and contributors. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/backend/.venv/Lib/site-packages/idna/__init__.py b/backend/.venv/Lib/site-packages/idna/__init__.py deleted file mode 100644 index cfdc030..0000000 --- a/backend/.venv/Lib/site-packages/idna/__init__.py +++ /dev/null @@ -1,45 +0,0 @@ -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/backend/.venv/Lib/site-packages/idna/__pycache__/__init__.cpython-312.pyc b/backend/.venv/Lib/site-packages/idna/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 0ff5339d66bcf8f909de4b7337841a77c35e0e8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 877 zcmbu7J&)5c7{~22O`E3adwUFs4T%iBTMz>RBq$6gp&J;jNS2$J*4Nms9JkPsPr=T{ zXW<)IVq#)LoX|;3*hyhHBo;jU@;v|8|L5_`r#S8aJLc(QmNx+S;*#IPI|f(U2Jb-* za##Qk5#%27cmp-Kk9^)lO&*|tw@{0>QJaS-%E5sG*hb$N_p-a|d!M}0m(13pAU zK0+ht{Jdh!CumZ|jbh4YXa>OwDbe)p%5_pYUG+ZDe6pET~; diff --git a/backend/.venv/Lib/site-packages/idna/__pycache__/codec.cpython-312.pyc b/backend/.venv/Lib/site-packages/idna/__pycache__/codec.cpython-312.pyc deleted file mode 100644 index 96c6f06e636059ef9faf4084381fc9beebe35864..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4967 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 Osn2{mw0@Pk?BNeN7sRdr diff --git a/backend/.venv/Lib/site-packages/idna/__pycache__/core.cpython-312.pyc b/backend/.venv/Lib/site-packages/idna/__pycache__/core.cpython-312.pyc deleted file mode 100644 index 95cdef068bd377eda06c2064469a0c6aa0c9c966..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16134 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�nk9PH;i9#D`zT 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 AnE(I) diff --git a/backend/.venv/Lib/site-packages/idna/__pycache__/idnadata.cpython-312.pyc b/backend/.venv/Lib/site-packages/idna/__pycache__/idnadata.cpython-312.pyc deleted file mode 100644 index ab3d15d84e66d22d0bc36cdea0d2dce90491d794..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 100906 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