hmdev-cli 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -4
- package/package.json +4 -4
- package/python/.venv/Lib/site-packages/__pycache__/typing_extensions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__init__.py +0 -111
- package/python/.venv/Lib/site-packages/anyio/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/from_thread.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/functools.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/lowlevel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/pytest_plugin.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/to_interpreter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/to_process.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/to_thread.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/__pycache__/_trio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/_asyncio.py +0 -2996
- package/python/.venv/Lib/site-packages/anyio/_backends/_trio.py +0 -1343
- package/python/.venv/Lib/site-packages/anyio/_core/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_asyncio_selector_thread.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_contextmanagers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_eventloop.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_fileio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_resources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_signals.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_sockets.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_streams.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_subprocesses.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_synchronization.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_tasks.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_tempfile.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_testing.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_typedattr.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/_asyncio_selector_thread.py +0 -167
- package/python/.venv/Lib/site-packages/anyio/_core/_contextmanagers.py +0 -200
- package/python/.venv/Lib/site-packages/anyio/_core/_eventloop.py +0 -234
- package/python/.venv/Lib/site-packages/anyio/_core/_exceptions.py +0 -156
- package/python/.venv/Lib/site-packages/anyio/_core/_fileio.py +0 -799
- package/python/.venv/Lib/site-packages/anyio/_core/_resources.py +0 -18
- package/python/.venv/Lib/site-packages/anyio/_core/_signals.py +0 -29
- package/python/.venv/Lib/site-packages/anyio/_core/_sockets.py +0 -1003
- package/python/.venv/Lib/site-packages/anyio/_core/_streams.py +0 -52
- package/python/.venv/Lib/site-packages/anyio/_core/_subprocesses.py +0 -196
- package/python/.venv/Lib/site-packages/anyio/_core/_synchronization.py +0 -757
- package/python/.venv/Lib/site-packages/anyio/_core/_tasks.py +0 -173
- package/python/.venv/Lib/site-packages/anyio/_core/_tempfile.py +0 -613
- package/python/.venv/Lib/site-packages/anyio/_core/_testing.py +0 -82
- package/python/.venv/Lib/site-packages/anyio/_core/_typedattr.py +0 -81
- package/python/.venv/Lib/site-packages/anyio/abc/__init__.py +0 -58
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_eventloop.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_resources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_sockets.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_streams.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_subprocesses.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_tasks.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_testing.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/_eventloop.py +0 -409
- package/python/.venv/Lib/site-packages/anyio/abc/_resources.py +0 -33
- package/python/.venv/Lib/site-packages/anyio/abc/_sockets.py +0 -399
- package/python/.venv/Lib/site-packages/anyio/abc/_streams.py +0 -233
- package/python/.venv/Lib/site-packages/anyio/abc/_subprocesses.py +0 -79
- package/python/.venv/Lib/site-packages/anyio/abc/_tasks.py +0 -117
- package/python/.venv/Lib/site-packages/anyio/abc/_testing.py +0 -65
- package/python/.venv/Lib/site-packages/anyio/from_thread.py +0 -578
- package/python/.venv/Lib/site-packages/anyio/functools.py +0 -409
- package/python/.venv/Lib/site-packages/anyio/lowlevel.py +0 -196
- package/python/.venv/Lib/site-packages/anyio/py.typed +0 -0
- package/python/.venv/Lib/site-packages/anyio/pytest_plugin.py +0 -363
- package/python/.venv/Lib/site-packages/anyio/streams/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/buffered.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/file.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/memory.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/stapled.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/text.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/tls.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/buffered.py +0 -188
- package/python/.venv/Lib/site-packages/anyio/streams/file.py +0 -154
- package/python/.venv/Lib/site-packages/anyio/streams/memory.py +0 -325
- package/python/.venv/Lib/site-packages/anyio/streams/stapled.py +0 -147
- package/python/.venv/Lib/site-packages/anyio/streams/text.py +0 -176
- package/python/.venv/Lib/site-packages/anyio/streams/tls.py +0 -421
- package/python/.venv/Lib/site-packages/anyio/to_interpreter.py +0 -246
- package/python/.venv/Lib/site-packages/anyio/to_process.py +0 -266
- package/python/.venv/Lib/site-packages/anyio/to_thread.py +0 -78
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/METADATA +0 -105
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/RECORD +0 -92
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/WHEEL +0 -5
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/entry_points.txt +0 -2
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/licenses/LICENSE +0 -20
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/top_level.txt +0 -1
- package/python/.venv/Lib/site-packages/certifi/__init__.py +0 -4
- package/python/.venv/Lib/site-packages/certifi/__main__.py +0 -12
- package/python/.venv/Lib/site-packages/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/certifi/__pycache__/core.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/certifi/cacert.pem +0 -3933
- package/python/.venv/Lib/site-packages/certifi/core.py +0 -83
- package/python/.venv/Lib/site-packages/certifi/py.typed +0 -0
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/METADATA +0 -78
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/RECORD +0 -14
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/WHEEL +0 -5
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/licenses/LICENSE +0 -20
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/top_level.txt +0 -1
- package/python/.venv/Lib/site-packages/h11/__init__.py +0 -62
- package/python/.venv/Lib/site-packages/h11/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_abnf.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_events.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_headers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_readers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_receivebuffer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_state.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_util.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_writers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/_abnf.py +0 -132
- package/python/.venv/Lib/site-packages/h11/_connection.py +0 -659
- package/python/.venv/Lib/site-packages/h11/_events.py +0 -369
- package/python/.venv/Lib/site-packages/h11/_headers.py +0 -282
- package/python/.venv/Lib/site-packages/h11/_readers.py +0 -250
- package/python/.venv/Lib/site-packages/h11/_receivebuffer.py +0 -153
- package/python/.venv/Lib/site-packages/h11/_state.py +0 -365
- package/python/.venv/Lib/site-packages/h11/_util.py +0 -135
- package/python/.venv/Lib/site-packages/h11/_version.py +0 -16
- package/python/.venv/Lib/site-packages/h11/_writers.py +0 -145
- package/python/.venv/Lib/site-packages/h11/py.typed +0 -1
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/METADATA +0 -202
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/RECORD +0 -29
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/WHEEL +0 -5
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt +0 -22
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/top_level.txt +0 -1
- package/python/.venv/Lib/site-packages/httpcore/__init__.py +0 -141
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_models.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_ssl.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_synchronization.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_trace.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_api.py +0 -94
- package/python/.venv/Lib/site-packages/httpcore/_async/__init__.py +0 -39
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/connection_pool.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/http11.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/http2.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/http_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/interfaces.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/socks_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/connection.py +0 -222
- package/python/.venv/Lib/site-packages/httpcore/_async/connection_pool.py +0 -420
- package/python/.venv/Lib/site-packages/httpcore/_async/http11.py +0 -379
- package/python/.venv/Lib/site-packages/httpcore/_async/http2.py +0 -592
- package/python/.venv/Lib/site-packages/httpcore/_async/http_proxy.py +0 -367
- package/python/.venv/Lib/site-packages/httpcore/_async/interfaces.py +0 -137
- package/python/.venv/Lib/site-packages/httpcore/_async/socks_proxy.py +0 -341
- package/python/.venv/Lib/site-packages/httpcore/_backends/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/anyio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/auto.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/mock.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/sync.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/trio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/anyio.py +0 -146
- package/python/.venv/Lib/site-packages/httpcore/_backends/auto.py +0 -52
- package/python/.venv/Lib/site-packages/httpcore/_backends/base.py +0 -101
- package/python/.venv/Lib/site-packages/httpcore/_backends/mock.py +0 -143
- package/python/.venv/Lib/site-packages/httpcore/_backends/sync.py +0 -241
- package/python/.venv/Lib/site-packages/httpcore/_backends/trio.py +0 -159
- package/python/.venv/Lib/site-packages/httpcore/_exceptions.py +0 -81
- package/python/.venv/Lib/site-packages/httpcore/_models.py +0 -516
- package/python/.venv/Lib/site-packages/httpcore/_ssl.py +0 -9
- package/python/.venv/Lib/site-packages/httpcore/_sync/__init__.py +0 -39
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/connection_pool.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/http11.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/http2.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/http_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/interfaces.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/socks_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/connection.py +0 -222
- package/python/.venv/Lib/site-packages/httpcore/_sync/connection_pool.py +0 -420
- package/python/.venv/Lib/site-packages/httpcore/_sync/http11.py +0 -379
- package/python/.venv/Lib/site-packages/httpcore/_sync/http2.py +0 -592
- package/python/.venv/Lib/site-packages/httpcore/_sync/http_proxy.py +0 -367
- package/python/.venv/Lib/site-packages/httpcore/_sync/interfaces.py +0 -137
- package/python/.venv/Lib/site-packages/httpcore/_sync/socks_proxy.py +0 -341
- package/python/.venv/Lib/site-packages/httpcore/_synchronization.py +0 -318
- package/python/.venv/Lib/site-packages/httpcore/_trace.py +0 -107
- package/python/.venv/Lib/site-packages/httpcore/_utils.py +0 -37
- package/python/.venv/Lib/site-packages/httpcore/py.typed +0 -0
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/METADATA +0 -625
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/RECORD +0 -68
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/WHEEL +0 -4
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/licenses/LICENSE.md +0 -27
- package/python/.venv/Lib/site-packages/httpx/__init__.py +0 -105
- package/python/.venv/Lib/site-packages/httpx/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/__version__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_auth.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_client.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_config.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_content.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_decoders.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_main.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_models.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_multipart.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_status_codes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_types.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_urlparse.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_urls.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__version__.py +0 -3
- package/python/.venv/Lib/site-packages/httpx/_api.py +0 -438
- package/python/.venv/Lib/site-packages/httpx/_auth.py +0 -348
- package/python/.venv/Lib/site-packages/httpx/_client.py +0 -2019
- package/python/.venv/Lib/site-packages/httpx/_config.py +0 -248
- package/python/.venv/Lib/site-packages/httpx/_content.py +0 -240
- package/python/.venv/Lib/site-packages/httpx/_decoders.py +0 -393
- package/python/.venv/Lib/site-packages/httpx/_exceptions.py +0 -379
- package/python/.venv/Lib/site-packages/httpx/_main.py +0 -506
- package/python/.venv/Lib/site-packages/httpx/_models.py +0 -1277
- package/python/.venv/Lib/site-packages/httpx/_multipart.py +0 -300
- package/python/.venv/Lib/site-packages/httpx/_status_codes.py +0 -162
- package/python/.venv/Lib/site-packages/httpx/_transports/__init__.py +0 -15
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/asgi.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/default.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/mock.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/wsgi.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/asgi.py +0 -187
- package/python/.venv/Lib/site-packages/httpx/_transports/base.py +0 -86
- package/python/.venv/Lib/site-packages/httpx/_transports/default.py +0 -406
- package/python/.venv/Lib/site-packages/httpx/_transports/mock.py +0 -43
- package/python/.venv/Lib/site-packages/httpx/_transports/wsgi.py +0 -149
- package/python/.venv/Lib/site-packages/httpx/_types.py +0 -114
- package/python/.venv/Lib/site-packages/httpx/_urlparse.py +0 -527
- package/python/.venv/Lib/site-packages/httpx/_urls.py +0 -641
- package/python/.venv/Lib/site-packages/httpx/_utils.py +0 -242
- package/python/.venv/Lib/site-packages/httpx/py.typed +0 -0
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/METADATA +0 -203
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/RECORD +0 -55
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/REQUESTED +0 -0
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/WHEEL +0 -4
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/entry_points.txt +0 -2
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/licenses/LICENSE.md +0 -12
- package/python/.venv/Lib/site-packages/idna/__init__.py +0 -45
- package/python/.venv/Lib/site-packages/idna/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/codec.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/core.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/intranges.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/package_data.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/codec.py +0 -159
- package/python/.venv/Lib/site-packages/idna/compat.py +0 -41
- package/python/.venv/Lib/site-packages/idna/core.py +0 -620
- package/python/.venv/Lib/site-packages/idna/idnadata.py +0 -4367
- package/python/.venv/Lib/site-packages/idna/intranges.py +0 -56
- package/python/.venv/Lib/site-packages/idna/package_data.py +0 -1
- package/python/.venv/Lib/site-packages/idna/py.typed +0 -0
- package/python/.venv/Lib/site-packages/idna/uts46data.py +0 -8383
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/METADATA +0 -194
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/RECORD +0 -22
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/WHEEL +0 -4
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/licenses/LICENSE.md +0 -31
- package/python/.venv/Lib/site-packages/pip/__init__.py +0 -13
- package/python/.venv/Lib/site-packages/pip/__main__.py +0 -24
- package/python/.venv/Lib/site-packages/pip/__pip-runner__.py +0 -50
- package/python/.venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__init__.py +0 -18
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/build_env.py +0 -322
- package/python/.venv/Lib/site-packages/pip/_internal/cache.py +0 -290
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__init__.py +0 -4
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/autocompletion.py +0 -176
- package/python/.venv/Lib/site-packages/pip/_internal/cli/base_command.py +0 -240
- package/python/.venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py +0 -1075
- package/python/.venv/Lib/site-packages/pip/_internal/cli/command_context.py +0 -27
- package/python/.venv/Lib/site-packages/pip/_internal/cli/index_command.py +0 -171
- package/python/.venv/Lib/site-packages/pip/_internal/cli/main.py +0 -80
- package/python/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py +0 -134
- package/python/.venv/Lib/site-packages/pip/_internal/cli/parser.py +0 -294
- package/python/.venv/Lib/site-packages/pip/_internal/cli/progress_bars.py +0 -94
- package/python/.venv/Lib/site-packages/pip/_internal/cli/req_command.py +0 -329
- package/python/.venv/Lib/site-packages/pip/_internal/cli/spinners.py +0 -159
- package/python/.venv/Lib/site-packages/pip/_internal/cli/status_codes.py +0 -6
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__init__.py +0 -132
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/cache.py +0 -228
- package/python/.venv/Lib/site-packages/pip/_internal/commands/check.py +0 -67
- package/python/.venv/Lib/site-packages/pip/_internal/commands/completion.py +0 -130
- package/python/.venv/Lib/site-packages/pip/_internal/commands/configuration.py +0 -280
- package/python/.venv/Lib/site-packages/pip/_internal/commands/debug.py +0 -201
- package/python/.venv/Lib/site-packages/pip/_internal/commands/download.py +0 -146
- package/python/.venv/Lib/site-packages/pip/_internal/commands/freeze.py +0 -109
- package/python/.venv/Lib/site-packages/pip/_internal/commands/hash.py +0 -59
- package/python/.venv/Lib/site-packages/pip/_internal/commands/help.py +0 -41
- package/python/.venv/Lib/site-packages/pip/_internal/commands/index.py +0 -139
- package/python/.venv/Lib/site-packages/pip/_internal/commands/inspect.py +0 -92
- package/python/.venv/Lib/site-packages/pip/_internal/commands/install.py +0 -784
- package/python/.venv/Lib/site-packages/pip/_internal/commands/list.py +0 -375
- package/python/.venv/Lib/site-packages/pip/_internal/commands/search.py +0 -172
- package/python/.venv/Lib/site-packages/pip/_internal/commands/show.py +0 -224
- package/python/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py +0 -114
- package/python/.venv/Lib/site-packages/pip/_internal/commands/wheel.py +0 -182
- package/python/.venv/Lib/site-packages/pip/_internal/configuration.py +0 -383
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__init__.py +0 -21
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/base.py +0 -53
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/installed.py +0 -29
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py +0 -158
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_internal/exceptions.py +0 -809
- package/python/.venv/Lib/site-packages/pip/_internal/index/__init__.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/index/collector.py +0 -494
- package/python/.venv/Lib/site-packages/pip/_internal/index/package_finder.py +0 -1029
- package/python/.venv/Lib/site-packages/pip/_internal/index/sources.py +0 -284
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__init__.py +0 -456
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/locations/_distutils.py +0 -172
- package/python/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py +0 -214
- package/python/.venv/Lib/site-packages/pip/_internal/locations/base.py +0 -81
- package/python/.venv/Lib/site-packages/pip/_internal/main.py +0 -12
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py +0 -128
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/_json.py +0 -86
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/base.py +0 -688
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py +0 -6
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py +0 -85
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py +0 -228
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py +0 -189
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py +0 -301
- package/python/.venv/Lib/site-packages/pip/_internal/models/__init__.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/candidate.py +0 -25
- package/python/.venv/Lib/site-packages/pip/_internal/models/direct_url.py +0 -224
- package/python/.venv/Lib/site-packages/pip/_internal/models/format_control.py +0 -78
- package/python/.venv/Lib/site-packages/pip/_internal/models/index.py +0 -28
- package/python/.venv/Lib/site-packages/pip/_internal/models/installation_report.py +0 -56
- package/python/.venv/Lib/site-packages/pip/_internal/models/link.py +0 -604
- package/python/.venv/Lib/site-packages/pip/_internal/models/scheme.py +0 -25
- package/python/.venv/Lib/site-packages/pip/_internal/models/search_scope.py +0 -127
- package/python/.venv/Lib/site-packages/pip/_internal/models/selection_prefs.py +0 -53
- package/python/.venv/Lib/site-packages/pip/_internal/models/target_python.py +0 -121
- package/python/.venv/Lib/site-packages/pip/_internal/models/wheel.py +0 -118
- package/python/.venv/Lib/site-packages/pip/_internal/network/__init__.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/auth.py +0 -566
- package/python/.venv/Lib/site-packages/pip/_internal/network/cache.py +0 -118
- package/python/.venv/Lib/site-packages/pip/_internal/network/download.py +0 -187
- package/python/.venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py +0 -210
- package/python/.venv/Lib/site-packages/pip/_internal/network/session.py +0 -523
- package/python/.venv/Lib/site-packages/pip/_internal/network/utils.py +0 -98
- package/python/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py +0 -62
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py +0 -138
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/metadata.py +0 -39
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -74
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py +0 -37
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -46
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -102
- package/python/.venv/Lib/site-packages/pip/_internal/operations/check.py +0 -181
- package/python/.venv/Lib/site-packages/pip/_internal/operations/freeze.py +0 -256
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__init__.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py +0 -47
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py +0 -741
- package/python/.venv/Lib/site-packages/pip/_internal/operations/prepare.py +0 -732
- package/python/.venv/Lib/site-packages/pip/_internal/pyproject.py +0 -185
- package/python/.venv/Lib/site-packages/pip/_internal/req/__init__.py +0 -90
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/constructors.py +0 -560
- package/python/.venv/Lib/site-packages/pip/_internal/req/req_file.py +0 -623
- package/python/.venv/Lib/site-packages/pip/_internal/req/req_install.py +0 -934
- package/python/.venv/Lib/site-packages/pip/_internal/req/req_set.py +0 -82
- package/python/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py +0 -633
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/base.py +0 -20
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py +0 -597
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py +0 -139
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -574
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -823
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -174
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -258
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -81
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -245
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -317
- package/python/.venv/Lib/site-packages/pip/_internal/self_outdated_check.py +0 -252
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py +0 -109
- package/python/.venv/Lib/site-packages/pip/_internal/utils/_log.py +0 -38
- package/python/.venv/Lib/site-packages/pip/_internal/utils/appdirs.py +0 -52
- package/python/.venv/Lib/site-packages/pip/_internal/utils/compat.py +0 -79
- package/python/.venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py +0 -188
- package/python/.venv/Lib/site-packages/pip/_internal/utils/datetime.py +0 -11
- package/python/.venv/Lib/site-packages/pip/_internal/utils/deprecation.py +0 -124
- package/python/.venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
- package/python/.venv/Lib/site-packages/pip/_internal/utils/egg_link.py +0 -80
- package/python/.venv/Lib/site-packages/pip/_internal/utils/entrypoints.py +0 -84
- package/python/.venv/Lib/site-packages/pip/_internal/utils/filesystem.py +0 -149
- package/python/.venv/Lib/site-packages/pip/_internal/utils/filetypes.py +0 -27
- package/python/.venv/Lib/site-packages/pip/_internal/utils/glibc.py +0 -101
- package/python/.venv/Lib/site-packages/pip/_internal/utils/hashes.py +0 -147
- package/python/.venv/Lib/site-packages/pip/_internal/utils/logging.py +0 -354
- package/python/.venv/Lib/site-packages/pip/_internal/utils/misc.py +0 -773
- package/python/.venv/Lib/site-packages/pip/_internal/utils/packaging.py +0 -58
- package/python/.venv/Lib/site-packages/pip/_internal/utils/retry.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py +0 -146
- package/python/.venv/Lib/site-packages/pip/_internal/utils/subprocess.py +0 -245
- package/python/.venv/Lib/site-packages/pip/_internal/utils/temp_dir.py +0 -296
- package/python/.venv/Lib/site-packages/pip/_internal/utils/unpacking.py +0 -337
- package/python/.venv/Lib/site-packages/pip/_internal/utils/urls.py +0 -55
- package/python/.venv/Lib/site-packages/pip/_internal/utils/virtualenv.py +0 -104
- package/python/.venv/Lib/site-packages/pip/_internal/utils/wheel.py +0 -134
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__init__.py +0 -15
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/bazaar.py +0 -112
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/git.py +0 -527
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/mercurial.py +0 -163
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/subversion.py +0 -324
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py +0 -688
- package/python/.venv/Lib/site-packages/pip/_internal/wheel_builder.py +0 -354
- package/python/.venv/Lib/site-packages/pip/_vendor/__init__.py +0 -116
- package/python/.venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py +0 -29
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py +0 -70
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -161
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py +0 -75
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -8
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +0 -182
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -48
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py +0 -500
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -119
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -157
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py +0 -146
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -43
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__init__.py +0 -4
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__main__.py +0 -12
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem +0 -4929
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/core.py +0 -114
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__init__.py +0 -33
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/compat.py +0 -1137
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/database.py +0 -1329
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/index.py +0 -508
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/locators.py +0 -1295
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/manifest.py +0 -384
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/markers.py +0 -162
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/metadata.py +0 -1031
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/resources.py +0 -358
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/scripts.py +0 -447
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/t32.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/t64.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/util.py +0 -1984
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/version.py +0 -750
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/w32.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/w64.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/wheel.py +0 -1100
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__init__.py +0 -54
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__main__.py +0 -4
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/distro.py +0 -1403
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__init__.py +0 -45
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/codec.py +0 -122
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/compat.py +0 -15
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/core.py +0 -437
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/idnadata.py +0 -4243
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/intranges.py +0 -57
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/package_data.py +0 -1
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/uts46data.py +0 -8681
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py +0 -55
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/exceptions.py +0 -48
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/ext.py +0 -170
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py +0 -929
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__init__.py +0 -15
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_elffile.py +0 -110
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py +0 -263
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py +0 -85
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_parser.py +0 -354
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_structures.py +0 -61
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py +0 -194
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/__init__.py +0 -145
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/_spdx.py +0 -759
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/markers.py +0 -331
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/metadata.py +0 -863
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/requirements.py +0 -91
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py +0 -1020
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/tags.py +0 -617
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/utils.py +0 -163
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/version.py +0 -582
- package/python/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3676
- package/python/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py +0 -631
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py +0 -55
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/android.py +0 -249
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/api.py +0 -298
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py +0 -144
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py +0 -269
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/version.py +0 -16
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py +0 -272
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__init__.py +0 -82
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__main__.py +0 -17
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/cmdline.py +0 -668
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/console.py +0 -70
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/filter.py +0 -70
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -940
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatter.py +0 -129
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -157
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py +0 -23
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py +0 -108
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py +0 -170
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/html.py +0 -987
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/img.py +0 -685
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/irc.py +0 -154
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/latex.py +0 -518
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/other.py +0 -160
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +0 -83
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/rtf.py +0 -349
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/svg.py +0 -185
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal.py +0 -127
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal256.py +0 -338
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexer.py +0 -963
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -362
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py +0 -589
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1198
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/modeline.py +0 -43
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/plugin.py +0 -72
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/scanner.py +0 -104
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/sphinxext.py +0 -247
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/style.py +0 -203
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -61
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/_mapping.py +0 -54
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/token.py +0 -214
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/unistring.py +0 -153
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/util.py +0 -324
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py +0 -31
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py +0 -410
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -21
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +0 -389
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__init__.py +0 -179
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__version__.py +0 -14
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/_internal_utils.py +0 -50
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/adapters.py +0 -719
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/api.py +0 -157
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/auth.py +0 -314
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/certs.py +0 -17
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/compat.py +0 -78
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/cookies.py +0 -561
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/exceptions.py +0 -151
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/help.py +0 -127
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/hooks.py +0 -33
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/models.py +0 -1037
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/packages.py +0 -25
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/sessions.py +0 -831
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/status_codes.py +0 -128
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/structures.py +0 -99
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/utils.py +0 -1096
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__init__.py +0 -26
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +0 -6
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/providers.py +0 -133
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/reporters.py +0 -43
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers.py +0 -547
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/structs.py +0 -170
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__init__.py +0 -177
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__main__.py +0 -273
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_cell_widths.py +0 -454
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_export_format.py +0 -76
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_extension.py +0 -10
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_fileno.py +0 -24
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_inspect.py +0 -268
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_log_render.py +0 -94
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_loop.py +0 -43
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_null_file.py +0 -69
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_palettes.py +0 -309
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_pick.py +0 -17
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_ratio.py +0 -159
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_spinners.py +0 -482
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_stack.py +0 -16
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_timer.py +0 -19
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_win32_console.py +0 -661
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_windows.py +0 -71
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py +0 -56
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_wrap.py +0 -93
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/abc.py +0 -33
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/align.py +0 -312
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/ansi.py +0 -241
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/bar.py +0 -93
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/box.py +0 -480
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/cells.py +0 -174
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/color.py +0 -621
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/columns.py +0 -187
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/console.py +0 -2661
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/constrain.py +0 -37
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/containers.py +0 -167
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/control.py +0 -225
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/default_styles.py +0 -191
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/diagnose.py +0 -37
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/emoji.py +0 -96
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/errors.py +0 -34
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/file_proxy.py +0 -57
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/filesize.py +0 -88
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/highlighter.py +0 -232
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/json.py +0 -139
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/jupyter.py +0 -101
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/layout.py +0 -442
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/live.py +0 -375
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/live_render.py +0 -112
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/logging.py +0 -297
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/markup.py +0 -251
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/measure.py +0 -151
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/padding.py +0 -141
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/pager.py +0 -34
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/palette.py +0 -100
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/panel.py +0 -318
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/pretty.py +0 -1016
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/progress.py +0 -1715
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/progress_bar.py +0 -223
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/prompt.py +0 -400
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/protocol.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/region.py +0 -10
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/repr.py +0 -149
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/rule.py +0 -130
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/scope.py +0 -86
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/screen.py +0 -54
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/segment.py +0 -752
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/spinner.py +0 -138
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/status.py +0 -131
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/style.py +0 -796
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/styled.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/syntax.py +0 -966
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/table.py +0 -1007
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/terminal_theme.py +0 -153
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/text.py +0 -1361
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/theme.py +0 -115
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/themes.py +0 -5
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/traceback.py +0 -797
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/tree.py +0 -257
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__init__.py +0 -8
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/_parser.py +0 -770
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/_re.py +0 -112
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/_types.py +0 -10
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/py.typed +0 -1
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__init__.py +0 -36
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_api.py +0 -316
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_macos.py +0 -571
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_openssl.py +0 -66
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py +0 -31
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_windows.py +0 -567
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/typing_extensions.py +0 -3641
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__init__.py +0 -102
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/_collections.py +0 -355
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/_version.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/connection.py +0 -572
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1140
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -36
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -519
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -518
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -920
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/fields.py +0 -274
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +0 -51
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -155
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1076
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -540
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/request.py +0 -191
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/response.py +0 -879
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/connection.py +0 -149
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/request.py +0 -137
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/retry.py +0 -622
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -504
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -159
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -271
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/url.py +0 -435
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/wait.py +0 -152
- package/python/.venv/Lib/site-packages/pip/_vendor/vendor.txt +0 -18
- package/python/.venv/Lib/site-packages/pip/py.typed +0 -4
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/AUTHORS.txt +0 -806
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/LICENSE.txt +0 -20
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/METADATA +0 -90
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/RECORD +0 -854
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/REQUESTED +0 -0
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/WHEEL +0 -5
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/entry_points.txt +0 -3
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/top_level.txt +0 -1
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/METADATA +0 -72
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/RECORD +0 -7
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/WHEEL +0 -4
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE +0 -279
- package/python/.venv/Lib/site-packages/typing_extensions.py +0 -4317
- package/python/.venv/Scripts/Activate.ps1 +0 -528
- package/python/.venv/Scripts/activate +0 -76
- package/python/.venv/Scripts/activate.bat +0 -34
- package/python/.venv/Scripts/deactivate.bat +0 -22
- package/python/.venv/Scripts/httpx.exe +0 -0
- package/python/.venv/Scripts/pip.exe +0 -0
- package/python/.venv/Scripts/pip3.12.exe +0 -0
- package/python/.venv/Scripts/pip3.exe +0 -0
- package/python/.venv/Scripts/python.exe +0 -0
- package/python/.venv/Scripts/pythonw.exe +0 -0
- package/python/.venv/pyvenv.cfg +0 -5
- package/python/__pycache__/builder.cpython-312.pyc +0 -0
- package/python/__pycache__/config.cpython-312.pyc +0 -0
|
@@ -1,1343 +0,0 @@
|
|
|
1
|
-
from __future__ import annotations
|
|
2
|
-
|
|
3
|
-
import array
|
|
4
|
-
import math
|
|
5
|
-
import os
|
|
6
|
-
import socket
|
|
7
|
-
import sys
|
|
8
|
-
import types
|
|
9
|
-
import weakref
|
|
10
|
-
from collections.abc import (
|
|
11
|
-
AsyncGenerator,
|
|
12
|
-
AsyncIterator,
|
|
13
|
-
Awaitable,
|
|
14
|
-
Callable,
|
|
15
|
-
Collection,
|
|
16
|
-
Coroutine,
|
|
17
|
-
Iterable,
|
|
18
|
-
Sequence,
|
|
19
|
-
)
|
|
20
|
-
from contextlib import AbstractContextManager
|
|
21
|
-
from dataclasses import dataclass
|
|
22
|
-
from io import IOBase
|
|
23
|
-
from os import PathLike
|
|
24
|
-
from signal import Signals
|
|
25
|
-
from socket import AddressFamily, SocketKind
|
|
26
|
-
from types import TracebackType
|
|
27
|
-
from typing import (
|
|
28
|
-
IO,
|
|
29
|
-
TYPE_CHECKING,
|
|
30
|
-
Any,
|
|
31
|
-
Generic,
|
|
32
|
-
NoReturn,
|
|
33
|
-
ParamSpec,
|
|
34
|
-
TypeVar,
|
|
35
|
-
cast,
|
|
36
|
-
overload,
|
|
37
|
-
)
|
|
38
|
-
|
|
39
|
-
import trio.from_thread
|
|
40
|
-
import trio.lowlevel
|
|
41
|
-
from outcome import Error, Outcome, Value
|
|
42
|
-
from trio.lowlevel import (
|
|
43
|
-
current_root_task,
|
|
44
|
-
current_task,
|
|
45
|
-
notify_closing,
|
|
46
|
-
wait_readable,
|
|
47
|
-
wait_writable,
|
|
48
|
-
)
|
|
49
|
-
from trio.socket import SocketType as TrioSocketType
|
|
50
|
-
from trio.to_thread import run_sync
|
|
51
|
-
|
|
52
|
-
from .. import (
|
|
53
|
-
CapacityLimiterStatistics,
|
|
54
|
-
EventStatistics,
|
|
55
|
-
LockStatistics,
|
|
56
|
-
RunFinishedError,
|
|
57
|
-
TaskInfo,
|
|
58
|
-
WouldBlock,
|
|
59
|
-
abc,
|
|
60
|
-
)
|
|
61
|
-
from .._core._eventloop import claim_worker_thread
|
|
62
|
-
from .._core._exceptions import (
|
|
63
|
-
BrokenResourceError,
|
|
64
|
-
BusyResourceError,
|
|
65
|
-
ClosedResourceError,
|
|
66
|
-
EndOfStream,
|
|
67
|
-
)
|
|
68
|
-
from .._core._sockets import convert_ipv6_sockaddr
|
|
69
|
-
from .._core._streams import create_memory_object_stream
|
|
70
|
-
from .._core._synchronization import (
|
|
71
|
-
CapacityLimiter as BaseCapacityLimiter,
|
|
72
|
-
)
|
|
73
|
-
from .._core._synchronization import Event as BaseEvent
|
|
74
|
-
from .._core._synchronization import Lock as BaseLock
|
|
75
|
-
from .._core._synchronization import (
|
|
76
|
-
ResourceGuard,
|
|
77
|
-
SemaphoreStatistics,
|
|
78
|
-
)
|
|
79
|
-
from .._core._synchronization import Semaphore as BaseSemaphore
|
|
80
|
-
from .._core._tasks import CancelScope as BaseCancelScope
|
|
81
|
-
from ..abc import IPSockAddrType, UDPPacketType, UNIXDatagramPacketType
|
|
82
|
-
from ..abc._eventloop import AsyncBackend, StrOrBytesPath
|
|
83
|
-
from ..streams.memory import MemoryObjectSendStream
|
|
84
|
-
|
|
85
|
-
if TYPE_CHECKING:
|
|
86
|
-
from _typeshed import FileDescriptorLike
|
|
87
|
-
|
|
88
|
-
if sys.version_info >= (3, 11):
|
|
89
|
-
from typing import TypeVarTuple, Unpack
|
|
90
|
-
else:
|
|
91
|
-
from exceptiongroup import BaseExceptionGroup
|
|
92
|
-
from typing_extensions import TypeVarTuple, Unpack
|
|
93
|
-
|
|
94
|
-
T = TypeVar("T")
|
|
95
|
-
T_Retval = TypeVar("T_Retval")
|
|
96
|
-
T_SockAddr = TypeVar("T_SockAddr", str, IPSockAddrType)
|
|
97
|
-
PosArgsT = TypeVarTuple("PosArgsT")
|
|
98
|
-
P = ParamSpec("P")
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
#
|
|
102
|
-
# Event loop
|
|
103
|
-
#
|
|
104
|
-
|
|
105
|
-
RunVar = trio.lowlevel.RunVar
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
#
|
|
109
|
-
# Timeouts and cancellation
|
|
110
|
-
#
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
class CancelScope(BaseCancelScope):
|
|
114
|
-
def __new__(
|
|
115
|
-
cls, original: trio.CancelScope | None = None, **kwargs: object
|
|
116
|
-
) -> CancelScope:
|
|
117
|
-
return object.__new__(cls)
|
|
118
|
-
|
|
119
|
-
def __init__(self, original: trio.CancelScope | None = None, **kwargs: Any) -> None:
|
|
120
|
-
self.__original = original or trio.CancelScope(**kwargs)
|
|
121
|
-
|
|
122
|
-
def __enter__(self) -> CancelScope:
|
|
123
|
-
self.__original.__enter__()
|
|
124
|
-
return self
|
|
125
|
-
|
|
126
|
-
def __exit__(
|
|
127
|
-
self,
|
|
128
|
-
exc_type: type[BaseException] | None,
|
|
129
|
-
exc_val: BaseException | None,
|
|
130
|
-
exc_tb: TracebackType | None,
|
|
131
|
-
) -> bool:
|
|
132
|
-
return self.__original.__exit__(exc_type, exc_val, exc_tb)
|
|
133
|
-
|
|
134
|
-
def cancel(self, reason: str | None = None) -> None:
|
|
135
|
-
self.__original.cancel(reason)
|
|
136
|
-
|
|
137
|
-
@property
|
|
138
|
-
def deadline(self) -> float:
|
|
139
|
-
return self.__original.deadline
|
|
140
|
-
|
|
141
|
-
@deadline.setter
|
|
142
|
-
def deadline(self, value: float) -> None:
|
|
143
|
-
self.__original.deadline = value
|
|
144
|
-
|
|
145
|
-
@property
|
|
146
|
-
def cancel_called(self) -> bool:
|
|
147
|
-
return self.__original.cancel_called
|
|
148
|
-
|
|
149
|
-
@property
|
|
150
|
-
def cancelled_caught(self) -> bool:
|
|
151
|
-
return self.__original.cancelled_caught
|
|
152
|
-
|
|
153
|
-
@property
|
|
154
|
-
def shield(self) -> bool:
|
|
155
|
-
return self.__original.shield
|
|
156
|
-
|
|
157
|
-
@shield.setter
|
|
158
|
-
def shield(self, value: bool) -> None:
|
|
159
|
-
self.__original.shield = value
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
#
|
|
163
|
-
# Task groups
|
|
164
|
-
#
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
class TaskGroup(abc.TaskGroup):
|
|
168
|
-
def __init__(self) -> None:
|
|
169
|
-
self._active = False
|
|
170
|
-
self._nursery_manager = trio.open_nursery(strict_exception_groups=True)
|
|
171
|
-
self.cancel_scope = None # type: ignore[assignment]
|
|
172
|
-
|
|
173
|
-
async def __aenter__(self) -> TaskGroup:
|
|
174
|
-
self._active = True
|
|
175
|
-
self._nursery = await self._nursery_manager.__aenter__()
|
|
176
|
-
self.cancel_scope = CancelScope(self._nursery.cancel_scope)
|
|
177
|
-
return self
|
|
178
|
-
|
|
179
|
-
async def __aexit__(
|
|
180
|
-
self,
|
|
181
|
-
exc_type: type[BaseException] | None,
|
|
182
|
-
exc_val: BaseException | None,
|
|
183
|
-
exc_tb: TracebackType | None,
|
|
184
|
-
) -> bool:
|
|
185
|
-
try:
|
|
186
|
-
# trio.Nursery.__exit__ returns bool; .open_nursery has wrong type
|
|
187
|
-
return await self._nursery_manager.__aexit__(exc_type, exc_val, exc_tb) # type: ignore[return-value]
|
|
188
|
-
except BaseExceptionGroup as exc:
|
|
189
|
-
if not exc.split(trio.Cancelled)[1]:
|
|
190
|
-
raise trio.Cancelled._create() from exc
|
|
191
|
-
|
|
192
|
-
raise
|
|
193
|
-
finally:
|
|
194
|
-
del exc_val, exc_tb
|
|
195
|
-
self._active = False
|
|
196
|
-
|
|
197
|
-
def start_soon(
|
|
198
|
-
self,
|
|
199
|
-
func: Callable[[Unpack[PosArgsT]], Awaitable[Any]],
|
|
200
|
-
*args: Unpack[PosArgsT],
|
|
201
|
-
name: object = None,
|
|
202
|
-
) -> None:
|
|
203
|
-
if not self._active:
|
|
204
|
-
raise RuntimeError(
|
|
205
|
-
"This task group is not active; no new tasks can be started."
|
|
206
|
-
)
|
|
207
|
-
|
|
208
|
-
self._nursery.start_soon(func, *args, name=name)
|
|
209
|
-
|
|
210
|
-
async def start(
|
|
211
|
-
self, func: Callable[..., Awaitable[Any]], *args: object, name: object = None
|
|
212
|
-
) -> Any:
|
|
213
|
-
if not self._active:
|
|
214
|
-
raise RuntimeError(
|
|
215
|
-
"This task group is not active; no new tasks can be started."
|
|
216
|
-
)
|
|
217
|
-
|
|
218
|
-
return await self._nursery.start(func, *args, name=name)
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
#
|
|
222
|
-
# Subprocesses
|
|
223
|
-
#
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
@dataclass(eq=False)
|
|
227
|
-
class ReceiveStreamWrapper(abc.ByteReceiveStream):
|
|
228
|
-
_stream: trio.abc.ReceiveStream
|
|
229
|
-
|
|
230
|
-
async def receive(self, max_bytes: int | None = None) -> bytes:
|
|
231
|
-
try:
|
|
232
|
-
data = await self._stream.receive_some(max_bytes)
|
|
233
|
-
except trio.ClosedResourceError as exc:
|
|
234
|
-
raise ClosedResourceError from exc.__cause__
|
|
235
|
-
except trio.BrokenResourceError as exc:
|
|
236
|
-
raise BrokenResourceError from exc.__cause__
|
|
237
|
-
|
|
238
|
-
if data:
|
|
239
|
-
return bytes(data)
|
|
240
|
-
else:
|
|
241
|
-
raise EndOfStream
|
|
242
|
-
|
|
243
|
-
async def aclose(self) -> None:
|
|
244
|
-
await self._stream.aclose()
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
@dataclass(eq=False)
|
|
248
|
-
class SendStreamWrapper(abc.ByteSendStream):
|
|
249
|
-
_stream: trio.abc.SendStream
|
|
250
|
-
|
|
251
|
-
async def send(self, item: bytes) -> None:
|
|
252
|
-
try:
|
|
253
|
-
await self._stream.send_all(item)
|
|
254
|
-
except trio.ClosedResourceError as exc:
|
|
255
|
-
raise ClosedResourceError from exc.__cause__
|
|
256
|
-
except trio.BrokenResourceError as exc:
|
|
257
|
-
raise BrokenResourceError from exc.__cause__
|
|
258
|
-
|
|
259
|
-
async def aclose(self) -> None:
|
|
260
|
-
await self._stream.aclose()
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
@dataclass(eq=False)
|
|
264
|
-
class Process(abc.Process):
|
|
265
|
-
_process: trio.Process
|
|
266
|
-
_stdin: abc.ByteSendStream | None
|
|
267
|
-
_stdout: abc.ByteReceiveStream | None
|
|
268
|
-
_stderr: abc.ByteReceiveStream | None
|
|
269
|
-
|
|
270
|
-
async def aclose(self) -> None:
|
|
271
|
-
with CancelScope(shield=True):
|
|
272
|
-
if self._stdin:
|
|
273
|
-
await self._stdin.aclose()
|
|
274
|
-
if self._stdout:
|
|
275
|
-
await self._stdout.aclose()
|
|
276
|
-
if self._stderr:
|
|
277
|
-
await self._stderr.aclose()
|
|
278
|
-
|
|
279
|
-
try:
|
|
280
|
-
await self.wait()
|
|
281
|
-
except BaseException:
|
|
282
|
-
self.kill()
|
|
283
|
-
with CancelScope(shield=True):
|
|
284
|
-
await self.wait()
|
|
285
|
-
raise
|
|
286
|
-
|
|
287
|
-
async def wait(self) -> int:
|
|
288
|
-
return await self._process.wait()
|
|
289
|
-
|
|
290
|
-
def terminate(self) -> None:
|
|
291
|
-
self._process.terminate()
|
|
292
|
-
|
|
293
|
-
def kill(self) -> None:
|
|
294
|
-
self._process.kill()
|
|
295
|
-
|
|
296
|
-
def send_signal(self, signal: Signals) -> None:
|
|
297
|
-
self._process.send_signal(signal)
|
|
298
|
-
|
|
299
|
-
@property
|
|
300
|
-
def pid(self) -> int:
|
|
301
|
-
return self._process.pid
|
|
302
|
-
|
|
303
|
-
@property
|
|
304
|
-
def returncode(self) -> int | None:
|
|
305
|
-
return self._process.returncode
|
|
306
|
-
|
|
307
|
-
@property
|
|
308
|
-
def stdin(self) -> abc.ByteSendStream | None:
|
|
309
|
-
return self._stdin
|
|
310
|
-
|
|
311
|
-
@property
|
|
312
|
-
def stdout(self) -> abc.ByteReceiveStream | None:
|
|
313
|
-
return self._stdout
|
|
314
|
-
|
|
315
|
-
@property
|
|
316
|
-
def stderr(self) -> abc.ByteReceiveStream | None:
|
|
317
|
-
return self._stderr
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
class _ProcessPoolShutdownInstrument(trio.abc.Instrument):
|
|
321
|
-
def after_run(self) -> None:
|
|
322
|
-
super().after_run()
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
current_default_worker_process_limiter: trio.lowlevel.RunVar = RunVar(
|
|
326
|
-
"current_default_worker_process_limiter"
|
|
327
|
-
)
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
async def _shutdown_process_pool(workers: set[abc.Process]) -> None:
|
|
331
|
-
try:
|
|
332
|
-
await trio.sleep(math.inf)
|
|
333
|
-
except trio.Cancelled:
|
|
334
|
-
for process in workers:
|
|
335
|
-
if process.returncode is None:
|
|
336
|
-
process.kill()
|
|
337
|
-
|
|
338
|
-
with CancelScope(shield=True):
|
|
339
|
-
for process in workers:
|
|
340
|
-
await process.aclose()
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
#
|
|
344
|
-
# Sockets and networking
|
|
345
|
-
#
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
class _TrioSocketMixin(Generic[T_SockAddr]):
|
|
349
|
-
def __init__(self, trio_socket: TrioSocketType) -> None:
|
|
350
|
-
self._trio_socket = trio_socket
|
|
351
|
-
self._closed = False
|
|
352
|
-
|
|
353
|
-
def _check_closed(self) -> None:
|
|
354
|
-
if self._closed:
|
|
355
|
-
raise ClosedResourceError
|
|
356
|
-
if self._trio_socket.fileno() < 0:
|
|
357
|
-
raise BrokenResourceError
|
|
358
|
-
|
|
359
|
-
@property
|
|
360
|
-
def _raw_socket(self) -> socket.socket:
|
|
361
|
-
return self._trio_socket._sock # type: ignore[attr-defined]
|
|
362
|
-
|
|
363
|
-
async def aclose(self) -> None:
|
|
364
|
-
if self._trio_socket.fileno() >= 0:
|
|
365
|
-
self._closed = True
|
|
366
|
-
self._trio_socket.close()
|
|
367
|
-
|
|
368
|
-
def _convert_socket_error(self, exc: BaseException) -> NoReturn:
|
|
369
|
-
if isinstance(exc, trio.ClosedResourceError):
|
|
370
|
-
raise ClosedResourceError from exc
|
|
371
|
-
elif self._trio_socket.fileno() < 0 and self._closed:
|
|
372
|
-
raise ClosedResourceError from None
|
|
373
|
-
elif isinstance(exc, OSError):
|
|
374
|
-
raise BrokenResourceError from exc
|
|
375
|
-
else:
|
|
376
|
-
raise exc
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
class SocketStream(_TrioSocketMixin, abc.SocketStream):
|
|
380
|
-
def __init__(self, trio_socket: TrioSocketType) -> None:
|
|
381
|
-
super().__init__(trio_socket)
|
|
382
|
-
self._receive_guard = ResourceGuard("reading from")
|
|
383
|
-
self._send_guard = ResourceGuard("writing to")
|
|
384
|
-
|
|
385
|
-
async def receive(self, max_bytes: int = 65536) -> bytes:
|
|
386
|
-
with self._receive_guard:
|
|
387
|
-
try:
|
|
388
|
-
data = await self._trio_socket.recv(max_bytes)
|
|
389
|
-
except BaseException as exc:
|
|
390
|
-
self._convert_socket_error(exc)
|
|
391
|
-
|
|
392
|
-
if data:
|
|
393
|
-
return data
|
|
394
|
-
else:
|
|
395
|
-
raise EndOfStream
|
|
396
|
-
|
|
397
|
-
async def send(self, item: bytes) -> None:
|
|
398
|
-
with self._send_guard:
|
|
399
|
-
view = memoryview(item)
|
|
400
|
-
while view:
|
|
401
|
-
try:
|
|
402
|
-
bytes_sent = await self._trio_socket.send(view)
|
|
403
|
-
except BaseException as exc:
|
|
404
|
-
self._convert_socket_error(exc)
|
|
405
|
-
|
|
406
|
-
view = view[bytes_sent:]
|
|
407
|
-
|
|
408
|
-
async def send_eof(self) -> None:
|
|
409
|
-
self._trio_socket.shutdown(socket.SHUT_WR)
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
class UNIXSocketStream(SocketStream, abc.UNIXSocketStream):
|
|
413
|
-
async def receive_fds(self, msglen: int, maxfds: int) -> tuple[bytes, list[int]]:
|
|
414
|
-
if not isinstance(msglen, int) or msglen < 0:
|
|
415
|
-
raise ValueError("msglen must be a non-negative integer")
|
|
416
|
-
if not isinstance(maxfds, int) or maxfds < 1:
|
|
417
|
-
raise ValueError("maxfds must be a positive integer")
|
|
418
|
-
|
|
419
|
-
fds = array.array("i")
|
|
420
|
-
await trio.lowlevel.checkpoint()
|
|
421
|
-
with self._receive_guard:
|
|
422
|
-
while True:
|
|
423
|
-
try:
|
|
424
|
-
message, ancdata, flags, addr = await self._trio_socket.recvmsg(
|
|
425
|
-
msglen, socket.CMSG_LEN(maxfds * fds.itemsize)
|
|
426
|
-
)
|
|
427
|
-
except BaseException as exc:
|
|
428
|
-
self._convert_socket_error(exc)
|
|
429
|
-
else:
|
|
430
|
-
if not message and not ancdata:
|
|
431
|
-
raise EndOfStream
|
|
432
|
-
|
|
433
|
-
break
|
|
434
|
-
|
|
435
|
-
for cmsg_level, cmsg_type, cmsg_data in ancdata:
|
|
436
|
-
if cmsg_level != socket.SOL_SOCKET or cmsg_type != socket.SCM_RIGHTS:
|
|
437
|
-
raise RuntimeError(
|
|
438
|
-
f"Received unexpected ancillary data; message = {message!r}, "
|
|
439
|
-
f"cmsg_level = {cmsg_level}, cmsg_type = {cmsg_type}"
|
|
440
|
-
)
|
|
441
|
-
|
|
442
|
-
fds.frombytes(cmsg_data[: len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
|
|
443
|
-
|
|
444
|
-
return message, list(fds)
|
|
445
|
-
|
|
446
|
-
async def send_fds(self, message: bytes, fds: Collection[int | IOBase]) -> None:
|
|
447
|
-
if not message:
|
|
448
|
-
raise ValueError("message must not be empty")
|
|
449
|
-
if not fds:
|
|
450
|
-
raise ValueError("fds must not be empty")
|
|
451
|
-
|
|
452
|
-
filenos: list[int] = []
|
|
453
|
-
for fd in fds:
|
|
454
|
-
if isinstance(fd, int):
|
|
455
|
-
filenos.append(fd)
|
|
456
|
-
elif isinstance(fd, IOBase):
|
|
457
|
-
filenos.append(fd.fileno())
|
|
458
|
-
|
|
459
|
-
fdarray = array.array("i", filenos)
|
|
460
|
-
await trio.lowlevel.checkpoint()
|
|
461
|
-
with self._send_guard:
|
|
462
|
-
while True:
|
|
463
|
-
try:
|
|
464
|
-
await self._trio_socket.sendmsg(
|
|
465
|
-
[message],
|
|
466
|
-
[
|
|
467
|
-
(
|
|
468
|
-
socket.SOL_SOCKET,
|
|
469
|
-
socket.SCM_RIGHTS,
|
|
470
|
-
fdarray,
|
|
471
|
-
)
|
|
472
|
-
],
|
|
473
|
-
)
|
|
474
|
-
break
|
|
475
|
-
except BaseException as exc:
|
|
476
|
-
self._convert_socket_error(exc)
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
class TCPSocketListener(_TrioSocketMixin, abc.SocketListener):
|
|
480
|
-
def __init__(self, raw_socket: socket.socket):
|
|
481
|
-
super().__init__(trio.socket.from_stdlib_socket(raw_socket))
|
|
482
|
-
self._accept_guard = ResourceGuard("accepting connections from")
|
|
483
|
-
|
|
484
|
-
async def accept(self) -> SocketStream:
|
|
485
|
-
with self._accept_guard:
|
|
486
|
-
try:
|
|
487
|
-
trio_socket, _addr = await self._trio_socket.accept()
|
|
488
|
-
except BaseException as exc:
|
|
489
|
-
self._convert_socket_error(exc)
|
|
490
|
-
|
|
491
|
-
trio_socket.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
|
|
492
|
-
return SocketStream(trio_socket)
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
class UNIXSocketListener(_TrioSocketMixin, abc.SocketListener):
|
|
496
|
-
def __init__(self, raw_socket: socket.socket):
|
|
497
|
-
super().__init__(trio.socket.from_stdlib_socket(raw_socket))
|
|
498
|
-
self._accept_guard = ResourceGuard("accepting connections from")
|
|
499
|
-
|
|
500
|
-
async def accept(self) -> UNIXSocketStream:
|
|
501
|
-
with self._accept_guard:
|
|
502
|
-
try:
|
|
503
|
-
trio_socket, _addr = await self._trio_socket.accept()
|
|
504
|
-
except BaseException as exc:
|
|
505
|
-
self._convert_socket_error(exc)
|
|
506
|
-
|
|
507
|
-
return UNIXSocketStream(trio_socket)
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
class UDPSocket(_TrioSocketMixin[IPSockAddrType], abc.UDPSocket):
|
|
511
|
-
def __init__(self, trio_socket: TrioSocketType) -> None:
|
|
512
|
-
super().__init__(trio_socket)
|
|
513
|
-
self._receive_guard = ResourceGuard("reading from")
|
|
514
|
-
self._send_guard = ResourceGuard("writing to")
|
|
515
|
-
|
|
516
|
-
async def receive(self) -> tuple[bytes, IPSockAddrType]:
|
|
517
|
-
with self._receive_guard:
|
|
518
|
-
try:
|
|
519
|
-
data, addr = await self._trio_socket.recvfrom(65536)
|
|
520
|
-
return data, convert_ipv6_sockaddr(addr)
|
|
521
|
-
except BaseException as exc:
|
|
522
|
-
self._convert_socket_error(exc)
|
|
523
|
-
|
|
524
|
-
async def send(self, item: UDPPacketType) -> None:
|
|
525
|
-
with self._send_guard:
|
|
526
|
-
try:
|
|
527
|
-
await self._trio_socket.sendto(*item)
|
|
528
|
-
except BaseException as exc:
|
|
529
|
-
self._convert_socket_error(exc)
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
class ConnectedUDPSocket(_TrioSocketMixin[IPSockAddrType], abc.ConnectedUDPSocket):
|
|
533
|
-
def __init__(self, trio_socket: TrioSocketType) -> None:
|
|
534
|
-
super().__init__(trio_socket)
|
|
535
|
-
self._receive_guard = ResourceGuard("reading from")
|
|
536
|
-
self._send_guard = ResourceGuard("writing to")
|
|
537
|
-
|
|
538
|
-
async def receive(self) -> bytes:
|
|
539
|
-
with self._receive_guard:
|
|
540
|
-
try:
|
|
541
|
-
return await self._trio_socket.recv(65536)
|
|
542
|
-
except BaseException as exc:
|
|
543
|
-
self._convert_socket_error(exc)
|
|
544
|
-
|
|
545
|
-
async def send(self, item: bytes) -> None:
|
|
546
|
-
with self._send_guard:
|
|
547
|
-
try:
|
|
548
|
-
await self._trio_socket.send(item)
|
|
549
|
-
except BaseException as exc:
|
|
550
|
-
self._convert_socket_error(exc)
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
class UNIXDatagramSocket(_TrioSocketMixin[str], abc.UNIXDatagramSocket):
|
|
554
|
-
def __init__(self, trio_socket: TrioSocketType) -> None:
|
|
555
|
-
super().__init__(trio_socket)
|
|
556
|
-
self._receive_guard = ResourceGuard("reading from")
|
|
557
|
-
self._send_guard = ResourceGuard("writing to")
|
|
558
|
-
|
|
559
|
-
async def receive(self) -> UNIXDatagramPacketType:
|
|
560
|
-
with self._receive_guard:
|
|
561
|
-
try:
|
|
562
|
-
data, addr = await self._trio_socket.recvfrom(65536)
|
|
563
|
-
return data, addr
|
|
564
|
-
except BaseException as exc:
|
|
565
|
-
self._convert_socket_error(exc)
|
|
566
|
-
|
|
567
|
-
async def send(self, item: UNIXDatagramPacketType) -> None:
|
|
568
|
-
with self._send_guard:
|
|
569
|
-
try:
|
|
570
|
-
await self._trio_socket.sendto(*item)
|
|
571
|
-
except BaseException as exc:
|
|
572
|
-
self._convert_socket_error(exc)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
class ConnectedUNIXDatagramSocket(
|
|
576
|
-
_TrioSocketMixin[str], abc.ConnectedUNIXDatagramSocket
|
|
577
|
-
):
|
|
578
|
-
def __init__(self, trio_socket: TrioSocketType) -> None:
|
|
579
|
-
super().__init__(trio_socket)
|
|
580
|
-
self._receive_guard = ResourceGuard("reading from")
|
|
581
|
-
self._send_guard = ResourceGuard("writing to")
|
|
582
|
-
|
|
583
|
-
async def receive(self) -> bytes:
|
|
584
|
-
with self._receive_guard:
|
|
585
|
-
try:
|
|
586
|
-
return await self._trio_socket.recv(65536)
|
|
587
|
-
except BaseException as exc:
|
|
588
|
-
self._convert_socket_error(exc)
|
|
589
|
-
|
|
590
|
-
async def send(self, item: bytes) -> None:
|
|
591
|
-
with self._send_guard:
|
|
592
|
-
try:
|
|
593
|
-
await self._trio_socket.send(item)
|
|
594
|
-
except BaseException as exc:
|
|
595
|
-
self._convert_socket_error(exc)
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
#
|
|
599
|
-
# Synchronization
|
|
600
|
-
#
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
class Event(BaseEvent):
|
|
604
|
-
def __new__(cls) -> Event:
|
|
605
|
-
return object.__new__(cls)
|
|
606
|
-
|
|
607
|
-
def __init__(self) -> None:
|
|
608
|
-
self.__original = trio.Event()
|
|
609
|
-
|
|
610
|
-
def is_set(self) -> bool:
|
|
611
|
-
return self.__original.is_set()
|
|
612
|
-
|
|
613
|
-
async def wait(self) -> None:
|
|
614
|
-
return await self.__original.wait()
|
|
615
|
-
|
|
616
|
-
def statistics(self) -> EventStatistics:
|
|
617
|
-
orig_statistics = self.__original.statistics()
|
|
618
|
-
return EventStatistics(tasks_waiting=orig_statistics.tasks_waiting)
|
|
619
|
-
|
|
620
|
-
def set(self) -> None:
|
|
621
|
-
self.__original.set()
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
class Lock(BaseLock):
|
|
625
|
-
def __new__(cls, *, fast_acquire: bool = False) -> Lock:
|
|
626
|
-
return object.__new__(cls)
|
|
627
|
-
|
|
628
|
-
def __init__(self, *, fast_acquire: bool = False) -> None:
|
|
629
|
-
self._fast_acquire = fast_acquire
|
|
630
|
-
self.__original = trio.Lock()
|
|
631
|
-
|
|
632
|
-
@staticmethod
|
|
633
|
-
def _convert_runtime_error_msg(exc: RuntimeError) -> None:
|
|
634
|
-
if exc.args == ("attempt to re-acquire an already held Lock",):
|
|
635
|
-
exc.args = ("Attempted to acquire an already held Lock",)
|
|
636
|
-
|
|
637
|
-
async def acquire(self) -> None:
|
|
638
|
-
if not self._fast_acquire:
|
|
639
|
-
try:
|
|
640
|
-
await self.__original.acquire()
|
|
641
|
-
except RuntimeError as exc:
|
|
642
|
-
self._convert_runtime_error_msg(exc)
|
|
643
|
-
raise
|
|
644
|
-
|
|
645
|
-
return
|
|
646
|
-
|
|
647
|
-
# This is the "fast path" where we don't let other tasks run
|
|
648
|
-
await trio.lowlevel.checkpoint_if_cancelled()
|
|
649
|
-
try:
|
|
650
|
-
self.__original.acquire_nowait()
|
|
651
|
-
except trio.WouldBlock:
|
|
652
|
-
await self.__original._lot.park()
|
|
653
|
-
except RuntimeError as exc:
|
|
654
|
-
self._convert_runtime_error_msg(exc)
|
|
655
|
-
raise
|
|
656
|
-
|
|
657
|
-
def acquire_nowait(self) -> None:
|
|
658
|
-
try:
|
|
659
|
-
self.__original.acquire_nowait()
|
|
660
|
-
except trio.WouldBlock:
|
|
661
|
-
raise WouldBlock from None
|
|
662
|
-
except RuntimeError as exc:
|
|
663
|
-
self._convert_runtime_error_msg(exc)
|
|
664
|
-
raise
|
|
665
|
-
|
|
666
|
-
def locked(self) -> bool:
|
|
667
|
-
return self.__original.locked()
|
|
668
|
-
|
|
669
|
-
def release(self) -> None:
|
|
670
|
-
self.__original.release()
|
|
671
|
-
|
|
672
|
-
def statistics(self) -> LockStatistics:
|
|
673
|
-
orig_statistics = self.__original.statistics()
|
|
674
|
-
owner = TrioTaskInfo(orig_statistics.owner) if orig_statistics.owner else None
|
|
675
|
-
return LockStatistics(
|
|
676
|
-
orig_statistics.locked, owner, orig_statistics.tasks_waiting
|
|
677
|
-
)
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
class Semaphore(BaseSemaphore):
|
|
681
|
-
def __new__(
|
|
682
|
-
cls,
|
|
683
|
-
initial_value: int,
|
|
684
|
-
*,
|
|
685
|
-
max_value: int | None = None,
|
|
686
|
-
fast_acquire: bool = False,
|
|
687
|
-
) -> Semaphore:
|
|
688
|
-
return object.__new__(cls)
|
|
689
|
-
|
|
690
|
-
def __init__(
|
|
691
|
-
self,
|
|
692
|
-
initial_value: int,
|
|
693
|
-
*,
|
|
694
|
-
max_value: int | None = None,
|
|
695
|
-
fast_acquire: bool = False,
|
|
696
|
-
) -> None:
|
|
697
|
-
super().__init__(initial_value, max_value=max_value, fast_acquire=fast_acquire)
|
|
698
|
-
self.__original = trio.Semaphore(initial_value, max_value=max_value)
|
|
699
|
-
|
|
700
|
-
async def acquire(self) -> None:
|
|
701
|
-
if not self._fast_acquire:
|
|
702
|
-
await self.__original.acquire()
|
|
703
|
-
return
|
|
704
|
-
|
|
705
|
-
# This is the "fast path" where we don't let other tasks run
|
|
706
|
-
await trio.lowlevel.checkpoint_if_cancelled()
|
|
707
|
-
try:
|
|
708
|
-
self.__original.acquire_nowait()
|
|
709
|
-
except trio.WouldBlock:
|
|
710
|
-
await self.__original._lot.park()
|
|
711
|
-
|
|
712
|
-
def acquire_nowait(self) -> None:
|
|
713
|
-
try:
|
|
714
|
-
self.__original.acquire_nowait()
|
|
715
|
-
except trio.WouldBlock:
|
|
716
|
-
raise WouldBlock from None
|
|
717
|
-
|
|
718
|
-
@property
|
|
719
|
-
def max_value(self) -> int | None:
|
|
720
|
-
return self.__original.max_value
|
|
721
|
-
|
|
722
|
-
@property
|
|
723
|
-
def value(self) -> int:
|
|
724
|
-
return self.__original.value
|
|
725
|
-
|
|
726
|
-
def release(self) -> None:
|
|
727
|
-
self.__original.release()
|
|
728
|
-
|
|
729
|
-
def statistics(self) -> SemaphoreStatistics:
|
|
730
|
-
orig_statistics = self.__original.statistics()
|
|
731
|
-
return SemaphoreStatistics(orig_statistics.tasks_waiting)
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
class CapacityLimiter(BaseCapacityLimiter):
|
|
735
|
-
def __new__(
|
|
736
|
-
cls,
|
|
737
|
-
total_tokens: float | None = None,
|
|
738
|
-
*,
|
|
739
|
-
original: trio.CapacityLimiter | None = None,
|
|
740
|
-
) -> CapacityLimiter:
|
|
741
|
-
return object.__new__(cls)
|
|
742
|
-
|
|
743
|
-
def __init__(
|
|
744
|
-
self,
|
|
745
|
-
total_tokens: float | None = None,
|
|
746
|
-
*,
|
|
747
|
-
original: trio.CapacityLimiter | None = None,
|
|
748
|
-
) -> None:
|
|
749
|
-
if original is not None:
|
|
750
|
-
self.__original = original
|
|
751
|
-
else:
|
|
752
|
-
assert total_tokens is not None
|
|
753
|
-
self.__original = trio.CapacityLimiter(total_tokens)
|
|
754
|
-
|
|
755
|
-
async def __aenter__(self) -> None:
|
|
756
|
-
return await self.__original.__aenter__()
|
|
757
|
-
|
|
758
|
-
async def __aexit__(
|
|
759
|
-
self,
|
|
760
|
-
exc_type: type[BaseException] | None,
|
|
761
|
-
exc_val: BaseException | None,
|
|
762
|
-
exc_tb: TracebackType | None,
|
|
763
|
-
) -> None:
|
|
764
|
-
await self.__original.__aexit__(exc_type, exc_val, exc_tb)
|
|
765
|
-
|
|
766
|
-
@property
|
|
767
|
-
def total_tokens(self) -> float:
|
|
768
|
-
return self.__original.total_tokens
|
|
769
|
-
|
|
770
|
-
@total_tokens.setter
|
|
771
|
-
def total_tokens(self, value: float) -> None:
|
|
772
|
-
self.__original.total_tokens = value
|
|
773
|
-
|
|
774
|
-
@property
|
|
775
|
-
def borrowed_tokens(self) -> int:
|
|
776
|
-
return self.__original.borrowed_tokens
|
|
777
|
-
|
|
778
|
-
@property
|
|
779
|
-
def available_tokens(self) -> float:
|
|
780
|
-
return self.__original.available_tokens
|
|
781
|
-
|
|
782
|
-
def acquire_nowait(self) -> None:
|
|
783
|
-
self.__original.acquire_nowait()
|
|
784
|
-
|
|
785
|
-
def acquire_on_behalf_of_nowait(self, borrower: object) -> None:
|
|
786
|
-
self.__original.acquire_on_behalf_of_nowait(borrower)
|
|
787
|
-
|
|
788
|
-
async def acquire(self) -> None:
|
|
789
|
-
await self.__original.acquire()
|
|
790
|
-
|
|
791
|
-
async def acquire_on_behalf_of(self, borrower: object) -> None:
|
|
792
|
-
await self.__original.acquire_on_behalf_of(borrower)
|
|
793
|
-
|
|
794
|
-
def release(self) -> None:
|
|
795
|
-
return self.__original.release()
|
|
796
|
-
|
|
797
|
-
def release_on_behalf_of(self, borrower: object) -> None:
|
|
798
|
-
return self.__original.release_on_behalf_of(borrower)
|
|
799
|
-
|
|
800
|
-
def statistics(self) -> CapacityLimiterStatistics:
|
|
801
|
-
orig = self.__original.statistics()
|
|
802
|
-
return CapacityLimiterStatistics(
|
|
803
|
-
borrowed_tokens=orig.borrowed_tokens,
|
|
804
|
-
total_tokens=orig.total_tokens,
|
|
805
|
-
borrowers=tuple(orig.borrowers),
|
|
806
|
-
tasks_waiting=orig.tasks_waiting,
|
|
807
|
-
)
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
_capacity_limiter_wrapper: trio.lowlevel.RunVar = RunVar("_capacity_limiter_wrapper")
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
#
|
|
814
|
-
# Signal handling
|
|
815
|
-
#
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
class _SignalReceiver:
|
|
819
|
-
_iterator: AsyncIterator[int]
|
|
820
|
-
|
|
821
|
-
def __init__(self, signals: tuple[Signals, ...]):
|
|
822
|
-
self._signals = signals
|
|
823
|
-
|
|
824
|
-
def __enter__(self) -> _SignalReceiver:
|
|
825
|
-
self._cm = trio.open_signal_receiver(*self._signals)
|
|
826
|
-
self._iterator = self._cm.__enter__()
|
|
827
|
-
return self
|
|
828
|
-
|
|
829
|
-
def __exit__(
|
|
830
|
-
self,
|
|
831
|
-
exc_type: type[BaseException] | None,
|
|
832
|
-
exc_val: BaseException | None,
|
|
833
|
-
exc_tb: TracebackType | None,
|
|
834
|
-
) -> bool | None:
|
|
835
|
-
return self._cm.__exit__(exc_type, exc_val, exc_tb)
|
|
836
|
-
|
|
837
|
-
def __aiter__(self) -> _SignalReceiver:
|
|
838
|
-
return self
|
|
839
|
-
|
|
840
|
-
async def __anext__(self) -> Signals:
|
|
841
|
-
signum = await self._iterator.__anext__()
|
|
842
|
-
return Signals(signum)
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
#
|
|
846
|
-
# Testing and debugging
|
|
847
|
-
#
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
class TestRunner(abc.TestRunner):
|
|
851
|
-
def __init__(self, **options: Any) -> None:
|
|
852
|
-
from queue import Queue
|
|
853
|
-
|
|
854
|
-
self._call_queue: Queue[Callable[[], object]] = Queue()
|
|
855
|
-
self._send_stream: MemoryObjectSendStream | None = None
|
|
856
|
-
self._options = options
|
|
857
|
-
|
|
858
|
-
def __exit__(
|
|
859
|
-
self,
|
|
860
|
-
exc_type: type[BaseException] | None,
|
|
861
|
-
exc_val: BaseException | None,
|
|
862
|
-
exc_tb: types.TracebackType | None,
|
|
863
|
-
) -> None:
|
|
864
|
-
if self._send_stream:
|
|
865
|
-
self._send_stream.close()
|
|
866
|
-
while self._send_stream is not None:
|
|
867
|
-
self._call_queue.get()()
|
|
868
|
-
|
|
869
|
-
async def _run_tests_and_fixtures(self) -> None:
|
|
870
|
-
self._send_stream, receive_stream = create_memory_object_stream(1)
|
|
871
|
-
with receive_stream:
|
|
872
|
-
async for coro, outcome_holder in receive_stream:
|
|
873
|
-
try:
|
|
874
|
-
retval = await coro
|
|
875
|
-
except BaseException as exc:
|
|
876
|
-
outcome_holder.append(Error(exc))
|
|
877
|
-
else:
|
|
878
|
-
outcome_holder.append(Value(retval))
|
|
879
|
-
|
|
880
|
-
def _main_task_finished(self, outcome: object) -> None:
|
|
881
|
-
self._send_stream = None
|
|
882
|
-
|
|
883
|
-
def _call_in_runner_task(
|
|
884
|
-
self,
|
|
885
|
-
func: Callable[P, Awaitable[T_Retval]],
|
|
886
|
-
/,
|
|
887
|
-
*args: P.args,
|
|
888
|
-
**kwargs: P.kwargs,
|
|
889
|
-
) -> T_Retval:
|
|
890
|
-
if self._send_stream is None:
|
|
891
|
-
trio.lowlevel.start_guest_run(
|
|
892
|
-
self._run_tests_and_fixtures,
|
|
893
|
-
run_sync_soon_threadsafe=self._call_queue.put,
|
|
894
|
-
done_callback=self._main_task_finished,
|
|
895
|
-
**self._options,
|
|
896
|
-
)
|
|
897
|
-
while self._send_stream is None:
|
|
898
|
-
self._call_queue.get()()
|
|
899
|
-
|
|
900
|
-
outcome_holder: list[Outcome] = []
|
|
901
|
-
self._send_stream.send_nowait((func(*args, **kwargs), outcome_holder))
|
|
902
|
-
while not outcome_holder:
|
|
903
|
-
self._call_queue.get()()
|
|
904
|
-
|
|
905
|
-
return outcome_holder[0].unwrap()
|
|
906
|
-
|
|
907
|
-
def run_asyncgen_fixture(
|
|
908
|
-
self,
|
|
909
|
-
fixture_func: Callable[..., AsyncGenerator[T_Retval, Any]],
|
|
910
|
-
kwargs: dict[str, Any],
|
|
911
|
-
) -> Iterable[T_Retval]:
|
|
912
|
-
asyncgen = fixture_func(**kwargs)
|
|
913
|
-
fixturevalue: T_Retval = self._call_in_runner_task(asyncgen.asend, None)
|
|
914
|
-
|
|
915
|
-
yield fixturevalue
|
|
916
|
-
|
|
917
|
-
try:
|
|
918
|
-
self._call_in_runner_task(asyncgen.asend, None)
|
|
919
|
-
except StopAsyncIteration:
|
|
920
|
-
pass
|
|
921
|
-
else:
|
|
922
|
-
self._call_in_runner_task(asyncgen.aclose)
|
|
923
|
-
raise RuntimeError("Async generator fixture did not stop")
|
|
924
|
-
|
|
925
|
-
def run_fixture(
|
|
926
|
-
self,
|
|
927
|
-
fixture_func: Callable[..., Coroutine[Any, Any, T_Retval]],
|
|
928
|
-
kwargs: dict[str, Any],
|
|
929
|
-
) -> T_Retval:
|
|
930
|
-
return self._call_in_runner_task(fixture_func, **kwargs)
|
|
931
|
-
|
|
932
|
-
def run_test(
|
|
933
|
-
self, test_func: Callable[..., Coroutine[Any, Any, Any]], kwargs: dict[str, Any]
|
|
934
|
-
) -> None:
|
|
935
|
-
self._call_in_runner_task(test_func, **kwargs)
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
class TrioTaskInfo(TaskInfo):
|
|
939
|
-
def __init__(self, task: trio.lowlevel.Task):
|
|
940
|
-
parent_id = None
|
|
941
|
-
if task.parent_nursery and task.parent_nursery.parent_task:
|
|
942
|
-
parent_id = id(task.parent_nursery.parent_task)
|
|
943
|
-
|
|
944
|
-
super().__init__(id(task), parent_id, task.name, task.coro)
|
|
945
|
-
self._task = weakref.proxy(task)
|
|
946
|
-
|
|
947
|
-
def has_pending_cancellation(self) -> bool:
|
|
948
|
-
try:
|
|
949
|
-
return self._task._cancel_status.effectively_cancelled
|
|
950
|
-
except ReferenceError:
|
|
951
|
-
# If the task is no longer around, it surely doesn't have a cancellation
|
|
952
|
-
# pending
|
|
953
|
-
return False
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
class TrioBackend(AsyncBackend):
|
|
957
|
-
@classmethod
|
|
958
|
-
def run(
|
|
959
|
-
cls,
|
|
960
|
-
func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]],
|
|
961
|
-
args: tuple[Unpack[PosArgsT]],
|
|
962
|
-
kwargs: dict[str, Any],
|
|
963
|
-
options: dict[str, Any],
|
|
964
|
-
) -> T_Retval:
|
|
965
|
-
return trio.run(func, *args)
|
|
966
|
-
|
|
967
|
-
@classmethod
|
|
968
|
-
def current_token(cls) -> object:
|
|
969
|
-
return trio.lowlevel.current_trio_token()
|
|
970
|
-
|
|
971
|
-
@classmethod
|
|
972
|
-
def current_time(cls) -> float:
|
|
973
|
-
return trio.current_time()
|
|
974
|
-
|
|
975
|
-
@classmethod
|
|
976
|
-
def cancelled_exception_class(cls) -> type[BaseException]:
|
|
977
|
-
return trio.Cancelled
|
|
978
|
-
|
|
979
|
-
@classmethod
|
|
980
|
-
async def checkpoint(cls) -> None:
|
|
981
|
-
await trio.lowlevel.checkpoint()
|
|
982
|
-
|
|
983
|
-
@classmethod
|
|
984
|
-
async def checkpoint_if_cancelled(cls) -> None:
|
|
985
|
-
await trio.lowlevel.checkpoint_if_cancelled()
|
|
986
|
-
|
|
987
|
-
@classmethod
|
|
988
|
-
async def cancel_shielded_checkpoint(cls) -> None:
|
|
989
|
-
await trio.lowlevel.cancel_shielded_checkpoint()
|
|
990
|
-
|
|
991
|
-
@classmethod
|
|
992
|
-
async def sleep(cls, delay: float) -> None:
|
|
993
|
-
await trio.sleep(delay)
|
|
994
|
-
|
|
995
|
-
@classmethod
|
|
996
|
-
def create_cancel_scope(
|
|
997
|
-
cls, *, deadline: float = math.inf, shield: bool = False
|
|
998
|
-
) -> abc.CancelScope:
|
|
999
|
-
return CancelScope(deadline=deadline, shield=shield)
|
|
1000
|
-
|
|
1001
|
-
@classmethod
|
|
1002
|
-
def current_effective_deadline(cls) -> float:
|
|
1003
|
-
return trio.current_effective_deadline()
|
|
1004
|
-
|
|
1005
|
-
@classmethod
|
|
1006
|
-
def create_task_group(cls) -> abc.TaskGroup:
|
|
1007
|
-
return TaskGroup()
|
|
1008
|
-
|
|
1009
|
-
@classmethod
|
|
1010
|
-
def create_event(cls) -> abc.Event:
|
|
1011
|
-
return Event()
|
|
1012
|
-
|
|
1013
|
-
@classmethod
|
|
1014
|
-
def create_lock(cls, *, fast_acquire: bool) -> Lock:
|
|
1015
|
-
return Lock(fast_acquire=fast_acquire)
|
|
1016
|
-
|
|
1017
|
-
@classmethod
|
|
1018
|
-
def create_semaphore(
|
|
1019
|
-
cls,
|
|
1020
|
-
initial_value: int,
|
|
1021
|
-
*,
|
|
1022
|
-
max_value: int | None = None,
|
|
1023
|
-
fast_acquire: bool = False,
|
|
1024
|
-
) -> abc.Semaphore:
|
|
1025
|
-
return Semaphore(initial_value, max_value=max_value, fast_acquire=fast_acquire)
|
|
1026
|
-
|
|
1027
|
-
@classmethod
|
|
1028
|
-
def create_capacity_limiter(cls, total_tokens: float) -> CapacityLimiter:
|
|
1029
|
-
return CapacityLimiter(total_tokens)
|
|
1030
|
-
|
|
1031
|
-
@classmethod
|
|
1032
|
-
async def run_sync_in_worker_thread(
|
|
1033
|
-
cls,
|
|
1034
|
-
func: Callable[[Unpack[PosArgsT]], T_Retval],
|
|
1035
|
-
args: tuple[Unpack[PosArgsT]],
|
|
1036
|
-
abandon_on_cancel: bool = False,
|
|
1037
|
-
limiter: abc.CapacityLimiter | None = None,
|
|
1038
|
-
) -> T_Retval:
|
|
1039
|
-
def wrapper() -> T_Retval:
|
|
1040
|
-
with claim_worker_thread(TrioBackend, token):
|
|
1041
|
-
return func(*args)
|
|
1042
|
-
|
|
1043
|
-
token = TrioBackend.current_token()
|
|
1044
|
-
return await run_sync(
|
|
1045
|
-
wrapper,
|
|
1046
|
-
abandon_on_cancel=abandon_on_cancel,
|
|
1047
|
-
limiter=cast(trio.CapacityLimiter, limiter),
|
|
1048
|
-
)
|
|
1049
|
-
|
|
1050
|
-
@classmethod
|
|
1051
|
-
def check_cancelled(cls) -> None:
|
|
1052
|
-
trio.from_thread.check_cancelled()
|
|
1053
|
-
|
|
1054
|
-
@classmethod
|
|
1055
|
-
def run_async_from_thread(
|
|
1056
|
-
cls,
|
|
1057
|
-
func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]],
|
|
1058
|
-
args: tuple[Unpack[PosArgsT]],
|
|
1059
|
-
token: object,
|
|
1060
|
-
) -> T_Retval:
|
|
1061
|
-
trio_token = cast("trio.lowlevel.TrioToken | None", token)
|
|
1062
|
-
try:
|
|
1063
|
-
return trio.from_thread.run(func, *args, trio_token=trio_token)
|
|
1064
|
-
except trio.RunFinishedError:
|
|
1065
|
-
raise RunFinishedError from None
|
|
1066
|
-
|
|
1067
|
-
@classmethod
|
|
1068
|
-
def run_sync_from_thread(
|
|
1069
|
-
cls,
|
|
1070
|
-
func: Callable[[Unpack[PosArgsT]], T_Retval],
|
|
1071
|
-
args: tuple[Unpack[PosArgsT]],
|
|
1072
|
-
token: object,
|
|
1073
|
-
) -> T_Retval:
|
|
1074
|
-
trio_token = cast("trio.lowlevel.TrioToken | None", token)
|
|
1075
|
-
try:
|
|
1076
|
-
return trio.from_thread.run_sync(func, *args, trio_token=trio_token)
|
|
1077
|
-
except trio.RunFinishedError:
|
|
1078
|
-
raise RunFinishedError from None
|
|
1079
|
-
|
|
1080
|
-
@classmethod
|
|
1081
|
-
async def open_process(
|
|
1082
|
-
cls,
|
|
1083
|
-
command: StrOrBytesPath | Sequence[StrOrBytesPath],
|
|
1084
|
-
*,
|
|
1085
|
-
stdin: int | IO[Any] | None,
|
|
1086
|
-
stdout: int | IO[Any] | None,
|
|
1087
|
-
stderr: int | IO[Any] | None,
|
|
1088
|
-
**kwargs: Any,
|
|
1089
|
-
) -> Process:
|
|
1090
|
-
def convert_item(item: StrOrBytesPath) -> str:
|
|
1091
|
-
str_or_bytes = os.fspath(item)
|
|
1092
|
-
if isinstance(str_or_bytes, str):
|
|
1093
|
-
return str_or_bytes
|
|
1094
|
-
else:
|
|
1095
|
-
return os.fsdecode(str_or_bytes)
|
|
1096
|
-
|
|
1097
|
-
if isinstance(command, (str, bytes, PathLike)):
|
|
1098
|
-
process = await trio.lowlevel.open_process(
|
|
1099
|
-
convert_item(command),
|
|
1100
|
-
stdin=stdin,
|
|
1101
|
-
stdout=stdout,
|
|
1102
|
-
stderr=stderr,
|
|
1103
|
-
shell=True,
|
|
1104
|
-
**kwargs,
|
|
1105
|
-
)
|
|
1106
|
-
else:
|
|
1107
|
-
process = await trio.lowlevel.open_process(
|
|
1108
|
-
[convert_item(item) for item in command],
|
|
1109
|
-
stdin=stdin,
|
|
1110
|
-
stdout=stdout,
|
|
1111
|
-
stderr=stderr,
|
|
1112
|
-
shell=False,
|
|
1113
|
-
**kwargs,
|
|
1114
|
-
)
|
|
1115
|
-
|
|
1116
|
-
stdin_stream = SendStreamWrapper(process.stdin) if process.stdin else None
|
|
1117
|
-
stdout_stream = ReceiveStreamWrapper(process.stdout) if process.stdout else None
|
|
1118
|
-
stderr_stream = ReceiveStreamWrapper(process.stderr) if process.stderr else None
|
|
1119
|
-
return Process(process, stdin_stream, stdout_stream, stderr_stream)
|
|
1120
|
-
|
|
1121
|
-
@classmethod
|
|
1122
|
-
def setup_process_pool_exit_at_shutdown(cls, workers: set[abc.Process]) -> None:
|
|
1123
|
-
trio.lowlevel.spawn_system_task(_shutdown_process_pool, workers)
|
|
1124
|
-
|
|
1125
|
-
@classmethod
|
|
1126
|
-
async def connect_tcp(
|
|
1127
|
-
cls, host: str, port: int, local_address: IPSockAddrType | None = None
|
|
1128
|
-
) -> SocketStream:
|
|
1129
|
-
family = socket.AF_INET6 if ":" in host else socket.AF_INET
|
|
1130
|
-
trio_socket = trio.socket.socket(family)
|
|
1131
|
-
trio_socket.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
|
|
1132
|
-
if local_address:
|
|
1133
|
-
await trio_socket.bind(local_address)
|
|
1134
|
-
|
|
1135
|
-
try:
|
|
1136
|
-
await trio_socket.connect((host, port))
|
|
1137
|
-
except BaseException:
|
|
1138
|
-
trio_socket.close()
|
|
1139
|
-
raise
|
|
1140
|
-
|
|
1141
|
-
return SocketStream(trio_socket)
|
|
1142
|
-
|
|
1143
|
-
@classmethod
|
|
1144
|
-
async def connect_unix(cls, path: str | bytes) -> abc.UNIXSocketStream:
|
|
1145
|
-
trio_socket = trio.socket.socket(socket.AF_UNIX)
|
|
1146
|
-
try:
|
|
1147
|
-
await trio_socket.connect(path)
|
|
1148
|
-
except BaseException:
|
|
1149
|
-
trio_socket.close()
|
|
1150
|
-
raise
|
|
1151
|
-
|
|
1152
|
-
return UNIXSocketStream(trio_socket)
|
|
1153
|
-
|
|
1154
|
-
@classmethod
|
|
1155
|
-
def create_tcp_listener(cls, sock: socket.socket) -> abc.SocketListener:
|
|
1156
|
-
return TCPSocketListener(sock)
|
|
1157
|
-
|
|
1158
|
-
@classmethod
|
|
1159
|
-
def create_unix_listener(cls, sock: socket.socket) -> abc.SocketListener:
|
|
1160
|
-
return UNIXSocketListener(sock)
|
|
1161
|
-
|
|
1162
|
-
@classmethod
|
|
1163
|
-
async def create_udp_socket(
|
|
1164
|
-
cls,
|
|
1165
|
-
family: socket.AddressFamily,
|
|
1166
|
-
local_address: IPSockAddrType | None,
|
|
1167
|
-
remote_address: IPSockAddrType | None,
|
|
1168
|
-
reuse_port: bool,
|
|
1169
|
-
) -> UDPSocket | ConnectedUDPSocket:
|
|
1170
|
-
trio_socket = trio.socket.socket(family=family, type=socket.SOCK_DGRAM)
|
|
1171
|
-
|
|
1172
|
-
if reuse_port:
|
|
1173
|
-
trio_socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1)
|
|
1174
|
-
|
|
1175
|
-
if local_address:
|
|
1176
|
-
await trio_socket.bind(local_address)
|
|
1177
|
-
|
|
1178
|
-
if remote_address:
|
|
1179
|
-
await trio_socket.connect(remote_address)
|
|
1180
|
-
return ConnectedUDPSocket(trio_socket)
|
|
1181
|
-
else:
|
|
1182
|
-
return UDPSocket(trio_socket)
|
|
1183
|
-
|
|
1184
|
-
@classmethod
|
|
1185
|
-
@overload
|
|
1186
|
-
async def create_unix_datagram_socket(
|
|
1187
|
-
cls, raw_socket: socket.socket, remote_path: None
|
|
1188
|
-
) -> abc.UNIXDatagramSocket: ...
|
|
1189
|
-
|
|
1190
|
-
@classmethod
|
|
1191
|
-
@overload
|
|
1192
|
-
async def create_unix_datagram_socket(
|
|
1193
|
-
cls, raw_socket: socket.socket, remote_path: str | bytes
|
|
1194
|
-
) -> abc.ConnectedUNIXDatagramSocket: ...
|
|
1195
|
-
|
|
1196
|
-
@classmethod
|
|
1197
|
-
async def create_unix_datagram_socket(
|
|
1198
|
-
cls, raw_socket: socket.socket, remote_path: str | bytes | None
|
|
1199
|
-
) -> abc.UNIXDatagramSocket | abc.ConnectedUNIXDatagramSocket:
|
|
1200
|
-
trio_socket = trio.socket.from_stdlib_socket(raw_socket)
|
|
1201
|
-
|
|
1202
|
-
if remote_path:
|
|
1203
|
-
await trio_socket.connect(remote_path)
|
|
1204
|
-
return ConnectedUNIXDatagramSocket(trio_socket)
|
|
1205
|
-
else:
|
|
1206
|
-
return UNIXDatagramSocket(trio_socket)
|
|
1207
|
-
|
|
1208
|
-
@classmethod
|
|
1209
|
-
async def getaddrinfo(
|
|
1210
|
-
cls,
|
|
1211
|
-
host: bytes | str | None,
|
|
1212
|
-
port: str | int | None,
|
|
1213
|
-
*,
|
|
1214
|
-
family: int | AddressFamily = 0,
|
|
1215
|
-
type: int | SocketKind = 0,
|
|
1216
|
-
proto: int = 0,
|
|
1217
|
-
flags: int = 0,
|
|
1218
|
-
) -> Sequence[
|
|
1219
|
-
tuple[
|
|
1220
|
-
AddressFamily,
|
|
1221
|
-
SocketKind,
|
|
1222
|
-
int,
|
|
1223
|
-
str,
|
|
1224
|
-
tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes],
|
|
1225
|
-
]
|
|
1226
|
-
]:
|
|
1227
|
-
return await trio.socket.getaddrinfo(host, port, family, type, proto, flags)
|
|
1228
|
-
|
|
1229
|
-
@classmethod
|
|
1230
|
-
async def getnameinfo(
|
|
1231
|
-
cls, sockaddr: IPSockAddrType, flags: int = 0
|
|
1232
|
-
) -> tuple[str, str]:
|
|
1233
|
-
return await trio.socket.getnameinfo(sockaddr, flags)
|
|
1234
|
-
|
|
1235
|
-
@classmethod
|
|
1236
|
-
async def wait_readable(cls, obj: FileDescriptorLike) -> None:
|
|
1237
|
-
try:
|
|
1238
|
-
await wait_readable(obj)
|
|
1239
|
-
except trio.ClosedResourceError as exc:
|
|
1240
|
-
raise ClosedResourceError().with_traceback(exc.__traceback__) from None
|
|
1241
|
-
except trio.BusyResourceError:
|
|
1242
|
-
raise BusyResourceError("reading from") from None
|
|
1243
|
-
|
|
1244
|
-
@classmethod
|
|
1245
|
-
async def wait_writable(cls, obj: FileDescriptorLike) -> None:
|
|
1246
|
-
try:
|
|
1247
|
-
await wait_writable(obj)
|
|
1248
|
-
except trio.ClosedResourceError as exc:
|
|
1249
|
-
raise ClosedResourceError().with_traceback(exc.__traceback__) from None
|
|
1250
|
-
except trio.BusyResourceError:
|
|
1251
|
-
raise BusyResourceError("writing to") from None
|
|
1252
|
-
|
|
1253
|
-
@classmethod
|
|
1254
|
-
def notify_closing(cls, obj: FileDescriptorLike) -> None:
|
|
1255
|
-
notify_closing(obj)
|
|
1256
|
-
|
|
1257
|
-
@classmethod
|
|
1258
|
-
async def wrap_listener_socket(cls, sock: socket.socket) -> abc.SocketListener:
|
|
1259
|
-
return TCPSocketListener(sock)
|
|
1260
|
-
|
|
1261
|
-
@classmethod
|
|
1262
|
-
async def wrap_stream_socket(cls, sock: socket.socket) -> SocketStream:
|
|
1263
|
-
trio_sock = trio.socket.from_stdlib_socket(sock)
|
|
1264
|
-
return SocketStream(trio_sock)
|
|
1265
|
-
|
|
1266
|
-
@classmethod
|
|
1267
|
-
async def wrap_unix_stream_socket(cls, sock: socket.socket) -> UNIXSocketStream:
|
|
1268
|
-
trio_sock = trio.socket.from_stdlib_socket(sock)
|
|
1269
|
-
return UNIXSocketStream(trio_sock)
|
|
1270
|
-
|
|
1271
|
-
@classmethod
|
|
1272
|
-
async def wrap_udp_socket(cls, sock: socket.socket) -> UDPSocket:
|
|
1273
|
-
trio_sock = trio.socket.from_stdlib_socket(sock)
|
|
1274
|
-
return UDPSocket(trio_sock)
|
|
1275
|
-
|
|
1276
|
-
@classmethod
|
|
1277
|
-
async def wrap_connected_udp_socket(cls, sock: socket.socket) -> ConnectedUDPSocket:
|
|
1278
|
-
trio_sock = trio.socket.from_stdlib_socket(sock)
|
|
1279
|
-
return ConnectedUDPSocket(trio_sock)
|
|
1280
|
-
|
|
1281
|
-
@classmethod
|
|
1282
|
-
async def wrap_unix_datagram_socket(cls, sock: socket.socket) -> UNIXDatagramSocket:
|
|
1283
|
-
trio_sock = trio.socket.from_stdlib_socket(sock)
|
|
1284
|
-
return UNIXDatagramSocket(trio_sock)
|
|
1285
|
-
|
|
1286
|
-
@classmethod
|
|
1287
|
-
async def wrap_connected_unix_datagram_socket(
|
|
1288
|
-
cls, sock: socket.socket
|
|
1289
|
-
) -> ConnectedUNIXDatagramSocket:
|
|
1290
|
-
trio_sock = trio.socket.from_stdlib_socket(sock)
|
|
1291
|
-
return ConnectedUNIXDatagramSocket(trio_sock)
|
|
1292
|
-
|
|
1293
|
-
@classmethod
|
|
1294
|
-
def current_default_thread_limiter(cls) -> CapacityLimiter:
|
|
1295
|
-
try:
|
|
1296
|
-
return _capacity_limiter_wrapper.get()
|
|
1297
|
-
except LookupError:
|
|
1298
|
-
limiter = CapacityLimiter(
|
|
1299
|
-
original=trio.to_thread.current_default_thread_limiter()
|
|
1300
|
-
)
|
|
1301
|
-
_capacity_limiter_wrapper.set(limiter)
|
|
1302
|
-
return limiter
|
|
1303
|
-
|
|
1304
|
-
@classmethod
|
|
1305
|
-
def open_signal_receiver(
|
|
1306
|
-
cls, *signals: Signals
|
|
1307
|
-
) -> AbstractContextManager[AsyncIterator[Signals]]:
|
|
1308
|
-
return _SignalReceiver(signals)
|
|
1309
|
-
|
|
1310
|
-
@classmethod
|
|
1311
|
-
def get_current_task(cls) -> TaskInfo:
|
|
1312
|
-
task = current_task()
|
|
1313
|
-
return TrioTaskInfo(task)
|
|
1314
|
-
|
|
1315
|
-
@classmethod
|
|
1316
|
-
def get_running_tasks(cls) -> Sequence[TaskInfo]:
|
|
1317
|
-
root_task = current_root_task()
|
|
1318
|
-
assert root_task
|
|
1319
|
-
task_infos = [TrioTaskInfo(root_task)]
|
|
1320
|
-
nurseries = root_task.child_nurseries
|
|
1321
|
-
while nurseries:
|
|
1322
|
-
new_nurseries: list[trio.Nursery] = []
|
|
1323
|
-
for nursery in nurseries:
|
|
1324
|
-
for task in nursery.child_tasks:
|
|
1325
|
-
task_infos.append(TrioTaskInfo(task))
|
|
1326
|
-
new_nurseries.extend(task.child_nurseries)
|
|
1327
|
-
|
|
1328
|
-
nurseries = new_nurseries
|
|
1329
|
-
|
|
1330
|
-
return task_infos
|
|
1331
|
-
|
|
1332
|
-
@classmethod
|
|
1333
|
-
async def wait_all_tasks_blocked(cls) -> None:
|
|
1334
|
-
from trio.testing import wait_all_tasks_blocked
|
|
1335
|
-
|
|
1336
|
-
await wait_all_tasks_blocked()
|
|
1337
|
-
|
|
1338
|
-
@classmethod
|
|
1339
|
-
def create_test_runner(cls, options: dict[str, Any]) -> TestRunner:
|
|
1340
|
-
return TestRunner(**options)
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
backend_class = TrioBackend
|