hmdev-cli 1.0.0 → 1.0.2
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/package.json +1 -1
- 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
|
@@ -1,963 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
pygments.lexer
|
|
3
|
-
~~~~~~~~~~~~~~
|
|
4
|
-
|
|
5
|
-
Base lexer classes.
|
|
6
|
-
|
|
7
|
-
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
|
|
8
|
-
:license: BSD, see LICENSE for details.
|
|
9
|
-
"""
|
|
10
|
-
|
|
11
|
-
import re
|
|
12
|
-
import sys
|
|
13
|
-
import time
|
|
14
|
-
|
|
15
|
-
from pip._vendor.pygments.filter import apply_filters, Filter
|
|
16
|
-
from pip._vendor.pygments.filters import get_filter_by_name
|
|
17
|
-
from pip._vendor.pygments.token import Error, Text, Other, Whitespace, _TokenType
|
|
18
|
-
from pip._vendor.pygments.util import get_bool_opt, get_int_opt, get_list_opt, \
|
|
19
|
-
make_analysator, Future, guess_decode
|
|
20
|
-
from pip._vendor.pygments.regexopt import regex_opt
|
|
21
|
-
|
|
22
|
-
__all__ = ['Lexer', 'RegexLexer', 'ExtendedRegexLexer', 'DelegatingLexer',
|
|
23
|
-
'LexerContext', 'include', 'inherit', 'bygroups', 'using', 'this',
|
|
24
|
-
'default', 'words', 'line_re']
|
|
25
|
-
|
|
26
|
-
line_re = re.compile('.*?\n')
|
|
27
|
-
|
|
28
|
-
_encoding_map = [(b'\xef\xbb\xbf', 'utf-8'),
|
|
29
|
-
(b'\xff\xfe\0\0', 'utf-32'),
|
|
30
|
-
(b'\0\0\xfe\xff', 'utf-32be'),
|
|
31
|
-
(b'\xff\xfe', 'utf-16'),
|
|
32
|
-
(b'\xfe\xff', 'utf-16be')]
|
|
33
|
-
|
|
34
|
-
_default_analyse = staticmethod(lambda x: 0.0)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
class LexerMeta(type):
|
|
38
|
-
"""
|
|
39
|
-
This metaclass automagically converts ``analyse_text`` methods into
|
|
40
|
-
static methods which always return float values.
|
|
41
|
-
"""
|
|
42
|
-
|
|
43
|
-
def __new__(mcs, name, bases, d):
|
|
44
|
-
if 'analyse_text' in d:
|
|
45
|
-
d['analyse_text'] = make_analysator(d['analyse_text'])
|
|
46
|
-
return type.__new__(mcs, name, bases, d)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
class Lexer(metaclass=LexerMeta):
|
|
50
|
-
"""
|
|
51
|
-
Lexer for a specific language.
|
|
52
|
-
|
|
53
|
-
See also :doc:`lexerdevelopment`, a high-level guide to writing
|
|
54
|
-
lexers.
|
|
55
|
-
|
|
56
|
-
Lexer classes have attributes used for choosing the most appropriate
|
|
57
|
-
lexer based on various criteria.
|
|
58
|
-
|
|
59
|
-
.. autoattribute:: name
|
|
60
|
-
:no-value:
|
|
61
|
-
.. autoattribute:: aliases
|
|
62
|
-
:no-value:
|
|
63
|
-
.. autoattribute:: filenames
|
|
64
|
-
:no-value:
|
|
65
|
-
.. autoattribute:: alias_filenames
|
|
66
|
-
.. autoattribute:: mimetypes
|
|
67
|
-
:no-value:
|
|
68
|
-
.. autoattribute:: priority
|
|
69
|
-
|
|
70
|
-
Lexers included in Pygments should have two additional attributes:
|
|
71
|
-
|
|
72
|
-
.. autoattribute:: url
|
|
73
|
-
:no-value:
|
|
74
|
-
.. autoattribute:: version_added
|
|
75
|
-
:no-value:
|
|
76
|
-
|
|
77
|
-
Lexers included in Pygments may have additional attributes:
|
|
78
|
-
|
|
79
|
-
.. autoattribute:: _example
|
|
80
|
-
:no-value:
|
|
81
|
-
|
|
82
|
-
You can pass options to the constructor. The basic options recognized
|
|
83
|
-
by all lexers and processed by the base `Lexer` class are:
|
|
84
|
-
|
|
85
|
-
``stripnl``
|
|
86
|
-
Strip leading and trailing newlines from the input (default: True).
|
|
87
|
-
``stripall``
|
|
88
|
-
Strip all leading and trailing whitespace from the input
|
|
89
|
-
(default: False).
|
|
90
|
-
``ensurenl``
|
|
91
|
-
Make sure that the input ends with a newline (default: True). This
|
|
92
|
-
is required for some lexers that consume input linewise.
|
|
93
|
-
|
|
94
|
-
.. versionadded:: 1.3
|
|
95
|
-
|
|
96
|
-
``tabsize``
|
|
97
|
-
If given and greater than 0, expand tabs in the input (default: 0).
|
|
98
|
-
``encoding``
|
|
99
|
-
If given, must be an encoding name. This encoding will be used to
|
|
100
|
-
convert the input string to Unicode, if it is not already a Unicode
|
|
101
|
-
string (default: ``'guess'``, which uses a simple UTF-8 / Locale /
|
|
102
|
-
Latin1 detection. Can also be ``'chardet'`` to use the chardet
|
|
103
|
-
library, if it is installed.
|
|
104
|
-
``inencoding``
|
|
105
|
-
Overrides the ``encoding`` if given.
|
|
106
|
-
"""
|
|
107
|
-
|
|
108
|
-
#: Full name of the lexer, in human-readable form
|
|
109
|
-
name = None
|
|
110
|
-
|
|
111
|
-
#: A list of short, unique identifiers that can be used to look
|
|
112
|
-
#: up the lexer from a list, e.g., using `get_lexer_by_name()`.
|
|
113
|
-
aliases = []
|
|
114
|
-
|
|
115
|
-
#: A list of `fnmatch` patterns that match filenames which contain
|
|
116
|
-
#: content for this lexer. The patterns in this list should be unique among
|
|
117
|
-
#: all lexers.
|
|
118
|
-
filenames = []
|
|
119
|
-
|
|
120
|
-
#: A list of `fnmatch` patterns that match filenames which may or may not
|
|
121
|
-
#: contain content for this lexer. This list is used by the
|
|
122
|
-
#: :func:`.guess_lexer_for_filename()` function, to determine which lexers
|
|
123
|
-
#: are then included in guessing the correct one. That means that
|
|
124
|
-
#: e.g. every lexer for HTML and a template language should include
|
|
125
|
-
#: ``\*.html`` in this list.
|
|
126
|
-
alias_filenames = []
|
|
127
|
-
|
|
128
|
-
#: A list of MIME types for content that can be lexed with this lexer.
|
|
129
|
-
mimetypes = []
|
|
130
|
-
|
|
131
|
-
#: Priority, should multiple lexers match and no content is provided
|
|
132
|
-
priority = 0
|
|
133
|
-
|
|
134
|
-
#: URL of the language specification/definition. Used in the Pygments
|
|
135
|
-
#: documentation. Set to an empty string to disable.
|
|
136
|
-
url = None
|
|
137
|
-
|
|
138
|
-
#: Version of Pygments in which the lexer was added.
|
|
139
|
-
version_added = None
|
|
140
|
-
|
|
141
|
-
#: Example file name. Relative to the ``tests/examplefiles`` directory.
|
|
142
|
-
#: This is used by the documentation generator to show an example.
|
|
143
|
-
_example = None
|
|
144
|
-
|
|
145
|
-
def __init__(self, **options):
|
|
146
|
-
"""
|
|
147
|
-
This constructor takes arbitrary options as keyword arguments.
|
|
148
|
-
Every subclass must first process its own options and then call
|
|
149
|
-
the `Lexer` constructor, since it processes the basic
|
|
150
|
-
options like `stripnl`.
|
|
151
|
-
|
|
152
|
-
An example looks like this:
|
|
153
|
-
|
|
154
|
-
.. sourcecode:: python
|
|
155
|
-
|
|
156
|
-
def __init__(self, **options):
|
|
157
|
-
self.compress = options.get('compress', '')
|
|
158
|
-
Lexer.__init__(self, **options)
|
|
159
|
-
|
|
160
|
-
As these options must all be specifiable as strings (due to the
|
|
161
|
-
command line usage), there are various utility functions
|
|
162
|
-
available to help with that, see `Utilities`_.
|
|
163
|
-
"""
|
|
164
|
-
self.options = options
|
|
165
|
-
self.stripnl = get_bool_opt(options, 'stripnl', True)
|
|
166
|
-
self.stripall = get_bool_opt(options, 'stripall', False)
|
|
167
|
-
self.ensurenl = get_bool_opt(options, 'ensurenl', True)
|
|
168
|
-
self.tabsize = get_int_opt(options, 'tabsize', 0)
|
|
169
|
-
self.encoding = options.get('encoding', 'guess')
|
|
170
|
-
self.encoding = options.get('inencoding') or self.encoding
|
|
171
|
-
self.filters = []
|
|
172
|
-
for filter_ in get_list_opt(options, 'filters', ()):
|
|
173
|
-
self.add_filter(filter_)
|
|
174
|
-
|
|
175
|
-
def __repr__(self):
|
|
176
|
-
if self.options:
|
|
177
|
-
return f'<pygments.lexers.{self.__class__.__name__} with {self.options!r}>'
|
|
178
|
-
else:
|
|
179
|
-
return f'<pygments.lexers.{self.__class__.__name__}>'
|
|
180
|
-
|
|
181
|
-
def add_filter(self, filter_, **options):
|
|
182
|
-
"""
|
|
183
|
-
Add a new stream filter to this lexer.
|
|
184
|
-
"""
|
|
185
|
-
if not isinstance(filter_, Filter):
|
|
186
|
-
filter_ = get_filter_by_name(filter_, **options)
|
|
187
|
-
self.filters.append(filter_)
|
|
188
|
-
|
|
189
|
-
def analyse_text(text):
|
|
190
|
-
"""
|
|
191
|
-
A static method which is called for lexer guessing.
|
|
192
|
-
|
|
193
|
-
It should analyse the text and return a float in the range
|
|
194
|
-
from ``0.0`` to ``1.0``. If it returns ``0.0``, the lexer
|
|
195
|
-
will not be selected as the most probable one, if it returns
|
|
196
|
-
``1.0``, it will be selected immediately. This is used by
|
|
197
|
-
`guess_lexer`.
|
|
198
|
-
|
|
199
|
-
The `LexerMeta` metaclass automatically wraps this function so
|
|
200
|
-
that it works like a static method (no ``self`` or ``cls``
|
|
201
|
-
parameter) and the return value is automatically converted to
|
|
202
|
-
`float`. If the return value is an object that is boolean `False`
|
|
203
|
-
it's the same as if the return values was ``0.0``.
|
|
204
|
-
"""
|
|
205
|
-
|
|
206
|
-
def _preprocess_lexer_input(self, text):
|
|
207
|
-
"""Apply preprocessing such as decoding the input, removing BOM and normalizing newlines."""
|
|
208
|
-
|
|
209
|
-
if not isinstance(text, str):
|
|
210
|
-
if self.encoding == 'guess':
|
|
211
|
-
text, _ = guess_decode(text)
|
|
212
|
-
elif self.encoding == 'chardet':
|
|
213
|
-
try:
|
|
214
|
-
# pip vendoring note: this code is not reachable by pip,
|
|
215
|
-
# removed import of chardet to make it clear.
|
|
216
|
-
raise ImportError('chardet is not vendored by pip')
|
|
217
|
-
except ImportError as e:
|
|
218
|
-
raise ImportError('To enable chardet encoding guessing, '
|
|
219
|
-
'please install the chardet library '
|
|
220
|
-
'from http://chardet.feedparser.org/') from e
|
|
221
|
-
# check for BOM first
|
|
222
|
-
decoded = None
|
|
223
|
-
for bom, encoding in _encoding_map:
|
|
224
|
-
if text.startswith(bom):
|
|
225
|
-
decoded = text[len(bom):].decode(encoding, 'replace')
|
|
226
|
-
break
|
|
227
|
-
# no BOM found, so use chardet
|
|
228
|
-
if decoded is None:
|
|
229
|
-
enc = chardet.detect(text[:1024]) # Guess using first 1KB
|
|
230
|
-
decoded = text.decode(enc.get('encoding') or 'utf-8',
|
|
231
|
-
'replace')
|
|
232
|
-
text = decoded
|
|
233
|
-
else:
|
|
234
|
-
text = text.decode(self.encoding)
|
|
235
|
-
if text.startswith('\ufeff'):
|
|
236
|
-
text = text[len('\ufeff'):]
|
|
237
|
-
else:
|
|
238
|
-
if text.startswith('\ufeff'):
|
|
239
|
-
text = text[len('\ufeff'):]
|
|
240
|
-
|
|
241
|
-
# text now *is* a unicode string
|
|
242
|
-
text = text.replace('\r\n', '\n')
|
|
243
|
-
text = text.replace('\r', '\n')
|
|
244
|
-
if self.stripall:
|
|
245
|
-
text = text.strip()
|
|
246
|
-
elif self.stripnl:
|
|
247
|
-
text = text.strip('\n')
|
|
248
|
-
if self.tabsize > 0:
|
|
249
|
-
text = text.expandtabs(self.tabsize)
|
|
250
|
-
if self.ensurenl and not text.endswith('\n'):
|
|
251
|
-
text += '\n'
|
|
252
|
-
|
|
253
|
-
return text
|
|
254
|
-
|
|
255
|
-
def get_tokens(self, text, unfiltered=False):
|
|
256
|
-
"""
|
|
257
|
-
This method is the basic interface of a lexer. It is called by
|
|
258
|
-
the `highlight()` function. It must process the text and return an
|
|
259
|
-
iterable of ``(tokentype, value)`` pairs from `text`.
|
|
260
|
-
|
|
261
|
-
Normally, you don't need to override this method. The default
|
|
262
|
-
implementation processes the options recognized by all lexers
|
|
263
|
-
(`stripnl`, `stripall` and so on), and then yields all tokens
|
|
264
|
-
from `get_tokens_unprocessed()`, with the ``index`` dropped.
|
|
265
|
-
|
|
266
|
-
If `unfiltered` is set to `True`, the filtering mechanism is
|
|
267
|
-
bypassed even if filters are defined.
|
|
268
|
-
"""
|
|
269
|
-
text = self._preprocess_lexer_input(text)
|
|
270
|
-
|
|
271
|
-
def streamer():
|
|
272
|
-
for _, t, v in self.get_tokens_unprocessed(text):
|
|
273
|
-
yield t, v
|
|
274
|
-
stream = streamer()
|
|
275
|
-
if not unfiltered:
|
|
276
|
-
stream = apply_filters(stream, self.filters, self)
|
|
277
|
-
return stream
|
|
278
|
-
|
|
279
|
-
def get_tokens_unprocessed(self, text):
|
|
280
|
-
"""
|
|
281
|
-
This method should process the text and return an iterable of
|
|
282
|
-
``(index, tokentype, value)`` tuples where ``index`` is the starting
|
|
283
|
-
position of the token within the input text.
|
|
284
|
-
|
|
285
|
-
It must be overridden by subclasses. It is recommended to
|
|
286
|
-
implement it as a generator to maximize effectiveness.
|
|
287
|
-
"""
|
|
288
|
-
raise NotImplementedError
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
class DelegatingLexer(Lexer):
|
|
292
|
-
"""
|
|
293
|
-
This lexer takes two lexer as arguments. A root lexer and
|
|
294
|
-
a language lexer. First everything is scanned using the language
|
|
295
|
-
lexer, afterwards all ``Other`` tokens are lexed using the root
|
|
296
|
-
lexer.
|
|
297
|
-
|
|
298
|
-
The lexers from the ``template`` lexer package use this base lexer.
|
|
299
|
-
"""
|
|
300
|
-
|
|
301
|
-
def __init__(self, _root_lexer, _language_lexer, _needle=Other, **options):
|
|
302
|
-
self.root_lexer = _root_lexer(**options)
|
|
303
|
-
self.language_lexer = _language_lexer(**options)
|
|
304
|
-
self.needle = _needle
|
|
305
|
-
Lexer.__init__(self, **options)
|
|
306
|
-
|
|
307
|
-
def get_tokens_unprocessed(self, text):
|
|
308
|
-
buffered = ''
|
|
309
|
-
insertions = []
|
|
310
|
-
lng_buffer = []
|
|
311
|
-
for i, t, v in self.language_lexer.get_tokens_unprocessed(text):
|
|
312
|
-
if t is self.needle:
|
|
313
|
-
if lng_buffer:
|
|
314
|
-
insertions.append((len(buffered), lng_buffer))
|
|
315
|
-
lng_buffer = []
|
|
316
|
-
buffered += v
|
|
317
|
-
else:
|
|
318
|
-
lng_buffer.append((i, t, v))
|
|
319
|
-
if lng_buffer:
|
|
320
|
-
insertions.append((len(buffered), lng_buffer))
|
|
321
|
-
return do_insertions(insertions,
|
|
322
|
-
self.root_lexer.get_tokens_unprocessed(buffered))
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
# ------------------------------------------------------------------------------
|
|
326
|
-
# RegexLexer and ExtendedRegexLexer
|
|
327
|
-
#
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
class include(str): # pylint: disable=invalid-name
|
|
331
|
-
"""
|
|
332
|
-
Indicates that a state should include rules from another state.
|
|
333
|
-
"""
|
|
334
|
-
pass
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
class _inherit:
|
|
338
|
-
"""
|
|
339
|
-
Indicates the a state should inherit from its superclass.
|
|
340
|
-
"""
|
|
341
|
-
def __repr__(self):
|
|
342
|
-
return 'inherit'
|
|
343
|
-
|
|
344
|
-
inherit = _inherit() # pylint: disable=invalid-name
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
class combined(tuple): # pylint: disable=invalid-name
|
|
348
|
-
"""
|
|
349
|
-
Indicates a state combined from multiple states.
|
|
350
|
-
"""
|
|
351
|
-
|
|
352
|
-
def __new__(cls, *args):
|
|
353
|
-
return tuple.__new__(cls, args)
|
|
354
|
-
|
|
355
|
-
def __init__(self, *args):
|
|
356
|
-
# tuple.__init__ doesn't do anything
|
|
357
|
-
pass
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
class _PseudoMatch:
|
|
361
|
-
"""
|
|
362
|
-
A pseudo match object constructed from a string.
|
|
363
|
-
"""
|
|
364
|
-
|
|
365
|
-
def __init__(self, start, text):
|
|
366
|
-
self._text = text
|
|
367
|
-
self._start = start
|
|
368
|
-
|
|
369
|
-
def start(self, arg=None):
|
|
370
|
-
return self._start
|
|
371
|
-
|
|
372
|
-
def end(self, arg=None):
|
|
373
|
-
return self._start + len(self._text)
|
|
374
|
-
|
|
375
|
-
def group(self, arg=None):
|
|
376
|
-
if arg:
|
|
377
|
-
raise IndexError('No such group')
|
|
378
|
-
return self._text
|
|
379
|
-
|
|
380
|
-
def groups(self):
|
|
381
|
-
return (self._text,)
|
|
382
|
-
|
|
383
|
-
def groupdict(self):
|
|
384
|
-
return {}
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
def bygroups(*args):
|
|
388
|
-
"""
|
|
389
|
-
Callback that yields multiple actions for each group in the match.
|
|
390
|
-
"""
|
|
391
|
-
def callback(lexer, match, ctx=None):
|
|
392
|
-
for i, action in enumerate(args):
|
|
393
|
-
if action is None:
|
|
394
|
-
continue
|
|
395
|
-
elif type(action) is _TokenType:
|
|
396
|
-
data = match.group(i + 1)
|
|
397
|
-
if data:
|
|
398
|
-
yield match.start(i + 1), action, data
|
|
399
|
-
else:
|
|
400
|
-
data = match.group(i + 1)
|
|
401
|
-
if data is not None:
|
|
402
|
-
if ctx:
|
|
403
|
-
ctx.pos = match.start(i + 1)
|
|
404
|
-
for item in action(lexer,
|
|
405
|
-
_PseudoMatch(match.start(i + 1), data), ctx):
|
|
406
|
-
if item:
|
|
407
|
-
yield item
|
|
408
|
-
if ctx:
|
|
409
|
-
ctx.pos = match.end()
|
|
410
|
-
return callback
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
class _This:
|
|
414
|
-
"""
|
|
415
|
-
Special singleton used for indicating the caller class.
|
|
416
|
-
Used by ``using``.
|
|
417
|
-
"""
|
|
418
|
-
|
|
419
|
-
this = _This()
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
def using(_other, **kwargs):
|
|
423
|
-
"""
|
|
424
|
-
Callback that processes the match with a different lexer.
|
|
425
|
-
|
|
426
|
-
The keyword arguments are forwarded to the lexer, except `state` which
|
|
427
|
-
is handled separately.
|
|
428
|
-
|
|
429
|
-
`state` specifies the state that the new lexer will start in, and can
|
|
430
|
-
be an enumerable such as ('root', 'inline', 'string') or a simple
|
|
431
|
-
string which is assumed to be on top of the root state.
|
|
432
|
-
|
|
433
|
-
Note: For that to work, `_other` must not be an `ExtendedRegexLexer`.
|
|
434
|
-
"""
|
|
435
|
-
gt_kwargs = {}
|
|
436
|
-
if 'state' in kwargs:
|
|
437
|
-
s = kwargs.pop('state')
|
|
438
|
-
if isinstance(s, (list, tuple)):
|
|
439
|
-
gt_kwargs['stack'] = s
|
|
440
|
-
else:
|
|
441
|
-
gt_kwargs['stack'] = ('root', s)
|
|
442
|
-
|
|
443
|
-
if _other is this:
|
|
444
|
-
def callback(lexer, match, ctx=None):
|
|
445
|
-
# if keyword arguments are given the callback
|
|
446
|
-
# function has to create a new lexer instance
|
|
447
|
-
if kwargs:
|
|
448
|
-
# XXX: cache that somehow
|
|
449
|
-
kwargs.update(lexer.options)
|
|
450
|
-
lx = lexer.__class__(**kwargs)
|
|
451
|
-
else:
|
|
452
|
-
lx = lexer
|
|
453
|
-
s = match.start()
|
|
454
|
-
for i, t, v in lx.get_tokens_unprocessed(match.group(), **gt_kwargs):
|
|
455
|
-
yield i + s, t, v
|
|
456
|
-
if ctx:
|
|
457
|
-
ctx.pos = match.end()
|
|
458
|
-
else:
|
|
459
|
-
def callback(lexer, match, ctx=None):
|
|
460
|
-
# XXX: cache that somehow
|
|
461
|
-
kwargs.update(lexer.options)
|
|
462
|
-
lx = _other(**kwargs)
|
|
463
|
-
|
|
464
|
-
s = match.start()
|
|
465
|
-
for i, t, v in lx.get_tokens_unprocessed(match.group(), **gt_kwargs):
|
|
466
|
-
yield i + s, t, v
|
|
467
|
-
if ctx:
|
|
468
|
-
ctx.pos = match.end()
|
|
469
|
-
return callback
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
class default:
|
|
473
|
-
"""
|
|
474
|
-
Indicates a state or state action (e.g. #pop) to apply.
|
|
475
|
-
For example default('#pop') is equivalent to ('', Token, '#pop')
|
|
476
|
-
Note that state tuples may be used as well.
|
|
477
|
-
|
|
478
|
-
.. versionadded:: 2.0
|
|
479
|
-
"""
|
|
480
|
-
def __init__(self, state):
|
|
481
|
-
self.state = state
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
class words(Future):
|
|
485
|
-
"""
|
|
486
|
-
Indicates a list of literal words that is transformed into an optimized
|
|
487
|
-
regex that matches any of the words.
|
|
488
|
-
|
|
489
|
-
.. versionadded:: 2.0
|
|
490
|
-
"""
|
|
491
|
-
def __init__(self, words, prefix='', suffix=''):
|
|
492
|
-
self.words = words
|
|
493
|
-
self.prefix = prefix
|
|
494
|
-
self.suffix = suffix
|
|
495
|
-
|
|
496
|
-
def get(self):
|
|
497
|
-
return regex_opt(self.words, prefix=self.prefix, suffix=self.suffix)
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
class RegexLexerMeta(LexerMeta):
|
|
501
|
-
"""
|
|
502
|
-
Metaclass for RegexLexer, creates the self._tokens attribute from
|
|
503
|
-
self.tokens on the first instantiation.
|
|
504
|
-
"""
|
|
505
|
-
|
|
506
|
-
def _process_regex(cls, regex, rflags, state):
|
|
507
|
-
"""Preprocess the regular expression component of a token definition."""
|
|
508
|
-
if isinstance(regex, Future):
|
|
509
|
-
regex = regex.get()
|
|
510
|
-
return re.compile(regex, rflags).match
|
|
511
|
-
|
|
512
|
-
def _process_token(cls, token):
|
|
513
|
-
"""Preprocess the token component of a token definition."""
|
|
514
|
-
assert type(token) is _TokenType or callable(token), \
|
|
515
|
-
f'token type must be simple type or callable, not {token!r}'
|
|
516
|
-
return token
|
|
517
|
-
|
|
518
|
-
def _process_new_state(cls, new_state, unprocessed, processed):
|
|
519
|
-
"""Preprocess the state transition action of a token definition."""
|
|
520
|
-
if isinstance(new_state, str):
|
|
521
|
-
# an existing state
|
|
522
|
-
if new_state == '#pop':
|
|
523
|
-
return -1
|
|
524
|
-
elif new_state in unprocessed:
|
|
525
|
-
return (new_state,)
|
|
526
|
-
elif new_state == '#push':
|
|
527
|
-
return new_state
|
|
528
|
-
elif new_state[:5] == '#pop:':
|
|
529
|
-
return -int(new_state[5:])
|
|
530
|
-
else:
|
|
531
|
-
assert False, f'unknown new state {new_state!r}'
|
|
532
|
-
elif isinstance(new_state, combined):
|
|
533
|
-
# combine a new state from existing ones
|
|
534
|
-
tmp_state = '_tmp_%d' % cls._tmpname
|
|
535
|
-
cls._tmpname += 1
|
|
536
|
-
itokens = []
|
|
537
|
-
for istate in new_state:
|
|
538
|
-
assert istate != new_state, f'circular state ref {istate!r}'
|
|
539
|
-
itokens.extend(cls._process_state(unprocessed,
|
|
540
|
-
processed, istate))
|
|
541
|
-
processed[tmp_state] = itokens
|
|
542
|
-
return (tmp_state,)
|
|
543
|
-
elif isinstance(new_state, tuple):
|
|
544
|
-
# push more than one state
|
|
545
|
-
for istate in new_state:
|
|
546
|
-
assert (istate in unprocessed or
|
|
547
|
-
istate in ('#pop', '#push')), \
|
|
548
|
-
'unknown new state ' + istate
|
|
549
|
-
return new_state
|
|
550
|
-
else:
|
|
551
|
-
assert False, f'unknown new state def {new_state!r}'
|
|
552
|
-
|
|
553
|
-
def _process_state(cls, unprocessed, processed, state):
|
|
554
|
-
"""Preprocess a single state definition."""
|
|
555
|
-
assert isinstance(state, str), f"wrong state name {state!r}"
|
|
556
|
-
assert state[0] != '#', f"invalid state name {state!r}"
|
|
557
|
-
if state in processed:
|
|
558
|
-
return processed[state]
|
|
559
|
-
tokens = processed[state] = []
|
|
560
|
-
rflags = cls.flags
|
|
561
|
-
for tdef in unprocessed[state]:
|
|
562
|
-
if isinstance(tdef, include):
|
|
563
|
-
# it's a state reference
|
|
564
|
-
assert tdef != state, f"circular state reference {state!r}"
|
|
565
|
-
tokens.extend(cls._process_state(unprocessed, processed,
|
|
566
|
-
str(tdef)))
|
|
567
|
-
continue
|
|
568
|
-
if isinstance(tdef, _inherit):
|
|
569
|
-
# should be processed already, but may not in the case of:
|
|
570
|
-
# 1. the state has no counterpart in any parent
|
|
571
|
-
# 2. the state includes more than one 'inherit'
|
|
572
|
-
continue
|
|
573
|
-
if isinstance(tdef, default):
|
|
574
|
-
new_state = cls._process_new_state(tdef.state, unprocessed, processed)
|
|
575
|
-
tokens.append((re.compile('').match, None, new_state))
|
|
576
|
-
continue
|
|
577
|
-
|
|
578
|
-
assert type(tdef) is tuple, f"wrong rule def {tdef!r}"
|
|
579
|
-
|
|
580
|
-
try:
|
|
581
|
-
rex = cls._process_regex(tdef[0], rflags, state)
|
|
582
|
-
except Exception as err:
|
|
583
|
-
raise ValueError(f"uncompilable regex {tdef[0]!r} in state {state!r} of {cls!r}: {err}") from err
|
|
584
|
-
|
|
585
|
-
token = cls._process_token(tdef[1])
|
|
586
|
-
|
|
587
|
-
if len(tdef) == 2:
|
|
588
|
-
new_state = None
|
|
589
|
-
else:
|
|
590
|
-
new_state = cls._process_new_state(tdef[2],
|
|
591
|
-
unprocessed, processed)
|
|
592
|
-
|
|
593
|
-
tokens.append((rex, token, new_state))
|
|
594
|
-
return tokens
|
|
595
|
-
|
|
596
|
-
def process_tokendef(cls, name, tokendefs=None):
|
|
597
|
-
"""Preprocess a dictionary of token definitions."""
|
|
598
|
-
processed = cls._all_tokens[name] = {}
|
|
599
|
-
tokendefs = tokendefs or cls.tokens[name]
|
|
600
|
-
for state in list(tokendefs):
|
|
601
|
-
cls._process_state(tokendefs, processed, state)
|
|
602
|
-
return processed
|
|
603
|
-
|
|
604
|
-
def get_tokendefs(cls):
|
|
605
|
-
"""
|
|
606
|
-
Merge tokens from superclasses in MRO order, returning a single tokendef
|
|
607
|
-
dictionary.
|
|
608
|
-
|
|
609
|
-
Any state that is not defined by a subclass will be inherited
|
|
610
|
-
automatically. States that *are* defined by subclasses will, by
|
|
611
|
-
default, override that state in the superclass. If a subclass wishes to
|
|
612
|
-
inherit definitions from a superclass, it can use the special value
|
|
613
|
-
"inherit", which will cause the superclass' state definition to be
|
|
614
|
-
included at that point in the state.
|
|
615
|
-
"""
|
|
616
|
-
tokens = {}
|
|
617
|
-
inheritable = {}
|
|
618
|
-
for c in cls.__mro__:
|
|
619
|
-
toks = c.__dict__.get('tokens', {})
|
|
620
|
-
|
|
621
|
-
for state, items in toks.items():
|
|
622
|
-
curitems = tokens.get(state)
|
|
623
|
-
if curitems is None:
|
|
624
|
-
# N.b. because this is assigned by reference, sufficiently
|
|
625
|
-
# deep hierarchies are processed incrementally (e.g. for
|
|
626
|
-
# A(B), B(C), C(RegexLexer), B will be premodified so X(B)
|
|
627
|
-
# will not see any inherits in B).
|
|
628
|
-
tokens[state] = items
|
|
629
|
-
try:
|
|
630
|
-
inherit_ndx = items.index(inherit)
|
|
631
|
-
except ValueError:
|
|
632
|
-
continue
|
|
633
|
-
inheritable[state] = inherit_ndx
|
|
634
|
-
continue
|
|
635
|
-
|
|
636
|
-
inherit_ndx = inheritable.pop(state, None)
|
|
637
|
-
if inherit_ndx is None:
|
|
638
|
-
continue
|
|
639
|
-
|
|
640
|
-
# Replace the "inherit" value with the items
|
|
641
|
-
curitems[inherit_ndx:inherit_ndx+1] = items
|
|
642
|
-
try:
|
|
643
|
-
# N.b. this is the index in items (that is, the superclass
|
|
644
|
-
# copy), so offset required when storing below.
|
|
645
|
-
new_inh_ndx = items.index(inherit)
|
|
646
|
-
except ValueError:
|
|
647
|
-
pass
|
|
648
|
-
else:
|
|
649
|
-
inheritable[state] = inherit_ndx + new_inh_ndx
|
|
650
|
-
|
|
651
|
-
return tokens
|
|
652
|
-
|
|
653
|
-
def __call__(cls, *args, **kwds):
|
|
654
|
-
"""Instantiate cls after preprocessing its token definitions."""
|
|
655
|
-
if '_tokens' not in cls.__dict__:
|
|
656
|
-
cls._all_tokens = {}
|
|
657
|
-
cls._tmpname = 0
|
|
658
|
-
if hasattr(cls, 'token_variants') and cls.token_variants:
|
|
659
|
-
# don't process yet
|
|
660
|
-
pass
|
|
661
|
-
else:
|
|
662
|
-
cls._tokens = cls.process_tokendef('', cls.get_tokendefs())
|
|
663
|
-
|
|
664
|
-
return type.__call__(cls, *args, **kwds)
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
class RegexLexer(Lexer, metaclass=RegexLexerMeta):
|
|
668
|
-
"""
|
|
669
|
-
Base for simple stateful regular expression-based lexers.
|
|
670
|
-
Simplifies the lexing process so that you need only
|
|
671
|
-
provide a list of states and regular expressions.
|
|
672
|
-
"""
|
|
673
|
-
|
|
674
|
-
#: Flags for compiling the regular expressions.
|
|
675
|
-
#: Defaults to MULTILINE.
|
|
676
|
-
flags = re.MULTILINE
|
|
677
|
-
|
|
678
|
-
#: At all time there is a stack of states. Initially, the stack contains
|
|
679
|
-
#: a single state 'root'. The top of the stack is called "the current state".
|
|
680
|
-
#:
|
|
681
|
-
#: Dict of ``{'state': [(regex, tokentype, new_state), ...], ...}``
|
|
682
|
-
#:
|
|
683
|
-
#: ``new_state`` can be omitted to signify no state transition.
|
|
684
|
-
#: If ``new_state`` is a string, it is pushed on the stack. This ensure
|
|
685
|
-
#: the new current state is ``new_state``.
|
|
686
|
-
#: If ``new_state`` is a tuple of strings, all of those strings are pushed
|
|
687
|
-
#: on the stack and the current state will be the last element of the list.
|
|
688
|
-
#: ``new_state`` can also be ``combined('state1', 'state2', ...)``
|
|
689
|
-
#: to signify a new, anonymous state combined from the rules of two
|
|
690
|
-
#: or more existing ones.
|
|
691
|
-
#: Furthermore, it can be '#pop' to signify going back one step in
|
|
692
|
-
#: the state stack, or '#push' to push the current state on the stack
|
|
693
|
-
#: again. Note that if you push while in a combined state, the combined
|
|
694
|
-
#: state itself is pushed, and not only the state in which the rule is
|
|
695
|
-
#: defined.
|
|
696
|
-
#:
|
|
697
|
-
#: The tuple can also be replaced with ``include('state')``, in which
|
|
698
|
-
#: case the rules from the state named by the string are included in the
|
|
699
|
-
#: current one.
|
|
700
|
-
tokens = {}
|
|
701
|
-
|
|
702
|
-
def get_tokens_unprocessed(self, text, stack=('root',)):
|
|
703
|
-
"""
|
|
704
|
-
Split ``text`` into (tokentype, text) pairs.
|
|
705
|
-
|
|
706
|
-
``stack`` is the initial stack (default: ``['root']``)
|
|
707
|
-
"""
|
|
708
|
-
pos = 0
|
|
709
|
-
tokendefs = self._tokens
|
|
710
|
-
statestack = list(stack)
|
|
711
|
-
statetokens = tokendefs[statestack[-1]]
|
|
712
|
-
while 1:
|
|
713
|
-
for rexmatch, action, new_state in statetokens:
|
|
714
|
-
m = rexmatch(text, pos)
|
|
715
|
-
if m:
|
|
716
|
-
if action is not None:
|
|
717
|
-
if type(action) is _TokenType:
|
|
718
|
-
yield pos, action, m.group()
|
|
719
|
-
else:
|
|
720
|
-
yield from action(self, m)
|
|
721
|
-
pos = m.end()
|
|
722
|
-
if new_state is not None:
|
|
723
|
-
# state transition
|
|
724
|
-
if isinstance(new_state, tuple):
|
|
725
|
-
for state in new_state:
|
|
726
|
-
if state == '#pop':
|
|
727
|
-
if len(statestack) > 1:
|
|
728
|
-
statestack.pop()
|
|
729
|
-
elif state == '#push':
|
|
730
|
-
statestack.append(statestack[-1])
|
|
731
|
-
else:
|
|
732
|
-
statestack.append(state)
|
|
733
|
-
elif isinstance(new_state, int):
|
|
734
|
-
# pop, but keep at least one state on the stack
|
|
735
|
-
# (random code leading to unexpected pops should
|
|
736
|
-
# not allow exceptions)
|
|
737
|
-
if abs(new_state) >= len(statestack):
|
|
738
|
-
del statestack[1:]
|
|
739
|
-
else:
|
|
740
|
-
del statestack[new_state:]
|
|
741
|
-
elif new_state == '#push':
|
|
742
|
-
statestack.append(statestack[-1])
|
|
743
|
-
else:
|
|
744
|
-
assert False, f"wrong state def: {new_state!r}"
|
|
745
|
-
statetokens = tokendefs[statestack[-1]]
|
|
746
|
-
break
|
|
747
|
-
else:
|
|
748
|
-
# We are here only if all state tokens have been considered
|
|
749
|
-
# and there was not a match on any of them.
|
|
750
|
-
try:
|
|
751
|
-
if text[pos] == '\n':
|
|
752
|
-
# at EOL, reset state to "root"
|
|
753
|
-
statestack = ['root']
|
|
754
|
-
statetokens = tokendefs['root']
|
|
755
|
-
yield pos, Whitespace, '\n'
|
|
756
|
-
pos += 1
|
|
757
|
-
continue
|
|
758
|
-
yield pos, Error, text[pos]
|
|
759
|
-
pos += 1
|
|
760
|
-
except IndexError:
|
|
761
|
-
break
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
class LexerContext:
|
|
765
|
-
"""
|
|
766
|
-
A helper object that holds lexer position data.
|
|
767
|
-
"""
|
|
768
|
-
|
|
769
|
-
def __init__(self, text, pos, stack=None, end=None):
|
|
770
|
-
self.text = text
|
|
771
|
-
self.pos = pos
|
|
772
|
-
self.end = end or len(text) # end=0 not supported ;-)
|
|
773
|
-
self.stack = stack or ['root']
|
|
774
|
-
|
|
775
|
-
def __repr__(self):
|
|
776
|
-
return f'LexerContext({self.text!r}, {self.pos!r}, {self.stack!r})'
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
class ExtendedRegexLexer(RegexLexer):
|
|
780
|
-
"""
|
|
781
|
-
A RegexLexer that uses a context object to store its state.
|
|
782
|
-
"""
|
|
783
|
-
|
|
784
|
-
def get_tokens_unprocessed(self, text=None, context=None):
|
|
785
|
-
"""
|
|
786
|
-
Split ``text`` into (tokentype, text) pairs.
|
|
787
|
-
If ``context`` is given, use this lexer context instead.
|
|
788
|
-
"""
|
|
789
|
-
tokendefs = self._tokens
|
|
790
|
-
if not context:
|
|
791
|
-
ctx = LexerContext(text, 0)
|
|
792
|
-
statetokens = tokendefs['root']
|
|
793
|
-
else:
|
|
794
|
-
ctx = context
|
|
795
|
-
statetokens = tokendefs[ctx.stack[-1]]
|
|
796
|
-
text = ctx.text
|
|
797
|
-
while 1:
|
|
798
|
-
for rexmatch, action, new_state in statetokens:
|
|
799
|
-
m = rexmatch(text, ctx.pos, ctx.end)
|
|
800
|
-
if m:
|
|
801
|
-
if action is not None:
|
|
802
|
-
if type(action) is _TokenType:
|
|
803
|
-
yield ctx.pos, action, m.group()
|
|
804
|
-
ctx.pos = m.end()
|
|
805
|
-
else:
|
|
806
|
-
yield from action(self, m, ctx)
|
|
807
|
-
if not new_state:
|
|
808
|
-
# altered the state stack?
|
|
809
|
-
statetokens = tokendefs[ctx.stack[-1]]
|
|
810
|
-
# CAUTION: callback must set ctx.pos!
|
|
811
|
-
if new_state is not None:
|
|
812
|
-
# state transition
|
|
813
|
-
if isinstance(new_state, tuple):
|
|
814
|
-
for state in new_state:
|
|
815
|
-
if state == '#pop':
|
|
816
|
-
if len(ctx.stack) > 1:
|
|
817
|
-
ctx.stack.pop()
|
|
818
|
-
elif state == '#push':
|
|
819
|
-
ctx.stack.append(ctx.stack[-1])
|
|
820
|
-
else:
|
|
821
|
-
ctx.stack.append(state)
|
|
822
|
-
elif isinstance(new_state, int):
|
|
823
|
-
# see RegexLexer for why this check is made
|
|
824
|
-
if abs(new_state) >= len(ctx.stack):
|
|
825
|
-
del ctx.stack[1:]
|
|
826
|
-
else:
|
|
827
|
-
del ctx.stack[new_state:]
|
|
828
|
-
elif new_state == '#push':
|
|
829
|
-
ctx.stack.append(ctx.stack[-1])
|
|
830
|
-
else:
|
|
831
|
-
assert False, f"wrong state def: {new_state!r}"
|
|
832
|
-
statetokens = tokendefs[ctx.stack[-1]]
|
|
833
|
-
break
|
|
834
|
-
else:
|
|
835
|
-
try:
|
|
836
|
-
if ctx.pos >= ctx.end:
|
|
837
|
-
break
|
|
838
|
-
if text[ctx.pos] == '\n':
|
|
839
|
-
# at EOL, reset state to "root"
|
|
840
|
-
ctx.stack = ['root']
|
|
841
|
-
statetokens = tokendefs['root']
|
|
842
|
-
yield ctx.pos, Text, '\n'
|
|
843
|
-
ctx.pos += 1
|
|
844
|
-
continue
|
|
845
|
-
yield ctx.pos, Error, text[ctx.pos]
|
|
846
|
-
ctx.pos += 1
|
|
847
|
-
except IndexError:
|
|
848
|
-
break
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
def do_insertions(insertions, tokens):
|
|
852
|
-
"""
|
|
853
|
-
Helper for lexers which must combine the results of several
|
|
854
|
-
sublexers.
|
|
855
|
-
|
|
856
|
-
``insertions`` is a list of ``(index, itokens)`` pairs.
|
|
857
|
-
Each ``itokens`` iterable should be inserted at position
|
|
858
|
-
``index`` into the token stream given by the ``tokens``
|
|
859
|
-
argument.
|
|
860
|
-
|
|
861
|
-
The result is a combined token stream.
|
|
862
|
-
|
|
863
|
-
TODO: clean up the code here.
|
|
864
|
-
"""
|
|
865
|
-
insertions = iter(insertions)
|
|
866
|
-
try:
|
|
867
|
-
index, itokens = next(insertions)
|
|
868
|
-
except StopIteration:
|
|
869
|
-
# no insertions
|
|
870
|
-
yield from tokens
|
|
871
|
-
return
|
|
872
|
-
|
|
873
|
-
realpos = None
|
|
874
|
-
insleft = True
|
|
875
|
-
|
|
876
|
-
# iterate over the token stream where we want to insert
|
|
877
|
-
# the tokens from the insertion list.
|
|
878
|
-
for i, t, v in tokens:
|
|
879
|
-
# first iteration. store the position of first item
|
|
880
|
-
if realpos is None:
|
|
881
|
-
realpos = i
|
|
882
|
-
oldi = 0
|
|
883
|
-
while insleft and i + len(v) >= index:
|
|
884
|
-
tmpval = v[oldi:index - i]
|
|
885
|
-
if tmpval:
|
|
886
|
-
yield realpos, t, tmpval
|
|
887
|
-
realpos += len(tmpval)
|
|
888
|
-
for it_index, it_token, it_value in itokens:
|
|
889
|
-
yield realpos, it_token, it_value
|
|
890
|
-
realpos += len(it_value)
|
|
891
|
-
oldi = index - i
|
|
892
|
-
try:
|
|
893
|
-
index, itokens = next(insertions)
|
|
894
|
-
except StopIteration:
|
|
895
|
-
insleft = False
|
|
896
|
-
break # not strictly necessary
|
|
897
|
-
if oldi < len(v):
|
|
898
|
-
yield realpos, t, v[oldi:]
|
|
899
|
-
realpos += len(v) - oldi
|
|
900
|
-
|
|
901
|
-
# leftover tokens
|
|
902
|
-
while insleft:
|
|
903
|
-
# no normal tokens, set realpos to zero
|
|
904
|
-
realpos = realpos or 0
|
|
905
|
-
for p, t, v in itokens:
|
|
906
|
-
yield realpos, t, v
|
|
907
|
-
realpos += len(v)
|
|
908
|
-
try:
|
|
909
|
-
index, itokens = next(insertions)
|
|
910
|
-
except StopIteration:
|
|
911
|
-
insleft = False
|
|
912
|
-
break # not strictly necessary
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
class ProfilingRegexLexerMeta(RegexLexerMeta):
|
|
916
|
-
"""Metaclass for ProfilingRegexLexer, collects regex timing info."""
|
|
917
|
-
|
|
918
|
-
def _process_regex(cls, regex, rflags, state):
|
|
919
|
-
if isinstance(regex, words):
|
|
920
|
-
rex = regex_opt(regex.words, prefix=regex.prefix,
|
|
921
|
-
suffix=regex.suffix)
|
|
922
|
-
else:
|
|
923
|
-
rex = regex
|
|
924
|
-
compiled = re.compile(rex, rflags)
|
|
925
|
-
|
|
926
|
-
def match_func(text, pos, endpos=sys.maxsize):
|
|
927
|
-
info = cls._prof_data[-1].setdefault((state, rex), [0, 0.0])
|
|
928
|
-
t0 = time.time()
|
|
929
|
-
res = compiled.match(text, pos, endpos)
|
|
930
|
-
t1 = time.time()
|
|
931
|
-
info[0] += 1
|
|
932
|
-
info[1] += t1 - t0
|
|
933
|
-
return res
|
|
934
|
-
return match_func
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
class ProfilingRegexLexer(RegexLexer, metaclass=ProfilingRegexLexerMeta):
|
|
938
|
-
"""Drop-in replacement for RegexLexer that does profiling of its regexes."""
|
|
939
|
-
|
|
940
|
-
_prof_data = []
|
|
941
|
-
_prof_sort_index = 4 # defaults to time per call
|
|
942
|
-
|
|
943
|
-
def get_tokens_unprocessed(self, text, stack=('root',)):
|
|
944
|
-
# this needs to be a stack, since using(this) will produce nested calls
|
|
945
|
-
self.__class__._prof_data.append({})
|
|
946
|
-
yield from RegexLexer.get_tokens_unprocessed(self, text, stack)
|
|
947
|
-
rawdata = self.__class__._prof_data.pop()
|
|
948
|
-
data = sorted(((s, repr(r).strip('u\'').replace('\\\\', '\\')[:65],
|
|
949
|
-
n, 1000 * t, 1000 * t / n)
|
|
950
|
-
for ((s, r), (n, t)) in rawdata.items()),
|
|
951
|
-
key=lambda x: x[self._prof_sort_index],
|
|
952
|
-
reverse=True)
|
|
953
|
-
sum_total = sum(x[3] for x in data)
|
|
954
|
-
|
|
955
|
-
print()
|
|
956
|
-
print('Profiling result for %s lexing %d chars in %.3f ms' %
|
|
957
|
-
(self.__class__.__name__, len(text), sum_total))
|
|
958
|
-
print('=' * 110)
|
|
959
|
-
print('%-20s %-64s ncalls tottime percall' % ('state', 'regex'))
|
|
960
|
-
print('-' * 110)
|
|
961
|
-
for d in data:
|
|
962
|
-
print('%-20s %-65s %5d %8.4f %8.4f' % d)
|
|
963
|
-
print('=' * 110)
|