Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- evalkit_tf449/lib/python3.10/site-packages/triton/backends/nvidia/bin/nvdisasm +3 -0
- infer_4_30_0/lib/python3.10/site-packages/PyYAML-6.0.2.dist-info/INSTALLER +1 -0
- infer_4_30_0/lib/python3.10/site-packages/PyYAML-6.0.2.dist-info/REQUESTED +0 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/__pycache__/__init__.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/__pycache__/base.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/__pycache__/ospath.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/tempfile/__pycache__/temptypes.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/__init__.py +139 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/__pycache__/__init__.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/__pycache__/binary.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/__pycache__/text.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/binary.py +104 -0
- infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/text.py +64 -0
- infer_4_30_0/lib/python3.10/site-packages/lit/LitConfig.py +246 -0
- infer_4_30_0/lib/python3.10/site-packages/lit/Test.py +436 -0
- infer_4_30_0/lib/python3.10/site-packages/lit/TestTimes.py +40 -0
- infer_4_30_0/lib/python3.10/site-packages/lit/__init__.py +8 -0
- infer_4_30_0/lib/python3.10/site-packages/lit/run.py +141 -0
- infer_4_30_0/lib/python3.10/site-packages/opencensus-0.11.4.dist-info/RECORD +194 -0
- infer_4_30_0/lib/python3.10/site-packages/opencensus-0.11.4.dist-info/namespace_packages.txt +1 -0
- infer_4_30_0/lib/python3.10/site-packages/opencensus-0.11.4.dist-info/top_level.txt +1 -0
- infer_4_30_0/lib/python3.10/site-packages/referencing-0.35.1.dist-info/INSTALLER +1 -0
- infer_4_30_0/lib/python3.10/site-packages/safetensors/_safetensors_rust.cpython-310-x86_64-linux-gnu.so +3 -0
- infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/INSTALLER +1 -0
- infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/RECORD +936 -0
- infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/REQUESTED +0 -0
- infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/WHEEL +5 -0
- infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/entry_points.txt +51 -0
- infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/top_level.txt +3 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/abc.py +111 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/conftest.py +96 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__init__.py +20 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__pycache__/__init__.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__pycache__/convolutions.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__pycache__/recurrences.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__pycache__/transforms.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/convolutions.py +597 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__init__.py +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__pycache__/__init__.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__pycache__/test_convolutions.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__pycache__/test_recurrences.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__pycache__/test_transforms.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/test_convolutions.py +392 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/test_recurrences.py +59 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/test_transforms.py +154 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/transforms.py +425 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/multipledispatch/__init__.py +11 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/multipledispatch/__pycache__/__init__.cpython-310.pyc +0 -0
- infer_4_30_0/lib/python3.10/site-packages/sympy/multipledispatch/__pycache__/core.cpython-310.pyc +0 -0
.gitattributes
CHANGED
|
@@ -1748,3 +1748,7 @@ infer_4_30_0/lib/python3.10/site-packages/transformers/generation/__pycache__/lo
|
|
| 1748 |
infer_4_30_0/lib/python3.10/site-packages/transformers/generation/__pycache__/tf_utils.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1749 |
infer_4_30_0/lib/python3.10/site-packages/transformers/models/seamless_m4t/__pycache__/modeling_seamless_m4t.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1750 |
infer_4_30_0/lib/python3.10/site-packages/transformers/models/perceiver/__pycache__/modeling_perceiver.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1748 |
infer_4_30_0/lib/python3.10/site-packages/transformers/generation/__pycache__/tf_utils.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1749 |
infer_4_30_0/lib/python3.10/site-packages/transformers/models/seamless_m4t/__pycache__/modeling_seamless_m4t.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1750 |
infer_4_30_0/lib/python3.10/site-packages/transformers/models/perceiver/__pycache__/modeling_perceiver.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1751 |
+
infer_4_30_0/lib/python3.10/site-packages/safetensors/_safetensors_rust.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 1752 |
+
infer_4_30_0/lib/python3.10/site-packages/transformers/__pycache__/__init__.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1753 |
+
infer_4_30_0/lib/python3.10/site-packages/transformers/models/seamless_m4t_v2/__pycache__/modeling_seamless_m4t_v2.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 1754 |
+
evalkit_tf449/lib/python3.10/site-packages/triton/backends/nvidia/bin/nvdisasm filter=lfs diff=lfs merge=lfs -text
|
evalkit_tf449/lib/python3.10/site-packages/triton/backends/nvidia/bin/nvdisasm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af0a3b5be57130ecf050a310767d354a4c730b30a3bf3b88c100dc3c9bcbebea
|
| 3 |
+
size 50683112
|
infer_4_30_0/lib/python3.10/site-packages/PyYAML-6.0.2.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
infer_4_30_0/lib/python3.10/site-packages/PyYAML-6.0.2.dist-info/REQUESTED
ADDED
|
File without changes
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (479 Bytes). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/__pycache__/base.cpython-310.pyc
ADDED
|
Binary file (3.01 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/__pycache__/ospath.cpython-310.pyc
ADDED
|
Binary file (1 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/tempfile/__pycache__/temptypes.cpython-310.pyc
ADDED
|
Binary file (2.26 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/__init__.py
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Handle files using a thread pool executor."""
|
| 2 |
+
import asyncio
|
| 3 |
+
import sys
|
| 4 |
+
from functools import partial, singledispatch
|
| 5 |
+
from io import (
|
| 6 |
+
BufferedIOBase,
|
| 7 |
+
BufferedRandom,
|
| 8 |
+
BufferedReader,
|
| 9 |
+
BufferedWriter,
|
| 10 |
+
FileIO,
|
| 11 |
+
TextIOBase,
|
| 12 |
+
)
|
| 13 |
+
|
| 14 |
+
from ..base import AiofilesContextManager
|
| 15 |
+
from .binary import (
|
| 16 |
+
AsyncBufferedIOBase,
|
| 17 |
+
AsyncBufferedReader,
|
| 18 |
+
AsyncFileIO,
|
| 19 |
+
AsyncIndirectBufferedIOBase,
|
| 20 |
+
)
|
| 21 |
+
from .text import AsyncTextIndirectIOWrapper, AsyncTextIOWrapper
|
| 22 |
+
|
| 23 |
+
sync_open = open
|
| 24 |
+
|
| 25 |
+
__all__ = (
|
| 26 |
+
"open",
|
| 27 |
+
"stdin",
|
| 28 |
+
"stdout",
|
| 29 |
+
"stderr",
|
| 30 |
+
"stdin_bytes",
|
| 31 |
+
"stdout_bytes",
|
| 32 |
+
"stderr_bytes",
|
| 33 |
+
)
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
def open(
|
| 37 |
+
file,
|
| 38 |
+
mode="r",
|
| 39 |
+
buffering=-1,
|
| 40 |
+
encoding=None,
|
| 41 |
+
errors=None,
|
| 42 |
+
newline=None,
|
| 43 |
+
closefd=True,
|
| 44 |
+
opener=None,
|
| 45 |
+
*,
|
| 46 |
+
loop=None,
|
| 47 |
+
executor=None,
|
| 48 |
+
):
|
| 49 |
+
return AiofilesContextManager(
|
| 50 |
+
_open(
|
| 51 |
+
file,
|
| 52 |
+
mode=mode,
|
| 53 |
+
buffering=buffering,
|
| 54 |
+
encoding=encoding,
|
| 55 |
+
errors=errors,
|
| 56 |
+
newline=newline,
|
| 57 |
+
closefd=closefd,
|
| 58 |
+
opener=opener,
|
| 59 |
+
loop=loop,
|
| 60 |
+
executor=executor,
|
| 61 |
+
)
|
| 62 |
+
)
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
async def _open(
|
| 66 |
+
file,
|
| 67 |
+
mode="r",
|
| 68 |
+
buffering=-1,
|
| 69 |
+
encoding=None,
|
| 70 |
+
errors=None,
|
| 71 |
+
newline=None,
|
| 72 |
+
closefd=True,
|
| 73 |
+
opener=None,
|
| 74 |
+
*,
|
| 75 |
+
loop=None,
|
| 76 |
+
executor=None,
|
| 77 |
+
):
|
| 78 |
+
"""Open an asyncio file."""
|
| 79 |
+
if loop is None:
|
| 80 |
+
loop = asyncio.get_running_loop()
|
| 81 |
+
cb = partial(
|
| 82 |
+
sync_open,
|
| 83 |
+
file,
|
| 84 |
+
mode=mode,
|
| 85 |
+
buffering=buffering,
|
| 86 |
+
encoding=encoding,
|
| 87 |
+
errors=errors,
|
| 88 |
+
newline=newline,
|
| 89 |
+
closefd=closefd,
|
| 90 |
+
opener=opener,
|
| 91 |
+
)
|
| 92 |
+
f = await loop.run_in_executor(executor, cb)
|
| 93 |
+
|
| 94 |
+
return wrap(f, loop=loop, executor=executor)
|
| 95 |
+
|
| 96 |
+
|
| 97 |
+
@singledispatch
|
| 98 |
+
def wrap(file, *, loop=None, executor=None):
|
| 99 |
+
raise TypeError("Unsupported io type: {}.".format(file))
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
@wrap.register(TextIOBase)
|
| 103 |
+
def _(file, *, loop=None, executor=None):
|
| 104 |
+
return AsyncTextIOWrapper(file, loop=loop, executor=executor)
|
| 105 |
+
|
| 106 |
+
|
| 107 |
+
@wrap.register(BufferedWriter)
|
| 108 |
+
@wrap.register(BufferedIOBase)
|
| 109 |
+
def _(file, *, loop=None, executor=None):
|
| 110 |
+
return AsyncBufferedIOBase(file, loop=loop, executor=executor)
|
| 111 |
+
|
| 112 |
+
|
| 113 |
+
@wrap.register(BufferedReader)
|
| 114 |
+
@wrap.register(BufferedRandom)
|
| 115 |
+
def _(file, *, loop=None, executor=None):
|
| 116 |
+
return AsyncBufferedReader(file, loop=loop, executor=executor)
|
| 117 |
+
|
| 118 |
+
|
| 119 |
+
@wrap.register(FileIO)
|
| 120 |
+
def _(file, *, loop=None, executor=None):
|
| 121 |
+
return AsyncFileIO(file, loop=loop, executor=executor)
|
| 122 |
+
|
| 123 |
+
|
| 124 |
+
stdin = AsyncTextIndirectIOWrapper("sys.stdin", None, None, indirect=lambda: sys.stdin)
|
| 125 |
+
stdout = AsyncTextIndirectIOWrapper(
|
| 126 |
+
"sys.stdout", None, None, indirect=lambda: sys.stdout
|
| 127 |
+
)
|
| 128 |
+
stderr = AsyncTextIndirectIOWrapper(
|
| 129 |
+
"sys.stderr", None, None, indirect=lambda: sys.stderr
|
| 130 |
+
)
|
| 131 |
+
stdin_bytes = AsyncIndirectBufferedIOBase(
|
| 132 |
+
"sys.stdin.buffer", None, None, indirect=lambda: sys.stdin.buffer
|
| 133 |
+
)
|
| 134 |
+
stdout_bytes = AsyncIndirectBufferedIOBase(
|
| 135 |
+
"sys.stdout.buffer", None, None, indirect=lambda: sys.stdout.buffer
|
| 136 |
+
)
|
| 137 |
+
stderr_bytes = AsyncIndirectBufferedIOBase(
|
| 138 |
+
"sys.stderr.buffer", None, None, indirect=lambda: sys.stderr.buffer
|
| 139 |
+
)
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (3.14 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/__pycache__/binary.cpython-310.pyc
ADDED
|
Binary file (2.15 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/__pycache__/text.cpython-310.pyc
ADDED
|
Binary file (1.23 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/binary.py
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from ..base import AsyncBase, AsyncIndirectBase
|
| 2 |
+
from .utils import delegate_to_executor, proxy_method_directly, proxy_property_directly
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
@delegate_to_executor(
|
| 6 |
+
"close",
|
| 7 |
+
"flush",
|
| 8 |
+
"isatty",
|
| 9 |
+
"read",
|
| 10 |
+
"read1",
|
| 11 |
+
"readinto",
|
| 12 |
+
"readline",
|
| 13 |
+
"readlines",
|
| 14 |
+
"seek",
|
| 15 |
+
"seekable",
|
| 16 |
+
"tell",
|
| 17 |
+
"truncate",
|
| 18 |
+
"writable",
|
| 19 |
+
"write",
|
| 20 |
+
"writelines",
|
| 21 |
+
)
|
| 22 |
+
@proxy_method_directly("detach", "fileno", "readable")
|
| 23 |
+
@proxy_property_directly("closed", "raw", "name", "mode")
|
| 24 |
+
class AsyncBufferedIOBase(AsyncBase):
|
| 25 |
+
"""The asyncio executor version of io.BufferedWriter and BufferedIOBase."""
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
@delegate_to_executor("peek")
|
| 29 |
+
class AsyncBufferedReader(AsyncBufferedIOBase):
|
| 30 |
+
"""The asyncio executor version of io.BufferedReader and Random."""
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
@delegate_to_executor(
|
| 34 |
+
"close",
|
| 35 |
+
"flush",
|
| 36 |
+
"isatty",
|
| 37 |
+
"read",
|
| 38 |
+
"readall",
|
| 39 |
+
"readinto",
|
| 40 |
+
"readline",
|
| 41 |
+
"readlines",
|
| 42 |
+
"seek",
|
| 43 |
+
"seekable",
|
| 44 |
+
"tell",
|
| 45 |
+
"truncate",
|
| 46 |
+
"writable",
|
| 47 |
+
"write",
|
| 48 |
+
"writelines",
|
| 49 |
+
)
|
| 50 |
+
@proxy_method_directly("fileno", "readable")
|
| 51 |
+
@proxy_property_directly("closed", "name", "mode")
|
| 52 |
+
class AsyncFileIO(AsyncBase):
|
| 53 |
+
"""The asyncio executor version of io.FileIO."""
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
@delegate_to_executor(
|
| 57 |
+
"close",
|
| 58 |
+
"flush",
|
| 59 |
+
"isatty",
|
| 60 |
+
"read",
|
| 61 |
+
"read1",
|
| 62 |
+
"readinto",
|
| 63 |
+
"readline",
|
| 64 |
+
"readlines",
|
| 65 |
+
"seek",
|
| 66 |
+
"seekable",
|
| 67 |
+
"tell",
|
| 68 |
+
"truncate",
|
| 69 |
+
"writable",
|
| 70 |
+
"write",
|
| 71 |
+
"writelines",
|
| 72 |
+
)
|
| 73 |
+
@proxy_method_directly("detach", "fileno", "readable")
|
| 74 |
+
@proxy_property_directly("closed", "raw", "name", "mode")
|
| 75 |
+
class AsyncIndirectBufferedIOBase(AsyncIndirectBase):
|
| 76 |
+
"""The indirect asyncio executor version of io.BufferedWriter and BufferedIOBase."""
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
@delegate_to_executor("peek")
|
| 80 |
+
class AsyncIndirectBufferedReader(AsyncIndirectBufferedIOBase):
|
| 81 |
+
"""The indirect asyncio executor version of io.BufferedReader and Random."""
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
@delegate_to_executor(
|
| 85 |
+
"close",
|
| 86 |
+
"flush",
|
| 87 |
+
"isatty",
|
| 88 |
+
"read",
|
| 89 |
+
"readall",
|
| 90 |
+
"readinto",
|
| 91 |
+
"readline",
|
| 92 |
+
"readlines",
|
| 93 |
+
"seek",
|
| 94 |
+
"seekable",
|
| 95 |
+
"tell",
|
| 96 |
+
"truncate",
|
| 97 |
+
"writable",
|
| 98 |
+
"write",
|
| 99 |
+
"writelines",
|
| 100 |
+
)
|
| 101 |
+
@proxy_method_directly("fileno", "readable")
|
| 102 |
+
@proxy_property_directly("closed", "name", "mode")
|
| 103 |
+
class AsyncIndirectFileIO(AsyncIndirectBase):
|
| 104 |
+
"""The indirect asyncio executor version of io.FileIO."""
|
infer_4_30_0/lib/python3.10/site-packages/aiofiles/threadpool/text.py
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from ..base import AsyncBase, AsyncIndirectBase
|
| 2 |
+
from .utils import delegate_to_executor, proxy_method_directly, proxy_property_directly
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
@delegate_to_executor(
|
| 6 |
+
"close",
|
| 7 |
+
"flush",
|
| 8 |
+
"isatty",
|
| 9 |
+
"read",
|
| 10 |
+
"readable",
|
| 11 |
+
"readline",
|
| 12 |
+
"readlines",
|
| 13 |
+
"seek",
|
| 14 |
+
"seekable",
|
| 15 |
+
"tell",
|
| 16 |
+
"truncate",
|
| 17 |
+
"write",
|
| 18 |
+
"writable",
|
| 19 |
+
"writelines",
|
| 20 |
+
)
|
| 21 |
+
@proxy_method_directly("detach", "fileno", "readable")
|
| 22 |
+
@proxy_property_directly(
|
| 23 |
+
"buffer",
|
| 24 |
+
"closed",
|
| 25 |
+
"encoding",
|
| 26 |
+
"errors",
|
| 27 |
+
"line_buffering",
|
| 28 |
+
"newlines",
|
| 29 |
+
"name",
|
| 30 |
+
"mode",
|
| 31 |
+
)
|
| 32 |
+
class AsyncTextIOWrapper(AsyncBase):
|
| 33 |
+
"""The asyncio executor version of io.TextIOWrapper."""
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
@delegate_to_executor(
|
| 37 |
+
"close",
|
| 38 |
+
"flush",
|
| 39 |
+
"isatty",
|
| 40 |
+
"read",
|
| 41 |
+
"readable",
|
| 42 |
+
"readline",
|
| 43 |
+
"readlines",
|
| 44 |
+
"seek",
|
| 45 |
+
"seekable",
|
| 46 |
+
"tell",
|
| 47 |
+
"truncate",
|
| 48 |
+
"write",
|
| 49 |
+
"writable",
|
| 50 |
+
"writelines",
|
| 51 |
+
)
|
| 52 |
+
@proxy_method_directly("detach", "fileno", "readable")
|
| 53 |
+
@proxy_property_directly(
|
| 54 |
+
"buffer",
|
| 55 |
+
"closed",
|
| 56 |
+
"encoding",
|
| 57 |
+
"errors",
|
| 58 |
+
"line_buffering",
|
| 59 |
+
"newlines",
|
| 60 |
+
"name",
|
| 61 |
+
"mode",
|
| 62 |
+
)
|
| 63 |
+
class AsyncTextIndirectIOWrapper(AsyncIndirectBase):
|
| 64 |
+
"""The indirect asyncio executor version of io.TextIOWrapper."""
|
infer_4_30_0/lib/python3.10/site-packages/lit/LitConfig.py
ADDED
|
@@ -0,0 +1,246 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import absolute_import
|
| 2 |
+
import inspect
|
| 3 |
+
import os
|
| 4 |
+
import platform
|
| 5 |
+
import sys
|
| 6 |
+
|
| 7 |
+
import lit.Test
|
| 8 |
+
import lit.formats
|
| 9 |
+
import lit.TestingConfig
|
| 10 |
+
import lit.util
|
| 11 |
+
|
| 12 |
+
# LitConfig must be a new style class for properties to work
|
| 13 |
+
class LitConfig(object):
|
| 14 |
+
"""LitConfig - Configuration data for a 'lit' test runner instance, shared
|
| 15 |
+
across all tests.
|
| 16 |
+
|
| 17 |
+
The LitConfig object is also used to communicate with client configuration
|
| 18 |
+
files, it is always passed in as the global variable 'lit' so that
|
| 19 |
+
configuration files can access common functionality and internal components
|
| 20 |
+
easily.
|
| 21 |
+
"""
|
| 22 |
+
|
| 23 |
+
def __init__(
|
| 24 |
+
self,
|
| 25 |
+
progname,
|
| 26 |
+
path,
|
| 27 |
+
quiet,
|
| 28 |
+
useValgrind,
|
| 29 |
+
valgrindLeakCheck,
|
| 30 |
+
valgrindArgs,
|
| 31 |
+
noExecute,
|
| 32 |
+
debug,
|
| 33 |
+
isWindows,
|
| 34 |
+
order,
|
| 35 |
+
params,
|
| 36 |
+
config_prefix=None,
|
| 37 |
+
maxIndividualTestTime=0,
|
| 38 |
+
parallelism_groups={},
|
| 39 |
+
per_test_coverage=False,
|
| 40 |
+
gtest_sharding=True,
|
| 41 |
+
):
|
| 42 |
+
# The name of the test runner.
|
| 43 |
+
self.progname = progname
|
| 44 |
+
# The items to add to the PATH environment variable.
|
| 45 |
+
self.path = [str(p) for p in path]
|
| 46 |
+
self.quiet = bool(quiet)
|
| 47 |
+
self.useValgrind = bool(useValgrind)
|
| 48 |
+
self.valgrindLeakCheck = bool(valgrindLeakCheck)
|
| 49 |
+
self.valgrindUserArgs = list(valgrindArgs)
|
| 50 |
+
self.noExecute = noExecute
|
| 51 |
+
self.debug = debug
|
| 52 |
+
self.isWindows = bool(isWindows)
|
| 53 |
+
self.order = order
|
| 54 |
+
self.params = dict(params)
|
| 55 |
+
self.bashPath = None
|
| 56 |
+
|
| 57 |
+
# Configuration files to look for when discovering test suites.
|
| 58 |
+
self.config_prefix = config_prefix or "lit"
|
| 59 |
+
self.suffixes = ["cfg.py", "cfg"]
|
| 60 |
+
self.config_names = ["%s.%s" % (self.config_prefix, x) for x in self.suffixes]
|
| 61 |
+
self.site_config_names = [
|
| 62 |
+
"%s.site.%s" % (self.config_prefix, x) for x in self.suffixes
|
| 63 |
+
]
|
| 64 |
+
self.local_config_names = [
|
| 65 |
+
"%s.local.%s" % (self.config_prefix, x) for x in self.suffixes
|
| 66 |
+
]
|
| 67 |
+
|
| 68 |
+
self.numErrors = 0
|
| 69 |
+
self.numWarnings = 0
|
| 70 |
+
|
| 71 |
+
self.valgrindArgs = []
|
| 72 |
+
if self.useValgrind:
|
| 73 |
+
self.valgrindArgs = [
|
| 74 |
+
"valgrind",
|
| 75 |
+
"-q",
|
| 76 |
+
"--run-libc-freeres=no",
|
| 77 |
+
"--tool=memcheck",
|
| 78 |
+
"--trace-children=yes",
|
| 79 |
+
"--error-exitcode=123",
|
| 80 |
+
]
|
| 81 |
+
if self.valgrindLeakCheck:
|
| 82 |
+
self.valgrindArgs.append("--leak-check=full")
|
| 83 |
+
else:
|
| 84 |
+
# The default is 'summary'.
|
| 85 |
+
self.valgrindArgs.append("--leak-check=no")
|
| 86 |
+
self.valgrindArgs.extend(self.valgrindUserArgs)
|
| 87 |
+
|
| 88 |
+
self.maxIndividualTestTime = maxIndividualTestTime
|
| 89 |
+
self.parallelism_groups = parallelism_groups
|
| 90 |
+
self.per_test_coverage = per_test_coverage
|
| 91 |
+
self.gtest_sharding = bool(gtest_sharding)
|
| 92 |
+
|
| 93 |
+
@property
|
| 94 |
+
def maxIndividualTestTime(self):
|
| 95 |
+
"""
|
| 96 |
+
Interface for getting maximum time to spend executing
|
| 97 |
+
a single test
|
| 98 |
+
"""
|
| 99 |
+
return self._maxIndividualTestTime
|
| 100 |
+
|
| 101 |
+
@property
|
| 102 |
+
def maxIndividualTestTimeIsSupported(self):
|
| 103 |
+
"""
|
| 104 |
+
Returns a tuple (<supported> , <error message>)
|
| 105 |
+
where
|
| 106 |
+
`<supported>` is True if setting maxIndividualTestTime is supported
|
| 107 |
+
on the current host, returns False otherwise.
|
| 108 |
+
`<error message>` is an empty string if `<supported>` is True,
|
| 109 |
+
otherwise is contains a string describing why setting
|
| 110 |
+
maxIndividualTestTime is not supported.
|
| 111 |
+
"""
|
| 112 |
+
return lit.util.killProcessAndChildrenIsSupported()
|
| 113 |
+
|
| 114 |
+
@maxIndividualTestTime.setter
|
| 115 |
+
def maxIndividualTestTime(self, value):
|
| 116 |
+
"""
|
| 117 |
+
Interface for setting maximum time to spend executing
|
| 118 |
+
a single test
|
| 119 |
+
"""
|
| 120 |
+
if not isinstance(value, int):
|
| 121 |
+
self.fatal("maxIndividualTestTime must set to a value of type int.")
|
| 122 |
+
self._maxIndividualTestTime = value
|
| 123 |
+
if self.maxIndividualTestTime > 0:
|
| 124 |
+
# The current implementation needs psutil on some platforms to set
|
| 125 |
+
# a timeout per test. Check it's available.
|
| 126 |
+
# See lit.util.killProcessAndChildren()
|
| 127 |
+
supported, errormsg = self.maxIndividualTestTimeIsSupported
|
| 128 |
+
if not supported:
|
| 129 |
+
self.fatal("Setting a timeout per test not supported. " + errormsg)
|
| 130 |
+
elif self.maxIndividualTestTime < 0:
|
| 131 |
+
self.fatal("The timeout per test must be >= 0 seconds")
|
| 132 |
+
|
| 133 |
+
@property
|
| 134 |
+
def per_test_coverage(self):
|
| 135 |
+
"""
|
| 136 |
+
Interface for getting the per_test_coverage value
|
| 137 |
+
"""
|
| 138 |
+
return self._per_test_coverage
|
| 139 |
+
|
| 140 |
+
@per_test_coverage.setter
|
| 141 |
+
def per_test_coverage(self, value):
|
| 142 |
+
"""
|
| 143 |
+
Interface for setting the per_test_coverage value
|
| 144 |
+
"""
|
| 145 |
+
if not isinstance(value, bool):
|
| 146 |
+
self.fatal("per_test_coverage must set to a value of type bool.")
|
| 147 |
+
self._per_test_coverage = value
|
| 148 |
+
|
| 149 |
+
def load_config(self, config, path):
|
| 150 |
+
"""load_config(config, path) - Load a config object from an alternate
|
| 151 |
+
path."""
|
| 152 |
+
if self.debug:
|
| 153 |
+
self.note("load_config from %r" % path)
|
| 154 |
+
config.load_from_path(path, self)
|
| 155 |
+
return config
|
| 156 |
+
|
| 157 |
+
def getBashPath(self):
|
| 158 |
+
"""getBashPath - Get the path to 'bash'"""
|
| 159 |
+
if self.bashPath is not None:
|
| 160 |
+
return self.bashPath
|
| 161 |
+
|
| 162 |
+
self.bashPath = lit.util.which("bash", os.pathsep.join(self.path))
|
| 163 |
+
if self.bashPath is None:
|
| 164 |
+
self.bashPath = lit.util.which("bash")
|
| 165 |
+
|
| 166 |
+
if self.bashPath is None:
|
| 167 |
+
self.bashPath = ""
|
| 168 |
+
|
| 169 |
+
# Check whether the found version of bash is able to cope with paths in
|
| 170 |
+
# the host path format. If not, don't return it as it can't be used to
|
| 171 |
+
# run scripts. For example, WSL's bash.exe requires '/mnt/c/foo' rather
|
| 172 |
+
# than 'C:\\foo' or 'C:/foo'.
|
| 173 |
+
if self.isWindows and self.bashPath:
|
| 174 |
+
command = [
|
| 175 |
+
self.bashPath,
|
| 176 |
+
"-c",
|
| 177 |
+
'[[ -f "%s" ]]' % self.bashPath.replace("\\", "\\\\"),
|
| 178 |
+
]
|
| 179 |
+
_, _, exitCode = lit.util.executeCommand(command)
|
| 180 |
+
if exitCode:
|
| 181 |
+
self.note(
|
| 182 |
+
"bash command failed: %s" % (" ".join('"%s"' % c for c in command))
|
| 183 |
+
)
|
| 184 |
+
self.bashPath = ""
|
| 185 |
+
|
| 186 |
+
if not self.bashPath:
|
| 187 |
+
self.warning("Unable to find a usable version of bash.")
|
| 188 |
+
|
| 189 |
+
return self.bashPath
|
| 190 |
+
|
| 191 |
+
def getToolsPath(self, dir, paths, tools):
|
| 192 |
+
if dir is not None and os.path.isabs(dir) and os.path.isdir(dir):
|
| 193 |
+
if not lit.util.checkToolsPath(dir, tools):
|
| 194 |
+
return None
|
| 195 |
+
else:
|
| 196 |
+
dir = lit.util.whichTools(tools, paths)
|
| 197 |
+
|
| 198 |
+
# bash
|
| 199 |
+
self.bashPath = lit.util.which("bash", dir)
|
| 200 |
+
if self.bashPath is None:
|
| 201 |
+
self.bashPath = ""
|
| 202 |
+
|
| 203 |
+
return dir
|
| 204 |
+
|
| 205 |
+
def _write_message(self, kind, message):
|
| 206 |
+
# Get the file/line where this message was generated.
|
| 207 |
+
f = inspect.currentframe()
|
| 208 |
+
# Step out of _write_message, and then out of wrapper.
|
| 209 |
+
f = f.f_back.f_back
|
| 210 |
+
file = os.path.abspath(inspect.getsourcefile(f))
|
| 211 |
+
line = inspect.getlineno(f)
|
| 212 |
+
sys.stderr.write(
|
| 213 |
+
"%s: %s:%d: %s: %s\n" % (self.progname, file, line, kind, message)
|
| 214 |
+
)
|
| 215 |
+
if self.isWindows:
|
| 216 |
+
# In a git bash terminal, the writes to sys.stderr aren't visible
|
| 217 |
+
# on screen immediately. Flush them here to avoid broken/misoredered
|
| 218 |
+
# output.
|
| 219 |
+
sys.stderr.flush()
|
| 220 |
+
|
| 221 |
+
def substitute(self, string):
|
| 222 |
+
"""substitute - Interpolate params into a string"""
|
| 223 |
+
try:
|
| 224 |
+
return string % self.params
|
| 225 |
+
except KeyError as e:
|
| 226 |
+
(key,) = e.args
|
| 227 |
+
self.fatal(
|
| 228 |
+
"unable to find %r parameter, use '--param=%s=VALUE'" % (key, key)
|
| 229 |
+
)
|
| 230 |
+
|
| 231 |
+
def note(self, message):
|
| 232 |
+
if not self.quiet:
|
| 233 |
+
self._write_message("note", message)
|
| 234 |
+
|
| 235 |
+
def warning(self, message):
|
| 236 |
+
if not self.quiet:
|
| 237 |
+
self._write_message("warning", message)
|
| 238 |
+
self.numWarnings += 1
|
| 239 |
+
|
| 240 |
+
def error(self, message):
|
| 241 |
+
self._write_message("error", message)
|
| 242 |
+
self.numErrors += 1
|
| 243 |
+
|
| 244 |
+
def fatal(self, message):
|
| 245 |
+
self._write_message("fatal", message)
|
| 246 |
+
sys.exit(2)
|
infer_4_30_0/lib/python3.10/site-packages/lit/Test.py
ADDED
|
@@ -0,0 +1,436 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import itertools
|
| 2 |
+
import os
|
| 3 |
+
from json import JSONEncoder
|
| 4 |
+
|
| 5 |
+
from lit.BooleanExpression import BooleanExpression
|
| 6 |
+
from lit.TestTimes import read_test_times
|
| 7 |
+
|
| 8 |
+
# Test result codes.
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
class ResultCode(object):
|
| 12 |
+
"""Test result codes."""
|
| 13 |
+
|
| 14 |
+
# All result codes (including user-defined ones) in declaration order
|
| 15 |
+
_all_codes = []
|
| 16 |
+
|
| 17 |
+
@staticmethod
|
| 18 |
+
def all_codes():
|
| 19 |
+
return ResultCode._all_codes
|
| 20 |
+
|
| 21 |
+
# We override __new__ and __getnewargs__ to ensure that pickling still
|
| 22 |
+
# provides unique ResultCode objects in any particular instance.
|
| 23 |
+
_instances = {}
|
| 24 |
+
|
| 25 |
+
def __new__(cls, name, label, isFailure):
|
| 26 |
+
res = cls._instances.get(name)
|
| 27 |
+
if res is None:
|
| 28 |
+
cls._instances[name] = res = super(ResultCode, cls).__new__(cls)
|
| 29 |
+
return res
|
| 30 |
+
|
| 31 |
+
def __getnewargs__(self):
|
| 32 |
+
return (self.name, self.label, self.isFailure)
|
| 33 |
+
|
| 34 |
+
def __init__(self, name, label, isFailure):
|
| 35 |
+
self.name = name
|
| 36 |
+
self.label = label
|
| 37 |
+
self.isFailure = isFailure
|
| 38 |
+
ResultCode._all_codes.append(self)
|
| 39 |
+
|
| 40 |
+
def __repr__(self):
|
| 41 |
+
return "%s%r" % (self.__class__.__name__, (self.name, self.isFailure))
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
# Successes
|
| 45 |
+
EXCLUDED = ResultCode("EXCLUDED", "Excluded", False)
|
| 46 |
+
SKIPPED = ResultCode("SKIPPED", "Skipped", False)
|
| 47 |
+
UNSUPPORTED = ResultCode("UNSUPPORTED", "Unsupported", False)
|
| 48 |
+
PASS = ResultCode("PASS", "Passed", False)
|
| 49 |
+
FLAKYPASS = ResultCode("FLAKYPASS", "Passed With Retry", False)
|
| 50 |
+
XFAIL = ResultCode("XFAIL", "Expectedly Failed", False)
|
| 51 |
+
# Failures
|
| 52 |
+
UNRESOLVED = ResultCode("UNRESOLVED", "Unresolved", True)
|
| 53 |
+
TIMEOUT = ResultCode("TIMEOUT", "Timed Out", True)
|
| 54 |
+
FAIL = ResultCode("FAIL", "Failed", True)
|
| 55 |
+
XPASS = ResultCode("XPASS", "Unexpectedly Passed", True)
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
# Test metric values.
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
class MetricValue(object):
|
| 62 |
+
def format(self):
|
| 63 |
+
"""
|
| 64 |
+
format() -> str
|
| 65 |
+
|
| 66 |
+
Convert this metric to a string suitable for displaying as part of the
|
| 67 |
+
console output.
|
| 68 |
+
"""
|
| 69 |
+
raise RuntimeError("abstract method")
|
| 70 |
+
|
| 71 |
+
def todata(self):
|
| 72 |
+
"""
|
| 73 |
+
todata() -> json-serializable data
|
| 74 |
+
|
| 75 |
+
Convert this metric to content suitable for serializing in the JSON test
|
| 76 |
+
output.
|
| 77 |
+
"""
|
| 78 |
+
raise RuntimeError("abstract method")
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
class IntMetricValue(MetricValue):
|
| 82 |
+
def __init__(self, value):
|
| 83 |
+
self.value = value
|
| 84 |
+
|
| 85 |
+
def format(self):
|
| 86 |
+
return str(self.value)
|
| 87 |
+
|
| 88 |
+
def todata(self):
|
| 89 |
+
return self.value
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
class RealMetricValue(MetricValue):
|
| 93 |
+
def __init__(self, value):
|
| 94 |
+
self.value = value
|
| 95 |
+
|
| 96 |
+
def format(self):
|
| 97 |
+
return "%.4f" % self.value
|
| 98 |
+
|
| 99 |
+
def todata(self):
|
| 100 |
+
return self.value
|
| 101 |
+
|
| 102 |
+
|
| 103 |
+
class JSONMetricValue(MetricValue):
|
| 104 |
+
"""
|
| 105 |
+
JSONMetricValue is used for types that are representable in the output
|
| 106 |
+
but that are otherwise uninterpreted.
|
| 107 |
+
"""
|
| 108 |
+
|
| 109 |
+
def __init__(self, value):
|
| 110 |
+
# Ensure the value is a serializable by trying to encode it.
|
| 111 |
+
# WARNING: The value may change before it is encoded again, and may
|
| 112 |
+
# not be encodable after the change.
|
| 113 |
+
try:
|
| 114 |
+
e = JSONEncoder()
|
| 115 |
+
e.encode(value)
|
| 116 |
+
except TypeError:
|
| 117 |
+
raise
|
| 118 |
+
self.value = value
|
| 119 |
+
|
| 120 |
+
def format(self):
|
| 121 |
+
e = JSONEncoder(indent=2, sort_keys=True)
|
| 122 |
+
return e.encode(self.value)
|
| 123 |
+
|
| 124 |
+
def todata(self):
|
| 125 |
+
return self.value
|
| 126 |
+
|
| 127 |
+
|
| 128 |
+
def toMetricValue(value):
|
| 129 |
+
if isinstance(value, MetricValue):
|
| 130 |
+
return value
|
| 131 |
+
elif isinstance(value, int):
|
| 132 |
+
return IntMetricValue(value)
|
| 133 |
+
elif isinstance(value, float):
|
| 134 |
+
return RealMetricValue(value)
|
| 135 |
+
else:
|
| 136 |
+
# 'long' is only present in python2
|
| 137 |
+
try:
|
| 138 |
+
if isinstance(value, long):
|
| 139 |
+
return IntMetricValue(value)
|
| 140 |
+
except NameError:
|
| 141 |
+
pass
|
| 142 |
+
|
| 143 |
+
# Try to create a JSONMetricValue and let the constructor throw
|
| 144 |
+
# if value is not a valid type.
|
| 145 |
+
return JSONMetricValue(value)
|
| 146 |
+
|
| 147 |
+
|
| 148 |
+
# Test results.
|
| 149 |
+
|
| 150 |
+
|
| 151 |
+
class Result(object):
|
| 152 |
+
"""Wrapper for the results of executing an individual test."""
|
| 153 |
+
|
| 154 |
+
def __init__(self, code, output="", elapsed=None):
|
| 155 |
+
# The result code.
|
| 156 |
+
self.code = code
|
| 157 |
+
# The test output.
|
| 158 |
+
self.output = output
|
| 159 |
+
# The wall timing to execute the test, if timing.
|
| 160 |
+
self.elapsed = elapsed
|
| 161 |
+
self.start = None
|
| 162 |
+
self.pid = None
|
| 163 |
+
# The metrics reported by this test.
|
| 164 |
+
self.metrics = {}
|
| 165 |
+
# The micro-test results reported by this test.
|
| 166 |
+
self.microResults = {}
|
| 167 |
+
|
| 168 |
+
def addMetric(self, name, value):
|
| 169 |
+
"""
|
| 170 |
+
addMetric(name, value)
|
| 171 |
+
|
| 172 |
+
Attach a test metric to the test result, with the given name and list of
|
| 173 |
+
values. It is an error to attempt to attach the metrics with the same
|
| 174 |
+
name multiple times.
|
| 175 |
+
|
| 176 |
+
Each value must be an instance of a MetricValue subclass.
|
| 177 |
+
"""
|
| 178 |
+
if name in self.metrics:
|
| 179 |
+
raise ValueError("result already includes metrics for %r" % (name,))
|
| 180 |
+
if not isinstance(value, MetricValue):
|
| 181 |
+
raise TypeError("unexpected metric value: %r" % (value,))
|
| 182 |
+
self.metrics[name] = value
|
| 183 |
+
|
| 184 |
+
def addMicroResult(self, name, microResult):
|
| 185 |
+
"""
|
| 186 |
+
addMicroResult(microResult)
|
| 187 |
+
|
| 188 |
+
Attach a micro-test result to the test result, with the given name and
|
| 189 |
+
result. It is an error to attempt to attach a micro-test with the
|
| 190 |
+
same name multiple times.
|
| 191 |
+
|
| 192 |
+
Each micro-test result must be an instance of the Result class.
|
| 193 |
+
"""
|
| 194 |
+
if name in self.microResults:
|
| 195 |
+
raise ValueError("Result already includes microResult for %r" % (name,))
|
| 196 |
+
if not isinstance(microResult, Result):
|
| 197 |
+
raise TypeError("unexpected MicroResult value %r" % (microResult,))
|
| 198 |
+
self.microResults[name] = microResult
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
# Test classes.
|
| 202 |
+
|
| 203 |
+
|
| 204 |
+
class TestSuite:
|
| 205 |
+
"""TestSuite - Information on a group of tests.
|
| 206 |
+
|
| 207 |
+
A test suite groups together a set of logically related tests.
|
| 208 |
+
"""
|
| 209 |
+
|
| 210 |
+
def __init__(self, name, source_root, exec_root, config):
|
| 211 |
+
self.name = name
|
| 212 |
+
self.source_root = source_root
|
| 213 |
+
self.exec_root = exec_root
|
| 214 |
+
# The test suite configuration.
|
| 215 |
+
self.config = config
|
| 216 |
+
|
| 217 |
+
self.test_times = read_test_times(self)
|
| 218 |
+
|
| 219 |
+
def getSourcePath(self, components):
|
| 220 |
+
return os.path.join(self.source_root, *components)
|
| 221 |
+
|
| 222 |
+
def getExecPath(self, components):
|
| 223 |
+
return os.path.join(self.exec_root, *components)
|
| 224 |
+
|
| 225 |
+
|
| 226 |
+
class Test:
|
| 227 |
+
"""Test - Information on a single test instance."""
|
| 228 |
+
|
| 229 |
+
def __init__(
|
| 230 |
+
self, suite, path_in_suite, config, file_path=None, gtest_json_file=None
|
| 231 |
+
):
|
| 232 |
+
self.suite = suite
|
| 233 |
+
self.path_in_suite = path_in_suite
|
| 234 |
+
self.config = config
|
| 235 |
+
self.file_path = file_path
|
| 236 |
+
self.gtest_json_file = gtest_json_file
|
| 237 |
+
|
| 238 |
+
# A list of conditions under which this test is expected to fail.
|
| 239 |
+
# Each condition is a boolean expression of features, or '*'.
|
| 240 |
+
# These can optionally be provided by test format handlers,
|
| 241 |
+
# and will be honored when the test result is supplied.
|
| 242 |
+
self.xfails = []
|
| 243 |
+
|
| 244 |
+
# If true, ignore all items in self.xfails.
|
| 245 |
+
self.xfail_not = False
|
| 246 |
+
|
| 247 |
+
# A list of conditions that must be satisfied before running the test.
|
| 248 |
+
# Each condition is a boolean expression of features. All of them
|
| 249 |
+
# must be True for the test to run.
|
| 250 |
+
self.requires = []
|
| 251 |
+
|
| 252 |
+
# A list of conditions that prevent execution of the test.
|
| 253 |
+
# Each condition is a boolean expression of features. All of them
|
| 254 |
+
# must be False for the test to run.
|
| 255 |
+
self.unsupported = []
|
| 256 |
+
|
| 257 |
+
# An optional number of retries allowed before the test finally succeeds.
|
| 258 |
+
# The test is run at most once plus the number of retries specified here.
|
| 259 |
+
self.allowed_retries = getattr(config, "test_retry_attempts", 0)
|
| 260 |
+
|
| 261 |
+
# The test result, once complete.
|
| 262 |
+
self.result = None
|
| 263 |
+
|
| 264 |
+
# The previous test failure state, if applicable.
|
| 265 |
+
self.previous_failure = False
|
| 266 |
+
|
| 267 |
+
# The previous test elapsed time, if applicable.
|
| 268 |
+
self.previous_elapsed = 0.0
|
| 269 |
+
|
| 270 |
+
if suite.test_times and "/".join(path_in_suite) in suite.test_times:
|
| 271 |
+
time = suite.test_times["/".join(path_in_suite)]
|
| 272 |
+
self.previous_elapsed = abs(time)
|
| 273 |
+
self.previous_failure = time < 0
|
| 274 |
+
|
| 275 |
+
def setResult(self, result):
|
| 276 |
+
assert self.result is None, "result already set"
|
| 277 |
+
assert isinstance(result, Result), "unexpected result type"
|
| 278 |
+
try:
|
| 279 |
+
expected_to_fail = self.isExpectedToFail()
|
| 280 |
+
except ValueError as err:
|
| 281 |
+
# Syntax error in an XFAIL line.
|
| 282 |
+
result.code = UNRESOLVED
|
| 283 |
+
result.output = str(err)
|
| 284 |
+
else:
|
| 285 |
+
if expected_to_fail:
|
| 286 |
+
# pass -> unexpected pass
|
| 287 |
+
if result.code is PASS:
|
| 288 |
+
result.code = XPASS
|
| 289 |
+
# fail -> expected fail
|
| 290 |
+
elif result.code is FAIL:
|
| 291 |
+
result.code = XFAIL
|
| 292 |
+
self.result = result
|
| 293 |
+
|
| 294 |
+
def isFailure(self):
|
| 295 |
+
assert self.result
|
| 296 |
+
return self.result.code.isFailure
|
| 297 |
+
|
| 298 |
+
def getFullName(self):
|
| 299 |
+
return self.suite.config.name + " :: " + "/".join(self.path_in_suite)
|
| 300 |
+
|
| 301 |
+
def getFilePath(self):
|
| 302 |
+
if self.file_path:
|
| 303 |
+
return self.file_path
|
| 304 |
+
return self.getSourcePath()
|
| 305 |
+
|
| 306 |
+
def getSourcePath(self):
|
| 307 |
+
return self.suite.getSourcePath(self.path_in_suite)
|
| 308 |
+
|
| 309 |
+
def getExecPath(self):
|
| 310 |
+
return self.suite.getExecPath(self.path_in_suite)
|
| 311 |
+
|
| 312 |
+
def isExpectedToFail(self):
|
| 313 |
+
"""
|
| 314 |
+
isExpectedToFail() -> bool
|
| 315 |
+
|
| 316 |
+
Check whether this test is expected to fail in the current
|
| 317 |
+
configuration. This check relies on the test xfails property which by
|
| 318 |
+
some test formats may not be computed until the test has first been
|
| 319 |
+
executed.
|
| 320 |
+
Throws ValueError if an XFAIL line has a syntax error.
|
| 321 |
+
"""
|
| 322 |
+
|
| 323 |
+
if self.xfail_not:
|
| 324 |
+
return False
|
| 325 |
+
|
| 326 |
+
features = self.config.available_features
|
| 327 |
+
|
| 328 |
+
# Check if any of the xfails match an available feature.
|
| 329 |
+
for item in self.xfails:
|
| 330 |
+
# If this is the wildcard, it always fails.
|
| 331 |
+
if item == "*":
|
| 332 |
+
return True
|
| 333 |
+
|
| 334 |
+
# If this is a True expression of features, it fails.
|
| 335 |
+
try:
|
| 336 |
+
if BooleanExpression.evaluate(item, features):
|
| 337 |
+
return True
|
| 338 |
+
except ValueError as e:
|
| 339 |
+
raise ValueError("Error in XFAIL list:\n%s" % str(e))
|
| 340 |
+
|
| 341 |
+
return False
|
| 342 |
+
|
| 343 |
+
def isWithinFeatureLimits(self):
|
| 344 |
+
"""
|
| 345 |
+
isWithinFeatureLimits() -> bool
|
| 346 |
+
|
| 347 |
+
A test is within the feature limits set by run_only_tests if
|
| 348 |
+
1. the test's requirements ARE satisfied by the available features
|
| 349 |
+
2. the test's requirements ARE NOT satisfied after the limiting
|
| 350 |
+
features are removed from the available features
|
| 351 |
+
|
| 352 |
+
Throws ValueError if a REQUIRES line has a syntax error.
|
| 353 |
+
"""
|
| 354 |
+
|
| 355 |
+
if not self.config.limit_to_features:
|
| 356 |
+
return True # No limits. Run it.
|
| 357 |
+
|
| 358 |
+
# Check the requirements as-is (#1)
|
| 359 |
+
if self.getMissingRequiredFeatures():
|
| 360 |
+
return False
|
| 361 |
+
|
| 362 |
+
# Check the requirements after removing the limiting features (#2)
|
| 363 |
+
featuresMinusLimits = [
|
| 364 |
+
f
|
| 365 |
+
for f in self.config.available_features
|
| 366 |
+
if not f in self.config.limit_to_features
|
| 367 |
+
]
|
| 368 |
+
if not self.getMissingRequiredFeaturesFromList(featuresMinusLimits):
|
| 369 |
+
return False
|
| 370 |
+
|
| 371 |
+
return True
|
| 372 |
+
|
| 373 |
+
def getMissingRequiredFeaturesFromList(self, features):
|
| 374 |
+
try:
|
| 375 |
+
return [
|
| 376 |
+
item
|
| 377 |
+
for item in self.requires
|
| 378 |
+
if not BooleanExpression.evaluate(item, features)
|
| 379 |
+
]
|
| 380 |
+
except ValueError as e:
|
| 381 |
+
raise ValueError("Error in REQUIRES list:\n%s" % str(e))
|
| 382 |
+
|
| 383 |
+
def getMissingRequiredFeatures(self):
|
| 384 |
+
"""
|
| 385 |
+
getMissingRequiredFeatures() -> list of strings
|
| 386 |
+
|
| 387 |
+
Returns a list of features from REQUIRES that are not satisfied."
|
| 388 |
+
Throws ValueError if a REQUIRES line has a syntax error.
|
| 389 |
+
"""
|
| 390 |
+
|
| 391 |
+
features = self.config.available_features
|
| 392 |
+
return self.getMissingRequiredFeaturesFromList(features)
|
| 393 |
+
|
| 394 |
+
def getUnsupportedFeatures(self):
|
| 395 |
+
"""
|
| 396 |
+
getUnsupportedFeatures() -> list of strings
|
| 397 |
+
|
| 398 |
+
Returns a list of features from UNSUPPORTED that are present
|
| 399 |
+
in the test configuration's features.
|
| 400 |
+
Throws ValueError if an UNSUPPORTED line has a syntax error.
|
| 401 |
+
"""
|
| 402 |
+
|
| 403 |
+
features = self.config.available_features
|
| 404 |
+
|
| 405 |
+
try:
|
| 406 |
+
return [
|
| 407 |
+
item
|
| 408 |
+
for item in self.unsupported
|
| 409 |
+
if BooleanExpression.evaluate(item, features)
|
| 410 |
+
]
|
| 411 |
+
except ValueError as e:
|
| 412 |
+
raise ValueError("Error in UNSUPPORTED list:\n%s" % str(e))
|
| 413 |
+
|
| 414 |
+
def getUsedFeatures(self):
|
| 415 |
+
"""
|
| 416 |
+
getUsedFeatures() -> list of strings
|
| 417 |
+
|
| 418 |
+
Returns a list of all features appearing in XFAIL, UNSUPPORTED and
|
| 419 |
+
REQUIRES annotations for this test.
|
| 420 |
+
"""
|
| 421 |
+
import lit.TestRunner
|
| 422 |
+
|
| 423 |
+
parsed = lit.TestRunner._parseKeywords(
|
| 424 |
+
self.getSourcePath(), require_script=False
|
| 425 |
+
)
|
| 426 |
+
feature_keywords = ("UNSUPPORTED:", "REQUIRES:", "XFAIL:")
|
| 427 |
+
boolean_expressions = itertools.chain.from_iterable(
|
| 428 |
+
parsed[k] or [] for k in feature_keywords
|
| 429 |
+
)
|
| 430 |
+
tokens = itertools.chain.from_iterable(
|
| 431 |
+
BooleanExpression.tokenize(expr)
|
| 432 |
+
for expr in boolean_expressions
|
| 433 |
+
if expr != "*"
|
| 434 |
+
)
|
| 435 |
+
matchExpressions = set(filter(BooleanExpression.isMatchExpression, tokens))
|
| 436 |
+
return matchExpressions
|
infer_4_30_0/lib/python3.10/site-packages/lit/TestTimes.py
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
def read_test_times(suite):
|
| 5 |
+
test_times = {}
|
| 6 |
+
test_times_file = os.path.join(suite.exec_root, ".lit_test_times.txt")
|
| 7 |
+
if not os.path.exists(test_times_file):
|
| 8 |
+
test_times_file = os.path.join(suite.source_root, ".lit_test_times.txt")
|
| 9 |
+
if os.path.exists(test_times_file):
|
| 10 |
+
with open(test_times_file, "r") as time_file:
|
| 11 |
+
for line in time_file:
|
| 12 |
+
time, path = line.split(maxsplit=1)
|
| 13 |
+
test_times[path.strip("\n")] = float(time)
|
| 14 |
+
return test_times
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
def record_test_times(tests, lit_config):
|
| 18 |
+
times_by_suite = {}
|
| 19 |
+
for t in tests:
|
| 20 |
+
assert t.suite.test_times is None
|
| 21 |
+
if t.result.elapsed is None:
|
| 22 |
+
continue
|
| 23 |
+
if not t.suite.exec_root in times_by_suite:
|
| 24 |
+
times_by_suite[t.suite.exec_root] = read_test_times(t.suite)
|
| 25 |
+
time = -t.result.elapsed if t.isFailure() else t.result.elapsed
|
| 26 |
+
# The "path" here is only used as a key into a dictionary. It is never
|
| 27 |
+
# used as an actual path to a filesystem API, therefore we use '/' as
|
| 28 |
+
# the canonical separator so that Unix and Windows machines can share
|
| 29 |
+
# timing data.
|
| 30 |
+
times_by_suite[t.suite.exec_root]["/".join(t.path_in_suite)] = time
|
| 31 |
+
|
| 32 |
+
for s, value in times_by_suite.items():
|
| 33 |
+
try:
|
| 34 |
+
path = os.path.join(s, ".lit_test_times.txt")
|
| 35 |
+
with open(path, "w") as time_file:
|
| 36 |
+
for name, time in value.items():
|
| 37 |
+
time_file.write(("%e" % time) + " " + name + "\n")
|
| 38 |
+
except:
|
| 39 |
+
lit_config.warning("Could not save test time: " + path)
|
| 40 |
+
continue
|
infer_4_30_0/lib/python3.10/site-packages/lit/__init__.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""'lit' Testing Tool"""
|
| 2 |
+
|
| 3 |
+
__author__ = "Daniel Dunbar"
|
| 4 |
+
__email__ = "[email protected]"
|
| 5 |
+
__versioninfo__ = (18, 1, 8)
|
| 6 |
+
__version__ = ".".join(str(v) for v in __versioninfo__)
|
| 7 |
+
|
| 8 |
+
__all__ = []
|
infer_4_30_0/lib/python3.10/site-packages/lit/run.py
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import multiprocessing
|
| 2 |
+
import os
|
| 3 |
+
import time
|
| 4 |
+
|
| 5 |
+
import lit.Test
|
| 6 |
+
import lit.util
|
| 7 |
+
import lit.worker
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
class MaxFailuresError(Exception):
|
| 11 |
+
pass
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
class TimeoutError(Exception):
|
| 15 |
+
pass
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
class Run(object):
|
| 19 |
+
"""A concrete, configured testing run."""
|
| 20 |
+
|
| 21 |
+
def __init__(
|
| 22 |
+
self, tests, lit_config, workers, progress_callback, max_failures, timeout
|
| 23 |
+
):
|
| 24 |
+
self.tests = tests
|
| 25 |
+
self.lit_config = lit_config
|
| 26 |
+
self.workers = workers
|
| 27 |
+
self.progress_callback = progress_callback
|
| 28 |
+
self.max_failures = max_failures
|
| 29 |
+
self.timeout = timeout
|
| 30 |
+
assert workers > 0
|
| 31 |
+
|
| 32 |
+
def execute(self):
|
| 33 |
+
"""
|
| 34 |
+
Execute the tests in the run using up to the specified number of
|
| 35 |
+
parallel tasks, and inform the caller of each individual result. The
|
| 36 |
+
provided tests should be a subset of the tests available in this run
|
| 37 |
+
object.
|
| 38 |
+
|
| 39 |
+
The progress_callback will be invoked for each completed test.
|
| 40 |
+
|
| 41 |
+
If timeout is non-None, it should be a time in seconds after which to
|
| 42 |
+
stop executing tests.
|
| 43 |
+
|
| 44 |
+
Returns the elapsed testing time.
|
| 45 |
+
|
| 46 |
+
Upon completion, each test in the run will have its result
|
| 47 |
+
computed. Tests which were not actually executed (for any reason) will
|
| 48 |
+
be marked SKIPPED.
|
| 49 |
+
"""
|
| 50 |
+
self.failures = 0
|
| 51 |
+
|
| 52 |
+
# Larger timeouts (one year, positive infinity) don't work on Windows.
|
| 53 |
+
one_week = 7 * 24 * 60 * 60 # days * hours * minutes * seconds
|
| 54 |
+
timeout = self.timeout or one_week
|
| 55 |
+
deadline = time.time() + timeout
|
| 56 |
+
|
| 57 |
+
try:
|
| 58 |
+
self._execute(deadline)
|
| 59 |
+
finally:
|
| 60 |
+
skipped = lit.Test.Result(lit.Test.SKIPPED)
|
| 61 |
+
for test in self.tests:
|
| 62 |
+
if test.result is None:
|
| 63 |
+
test.setResult(skipped)
|
| 64 |
+
|
| 65 |
+
def _execute(self, deadline):
|
| 66 |
+
self._increase_process_limit()
|
| 67 |
+
|
| 68 |
+
semaphores = {
|
| 69 |
+
k: multiprocessing.BoundedSemaphore(v)
|
| 70 |
+
for k, v in self.lit_config.parallelism_groups.items()
|
| 71 |
+
if v is not None
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
pool = multiprocessing.Pool(
|
| 75 |
+
self.workers, lit.worker.initialize, (self.lit_config, semaphores)
|
| 76 |
+
)
|
| 77 |
+
|
| 78 |
+
async_results = [
|
| 79 |
+
pool.apply_async(
|
| 80 |
+
lit.worker.execute, args=[test], callback=self.progress_callback
|
| 81 |
+
)
|
| 82 |
+
for test in self.tests
|
| 83 |
+
]
|
| 84 |
+
pool.close()
|
| 85 |
+
|
| 86 |
+
try:
|
| 87 |
+
self._wait_for(async_results, deadline)
|
| 88 |
+
except:
|
| 89 |
+
pool.terminate()
|
| 90 |
+
raise
|
| 91 |
+
finally:
|
| 92 |
+
pool.join()
|
| 93 |
+
|
| 94 |
+
def _wait_for(self, async_results, deadline):
|
| 95 |
+
timeout = deadline - time.time()
|
| 96 |
+
for idx, ar in enumerate(async_results):
|
| 97 |
+
try:
|
| 98 |
+
test = ar.get(timeout)
|
| 99 |
+
except multiprocessing.TimeoutError:
|
| 100 |
+
raise TimeoutError()
|
| 101 |
+
else:
|
| 102 |
+
self._update_test(self.tests[idx], test)
|
| 103 |
+
if test.isFailure():
|
| 104 |
+
self.failures += 1
|
| 105 |
+
if self.failures == self.max_failures:
|
| 106 |
+
raise MaxFailuresError()
|
| 107 |
+
|
| 108 |
+
# Update local test object "in place" from remote test object. This
|
| 109 |
+
# ensures that the original test object which is used for printing test
|
| 110 |
+
# results reflects the changes.
|
| 111 |
+
def _update_test(self, local_test, remote_test):
|
| 112 |
+
# Needed for getMissingRequiredFeatures()
|
| 113 |
+
local_test.requires = remote_test.requires
|
| 114 |
+
local_test.result = remote_test.result
|
| 115 |
+
|
| 116 |
+
# TODO(yln): interferes with progress bar
|
| 117 |
+
# Some tests use threads internally, and at least on Linux each of these
|
| 118 |
+
# threads counts toward the current process limit. Try to raise the (soft)
|
| 119 |
+
# process limit so that tests don't fail due to resource exhaustion.
|
| 120 |
+
def _increase_process_limit(self):
|
| 121 |
+
ncpus = lit.util.usable_core_count()
|
| 122 |
+
desired_limit = self.workers * ncpus * 2 # the 2 is a safety factor
|
| 123 |
+
|
| 124 |
+
# Importing the resource module will likely fail on Windows.
|
| 125 |
+
try:
|
| 126 |
+
import resource
|
| 127 |
+
|
| 128 |
+
NPROC = resource.RLIMIT_NPROC
|
| 129 |
+
|
| 130 |
+
soft_limit, hard_limit = resource.getrlimit(NPROC)
|
| 131 |
+
desired_limit = min(desired_limit, hard_limit)
|
| 132 |
+
|
| 133 |
+
if soft_limit < desired_limit:
|
| 134 |
+
resource.setrlimit(NPROC, (desired_limit, hard_limit))
|
| 135 |
+
self.lit_config.note(
|
| 136 |
+
"Raised process limit from %d to %d" % (soft_limit, desired_limit)
|
| 137 |
+
)
|
| 138 |
+
except Exception as ex:
|
| 139 |
+
# Warn, unless this is Windows, in which case this is expected.
|
| 140 |
+
if os.name != "nt":
|
| 141 |
+
self.lit_config.warning("Failed to raise process limit: %s" % ex)
|
infer_4_30_0/lib/python3.10/site-packages/opencensus-0.11.4.dist-info/RECORD
ADDED
|
@@ -0,0 +1,194 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
opencensus-0.11.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 2 |
+
opencensus-0.11.4.dist-info/LICENSE,sha256=YmXwJVPDAw7MfsXq36r_DSbI55E92i-djKAC0Fa43ts,11553
|
| 3 |
+
opencensus-0.11.4.dist-info/METADATA,sha256=M0nHiQlDaEteLWFmNwGGs6Xu1C3_YsczItcW70LZG4k,12351
|
| 4 |
+
opencensus-0.11.4.dist-info/RECORD,,
|
| 5 |
+
opencensus-0.11.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 6 |
+
opencensus-0.11.4.dist-info/WHEEL,sha256=Z-nyYpwrcSqxfdux5Mbn_DQ525iP7J2DG3JgGvOYyTQ,110
|
| 7 |
+
opencensus-0.11.4.dist-info/namespace_packages.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
| 8 |
+
opencensus-0.11.4.dist-info/top_level.txt,sha256=J24OU61lnFeMMuwOLPtTNywYsd2Bzp5KbBCPtAhDgaI,11
|
| 9 |
+
opencensus/__init__.py,sha256=F0UD44DuZCpVvI1PX5rW4FcKQ004ORdqeOhf4JsheIY,66
|
| 10 |
+
opencensus/__pycache__/__init__.cpython-310.pyc,,
|
| 11 |
+
opencensus/common/__init__.py,sha256=F0UD44DuZCpVvI1PX5rW4FcKQ004ORdqeOhf4JsheIY,66
|
| 12 |
+
opencensus/common/__pycache__/__init__.cpython-310.pyc,,
|
| 13 |
+
opencensus/common/backports/__init__.py,sha256=ZfPWVZ8q7qcuRBDY9pGyH36kQ5mejJuMNDyOltEZqb0,2888
|
| 14 |
+
opencensus/common/backports/__pycache__/__init__.cpython-310.pyc,,
|
| 15 |
+
opencensus/common/configuration/__init__.py,sha256=YIDloGhqI4TzgvMx8lIrTMephpwaW31xcoO0a6UGmTE,1443
|
| 16 |
+
opencensus/common/configuration/__pycache__/__init__.cpython-310.pyc,,
|
| 17 |
+
opencensus/common/http_handler/__init__.py,sha256=CHqTDxGFN8pq1njv5f53aMVzdc1G-xYJEfqwJKR5QWc,1434
|
| 18 |
+
opencensus/common/http_handler/__pycache__/__init__.cpython-310.pyc,,
|
| 19 |
+
opencensus/common/monitored_resource/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 20 |
+
opencensus/common/monitored_resource/__pycache__/__init__.cpython-310.pyc,,
|
| 21 |
+
opencensus/common/monitored_resource/__pycache__/aws_identity_doc_utils.cpython-310.pyc,,
|
| 22 |
+
opencensus/common/monitored_resource/__pycache__/gcp_metadata_config.cpython-310.pyc,,
|
| 23 |
+
opencensus/common/monitored_resource/__pycache__/k8s_utils.cpython-310.pyc,,
|
| 24 |
+
opencensus/common/monitored_resource/__pycache__/monitored_resource.cpython-310.pyc,,
|
| 25 |
+
opencensus/common/monitored_resource/aws_identity_doc_utils.py,sha256=v-7tuf9P554rhunHSoYmghszU14gI7i9ot7NuXJB42w,3243
|
| 26 |
+
opencensus/common/monitored_resource/gcp_metadata_config.py,sha256=OufJ6HUxVTfRC-5_WFvs3SiywXxA2damyVyAtvUZsFs,4119
|
| 27 |
+
opencensus/common/monitored_resource/k8s_utils.py,sha256=9RSsoqUdMSpS12P-tn3v7VtSXaIBM8KqqqBxL7MpqiM,2108
|
| 28 |
+
opencensus/common/monitored_resource/monitored_resource.py,sha256=vbxUPe6kFufY7IL46QMBBOxwSI2AVHcnwZSVxqUf2U8,2389
|
| 29 |
+
opencensus/common/resource/__init__.py,sha256=9c0T-2H2oHI1lXm11KvFdUjfSvsOMiowLQaGJqZ6NUY,6591
|
| 30 |
+
opencensus/common/resource/__pycache__/__init__.cpython-310.pyc,,
|
| 31 |
+
opencensus/common/schedule/__init__.py,sha256=6o-WqHxUC075eKEMnqVb-omWzwGY7cxbPcukxkACPUk,4738
|
| 32 |
+
opencensus/common/schedule/__pycache__/__init__.cpython-310.pyc,,
|
| 33 |
+
opencensus/common/transports/__init__.py,sha256=TcAW4NO62hdY2RC2-lLga_icFnrpYMrR9zcS2xcuz6U,596
|
| 34 |
+
opencensus/common/transports/__pycache__/__init__.cpython-310.pyc,,
|
| 35 |
+
opencensus/common/transports/__pycache__/async_.cpython-310.pyc,,
|
| 36 |
+
opencensus/common/transports/__pycache__/base.cpython-310.pyc,,
|
| 37 |
+
opencensus/common/transports/__pycache__/sync.cpython-310.pyc,,
|
| 38 |
+
opencensus/common/transports/async_.py,sha256=yVabLF1avTBMMewrndVZ5Uet7WPVpH6wncfDpF4hXIA,8063
|
| 39 |
+
opencensus/common/transports/base.py,sha256=MHpSA0DWEe3bd9S1Pqz85i3UOa5yjkP0I_b894VYW5A,1021
|
| 40 |
+
opencensus/common/transports/sync.py,sha256=5cxYNnC3ntynQmM59ccER1aGHKWRWp1yNUZD7DNZKCE,1058
|
| 41 |
+
opencensus/common/utils/__init__.py,sha256=JRpGoXBroCFQTlwm7a3sP2AihrPpfFL8Ots8Yp11eYU,3738
|
| 42 |
+
opencensus/common/utils/__pycache__/__init__.cpython-310.pyc,,
|
| 43 |
+
opencensus/common/version/__init__.py,sha256=3A51Klomvw2AvHVZ7lV3G1qmldc3cfIPvHNl8C-N55s,622
|
| 44 |
+
opencensus/common/version/__pycache__/__init__.cpython-310.pyc,,
|
| 45 |
+
opencensus/log/__init__.py,sha256=U3ULx0SpGhjuUlbaItEQv0bQLUKSlQEBjEgplNEyJcI,4159
|
| 46 |
+
opencensus/log/__pycache__/__init__.cpython-310.pyc,,
|
| 47 |
+
opencensus/metrics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 48 |
+
opencensus/metrics/__pycache__/__init__.cpython-310.pyc,,
|
| 49 |
+
opencensus/metrics/__pycache__/label_key.cpython-310.pyc,,
|
| 50 |
+
opencensus/metrics/__pycache__/label_value.cpython-310.pyc,,
|
| 51 |
+
opencensus/metrics/__pycache__/transport.cpython-310.pyc,,
|
| 52 |
+
opencensus/metrics/export/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 53 |
+
opencensus/metrics/export/__pycache__/__init__.cpython-310.pyc,,
|
| 54 |
+
opencensus/metrics/export/__pycache__/cumulative.cpython-310.pyc,,
|
| 55 |
+
opencensus/metrics/export/__pycache__/gauge.cpython-310.pyc,,
|
| 56 |
+
opencensus/metrics/export/__pycache__/metric.cpython-310.pyc,,
|
| 57 |
+
opencensus/metrics/export/__pycache__/metric_descriptor.cpython-310.pyc,,
|
| 58 |
+
opencensus/metrics/export/__pycache__/metric_producer.cpython-310.pyc,,
|
| 59 |
+
opencensus/metrics/export/__pycache__/point.cpython-310.pyc,,
|
| 60 |
+
opencensus/metrics/export/__pycache__/summary.cpython-310.pyc,,
|
| 61 |
+
opencensus/metrics/export/__pycache__/time_series.cpython-310.pyc,,
|
| 62 |
+
opencensus/metrics/export/__pycache__/value.cpython-310.pyc,,
|
| 63 |
+
opencensus/metrics/export/cumulative.py,sha256=pXuvoBu8dk97HlEH_kH5iAXVzMGVnkZB49HQREOPcmc,2958
|
| 64 |
+
opencensus/metrics/export/gauge.py,sha256=XOLPsP2IEmSRaINvIwPcMjJI-07LdscYRqo2oxVeEmI,17770
|
| 65 |
+
opencensus/metrics/export/metric.py,sha256=Uo6rJKw6D7-UcRwSpsqkGfhli8XU4KrvufmjQ1r38mc,3224
|
| 66 |
+
opencensus/metrics/export/metric_descriptor.py,sha256=NhFPIeQn_G42GU0mxkPG5cRD6pH07y4bxXTGq4BUVrg,6174
|
| 67 |
+
opencensus/metrics/export/metric_producer.py,sha256=8XSFwJpAiliqaIR7TTuaYp26sJ1GZhep4H9Ul_5DSjk,2764
|
| 68 |
+
opencensus/metrics/export/point.py,sha256=S5P0dnPFMT5Waj-nIPlT3V0TBeTyCAiQ4Fx0gWw2QyI,1571
|
| 69 |
+
opencensus/metrics/export/summary.py,sha256=n30_7EsVZy5CEeNSfGaxVUe-l7bzvjbLTasRJJH48H8,4449
|
| 70 |
+
opencensus/metrics/export/time_series.py,sha256=K-Va6EKfdS5b1ifO68r8d4rOVJRYhcDPp_w_hW18h7A,3278
|
| 71 |
+
opencensus/metrics/export/value.py,sha256=uX9IrsAZirUspDJrxPWPqE4V2Y0REOoRjidPCsMGRUQ,9082
|
| 72 |
+
opencensus/metrics/label_key.py,sha256=ZS0RSVW4VzQzLESLJho9yLRnV4Oi78Hum93mfMSf8CA,1630
|
| 73 |
+
opencensus/metrics/label_value.py,sha256=lv1HbhzOyi4xOIvLFazzYqi8YPoAz1Saci4Se_T26F8,1289
|
| 74 |
+
opencensus/metrics/transport.py,sha256=rVaKjRwPhdSy1Ik9ks1u6Z7CMwf9hbbBRDpBFV5YTts,4534
|
| 75 |
+
opencensus/stats/__init__.py,sha256=TcAW4NO62hdY2RC2-lLga_icFnrpYMrR9zcS2xcuz6U,596
|
| 76 |
+
opencensus/stats/__pycache__/__init__.cpython-310.pyc,,
|
| 77 |
+
opencensus/stats/__pycache__/aggregation.cpython-310.pyc,,
|
| 78 |
+
opencensus/stats/__pycache__/aggregation_data.cpython-310.pyc,,
|
| 79 |
+
opencensus/stats/__pycache__/base_exporter.cpython-310.pyc,,
|
| 80 |
+
opencensus/stats/__pycache__/bucket_boundaries.cpython-310.pyc,,
|
| 81 |
+
opencensus/stats/__pycache__/execution_context.cpython-310.pyc,,
|
| 82 |
+
opencensus/stats/__pycache__/measure.cpython-310.pyc,,
|
| 83 |
+
opencensus/stats/__pycache__/measure_to_view_map.cpython-310.pyc,,
|
| 84 |
+
opencensus/stats/__pycache__/measurement.cpython-310.pyc,,
|
| 85 |
+
opencensus/stats/__pycache__/measurement_map.cpython-310.pyc,,
|
| 86 |
+
opencensus/stats/__pycache__/metric_utils.cpython-310.pyc,,
|
| 87 |
+
opencensus/stats/__pycache__/stats.cpython-310.pyc,,
|
| 88 |
+
opencensus/stats/__pycache__/stats_recorder.cpython-310.pyc,,
|
| 89 |
+
opencensus/stats/__pycache__/view.cpython-310.pyc,,
|
| 90 |
+
opencensus/stats/__pycache__/view_data.cpython-310.pyc,,
|
| 91 |
+
opencensus/stats/__pycache__/view_manager.cpython-310.pyc,,
|
| 92 |
+
opencensus/stats/aggregation.py,sha256=M8PAxMf0RXMhezuItnOhcPvadmmRvxeX9xoMCWQexFY,5180
|
| 93 |
+
opencensus/stats/aggregation_data.py,sha256=Q4_xZm5hqpVRZH0qW0hhByXAIBQjL3daVcMQBKruMnA,13885
|
| 94 |
+
opencensus/stats/base_exporter.py,sha256=LlCB_0lLw2XMXChIUU4KOoPfvMWirX8U7-i7p7Fmg9w,1569
|
| 95 |
+
opencensus/stats/bucket_boundaries.py,sha256=2e6lj0dbuRwQPELehsaAhnAO6hSThz8QerJ5tWTzswU,1407
|
| 96 |
+
opencensus/stats/execution_context.py,sha256=vSMam4Q_CgCfuJ4lVCPBtbBLTK4PCFCyWOhG6zVUtLc,1067
|
| 97 |
+
opencensus/stats/measure.py,sha256=dCxrmRi88TqMgULZYz4amooB7hvMc91xanUB4aMGp0M,1928
|
| 98 |
+
opencensus/stats/measure_to_view_map.py,sha256=mvEDs_p2NLuNnV6qKL0QB2k5AzxIO9eVpCqZzJJCu3w,6271
|
| 99 |
+
opencensus/stats/measurement.py,sha256=DXSUTsSkabsF8y7kjZjuUN0n76weaJi86z1TRPwETw0,1649
|
| 100 |
+
opencensus/stats/measurement_map.py,sha256=8nr-W2OzvKXpNDKXE0hCDNWWVuH3JykKHQ7269tn1KY,4821
|
| 101 |
+
opencensus/stats/metric_utils.py,sha256=JHJWHFm8ztm4Yy1e7pP5qxeRh6_Jk4CmgbrPwmt7DQA,2858
|
| 102 |
+
opencensus/stats/stats.py,sha256=4nBU5aIQXbuCYNfpdwcmH19tS37_VUSJktoxMArq08c,1545
|
| 103 |
+
opencensus/stats/stats_recorder.py,sha256=xoYyGI__Ml-NiKinYH4q9wyT9Z7jXPbsPH5UH5wYAAw,1378
|
| 104 |
+
opencensus/stats/view.py,sha256=-7wzEVJEw3OnC67pi3FVzr2JM-aqhJTXaKnaAA2gaIc,3638
|
| 105 |
+
opencensus/stats/view_data.py,sha256=mlj-tzvvCHnQjgUF_2Rpyfh4BGUDq8uwdX6TgE5BytA,3273
|
| 106 |
+
opencensus/stats/view_manager.py,sha256=ePgy60hsjWf-eR6FNp1biQYbD8umxYtnpMK8FIjDUV0,2216
|
| 107 |
+
opencensus/tags/__init__.py,sha256=TqjMu0ZDj4wMrhcDfIPuswSw4F2PTpxPwlO4ZGzzjys,966
|
| 108 |
+
opencensus/tags/__pycache__/__init__.cpython-310.pyc,,
|
| 109 |
+
opencensus/tags/__pycache__/tag.cpython-310.pyc,,
|
| 110 |
+
opencensus/tags/__pycache__/tag_key.cpython-310.pyc,,
|
| 111 |
+
opencensus/tags/__pycache__/tag_map.cpython-310.pyc,,
|
| 112 |
+
opencensus/tags/__pycache__/tag_value.cpython-310.pyc,,
|
| 113 |
+
opencensus/tags/__pycache__/validation.cpython-310.pyc,,
|
| 114 |
+
opencensus/tags/propagation/__init__.py,sha256=TcAW4NO62hdY2RC2-lLga_icFnrpYMrR9zcS2xcuz6U,596
|
| 115 |
+
opencensus/tags/propagation/__pycache__/__init__.cpython-310.pyc,,
|
| 116 |
+
opencensus/tags/propagation/__pycache__/binary_serializer.cpython-310.pyc,,
|
| 117 |
+
opencensus/tags/propagation/binary_serializer.py,sha256=eWygMfCWytI66OVO4lRpEQxAb9sKER5wi0IlRjKbGRY,3891
|
| 118 |
+
opencensus/tags/tag.py,sha256=myzlZNWW2TdF4nvL4BsiqIFnsqsmalHAvUYsqWPQnc4,1145
|
| 119 |
+
opencensus/tags/tag_key.py,sha256=obev7j_EvSTK56MD6OOS8yhlzu0-xIMHiVevdt0_C0o,1227
|
| 120 |
+
opencensus/tags/tag_map.py,sha256=hNuiRO1qZJf3l_gesb3extDUnwCMfl-mW-8TH1tfKTE,3339
|
| 121 |
+
opencensus/tags/tag_value.py,sha256=5opAVWqI50CovpSh_Z6mqnaC2T4ZDpurLB423OyI5lE,1255
|
| 122 |
+
opencensus/tags/validation.py,sha256=OV8gJ9b3UyLz9tYr6IbAT65vHr6jp3gB9Bo8UmpeA8I,1255
|
| 123 |
+
opencensus/trace/__init__.py,sha256=3vmAI0NGA5urfT7sweDlIpvWmGUf5LG2luZsd_Ra4f4,660
|
| 124 |
+
opencensus/trace/__pycache__/__init__.cpython-310.pyc,,
|
| 125 |
+
opencensus/trace/__pycache__/attributes.cpython-310.pyc,,
|
| 126 |
+
opencensus/trace/__pycache__/attributes_helper.cpython-310.pyc,,
|
| 127 |
+
opencensus/trace/__pycache__/base_exporter.cpython-310.pyc,,
|
| 128 |
+
opencensus/trace/__pycache__/base_span.cpython-310.pyc,,
|
| 129 |
+
opencensus/trace/__pycache__/blank_span.cpython-310.pyc,,
|
| 130 |
+
opencensus/trace/__pycache__/config_integration.cpython-310.pyc,,
|
| 131 |
+
opencensus/trace/__pycache__/exceptions_status.cpython-310.pyc,,
|
| 132 |
+
opencensus/trace/__pycache__/execution_context.cpython-310.pyc,,
|
| 133 |
+
opencensus/trace/__pycache__/file_exporter.cpython-310.pyc,,
|
| 134 |
+
opencensus/trace/__pycache__/integrations.cpython-310.pyc,,
|
| 135 |
+
opencensus/trace/__pycache__/link.cpython-310.pyc,,
|
| 136 |
+
opencensus/trace/__pycache__/logging_exporter.cpython-310.pyc,,
|
| 137 |
+
opencensus/trace/__pycache__/print_exporter.cpython-310.pyc,,
|
| 138 |
+
opencensus/trace/__pycache__/span.cpython-310.pyc,,
|
| 139 |
+
opencensus/trace/__pycache__/span_context.cpython-310.pyc,,
|
| 140 |
+
opencensus/trace/__pycache__/span_data.cpython-310.pyc,,
|
| 141 |
+
opencensus/trace/__pycache__/stack_trace.cpython-310.pyc,,
|
| 142 |
+
opencensus/trace/__pycache__/status.cpython-310.pyc,,
|
| 143 |
+
opencensus/trace/__pycache__/time_event.cpython-310.pyc,,
|
| 144 |
+
opencensus/trace/__pycache__/trace_options.cpython-310.pyc,,
|
| 145 |
+
opencensus/trace/__pycache__/tracer.cpython-310.pyc,,
|
| 146 |
+
opencensus/trace/__pycache__/tracestate.cpython-310.pyc,,
|
| 147 |
+
opencensus/trace/__pycache__/utils.cpython-310.pyc,,
|
| 148 |
+
opencensus/trace/attributes.py,sha256=YAyn_Fp2V969gOwB_QhQN0iwnlskKV3f4E9rt_xMjOA,2457
|
| 149 |
+
opencensus/trace/attributes_helper.py,sha256=o67kxxUOGwbjUY_Zeorr4AkCsqj0z8FYYvNizgx8z_Y,1522
|
| 150 |
+
opencensus/trace/base_exporter.py,sha256=R2B4vWebq5BxEdxTJ6sXxnRfBTzJI7NBSpsvJC9eaRk,1585
|
| 151 |
+
opencensus/trace/base_span.py,sha256=gMYlnYrsYwBbhmUxT_lC0kcFqAoJTSIU7q35RSAvOlE,3429
|
| 152 |
+
opencensus/trace/blank_span.py,sha256=tcSFY4WtINQy9ygclZncSg5qq1gPW8J2PCIXx9L7Akc,5440
|
| 153 |
+
opencensus/trace/config_integration.py,sha256=DuUsSoIG4Mg0Z3eNjp13bZ0mygabe8GFpnSNj7F2GNs,1330
|
| 154 |
+
opencensus/trace/exceptions_status.py,sha256=YYyGIYnsVNevsg6bdloxzEObxO4WmMmBTyTKPWjCbZQ,940
|
| 155 |
+
opencensus/trace/execution_context.py,sha256=OYQGwRUXSx9Tn9p_wxghrI3MFV-1ME9Wp7pYXyuaaCw,2476
|
| 156 |
+
opencensus/trace/file_exporter.py,sha256=eXYNXEx5dHU5wPFb61ASUDyUZepxJMhKbmcQ9Mt8mJo,2669
|
| 157 |
+
opencensus/trace/integrations.py,sha256=OeyzYjBpA501-96KC1fEccfasTb03njsswbZV0Er230,1448
|
| 158 |
+
opencensus/trace/link.py,sha256=e-Wwrsnk3-zlK9JMaWQ1t80jSmdkPQa-dBM667DnRTQ,2622
|
| 159 |
+
opencensus/trace/logging_exporter.py,sha256=zSby20MJ1o6M4nIB9hCeiA1zhNdZgZcos3_2IZf_83I,3217
|
| 160 |
+
opencensus/trace/print_exporter.py,sha256=T0SvkDcbwIiA5V-UriZLSMDDetuDesLXQ6Ru-xveCYw,1932
|
| 161 |
+
opencensus/trace/propagation/__init__.py,sha256=3cwrGSSn3JMa-Au3B1875PPwj3Ndg-lxgslMZRNsW3s,596
|
| 162 |
+
opencensus/trace/propagation/__pycache__/__init__.cpython-310.pyc,,
|
| 163 |
+
opencensus/trace/propagation/__pycache__/b3_format.cpython-310.pyc,,
|
| 164 |
+
opencensus/trace/propagation/__pycache__/binary_format.cpython-310.pyc,,
|
| 165 |
+
opencensus/trace/propagation/__pycache__/google_cloud_format.cpython-310.pyc,,
|
| 166 |
+
opencensus/trace/propagation/__pycache__/text_format.cpython-310.pyc,,
|
| 167 |
+
opencensus/trace/propagation/__pycache__/trace_context_http_header_format.cpython-310.pyc,,
|
| 168 |
+
opencensus/trace/propagation/__pycache__/tracestate_string_format.cpython-310.pyc,,
|
| 169 |
+
opencensus/trace/propagation/b3_format.py,sha256=7C2dZQgsu2NVTdwsnE8qnU-WfdHgpBfb5g4oSItgVuU,4053
|
| 170 |
+
opencensus/trace/propagation/binary_format.py,sha256=aahWtjg1AUJDkMiE3FUrSQrRZyb-H5KeULsEYaM_QjA,6168
|
| 171 |
+
opencensus/trace/propagation/google_cloud_format.py,sha256=GDkpPWW5r3bubkp86CDSQwKDYeiY6X9i-m57-Ysdwgs,4605
|
| 172 |
+
opencensus/trace/propagation/text_format.py,sha256=nBUZq4_jf5WhdSth1sl30rhrmIaaIabJiIQ1fwiY0GY,3174
|
| 173 |
+
opencensus/trace/propagation/trace_context_http_header_format.py,sha256=y77aO_Hx9WI-pji-7HakeKK_DRnalZg0XAyYiTQ5UGw,3946
|
| 174 |
+
opencensus/trace/propagation/tracestate_string_format.py,sha256=jw_mhR2_NvuAvjrF4B4_bilLiEqw-ocTJBDXGBE1Ryo,1604
|
| 175 |
+
opencensus/trace/samplers/__init__.py,sha256=MQtXRIokFq2UCXR5Xj7K8_Nk_Ga1DCIF7iwAFBpYZ-g,2895
|
| 176 |
+
opencensus/trace/samplers/__pycache__/__init__.cpython-310.pyc,,
|
| 177 |
+
opencensus/trace/span.py,sha256=F6JaUIiyOlOp9soyu8VoKHkx3SbrizKRsLYD2p_TEd4,15598
|
| 178 |
+
opencensus/trace/span_context.py,sha256=KN8newixFHvWZ-JXP_UBFyHtVUSVFm5mRFA5upV2gBE,5548
|
| 179 |
+
opencensus/trace/span_data.py,sha256=aCJm2UwEIcJ2pDI3UXHtNsyVadAUOIvC05eqybIN_yA,6514
|
| 180 |
+
opencensus/trace/stack_trace.py,sha256=rm1kCy2U_sXq9ndW0DVcHfZO98X8jIJo8Fdb2nAr0bQ,6998
|
| 181 |
+
opencensus/trace/status.py,sha256=yLcQgs8gvL0Yb4lqJ3ZFsWFBdU5vkeQtOfSWUyVBqlk,2624
|
| 182 |
+
opencensus/trace/time_event.py,sha256=bEZ8_6zVheAn8V-3OI5lL76mZxJ-9tJUOCJBMAZSXS0,4301
|
| 183 |
+
opencensus/trace/trace_options.py,sha256=I-SOm3_iaPyjjZR69D4XmFcQaEqTu19A-Btk6iaR72o,2651
|
| 184 |
+
opencensus/trace/tracer.py,sha256=bORAnkVg1y__ZJt3keuxqms2dB4NpW6zclKNDYaUK0I,5166
|
| 185 |
+
opencensus/trace/tracers/__init__.py,sha256=3cwrGSSn3JMa-Au3B1875PPwj3Ndg-lxgslMZRNsW3s,596
|
| 186 |
+
opencensus/trace/tracers/__pycache__/__init__.cpython-310.pyc,,
|
| 187 |
+
opencensus/trace/tracers/__pycache__/base.cpython-310.pyc,,
|
| 188 |
+
opencensus/trace/tracers/__pycache__/context_tracer.cpython-310.pyc,,
|
| 189 |
+
opencensus/trace/tracers/__pycache__/noop_tracer.cpython-310.pyc,,
|
| 190 |
+
opencensus/trace/tracers/base.py,sha256=KRi_n-OAvpFHZnhLl8ZTlWofTmvoZEeaa18OMaG9Kr4,2622
|
| 191 |
+
opencensus/trace/tracers/context_tracer.py,sha256=RGTy0IzYEsEgxj5u6eBG7PrmYfs7Pq-0ZCyDSHBJN-Q,5991
|
| 192 |
+
opencensus/trace/tracers/noop_tracer.py,sha256=CotRxATBNii4YSNi--7_fl7-iIFj1z6rQmCzzk2f07k,2686
|
| 193 |
+
opencensus/trace/tracestate.py,sha256=mKFckhglUTxHdwNnoGdHoaQeJcdOvYPCbCX7mIr0MUI,2516
|
| 194 |
+
opencensus/trace/utils.py,sha256=khhyGNpkjOL8Sognf_zdZn_WSiHHKhrgSf31mDAtsBU,4059
|
infer_4_30_0/lib/python3.10/site-packages/opencensus-0.11.4.dist-info/namespace_packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
infer_4_30_0/lib/python3.10/site-packages/opencensus-0.11.4.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
opencensus
|
infer_4_30_0/lib/python3.10/site-packages/referencing-0.35.1.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
infer_4_30_0/lib/python3.10/site-packages/safetensors/_safetensors_rust.cpython-310-x86_64-linux-gnu.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a8aa6ef051354553c86afcb40a3bae5d68dac20017e4b5225a3054b7bed71e9
|
| 3 |
+
size 1012224
|
infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/RECORD
ADDED
|
@@ -0,0 +1,936 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_distutils_hack/__init__.py,sha256=oyXE9i-SoZ2qpVgIjkM5r9eOFN9Awgp9UcncOnFNwjc,6754
|
| 2 |
+
_distutils_hack/__pycache__/__init__.cpython-310.pyc,,
|
| 3 |
+
_distutils_hack/__pycache__/override.cpython-310.pyc,,
|
| 4 |
+
_distutils_hack/override.py,sha256=Eu_s-NF6VIZ4Cqd0tbbA5wtWky2IZPNd8et6GLt1mzo,44
|
| 5 |
+
distutils-precedence.pth,sha256=JjjOniUA5XKl4N5_rtZmHrVp0baW_LoHsN0iPaX10iQ,151
|
| 6 |
+
pkg_resources/__init__.py,sha256=-d69BOtMx-kE22-8JSKHJD4hx-dd-8c8v8G_nT1HcuQ,126236
|
| 7 |
+
pkg_resources/__pycache__/__init__.cpython-310.pyc,,
|
| 8 |
+
pkg_resources/api_tests.txt,sha256=XEdvy4igHHrq2qNHNMHnlfO6XSQKNqOyLHbl6QcpfAI,12595
|
| 9 |
+
pkg_resources/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 10 |
+
pkg_resources/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 11 |
+
pkg_resources/tests/__pycache__/__init__.cpython-310.pyc,,
|
| 12 |
+
pkg_resources/tests/__pycache__/test_find_distributions.cpython-310.pyc,,
|
| 13 |
+
pkg_resources/tests/__pycache__/test_integration_zope_interface.cpython-310.pyc,,
|
| 14 |
+
pkg_resources/tests/__pycache__/test_markers.cpython-310.pyc,,
|
| 15 |
+
pkg_resources/tests/__pycache__/test_pkg_resources.cpython-310.pyc,,
|
| 16 |
+
pkg_resources/tests/__pycache__/test_resources.cpython-310.pyc,,
|
| 17 |
+
pkg_resources/tests/__pycache__/test_working_set.cpython-310.pyc,,
|
| 18 |
+
pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc,,
|
| 19 |
+
pkg_resources/tests/data/my-test-package-source/setup.cfg,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 20 |
+
pkg_resources/tests/data/my-test-package-source/setup.py,sha256=1VobhAZbMb7M9mfhb_NE8PwDsvukoWLs9aUAS0pYhe8,105
|
| 21 |
+
pkg_resources/tests/data/my-test-package-zip/my-test-package.zip,sha256=AYRcQ39GVePPnMT8TknP1gdDHyJnXhthESmpAjnzSCI,1809
|
| 22 |
+
pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO,sha256=JvWv9Io2PAuYwEEw2fBW4Qc5YvdbkscpKX1kmLzsoHk,187
|
| 23 |
+
pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt,sha256=4ClkH8eTovZrdVrJFsVuxdbMEF--lBVSuKonDAPE5Jc,208
|
| 24 |
+
pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
| 25 |
+
pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
| 26 |
+
pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
| 27 |
+
pkg_resources/tests/data/my-test-package_zipped-egg/my_test_package-1.0-py3.7.egg,sha256=ZTlMGxjRGiKDNkiA2c75jbQH2TWIteP00irF9gvczbo,843
|
| 28 |
+
pkg_resources/tests/test_find_distributions.py,sha256=U91cov5L1COAIWLNq3Xy4plU7_MnOE1WtXMu6iV2waM,1972
|
| 29 |
+
pkg_resources/tests/test_integration_zope_interface.py,sha256=nzVoK557KZQN0V3DIQ1sVeaCOgt4Kpl-CODAWsO7pmc,1652
|
| 30 |
+
pkg_resources/tests/test_markers.py,sha256=0orKg7UMDf7fnuNQvRMOc-EF9EAP_JTQnk4mtGgbW50,241
|
| 31 |
+
pkg_resources/tests/test_pkg_resources.py,sha256=lwOYAJOui0e86isYT7cq9OJLqsB8eXHBqTlrQOaoPIg,15221
|
| 32 |
+
pkg_resources/tests/test_resources.py,sha256=vjvbX9SkDRLcxIO5_g3ZuX-ZiWUlWoaXNHdrEUyxFds,31252
|
| 33 |
+
pkg_resources/tests/test_working_set.py,sha256=v3lf3NSsGGNwKJFZY7y1C5_cp-dnXsoxBuSxe1Rwk78,8531
|
| 34 |
+
setuptools-75.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 35 |
+
setuptools-75.1.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
|
| 36 |
+
setuptools-75.1.0.dist-info/METADATA,sha256=Lk5ZLxvvviolVBVgH3IqVot9N8lKqYrKIS_A3WjC2Bo,6855
|
| 37 |
+
setuptools-75.1.0.dist-info/RECORD,,
|
| 38 |
+
setuptools-75.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 39 |
+
setuptools-75.1.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
| 40 |
+
setuptools-75.1.0.dist-info/entry_points.txt,sha256=zkgthpf_Fa9NVE9p6FKT3Xk9DR1faAcRU4coggsV7jA,2449
|
| 41 |
+
setuptools-75.1.0.dist-info/top_level.txt,sha256=d9yL39v_W7qmKDDSH6sT4bE0j_Ls1M3P161OGgdsm4g,41
|
| 42 |
+
setuptools/__init__.py,sha256=WQlS2dBCSX3SzoH64dzjc1sJI-Ou2GZGzvbYiLCCWMA,10389
|
| 43 |
+
setuptools/__pycache__/__init__.cpython-310.pyc,,
|
| 44 |
+
setuptools/__pycache__/_core_metadata.cpython-310.pyc,,
|
| 45 |
+
setuptools/__pycache__/_entry_points.cpython-310.pyc,,
|
| 46 |
+
setuptools/__pycache__/_imp.cpython-310.pyc,,
|
| 47 |
+
setuptools/__pycache__/_importlib.cpython-310.pyc,,
|
| 48 |
+
setuptools/__pycache__/_itertools.cpython-310.pyc,,
|
| 49 |
+
setuptools/__pycache__/_normalization.cpython-310.pyc,,
|
| 50 |
+
setuptools/__pycache__/_path.cpython-310.pyc,,
|
| 51 |
+
setuptools/__pycache__/_reqs.cpython-310.pyc,,
|
| 52 |
+
setuptools/__pycache__/archive_util.cpython-310.pyc,,
|
| 53 |
+
setuptools/__pycache__/build_meta.cpython-310.pyc,,
|
| 54 |
+
setuptools/__pycache__/depends.cpython-310.pyc,,
|
| 55 |
+
setuptools/__pycache__/discovery.cpython-310.pyc,,
|
| 56 |
+
setuptools/__pycache__/dist.cpython-310.pyc,,
|
| 57 |
+
setuptools/__pycache__/errors.cpython-310.pyc,,
|
| 58 |
+
setuptools/__pycache__/extension.cpython-310.pyc,,
|
| 59 |
+
setuptools/__pycache__/glob.cpython-310.pyc,,
|
| 60 |
+
setuptools/__pycache__/installer.cpython-310.pyc,,
|
| 61 |
+
setuptools/__pycache__/launch.cpython-310.pyc,,
|
| 62 |
+
setuptools/__pycache__/logging.cpython-310.pyc,,
|
| 63 |
+
setuptools/__pycache__/modified.cpython-310.pyc,,
|
| 64 |
+
setuptools/__pycache__/monkey.cpython-310.pyc,,
|
| 65 |
+
setuptools/__pycache__/msvc.cpython-310.pyc,,
|
| 66 |
+
setuptools/__pycache__/namespaces.cpython-310.pyc,,
|
| 67 |
+
setuptools/__pycache__/package_index.cpython-310.pyc,,
|
| 68 |
+
setuptools/__pycache__/sandbox.cpython-310.pyc,,
|
| 69 |
+
setuptools/__pycache__/unicode_utils.cpython-310.pyc,,
|
| 70 |
+
setuptools/__pycache__/version.cpython-310.pyc,,
|
| 71 |
+
setuptools/__pycache__/warnings.cpython-310.pyc,,
|
| 72 |
+
setuptools/__pycache__/wheel.cpython-310.pyc,,
|
| 73 |
+
setuptools/__pycache__/windows_support.cpython-310.pyc,,
|
| 74 |
+
setuptools/_core_metadata.py,sha256=7xeUsLocaSZQlgRQ81-HVRMWUWFXMyFJpVyjCDJgXS0,9795
|
| 75 |
+
setuptools/_distutils/__init__.py,sha256=xGYuhWwLG07J0Q49BVnEjPy6wyDcd6veJMDJX7ljlyM,359
|
| 76 |
+
setuptools/_distutils/__pycache__/__init__.cpython-310.pyc,,
|
| 77 |
+
setuptools/_distutils/__pycache__/_log.cpython-310.pyc,,
|
| 78 |
+
setuptools/_distutils/__pycache__/_macos_compat.cpython-310.pyc,,
|
| 79 |
+
setuptools/_distutils/__pycache__/_modified.cpython-310.pyc,,
|
| 80 |
+
setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc,,
|
| 81 |
+
setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc,,
|
| 82 |
+
setuptools/_distutils/__pycache__/ccompiler.cpython-310.pyc,,
|
| 83 |
+
setuptools/_distutils/__pycache__/cmd.cpython-310.pyc,,
|
| 84 |
+
setuptools/_distutils/__pycache__/core.cpython-310.pyc,,
|
| 85 |
+
setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc,,
|
| 86 |
+
setuptools/_distutils/__pycache__/debug.cpython-310.pyc,,
|
| 87 |
+
setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc,,
|
| 88 |
+
setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc,,
|
| 89 |
+
setuptools/_distutils/__pycache__/dist.cpython-310.pyc,,
|
| 90 |
+
setuptools/_distutils/__pycache__/errors.cpython-310.pyc,,
|
| 91 |
+
setuptools/_distutils/__pycache__/extension.cpython-310.pyc,,
|
| 92 |
+
setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc,,
|
| 93 |
+
setuptools/_distutils/__pycache__/file_util.cpython-310.pyc,,
|
| 94 |
+
setuptools/_distutils/__pycache__/filelist.cpython-310.pyc,,
|
| 95 |
+
setuptools/_distutils/__pycache__/log.cpython-310.pyc,,
|
| 96 |
+
setuptools/_distutils/__pycache__/spawn.cpython-310.pyc,,
|
| 97 |
+
setuptools/_distutils/__pycache__/sysconfig.cpython-310.pyc,,
|
| 98 |
+
setuptools/_distutils/__pycache__/text_file.cpython-310.pyc,,
|
| 99 |
+
setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc,,
|
| 100 |
+
setuptools/_distutils/__pycache__/util.cpython-310.pyc,,
|
| 101 |
+
setuptools/_distutils/__pycache__/version.cpython-310.pyc,,
|
| 102 |
+
setuptools/_distutils/__pycache__/versionpredicate.cpython-310.pyc,,
|
| 103 |
+
setuptools/_distutils/__pycache__/zosccompiler.cpython-310.pyc,,
|
| 104 |
+
setuptools/_distutils/_log.py,sha256=i-lNTTcXS8TmWITJ6DODGvtW5z5tMattJQ76h8rZxQU,42
|
| 105 |
+
setuptools/_distutils/_macos_compat.py,sha256=JzUGhF4E5yIITHbUaPobZEWjGHdrrcNV63z86S4RjBc,239
|
| 106 |
+
setuptools/_distutils/_modified.py,sha256=JZvIUKHidnO_yddOaS9oaXdSrWnyQMifataAkvpsnIU,2446
|
| 107 |
+
setuptools/_distutils/_msvccompiler.py,sha256=C88msUcJV1aUqK7YBXz5ZAUbkZefg6evxhjHrTTOiOs,20798
|
| 108 |
+
setuptools/_distutils/archive_util.py,sha256=15jHbLmCDcnZ75J2tFFyCmCP6yF2aWEzVz-lusaeyr4,7844
|
| 109 |
+
setuptools/_distutils/ccompiler.py,sha256=xvBQgcsWvjt1gd3GH3RxrBxChITq-NKhFJKUVYQPWz0,48873
|
| 110 |
+
setuptools/_distutils/cmd.py,sha256=sZeDnYHuZqykNMOlX4usslxJ4jwPjAXKJvXYu5o7tns,17877
|
| 111 |
+
setuptools/_distutils/command/__init__.py,sha256=GfFAzbBqk1qxSH4BdaKioKS4hRRnD44BAmwEN85C4u8,386
|
| 112 |
+
setuptools/_distutils/command/__pycache__/__init__.cpython-310.pyc,,
|
| 113 |
+
setuptools/_distutils/command/__pycache__/_framework_compat.cpython-310.pyc,,
|
| 114 |
+
setuptools/_distutils/command/__pycache__/bdist.cpython-310.pyc,,
|
| 115 |
+
setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-310.pyc,,
|
| 116 |
+
setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-310.pyc,,
|
| 117 |
+
setuptools/_distutils/command/__pycache__/build.cpython-310.pyc,,
|
| 118 |
+
setuptools/_distutils/command/__pycache__/build_clib.cpython-310.pyc,,
|
| 119 |
+
setuptools/_distutils/command/__pycache__/build_ext.cpython-310.pyc,,
|
| 120 |
+
setuptools/_distutils/command/__pycache__/build_py.cpython-310.pyc,,
|
| 121 |
+
setuptools/_distutils/command/__pycache__/build_scripts.cpython-310.pyc,,
|
| 122 |
+
setuptools/_distutils/command/__pycache__/check.cpython-310.pyc,,
|
| 123 |
+
setuptools/_distutils/command/__pycache__/clean.cpython-310.pyc,,
|
| 124 |
+
setuptools/_distutils/command/__pycache__/config.cpython-310.pyc,,
|
| 125 |
+
setuptools/_distutils/command/__pycache__/install.cpython-310.pyc,,
|
| 126 |
+
setuptools/_distutils/command/__pycache__/install_data.cpython-310.pyc,,
|
| 127 |
+
setuptools/_distutils/command/__pycache__/install_egg_info.cpython-310.pyc,,
|
| 128 |
+
setuptools/_distutils/command/__pycache__/install_headers.cpython-310.pyc,,
|
| 129 |
+
setuptools/_distutils/command/__pycache__/install_lib.cpython-310.pyc,,
|
| 130 |
+
setuptools/_distutils/command/__pycache__/install_scripts.cpython-310.pyc,,
|
| 131 |
+
setuptools/_distutils/command/__pycache__/sdist.cpython-310.pyc,,
|
| 132 |
+
setuptools/_distutils/command/_framework_compat.py,sha256=0iZdSJYzGRWCCvzRDKE-R0-_yaAYvFMd1ylXb2eYXug,1609
|
| 133 |
+
setuptools/_distutils/command/bdist.py,sha256=kALmrhET0pRKlSqY3EdvF-Y0zz-iJUx4_jorH9Mdadk,5346
|
| 134 |
+
setuptools/_distutils/command/bdist_dumb.py,sha256=Gi_d1Nz4l6Gz_xU4LRfRVRKBri22WoNPM7uYyX2ksdk,4582
|
| 135 |
+
setuptools/_distutils/command/bdist_rpm.py,sha256=DfZgvPmm3PTAd39YzLeQ8fmbyRGaXo-nmnUzYEtccg0,21686
|
| 136 |
+
setuptools/_distutils/command/build.py,sha256=_jUqG3GWKIddOeMVktPUtVv05hSBt-_0zLrTByu3_qA,5729
|
| 137 |
+
setuptools/_distutils/command/build_clib.py,sha256=qTpvz-Db2wEjKkX_kPwYQzFUCoP5HZrcbLu4HGKTJ0o,7684
|
| 138 |
+
setuptools/_distutils/command/build_ext.py,sha256=gs7TV3MAaG4hysPk24hUa7M6jZnJzFhi_kMIbwOnYLs,31758
|
| 139 |
+
setuptools/_distutils/command/build_py.py,sha256=cNe8vwMhyPJ2gN6jot9cOY5OuUPUvT6j9fIFcC-Fcik,16552
|
| 140 |
+
setuptools/_distutils/command/build_scripts.py,sha256=EHCVyCiP9APE9X74SkOWj4AdS5iBCue7PqpLQP86e1Y,5534
|
| 141 |
+
setuptools/_distutils/command/check.py,sha256=OM9_pYSz62maIzl3LtzrtTQ658OZQ93sOls86ITghaI,4897
|
| 142 |
+
setuptools/_distutils/command/clean.py,sha256=qlKth74jWLZjKa2nxOay_2Fua6MVNTroApaQOva2dwc,2595
|
| 143 |
+
setuptools/_distutils/command/config.py,sha256=FKd2vUSVOp0rpVUer4bj6D94-fyxyF8HJxitRlZFc9c,13008
|
| 144 |
+
setuptools/_distutils/command/install.py,sha256=TG_lbTbFim2mYt1lMgMNTD9ratag0OJ1GCtyuHpe7oo,30078
|
| 145 |
+
setuptools/_distutils/command/install_data.py,sha256=TqzaoQ8PIj7tTc25WKPQ81aZvP_dTYY4p9r_tqtdmg8,2816
|
| 146 |
+
setuptools/_distutils/command/install_egg_info.py,sha256=Sy2fuBqvCGlQVhJcUteGbdG0KCx2BBN7jAzWEMA9rp8,2788
|
| 147 |
+
setuptools/_distutils/command/install_headers.py,sha256=Wmpw2npRNUGYPR1BAbRpRaFbDFFf-KKCEVzUGyEuyvY,1184
|
| 148 |
+
setuptools/_distutils/command/install_lib.py,sha256=pKLNE1rnqdoSo8bq9efQbQuQprg5TGswFpvKka1F3Fg,8330
|
| 149 |
+
setuptools/_distutils/command/install_scripts.py,sha256=Qw8KrC24mcIeJEvcBNKISMpi75npSm6jzW6BOzA9G7g,1937
|
| 150 |
+
setuptools/_distutils/command/sdist.py,sha256=6Wlzz2rRAcug2Eu7uNOE9EO3b6I2QjElctClgjwZ5j8,18809
|
| 151 |
+
setuptools/_distutils/compat/__init__.py,sha256=AhMdi3AzX62KYnNdOCcEuNXLuBOxhvOSQHtdji4g8z8,429
|
| 152 |
+
setuptools/_distutils/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 153 |
+
setuptools/_distutils/compat/__pycache__/py38.cpython-310.pyc,,
|
| 154 |
+
setuptools/_distutils/compat/__pycache__/py39.cpython-310.pyc,,
|
| 155 |
+
setuptools/_distutils/compat/py38.py,sha256=QnIRFSvDKiQNGpQebTXKmC_2ZLumH08j5z8y8-J04VM,791
|
| 156 |
+
setuptools/_distutils/compat/py39.py,sha256=hOsD6lwZLqZoMnacNJ3P6nUA-LJQhEpVtYTzVH0o96M,1964
|
| 157 |
+
setuptools/_distutils/core.py,sha256=_MmZeNIbkopW0LdHtH7w3HSOI_XTzVhTiV8nAe3UW5w,9267
|
| 158 |
+
setuptools/_distutils/cygwinccompiler.py,sha256=1LQO0p-AwDSNzLJk_KPIKp62eiDpkGZ4fMMs2N3o94w,11891
|
| 159 |
+
setuptools/_distutils/debug.py,sha256=N6MrTAqK6l9SVk6tWweR108PM8Ol7qNlfyV-nHcLhsY,139
|
| 160 |
+
setuptools/_distutils/dep_util.py,sha256=xN75p6ZpHhMiHEc-rpL2XilJQynHnDNiafHteaZ4tjU,349
|
| 161 |
+
setuptools/_distutils/dir_util.py,sha256=zww0t31mfdXV7F1oAZFlddS25iKlgZWaNNMLKL8zElw,7407
|
| 162 |
+
setuptools/_distutils/dist.py,sha256=Z51-FyibouJ2Xi2KVV9GGb1OufQyIdSWgR8QYLKHLuY,50553
|
| 163 |
+
setuptools/_distutils/errors.py,sha256=bZ3cL1YpmYVHJYEgw8UM8vlsLMIpeAXqi6IDSV9Yqhw,3325
|
| 164 |
+
setuptools/_distutils/extension.py,sha256=2SLJ8vzYZn_HPEAIUqExIdJ22ySxlYoEEejbrMoBBSc,10358
|
| 165 |
+
setuptools/_distutils/fancy_getopt.py,sha256=FfBKjfzAXOwg1wJIVDBIoTgals9-XLpQdi-YbZS82Jw,17822
|
| 166 |
+
setuptools/_distutils/file_util.py,sha256=jpPCdgpEN876TFSWEKPzEbj4hZrATpZKPQDOT4G-yHQ,7962
|
| 167 |
+
setuptools/_distutils/filelist.py,sha256=PjeVfpvvjY00sOwofd4d79EUjmI_c7udePCL6REbYzM,13654
|
| 168 |
+
setuptools/_distutils/log.py,sha256=VyBs5j7z4-K6XTEEBThUc9HyMpoPLGtQpERqbz5ylww,1200
|
| 169 |
+
setuptools/_distutils/spawn.py,sha256=u5srFcVoBxOweFlWtZRjO9L__tRcOQvLH8DAel5kZSg,3625
|
| 170 |
+
setuptools/_distutils/sysconfig.py,sha256=0rBnrkIMJc4ek_5sfaNOOACpR9bXOU9GxDAK3KLHkIs,19235
|
| 171 |
+
setuptools/_distutils/tests/__init__.py,sha256=bE9qRiJgLJnfPLHIU21uY7uXYCcHY9dx-V0x1vNT_-M,1476
|
| 172 |
+
setuptools/_distutils/tests/__pycache__/__init__.cpython-310.pyc,,
|
| 173 |
+
setuptools/_distutils/tests/__pycache__/support.cpython-310.pyc,,
|
| 174 |
+
setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-310.pyc,,
|
| 175 |
+
setuptools/_distutils/tests/__pycache__/test_bdist.cpython-310.pyc,,
|
| 176 |
+
setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-310.pyc,,
|
| 177 |
+
setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-310.pyc,,
|
| 178 |
+
setuptools/_distutils/tests/__pycache__/test_build.cpython-310.pyc,,
|
| 179 |
+
setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-310.pyc,,
|
| 180 |
+
setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-310.pyc,,
|
| 181 |
+
setuptools/_distutils/tests/__pycache__/test_build_py.cpython-310.pyc,,
|
| 182 |
+
setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-310.pyc,,
|
| 183 |
+
setuptools/_distutils/tests/__pycache__/test_ccompiler.cpython-310.pyc,,
|
| 184 |
+
setuptools/_distutils/tests/__pycache__/test_check.cpython-310.pyc,,
|
| 185 |
+
setuptools/_distutils/tests/__pycache__/test_clean.cpython-310.pyc,,
|
| 186 |
+
setuptools/_distutils/tests/__pycache__/test_cmd.cpython-310.pyc,,
|
| 187 |
+
setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-310.pyc,,
|
| 188 |
+
setuptools/_distutils/tests/__pycache__/test_core.cpython-310.pyc,,
|
| 189 |
+
setuptools/_distutils/tests/__pycache__/test_cygwinccompiler.cpython-310.pyc,,
|
| 190 |
+
setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-310.pyc,,
|
| 191 |
+
setuptools/_distutils/tests/__pycache__/test_dist.cpython-310.pyc,,
|
| 192 |
+
setuptools/_distutils/tests/__pycache__/test_extension.cpython-310.pyc,,
|
| 193 |
+
setuptools/_distutils/tests/__pycache__/test_file_util.cpython-310.pyc,,
|
| 194 |
+
setuptools/_distutils/tests/__pycache__/test_filelist.cpython-310.pyc,,
|
| 195 |
+
setuptools/_distutils/tests/__pycache__/test_install.cpython-310.pyc,,
|
| 196 |
+
setuptools/_distutils/tests/__pycache__/test_install_data.cpython-310.pyc,,
|
| 197 |
+
setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-310.pyc,,
|
| 198 |
+
setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-310.pyc,,
|
| 199 |
+
setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-310.pyc,,
|
| 200 |
+
setuptools/_distutils/tests/__pycache__/test_log.cpython-310.pyc,,
|
| 201 |
+
setuptools/_distutils/tests/__pycache__/test_mingwccompiler.cpython-310.pyc,,
|
| 202 |
+
setuptools/_distutils/tests/__pycache__/test_modified.cpython-310.pyc,,
|
| 203 |
+
setuptools/_distutils/tests/__pycache__/test_msvccompiler.cpython-310.pyc,,
|
| 204 |
+
setuptools/_distutils/tests/__pycache__/test_sdist.cpython-310.pyc,,
|
| 205 |
+
setuptools/_distutils/tests/__pycache__/test_spawn.cpython-310.pyc,,
|
| 206 |
+
setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-310.pyc,,
|
| 207 |
+
setuptools/_distutils/tests/__pycache__/test_text_file.cpython-310.pyc,,
|
| 208 |
+
setuptools/_distutils/tests/__pycache__/test_unixccompiler.cpython-310.pyc,,
|
| 209 |
+
setuptools/_distutils/tests/__pycache__/test_util.cpython-310.pyc,,
|
| 210 |
+
setuptools/_distutils/tests/__pycache__/test_version.cpython-310.pyc,,
|
| 211 |
+
setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-310.pyc,,
|
| 212 |
+
setuptools/_distutils/tests/__pycache__/unix_compat.cpython-310.pyc,,
|
| 213 |
+
setuptools/_distutils/tests/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 214 |
+
setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 215 |
+
setuptools/_distutils/tests/compat/__pycache__/py38.cpython-310.pyc,,
|
| 216 |
+
setuptools/_distutils/tests/compat/py38.py,sha256=myShQTLl-DnyAjRDJrO44HdLaEoFkKIeReHiydCiHg4,1015
|
| 217 |
+
setuptools/_distutils/tests/support.py,sha256=tjsYsyxvpTK4NrkCseh2ujvDIGV0Mf_b5SI5fP2T0yM,4099
|
| 218 |
+
setuptools/_distutils/tests/test_archive_util.py,sha256=jozimSwPBF-JoJfN_vDaiVGZp66BNcWZGh34FlW57DQ,11787
|
| 219 |
+
setuptools/_distutils/tests/test_bdist.py,sha256=xNHxUsLlHsZQRwkzLb_iSD24s-9Mk-NX2ffBWwOyPyc,1396
|
| 220 |
+
setuptools/_distutils/tests/test_bdist_dumb.py,sha256=QF05MHNhPOdZyh88Xpw8KsO64s7pRFkl8KL-RoV4XK0,2247
|
| 221 |
+
setuptools/_distutils/tests/test_bdist_rpm.py,sha256=YGv9442JC4K3Mh_f1xY6xx3XFZexdIkNdjNChC6_Fe4,3933
|
| 222 |
+
setuptools/_distutils/tests/test_build.py,sha256=Lf66SO9Wi_exzKgsEE5WpVPgdNYHFr1ivOhKQ2gxC1o,1698
|
| 223 |
+
setuptools/_distutils/tests/test_build_clib.py,sha256=Mo1ZFb4C1VXBYOGvnallwN7YCnTtr24akLDO8Zi4CsY,4331
|
| 224 |
+
setuptools/_distutils/tests/test_build_ext.py,sha256=hyxOeHXp6sDb8CHxaGkR4---nP5nwbPtr9JoAJcT9YU,19961
|
| 225 |
+
setuptools/_distutils/tests/test_build_py.py,sha256=NsfmRrojOHBXNMqWR_mp5g4PLTgjhD7iZFUffGZFIdw,6882
|
| 226 |
+
setuptools/_distutils/tests/test_build_scripts.py,sha256=cD-FRy-oX55sXRX5Ez5xQCaeHrWajyKc4Xuwv2fe48w,2880
|
| 227 |
+
setuptools/_distutils/tests/test_ccompiler.py,sha256=eVzZZE8JMIcl4OjwiuhdSNpNdKknAPOnlIe2DnFX-38,2964
|
| 228 |
+
setuptools/_distutils/tests/test_check.py,sha256=hHSV07qf7YoSxGsTbbsUQ9tssZz5RRNdbrY1s2SwaFI,6226
|
| 229 |
+
setuptools/_distutils/tests/test_clean.py,sha256=hPH6jfIpGFUrvWbF1txkiNVSNaAxt2wq5XjV499zO4E,1240
|
| 230 |
+
setuptools/_distutils/tests/test_cmd.py,sha256=bgRB79mitoOKR1OiyZHnCogvGxt3pWkxeTqIC04lQWQ,3254
|
| 231 |
+
setuptools/_distutils/tests/test_config_cmd.py,sha256=Zs6WX0IfxDvmuC19XzuVNnYCnTr9Y-hl73TAmDSBN4Y,2664
|
| 232 |
+
setuptools/_distutils/tests/test_core.py,sha256=L7XKVAxa-MGoAZeANopnuK9fRKneYhkSQpgw8XQvcF8,3829
|
| 233 |
+
setuptools/_distutils/tests/test_cygwinccompiler.py,sha256=iqxsDy0Z5ZTRgxM8ARzPXakitQod2V8aG5qet_J5tTg,2753
|
| 234 |
+
setuptools/_distutils/tests/test_dir_util.py,sha256=IddXU78EoJPxHpl5wQ2TblSR0eooAYVcIRqqgAA8TLY,3822
|
| 235 |
+
setuptools/_distutils/tests/test_dist.py,sha256=CFlBpbM3wJH2WjsgCGsTV4n5Z3BpfLSln6dixBxeqpM,18459
|
| 236 |
+
setuptools/_distutils/tests/test_extension.py,sha256=SLJYnLhshfj4u72Q91E_5jnzVpbPljv6_xqV7yKB1Ds,3094
|
| 237 |
+
setuptools/_distutils/tests/test_file_util.py,sha256=r3MNC-g3BZPKRZdHGMqSatM93D_aooTHBn-Vm4IiEDU,3502
|
| 238 |
+
setuptools/_distutils/tests/test_filelist.py,sha256=Co8dDWCC5K_DUw5T6TQygBsh_PQVCoOlYQOcsl2agHc,10766
|
| 239 |
+
setuptools/_distutils/tests/test_install.py,sha256=TfCB0ykhIxydIC2Q4SuTAZzSHvteMHgrBL9whoSgK9Q,8618
|
| 240 |
+
setuptools/_distutils/tests/test_install_data.py,sha256=vKq3K97k0hBAnOg38nmwEdf7cEDVr9rTVyCeJolgb4A,2464
|
| 241 |
+
setuptools/_distutils/tests/test_install_headers.py,sha256=PVAYpo_tYl980Qf64DPOmmSvyefIHdU06f7VsJeZykE,936
|
| 242 |
+
setuptools/_distutils/tests/test_install_lib.py,sha256=qri6Rl-maNTQrNDV8DbeXNl0hjsfRIKiI4rfZLrmWBI,3612
|
| 243 |
+
setuptools/_distutils/tests/test_install_scripts.py,sha256=KE3v0cDkFW-90IOID-OmZZGM2mhy-ZkEuuW7UXS2SHw,1600
|
| 244 |
+
setuptools/_distutils/tests/test_log.py,sha256=isFtOufloCyEdZaQOV7cVUr46GwtdVMj43mGBB5XH7k,323
|
| 245 |
+
setuptools/_distutils/tests/test_mingwccompiler.py,sha256=mBl8W8QIO2xy4eOj6aAEVom4lobwpHM-HvFUIXu6q0c,2202
|
| 246 |
+
setuptools/_distutils/tests/test_modified.py,sha256=h1--bOWmtJo1bpVV6uRhdnS9br71CBiNDM1MDwSGpug,4221
|
| 247 |
+
setuptools/_distutils/tests/test_msvccompiler.py,sha256=xUrfyCwCO57DEsxcoL6s-YG3YIZRllYsKuagZbBPFJ0,4301
|
| 248 |
+
setuptools/_distutils/tests/test_sdist.py,sha256=InsbU09aeVdJtj8QywREnUZuV32bvi47eRmH3iWQwkk,15058
|
| 249 |
+
setuptools/_distutils/tests/test_spawn.py,sha256=bxk4RmNWFmCnyYpAlqtG8VfXfk5TdzcjV53lOxFyyh4,4613
|
| 250 |
+
setuptools/_distutils/tests/test_sysconfig.py,sha256=iH4Y9E8UHrfl3P-VSt0lbgJMlHuoQsIOorxrsVRQnE8,12010
|
| 251 |
+
setuptools/_distutils/tests/test_text_file.py,sha256=WQWSB5AfdBDZaMA8BFgipJPnsJb_2SKMfL90fSkRVtw,3460
|
| 252 |
+
setuptools/_distutils/tests/test_unixccompiler.py,sha256=wcJQJhXtkUUE3I64TyDvM3Yo7G9a0ug_Mp7DbZLwT4Q,11840
|
| 253 |
+
setuptools/_distutils/tests/test_util.py,sha256=H9zlZ4z4Vh4TfjNYDBsxP7wguQLpxCfJYyOcm1yZU3c,7988
|
| 254 |
+
setuptools/_distutils/tests/test_version.py,sha256=b0UMdMRBofyySAhUYnziYhImdB3CzsU7696brKDP0XM,2750
|
| 255 |
+
setuptools/_distutils/tests/test_versionpredicate.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 256 |
+
setuptools/_distutils/tests/unix_compat.py,sha256=z-op6C2iVdX1aq5BIBR7cqOxijKE97alNwJqHNdLpoI,386
|
| 257 |
+
setuptools/_distutils/text_file.py,sha256=EV8hDCetYeKq6c_uPfwGgkUw8hugeEoSJcXpy_EkQGo,12098
|
| 258 |
+
setuptools/_distutils/unixccompiler.py,sha256=QJHNcQiMtWcOQ4WzupzIv1nQwBENo-bNkeVCSVmT4Jk,15437
|
| 259 |
+
setuptools/_distutils/util.py,sha256=yFXCnYoJrLum-CouY8Q-axVMnalSFC1QvsSKpRpYAcU,17654
|
| 260 |
+
setuptools/_distutils/version.py,sha256=KlbDjAvGBybVJqRDxNLNMvZLl5XL2FP0dpVjgzfm0zY,12634
|
| 261 |
+
setuptools/_distutils/versionpredicate.py,sha256=qBWQ6wTj12ODytoTmIydefIY2jb4uY1sdbgbuLn-IJM,5205
|
| 262 |
+
setuptools/_distutils/zosccompiler.py,sha256=bb2dQoGnsv4LmoQBfjhDsaOpt_p5R7y_28l1cltmG94,6589
|
| 263 |
+
setuptools/_entry_points.py,sha256=Y3QUE9JKFW_YyquDnpffNWSs6f3jKEt1e-dnx--9-Kw,2310
|
| 264 |
+
setuptools/_imp.py,sha256=b5sEz-EOJKApMsmb-yJPPgkGqZBeZFeLtoWhysLre-0,2441
|
| 265 |
+
setuptools/_importlib.py,sha256=rrebj_YuvTeVM-A3gFJMp8lRgSAmD2fA-NPXVsxzt5w,327
|
| 266 |
+
setuptools/_itertools.py,sha256=jWRfsIrpC7myooz3hDURj9GtvpswZeKXg2HakmEhNjo,657
|
| 267 |
+
setuptools/_normalization.py,sha256=t-SeXc0jU2weQY9BA3qGlRThzBND1oYK5Hpzg1_533g,4536
|
| 268 |
+
setuptools/_path.py,sha256=cjrnds-WCfAgBYPHh2FsnZF294pcKQnJiVa7VnqA4_I,2700
|
| 269 |
+
setuptools/_reqs.py,sha256=Yp1pm07CHu1QUsoa6Cfa3m8B6LRZyonujt1CHb-uztQ,1411
|
| 270 |
+
setuptools/_vendor/__pycache__/typing_extensions.cpython-310.pyc,,
|
| 271 |
+
setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 272 |
+
setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE,sha256=reeNBJgtaZctREqOFKlPh6IzTdOFXMgDSOqOJAqg3y0,7634
|
| 273 |
+
setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA,sha256=OADZuR3O6iBlpu1ieTgzYul6w4uOVrk0P0BO5TGGAJk,15006
|
| 274 |
+
setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD,sha256=giu6ZrQVJvpUcYa4AiH4XaUNZSvuVJPb_l0UCFES8MM,1308
|
| 275 |
+
setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
| 276 |
+
setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt,sha256=AzfhgKKS8EdAwWUTSF8mgeVQbXOY9kokHB6kSqwwqu0,12
|
| 277 |
+
setuptools/_vendor/autocommand/__init__.py,sha256=zko5Rnvolvb-UXjCx_2ArPTGBWwUK5QY4LIQIKYR7As,1037
|
| 278 |
+
setuptools/_vendor/autocommand/__pycache__/__init__.cpython-310.pyc,,
|
| 279 |
+
setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-310.pyc,,
|
| 280 |
+
setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-310.pyc,,
|
| 281 |
+
setuptools/_vendor/autocommand/__pycache__/automain.cpython-310.pyc,,
|
| 282 |
+
setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-310.pyc,,
|
| 283 |
+
setuptools/_vendor/autocommand/__pycache__/errors.cpython-310.pyc,,
|
| 284 |
+
setuptools/_vendor/autocommand/autoasync.py,sha256=AMdyrxNS4pqWJfP_xuoOcImOHWD-qT7x06wmKN1Vp-U,5680
|
| 285 |
+
setuptools/_vendor/autocommand/autocommand.py,sha256=hmkEmQ72HtL55gnURVjDOnsfYlGd5lLXbvT4KG496Qw,2505
|
| 286 |
+
setuptools/_vendor/autocommand/automain.py,sha256=A2b8i754Mxc_DjU9WFr6vqYDWlhz0cn8miu8d8EsxV8,2076
|
| 287 |
+
setuptools/_vendor/autocommand/autoparse.py,sha256=WVWmZJPcbzUKXP40raQw_0HD8qPJ2V9VG1eFFmmnFxw,11642
|
| 288 |
+
setuptools/_vendor/autocommand/errors.py,sha256=7aa3roh9Herd6nIKpQHNWEslWE8oq7GiHYVUuRqORnA,886
|
| 289 |
+
setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 290 |
+
setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
|
| 291 |
+
setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA,sha256=ghXFTq132dxaEIolxr3HK1mZqm9iyUmaRANZQSr6WlE,2020
|
| 292 |
+
setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD,sha256=JYofHISeEXUGmlWl1s41ev3QTjTNXeJwk-Ss7HqdLOE,1360
|
| 293 |
+
setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 294 |
+
setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
| 295 |
+
setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt,sha256=cGjaLMOoBR1FK0ApojtzWVmViTtJ7JGIK_HwXiEsvtU,10
|
| 296 |
+
setuptools/_vendor/backports/__init__.py,sha256=iOEMwnlORWezdO8-2vxBIPSR37D7JGjluZ8f55vzxls,81
|
| 297 |
+
setuptools/_vendor/backports/__pycache__/__init__.cpython-310.pyc,,
|
| 298 |
+
setuptools/_vendor/backports/tarfile/__init__.py,sha256=Pwf2qUIfB0SolJPCKcx3vz3UEu_aids4g4sAfxy94qg,108491
|
| 299 |
+
setuptools/_vendor/backports/tarfile/__main__.py,sha256=Yw2oGT1afrz2eBskzdPYL8ReB_3liApmhFkN2EbDmc4,59
|
| 300 |
+
setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-310.pyc,,
|
| 301 |
+
setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-310.pyc,,
|
| 302 |
+
setuptools/_vendor/backports/tarfile/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 303 |
+
setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 304 |
+
setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-310.pyc,,
|
| 305 |
+
setuptools/_vendor/backports/tarfile/compat/py38.py,sha256=iYkyt_gvWjLzGUTJD9TuTfMMjOk-ersXZmRlvQYN2qE,568
|
| 306 |
+
setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 307 |
+
setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
| 308 |
+
setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA,sha256=anuQ7_7h4J1bSEzfcjIBakPi2cyVQ7y7jklLHsBeH1k,4648
|
| 309 |
+
setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD,sha256=DY08buueu-hsrH1ghhVSQzwynanqUSSLYdAr4uXmQDA,2518
|
| 310 |
+
setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 311 |
+
setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
| 312 |
+
setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt,sha256=CO3fD9yylANiXkrMo4qHLV_mqXL2sC5JFKgt1yWAT-A,19
|
| 313 |
+
setuptools/_vendor/importlib_metadata/__init__.py,sha256=tZNB-23h8Bixi9uCrQqj9Yf0aeC--Josdy3IZRIQeB0,33798
|
| 314 |
+
setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-310.pyc,,
|
| 315 |
+
setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-310.pyc,,
|
| 316 |
+
setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-310.pyc,,
|
| 317 |
+
setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-310.pyc,,
|
| 318 |
+
setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-310.pyc,,
|
| 319 |
+
setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-310.pyc,,
|
| 320 |
+
setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-310.pyc,,
|
| 321 |
+
setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-310.pyc,,
|
| 322 |
+
setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-310.pyc,,
|
| 323 |
+
setuptools/_vendor/importlib_metadata/_adapters.py,sha256=rIhWTwBvYA1bV7i-5FfVX38qEXDTXFeS5cb5xJtP3ks,2317
|
| 324 |
+
setuptools/_vendor/importlib_metadata/_collections.py,sha256=CJ0OTCHIjWA0ZIVS4voORAsn2R4R2cQBEtPsZEJpASY,743
|
| 325 |
+
setuptools/_vendor/importlib_metadata/_compat.py,sha256=73QKrN9KNoaZzhbX5yPCCZa-FaALwXe8TPlDR72JgBU,1314
|
| 326 |
+
setuptools/_vendor/importlib_metadata/_functools.py,sha256=PsY2-4rrKX4RVeRC1oGp1lB1pmC9eKN88_f-bD9uOoA,2895
|
| 327 |
+
setuptools/_vendor/importlib_metadata/_itertools.py,sha256=cvr_2v8BRbxcIl5x5ldfqdHjhI8Yi8s8yk50G_nm6jQ,2068
|
| 328 |
+
setuptools/_vendor/importlib_metadata/_meta.py,sha256=nxZ7C8GVlcBFAKWyVOn_dn7ot_twBcbm1NmvjIetBHI,1801
|
| 329 |
+
setuptools/_vendor/importlib_metadata/_text.py,sha256=HCsFksZpJLeTP3NEk_ngrAeXVRRtTrtyh9eOABoRP4A,2166
|
| 330 |
+
setuptools/_vendor/importlib_metadata/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 331 |
+
setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 332 |
+
setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-310.pyc,,
|
| 333 |
+
setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-310.pyc,,
|
| 334 |
+
setuptools/_vendor/importlib_metadata/compat/py311.py,sha256=uqm-K-uohyj1042TH4a9Er_I5o7667DvulcD-gC_fSA,608
|
| 335 |
+
setuptools/_vendor/importlib_metadata/compat/py39.py,sha256=cPkMv6-0ilK-0Jw_Tkn0xYbOKJZc4WJKQHow0c2T44w,1102
|
| 336 |
+
setuptools/_vendor/importlib_metadata/diagnose.py,sha256=nkSRMiowlmkhLYhKhvCg9glmt_11Cox-EmLzEbqYTa8,379
|
| 337 |
+
setuptools/_vendor/importlib_metadata/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 338 |
+
setuptools/_vendor/importlib_resources-6.4.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 339 |
+
setuptools/_vendor/importlib_resources-6.4.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
| 340 |
+
setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA,sha256=g4eM2LuL0OiZcUVND0qwDJUpE29gOvtO3BSPXTbO9Fk,3944
|
| 341 |
+
setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD,sha256=ln3Vb-6hQ_HSxOmKwfk3wFXmHJqgQlFG1V9618glEPo,7620
|
| 342 |
+
setuptools/_vendor/importlib_resources-6.4.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 343 |
+
setuptools/_vendor/importlib_resources-6.4.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
| 344 |
+
setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt,sha256=fHIjHU1GZwAjvcydpmUnUrTnbvdiWjG4OEVZK8by0TQ,20
|
| 345 |
+
setuptools/_vendor/importlib_resources/__init__.py,sha256=uyp1kzYR6SawQBsqlyaXXfIxJx4Z2mM8MjmZn8qq2Gk,505
|
| 346 |
+
setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-310.pyc,,
|
| 347 |
+
setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-310.pyc,,
|
| 348 |
+
setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-310.pyc,,
|
| 349 |
+
setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-310.pyc,,
|
| 350 |
+
setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-310.pyc,,
|
| 351 |
+
setuptools/_vendor/importlib_resources/__pycache__/functional.cpython-310.pyc,,
|
| 352 |
+
setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-310.pyc,,
|
| 353 |
+
setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-310.pyc,,
|
| 354 |
+
setuptools/_vendor/importlib_resources/_adapters.py,sha256=vprJGbUeHbajX6XCuMP6J3lMrqCi-P_MTlziJUR7jfk,4482
|
| 355 |
+
setuptools/_vendor/importlib_resources/_common.py,sha256=blt4-ZtHnbUPzQQyPP7jLGgl_86btIW5ZhIsEhclhoA,5571
|
| 356 |
+
setuptools/_vendor/importlib_resources/_itertools.py,sha256=eDisV6RqiNZOogLSXf6LOGHOYc79FGgPrKNLzFLmCrU,1277
|
| 357 |
+
setuptools/_vendor/importlib_resources/abc.py,sha256=UKNU9ncEDkZRB3txcGb3WLxsL2iju9JbaLTI-dfLE_4,5162
|
| 358 |
+
setuptools/_vendor/importlib_resources/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 359 |
+
setuptools/_vendor/importlib_resources/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 360 |
+
setuptools/_vendor/importlib_resources/compat/__pycache__/py38.cpython-310.pyc,,
|
| 361 |
+
setuptools/_vendor/importlib_resources/compat/__pycache__/py39.cpython-310.pyc,,
|
| 362 |
+
setuptools/_vendor/importlib_resources/compat/py38.py,sha256=MWhut3XsAJwBYUaa5Qb2AoCrZNqcQjVThP-P1uBoE_4,230
|
| 363 |
+
setuptools/_vendor/importlib_resources/compat/py39.py,sha256=Wfln4uQUShNz1XdCG-toG6_Y0WrlUmO9JzpvtcfQ-Cw,184
|
| 364 |
+
setuptools/_vendor/importlib_resources/functional.py,sha256=mLU4DwSlh8_2IXWqwKOfPVxyRqAEpB3B4XTfRxr3X3M,2651
|
| 365 |
+
setuptools/_vendor/importlib_resources/future/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 366 |
+
setuptools/_vendor/importlib_resources/future/__pycache__/__init__.cpython-310.pyc,,
|
| 367 |
+
setuptools/_vendor/importlib_resources/future/__pycache__/adapters.cpython-310.pyc,,
|
| 368 |
+
setuptools/_vendor/importlib_resources/future/adapters.py,sha256=1-MF2VRcCButhcC1OMfZILU9o3kwZ4nXB2lurXpaIAw,2940
|
| 369 |
+
setuptools/_vendor/importlib_resources/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 370 |
+
setuptools/_vendor/importlib_resources/readers.py,sha256=WNKurBHHVu9EVtUhWkOj2fxH50HP7uanNFuupAqH2S8,5863
|
| 371 |
+
setuptools/_vendor/importlib_resources/simple.py,sha256=CQ3TiIMFiJs_80o-7xJL1EpbUUVna4-NGDrSTQ3HW2Y,2584
|
| 372 |
+
setuptools/_vendor/importlib_resources/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 373 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/__init__.cpython-310.pyc,,
|
| 374 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/_path.cpython-310.pyc,,
|
| 375 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_compatibilty_files.cpython-310.pyc,,
|
| 376 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_contents.cpython-310.pyc,,
|
| 377 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_custom.cpython-310.pyc,,
|
| 378 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_files.cpython-310.pyc,,
|
| 379 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_functional.cpython-310.pyc,,
|
| 380 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_open.cpython-310.pyc,,
|
| 381 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_path.cpython-310.pyc,,
|
| 382 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_read.cpython-310.pyc,,
|
| 383 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_reader.cpython-310.pyc,,
|
| 384 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/test_resource.cpython-310.pyc,,
|
| 385 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/util.cpython-310.pyc,,
|
| 386 |
+
setuptools/_vendor/importlib_resources/tests/__pycache__/zip.cpython-310.pyc,,
|
| 387 |
+
setuptools/_vendor/importlib_resources/tests/_path.py,sha256=nkv3ek7D1U898v921rYbldDCtKri2oyYOi3EJqGjEGU,1289
|
| 388 |
+
setuptools/_vendor/importlib_resources/tests/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 389 |
+
setuptools/_vendor/importlib_resources/tests/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 390 |
+
setuptools/_vendor/importlib_resources/tests/compat/__pycache__/py312.cpython-310.pyc,,
|
| 391 |
+
setuptools/_vendor/importlib_resources/tests/compat/__pycache__/py39.cpython-310.pyc,,
|
| 392 |
+
setuptools/_vendor/importlib_resources/tests/compat/py312.py,sha256=qcWjpZhQo2oEsdwIlRRQHrsMGDltkFTnETeG7fLdUS8,364
|
| 393 |
+
setuptools/_vendor/importlib_resources/tests/compat/py39.py,sha256=lRTk0RWAOEb9RzAgvdRnqJUGCBLc3qoFQwzuJSa_zP4,329
|
| 394 |
+
setuptools/_vendor/importlib_resources/tests/data01/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 395 |
+
setuptools/_vendor/importlib_resources/tests/data01/__pycache__/__init__.cpython-310.pyc,,
|
| 396 |
+
setuptools/_vendor/importlib_resources/tests/data01/binary.file,sha256=BU7ewdAhH2JP7Qy8qdT5QAsOSRxDdCryxbCr6_DJkNg,4
|
| 397 |
+
setuptools/_vendor/importlib_resources/tests/data01/subdirectory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 398 |
+
setuptools/_vendor/importlib_resources/tests/data01/subdirectory/__pycache__/__init__.cpython-310.pyc,,
|
| 399 |
+
setuptools/_vendor/importlib_resources/tests/data01/subdirectory/binary.file,sha256=xtRM9Bj2EOP-nh2SlP9D3vgcbNytbLsYIM_0jTqkNV0,4
|
| 400 |
+
setuptools/_vendor/importlib_resources/tests/data01/utf-16.file,sha256=t5q9qhxX0rYqItBOM8D3ylwG-RHrnOYteTLtQr6sF7g,44
|
| 401 |
+
setuptools/_vendor/importlib_resources/tests/data01/utf-8.file,sha256=kwWgYG4yQ-ZF2X_WA66EjYPmxJRn-w8aSOiS9e8tKYY,20
|
| 402 |
+
setuptools/_vendor/importlib_resources/tests/data02/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 403 |
+
setuptools/_vendor/importlib_resources/tests/data02/__pycache__/__init__.cpython-310.pyc,,
|
| 404 |
+
setuptools/_vendor/importlib_resources/tests/data02/one/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 405 |
+
setuptools/_vendor/importlib_resources/tests/data02/one/__pycache__/__init__.cpython-310.pyc,,
|
| 406 |
+
setuptools/_vendor/importlib_resources/tests/data02/one/resource1.txt,sha256=10flKac7c-XXFzJ3t-AB5MJjlBy__dSZvPE_dOm2q6U,13
|
| 407 |
+
setuptools/_vendor/importlib_resources/tests/data02/subdirectory/subsubdir/resource.txt,sha256=jnrBBztxYrtQck7cmVnc4xQVO4-agzAZDGSFkAWtlFw,10
|
| 408 |
+
setuptools/_vendor/importlib_resources/tests/data02/two/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 409 |
+
setuptools/_vendor/importlib_resources/tests/data02/two/__pycache__/__init__.cpython-310.pyc,,
|
| 410 |
+
setuptools/_vendor/importlib_resources/tests/data02/two/resource2.txt,sha256=lt2jbN3TMn9QiFKM832X39bU_62UptDdUkoYzkvEbl0,13
|
| 411 |
+
setuptools/_vendor/importlib_resources/tests/namespacedata01/binary.file,sha256=BU7ewdAhH2JP7Qy8qdT5QAsOSRxDdCryxbCr6_DJkNg,4
|
| 412 |
+
setuptools/_vendor/importlib_resources/tests/namespacedata01/subdirectory/binary.file,sha256=cbkhEL8TXIVYHIoSj2oZwPasp1KwxskeNXGJnPCbFF0,4
|
| 413 |
+
setuptools/_vendor/importlib_resources/tests/namespacedata01/utf-16.file,sha256=t5q9qhxX0rYqItBOM8D3ylwG-RHrnOYteTLtQr6sF7g,44
|
| 414 |
+
setuptools/_vendor/importlib_resources/tests/namespacedata01/utf-8.file,sha256=kwWgYG4yQ-ZF2X_WA66EjYPmxJRn-w8aSOiS9e8tKYY,20
|
| 415 |
+
setuptools/_vendor/importlib_resources/tests/test_compatibilty_files.py,sha256=95N_R7aik8cvnE6sBJpsxmP0K5plOWRIJDgbalD-Hpw,3314
|
| 416 |
+
setuptools/_vendor/importlib_resources/tests/test_contents.py,sha256=70HW3mL_hv05Emv-OgdmwoLhXxjtuVxiWVaUpgRaRWA,930
|
| 417 |
+
setuptools/_vendor/importlib_resources/tests/test_custom.py,sha256=QrHZqIWl0e-fsQRfm0ych8stOlKJOsAIU3rK6QOcyN0,1221
|
| 418 |
+
setuptools/_vendor/importlib_resources/tests/test_files.py,sha256=OcShYu33kCcyXlDyZSVPkJNE08h-N_4bQOLV2QaSqX0,3472
|
| 419 |
+
setuptools/_vendor/importlib_resources/tests/test_functional.py,sha256=ByCVViAwb2PIlKvDNJEqTZ0aLZGpFl5qa7CMCX-7HKM,8591
|
| 420 |
+
setuptools/_vendor/importlib_resources/tests/test_open.py,sha256=ccmzbOeEa6zTd4ymZZ8yISrecfuYV0jhon-Vddqysu4,2778
|
| 421 |
+
setuptools/_vendor/importlib_resources/tests/test_path.py,sha256=x8r2gJxG3hFM9xCOFNkgmHYXxsMldMLTSW_AZYf1l-A,2009
|
| 422 |
+
setuptools/_vendor/importlib_resources/tests/test_read.py,sha256=7tsILQ2NoqVGFQxhHqxBwc5hWcN8b_3idojCsszTNfQ,3112
|
| 423 |
+
setuptools/_vendor/importlib_resources/tests/test_reader.py,sha256=IcIUXaiPAtuahGV4_ZT4YXFLMMsJmcM1iOxqdIH2Aa4,5001
|
| 424 |
+
setuptools/_vendor/importlib_resources/tests/test_resource.py,sha256=fcF8WgZ6rDCTRFnxtAUbdiaNe4G23yGovT1nb2dc7ls,7823
|
| 425 |
+
setuptools/_vendor/importlib_resources/tests/util.py,sha256=vjVzEyX0X2RkTN-wGiQiplayp9sZom4JDjJinTNewos,4745
|
| 426 |
+
setuptools/_vendor/importlib_resources/tests/zip.py,sha256=2MKmF8-osXBJSnqcUTuAUek_-tSB3iKmIT9qPhcsOsM,783
|
| 427 |
+
setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 428 |
+
setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
|
| 429 |
+
setuptools/_vendor/inflect-7.3.1.dist-info/METADATA,sha256=ZgMNY0WAZRs-U8wZiV2SMfjSKqBrMngXyDMs_CAwMwg,21079
|
| 430 |
+
setuptools/_vendor/inflect-7.3.1.dist-info/RECORD,sha256=XXg0rBuiYSxoAQUP3lenuYsPNqz4jDwtTzdv2JEbMJE,943
|
| 431 |
+
setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
| 432 |
+
setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt,sha256=m52ujdp10CqT6jh1XQxZT6kEntcnv-7Tl7UiGNTzWZA,8
|
| 433 |
+
setuptools/_vendor/inflect/__init__.py,sha256=Jxy1HJXZiZ85kHeLAhkmvz6EMTdFqBe-duvt34R6IOc,103796
|
| 434 |
+
setuptools/_vendor/inflect/__pycache__/__init__.cpython-310.pyc,,
|
| 435 |
+
setuptools/_vendor/inflect/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 436 |
+
setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 437 |
+
setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-310.pyc,,
|
| 438 |
+
setuptools/_vendor/inflect/compat/py38.py,sha256=oObVfVnWX9_OpnOuEJn1mFbJxVhwyR5epbiTNXDDaso,160
|
| 439 |
+
setuptools/_vendor/inflect/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 440 |
+
setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 441 |
+
setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
|
| 442 |
+
setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA,sha256=IMUaliNsA5X1Ox9MXUWOagch5R4Wwb_3M7erp29dBtg,3933
|
| 443 |
+
setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD,sha256=HptivXDkpfom6VlMu4CGD_7KPev-6Hc9rvp3TNJZygY,873
|
| 444 |
+
setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 445 |
+
setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
| 446 |
+
setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7
|
| 447 |
+
setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 448 |
+
setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
|
| 449 |
+
setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA,sha256=xDtguJej0tN9iEXCUvxEJh2a7xceIRVBEakBLSr__tY,4020
|
| 450 |
+
setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD,sha256=VRl7iKeEQyl7stgnp1uq50CzOJYlHYcoNdS0x17C9X4,641
|
| 451 |
+
setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
| 452 |
+
setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7
|
| 453 |
+
setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 454 |
+
setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
|
| 455 |
+
setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA,sha256=i4aUaQDX-jjdEQK5wevhegyx8JyLfin2HyvaSk3FHso,2891
|
| 456 |
+
setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD,sha256=YyqnwE98S8wBwCevW5vHb-iVj0oYEDW5V6O9MBS6JIs,843
|
| 457 |
+
setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
| 458 |
+
setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7
|
| 459 |
+
setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 460 |
+
setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
|
| 461 |
+
setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA,sha256=AzWdm6ViMfDOPoQMfLWn2zgBQSGJScyqeN29TcuWXVI,3658
|
| 462 |
+
setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD,sha256=gW2UV0HcokYJk4jKPu10_AZnrLqjb3C1WbJJTDl5sfY,1500
|
| 463 |
+
setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 464 |
+
setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
| 465 |
+
setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7
|
| 466 |
+
setuptools/_vendor/jaraco/__pycache__/context.cpython-310.pyc,,
|
| 467 |
+
setuptools/_vendor/jaraco/collections/__init__.py,sha256=Pc1-SqjWm81ad1P0-GttpkwO_LWlnaY6gUq8gcKh2v0,26640
|
| 468 |
+
setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-310.pyc,,
|
| 469 |
+
setuptools/_vendor/jaraco/collections/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 470 |
+
setuptools/_vendor/jaraco/context.py,sha256=REoLIxDkO5MfEYowt_WoupNCRoxBS5v7YX2PbW8lIcs,9552
|
| 471 |
+
setuptools/_vendor/jaraco/functools/__init__.py,sha256=hEAJaS2uSZRuF_JY4CxCHIYh79ZpxaPp9OiHyr9EJ1w,16642
|
| 472 |
+
setuptools/_vendor/jaraco/functools/__init__.pyi,sha256=gk3dsgHzo5F_U74HzAvpNivFAPCkPJ1b2-yCd62dfnw,3878
|
| 473 |
+
setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-310.pyc,,
|
| 474 |
+
setuptools/_vendor/jaraco/functools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 475 |
+
setuptools/_vendor/jaraco/text/Lorem ipsum.txt,sha256=N_7c_79zxOufBY9HZ3yzMgOkNv-TkOTTio4BydrSjgs,1335
|
| 476 |
+
setuptools/_vendor/jaraco/text/__init__.py,sha256=Y2YUqXR_orUoDaY4SkPRe6ZZhb5HUHB_Ah9RCNsVyho,16250
|
| 477 |
+
setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-310.pyc,,
|
| 478 |
+
setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-310.pyc,,
|
| 479 |
+
setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-310.pyc,,
|
| 480 |
+
setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-310.pyc,,
|
| 481 |
+
setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-310.pyc,,
|
| 482 |
+
setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-310.pyc,,
|
| 483 |
+
setuptools/_vendor/jaraco/text/layouts.py,sha256=HTC8aSTLZ7uXipyOXapRMC158juecjK6RVwitfmZ9_w,643
|
| 484 |
+
setuptools/_vendor/jaraco/text/show-newlines.py,sha256=WGQa65e8lyhb92LUOLqVn6KaCtoeVgVws6WtSRmLk6w,904
|
| 485 |
+
setuptools/_vendor/jaraco/text/strip-prefix.py,sha256=NfVXV8JVNo6nqcuYASfMV7_y4Eo8zMQqlCOGvAnRIVw,412
|
| 486 |
+
setuptools/_vendor/jaraco/text/to-dvorak.py,sha256=1SNcbSsvISpXXg-LnybIHHY-RUFOQr36zcHkY1pWFqw,119
|
| 487 |
+
setuptools/_vendor/jaraco/text/to-qwerty.py,sha256=s4UMQUnPwFn_dB5uZC27BurHOQcYondBfzIpVL5pEzw,119
|
| 488 |
+
setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 489 |
+
setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE,sha256=CfHIyelBrz5YTVlkHqm4fYPAyw_QB-te85Gn4mQ8GkY,1053
|
| 490 |
+
setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA,sha256=BFO90O-fLNiVQMpj7oIS5ztzgJUUQZ3TA32P5HH3N-A,36293
|
| 491 |
+
setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD,sha256=d8jnPgGNwP1-ntbICwWkQEVF9kH7CFIgzkKzaLWao9M,1259
|
| 492 |
+
setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 493 |
+
setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL,sha256=rSgq_JpHF9fHR1lx53qwg_1-2LypZE_qmcuXbVUq948,81
|
| 494 |
+
setuptools/_vendor/more_itertools/__init__.py,sha256=dtAbGjTDmn_ghiU5YXfhyDy0phAlXVdt5klZA5fUa-Q,149
|
| 495 |
+
setuptools/_vendor/more_itertools/__init__.pyi,sha256=5B3eTzON1BBuOLob1vCflyEb2lSd6usXQQ-Cv-hXkeA,43
|
| 496 |
+
setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-310.pyc,,
|
| 497 |
+
setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc,,
|
| 498 |
+
setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-310.pyc,,
|
| 499 |
+
setuptools/_vendor/more_itertools/more.py,sha256=1E5kzFncRKTDw0cYv1yRXMgDdunstLQd1QStcnL6U90,148370
|
| 500 |
+
setuptools/_vendor/more_itertools/more.pyi,sha256=iXXeqt48Nxe8VGmIWpkVXuKpR2FYNuu2DU8nQLWCCu0,21484
|
| 501 |
+
setuptools/_vendor/more_itertools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 502 |
+
setuptools/_vendor/more_itertools/recipes.py,sha256=WedhhfhGVgr6zii8fIbGJVmRTw0ZKRiLKnYBDGJv4nY,28591
|
| 503 |
+
setuptools/_vendor/more_itertools/recipes.pyi,sha256=T_mdGpcFdfrP3JSWbwzYP9JyNV-Go-7RPfpxfftAWlA,4617
|
| 504 |
+
setuptools/_vendor/packaging-24.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 505 |
+
setuptools/_vendor/packaging-24.1.dist-info/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197
|
| 506 |
+
setuptools/_vendor/packaging-24.1.dist-info/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
| 507 |
+
setuptools/_vendor/packaging-24.1.dist-info/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344
|
| 508 |
+
setuptools/_vendor/packaging-24.1.dist-info/METADATA,sha256=X3ooO3WnCfzNSBrqQjefCD1POAF1M2WSLmsHMgQlFdk,3204
|
| 509 |
+
setuptools/_vendor/packaging-24.1.dist-info/RECORD,sha256=OKaJgwYpNifIHistipPl9oV9X37bc_AzTo2aU9rVO24,2565
|
| 510 |
+
setuptools/_vendor/packaging-24.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 511 |
+
setuptools/_vendor/packaging-24.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
| 512 |
+
setuptools/_vendor/packaging/__init__.py,sha256=dtw2bNmWCQ9WnMoK3bk_elL1svSlikXtLpZhCFIB9SE,496
|
| 513 |
+
setuptools/_vendor/packaging/__pycache__/__init__.cpython-310.pyc,,
|
| 514 |
+
setuptools/_vendor/packaging/__pycache__/_elffile.cpython-310.pyc,,
|
| 515 |
+
setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc,,
|
| 516 |
+
setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc,,
|
| 517 |
+
setuptools/_vendor/packaging/__pycache__/_parser.cpython-310.pyc,,
|
| 518 |
+
setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc,,
|
| 519 |
+
setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-310.pyc,,
|
| 520 |
+
setuptools/_vendor/packaging/__pycache__/markers.cpython-310.pyc,,
|
| 521 |
+
setuptools/_vendor/packaging/__pycache__/metadata.cpython-310.pyc,,
|
| 522 |
+
setuptools/_vendor/packaging/__pycache__/requirements.cpython-310.pyc,,
|
| 523 |
+
setuptools/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc,,
|
| 524 |
+
setuptools/_vendor/packaging/__pycache__/tags.cpython-310.pyc,,
|
| 525 |
+
setuptools/_vendor/packaging/__pycache__/utils.cpython-310.pyc,,
|
| 526 |
+
setuptools/_vendor/packaging/__pycache__/version.cpython-310.pyc,,
|
| 527 |
+
setuptools/_vendor/packaging/_elffile.py,sha256=_LcJW4YNKywYsl4169B2ukKRqwxjxst_8H0FRVQKlz8,3282
|
| 528 |
+
setuptools/_vendor/packaging/_manylinux.py,sha256=Xo4V0PZz8sbuVCbTni0t1CR0AHeir_7ib4lTmV8scD4,9586
|
| 529 |
+
setuptools/_vendor/packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694
|
| 530 |
+
setuptools/_vendor/packaging/_parser.py,sha256=s_TvTvDNK0NrM2QB3VKThdWFM4Nc0P6JnkObkl3MjpM,10236
|
| 531 |
+
setuptools/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431
|
| 532 |
+
setuptools/_vendor/packaging/_tokenizer.py,sha256=J6v5H7Jzvb-g81xp_2QACKwO7LxHQA6ikryMU7zXwN8,5273
|
| 533 |
+
setuptools/_vendor/packaging/markers.py,sha256=dWKSqn5Sp-jDmOG-W3GfLHKjwhf1IsznbT71VlBoB5M,10671
|
| 534 |
+
setuptools/_vendor/packaging/metadata.py,sha256=KINuSkJ12u-SyoKNTy_pHNGAfMUtxNvZ53qA1zAKcKI,32349
|
| 535 |
+
setuptools/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 536 |
+
setuptools/_vendor/packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947
|
| 537 |
+
setuptools/_vendor/packaging/specifiers.py,sha256=rjpc3hoJuunRIT6DdH7gLTnQ5j5QKSuWjoTC5sdHtHI,39714
|
| 538 |
+
setuptools/_vendor/packaging/tags.py,sha256=y8EbheOu9WS7s-MebaXMcHMF-jzsA_C1Lz5XRTiSy4w,18883
|
| 539 |
+
setuptools/_vendor/packaging/utils.py,sha256=NAdYUwnlAOpkat_RthavX8a07YuVxgGL_vwrx73GSDM,5287
|
| 540 |
+
setuptools/_vendor/packaging/version.py,sha256=V0H3SOj_8werrvorrb6QDLRhlcqSErNTTkCvvfszhDI,16198
|
| 541 |
+
setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 542 |
+
setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA,sha256=zmsie01G1MtXR0wgIv5XpVeTO7idr0WWvfmxKsKWuGk,11429
|
| 543 |
+
setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD,sha256=TCEddtQu1A78Os_Mhm2JEqcYr7yit-UYSUQjZtbpn-g,1642
|
| 544 |
+
setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 545 |
+
setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
| 546 |
+
setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE,sha256=KeD9YukphQ6G6yjD_czwzv30-pSHkBHP-z0NS-1tTbY,1089
|
| 547 |
+
setuptools/_vendor/platformdirs/__init__.py,sha256=EMGE8qeHRR9CzDFr8kL3tA8hdZZniYjXBVZd0UGTWK0,22225
|
| 548 |
+
setuptools/_vendor/platformdirs/__main__.py,sha256=HnsUQHpiBaiTxwcmwVw-nFaPdVNZtQIdi1eWDtI-MzI,1493
|
| 549 |
+
setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc,,
|
| 550 |
+
setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc,,
|
| 551 |
+
setuptools/_vendor/platformdirs/__pycache__/android.cpython-310.pyc,,
|
| 552 |
+
setuptools/_vendor/platformdirs/__pycache__/api.cpython-310.pyc,,
|
| 553 |
+
setuptools/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc,,
|
| 554 |
+
setuptools/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc,,
|
| 555 |
+
setuptools/_vendor/platformdirs/__pycache__/version.cpython-310.pyc,,
|
| 556 |
+
setuptools/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc,,
|
| 557 |
+
setuptools/_vendor/platformdirs/android.py,sha256=xZXY9Jd46WOsxT2U6-5HsNtDZ-IQqxcEUrBLl3hYk4o,9016
|
| 558 |
+
setuptools/_vendor/platformdirs/api.py,sha256=QBYdUac2eC521ek_y53uD1Dcq-lJX8IgSRVd4InC6uc,8996
|
| 559 |
+
setuptools/_vendor/platformdirs/macos.py,sha256=wftsbsvq6nZ0WORXSiCrZNkRHz_WKuktl0a6mC7MFkI,5580
|
| 560 |
+
setuptools/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 561 |
+
setuptools/_vendor/platformdirs/unix.py,sha256=Cci9Wqt35dAMsg6HT9nRGHSBW5obb0pR3AE1JJnsCXg,10643
|
| 562 |
+
setuptools/_vendor/platformdirs/version.py,sha256=r7F76tZRjgQKzrpx_I0_ZMQOMU-PS7eGnHD7zEK3KB0,411
|
| 563 |
+
setuptools/_vendor/platformdirs/windows.py,sha256=IFpiohUBwxPtCzlyKwNtxyW4Jk8haa6W8o59mfrDXVo,10125
|
| 564 |
+
setuptools/_vendor/ruff.toml,sha256=XWlfZLXLxM4O_osKQZm4zOJlCmnKpl2W05Zbxz0Junc,16
|
| 565 |
+
setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 566 |
+
setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE,sha256=uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4,1072
|
| 567 |
+
setuptools/_vendor/tomli-2.0.1.dist-info/METADATA,sha256=zPDceKmPwJGLWtZykrHixL7WVXWmJGzZ1jyRT5lCoPI,8875
|
| 568 |
+
setuptools/_vendor/tomli-2.0.1.dist-info/RECORD,sha256=DLn5pFGh42WsVLTIhmLh2gy1SnLRalJY-wq_-dPhwCI,999
|
| 569 |
+
setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 570 |
+
setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL,sha256=jPMR_Dzkc4X4icQtmz81lnNY_kAsfog7ry7qoRvYLXw,81
|
| 571 |
+
setuptools/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396
|
| 572 |
+
setuptools/_vendor/tomli/__pycache__/__init__.cpython-310.pyc,,
|
| 573 |
+
setuptools/_vendor/tomli/__pycache__/_parser.cpython-310.pyc,,
|
| 574 |
+
setuptools/_vendor/tomli/__pycache__/_re.cpython-310.pyc,,
|
| 575 |
+
setuptools/_vendor/tomli/__pycache__/_types.cpython-310.pyc,,
|
| 576 |
+
setuptools/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633
|
| 577 |
+
setuptools/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943
|
| 578 |
+
setuptools/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254
|
| 579 |
+
setuptools/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26
|
| 580 |
+
setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 581 |
+
setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE,sha256=YWP3mH37ONa8MgzitwsvArhivEESZRbVUu8c1DJH51g,1130
|
| 582 |
+
setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA,sha256=z2dcHAp0TwhYCFU5Deh8x31nazElgujUz9tbuP0pjSE,3717
|
| 583 |
+
setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD,sha256=SKUZWVgkeDUidUKM7s1473fXmsna55bjmi6vJUAoJVI,2402
|
| 584 |
+
setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
| 585 |
+
setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt,sha256=qp7NQ1aLtiSgMQqo6gWlfGpy0IIXzoMJmeQTLpzqFZQ,48
|
| 586 |
+
setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt,sha256=4z28AhuDodwRS_c1J_l8H51t5QuwfTseskYzlxp6grs,10
|
| 587 |
+
setuptools/_vendor/typeguard/__init__.py,sha256=Onh4w38elPCjtlcU3JY9k3h70NjsxXIkAflmQn-Z0FY,2071
|
| 588 |
+
setuptools/_vendor/typeguard/__pycache__/__init__.cpython-310.pyc,,
|
| 589 |
+
setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-310.pyc,,
|
| 590 |
+
setuptools/_vendor/typeguard/__pycache__/_config.cpython-310.pyc,,
|
| 591 |
+
setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-310.pyc,,
|
| 592 |
+
setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-310.pyc,,
|
| 593 |
+
setuptools/_vendor/typeguard/__pycache__/_functions.cpython-310.pyc,,
|
| 594 |
+
setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-310.pyc,,
|
| 595 |
+
setuptools/_vendor/typeguard/__pycache__/_memo.cpython-310.pyc,,
|
| 596 |
+
setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-310.pyc,,
|
| 597 |
+
setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-310.pyc,,
|
| 598 |
+
setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-310.pyc,,
|
| 599 |
+
setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-310.pyc,,
|
| 600 |
+
setuptools/_vendor/typeguard/__pycache__/_utils.cpython-310.pyc,,
|
| 601 |
+
setuptools/_vendor/typeguard/_checkers.py,sha256=JRrgKicdOEfIBoNEtegYCEIlhpad-a1u1Em7GCj0WCI,31360
|
| 602 |
+
setuptools/_vendor/typeguard/_config.py,sha256=nIz8QwDa-oFO3L9O8_6srzlmd99pSby2wOM4Wb7F_B0,2846
|
| 603 |
+
setuptools/_vendor/typeguard/_decorators.py,sha256=v6dsIeWvPhExGLP_wXF-RmDUyjZf_Ak28g7gBJ_v0-0,9033
|
| 604 |
+
setuptools/_vendor/typeguard/_exceptions.py,sha256=ZIPeiV-FBd5Emw2EaWd2Fvlsrwi4ocwT2fVGBIAtHcQ,1121
|
| 605 |
+
setuptools/_vendor/typeguard/_functions.py,sha256=ibgSAKa5ptIm1eR9ARG0BSozAFJPFNASZqhPVyQeqig,10393
|
| 606 |
+
setuptools/_vendor/typeguard/_importhook.py,sha256=ugjCDvFcdWMU7UugqlJG91IpVNpEIxtRr-99s0h1k7M,6389
|
| 607 |
+
setuptools/_vendor/typeguard/_memo.py,sha256=1juQV_vxnD2JYKbSrebiQuj4oKHz6n67v9pYA-CCISg,1303
|
| 608 |
+
setuptools/_vendor/typeguard/_pytest_plugin.py,sha256=-fcSqkv54rIfIF8pDavY5YQPkj4OX8GMt_lL7CQSD4I,4416
|
| 609 |
+
setuptools/_vendor/typeguard/_suppression.py,sha256=VQfzxcwIbu3if0f7VBkKM7hkYOA7tNFw9a7jMBsmMg4,2266
|
| 610 |
+
setuptools/_vendor/typeguard/_transformer.py,sha256=9Ha7_QhdwoUni_6hvdY-hZbuEergowHrNL2vzHIakFY,44937
|
| 611 |
+
setuptools/_vendor/typeguard/_union_transformer.py,sha256=v_42r7-6HuRX2SoFwnyJ-E5PlxXpVeUJPJR1-HU9qSo,1354
|
| 612 |
+
setuptools/_vendor/typeguard/_utils.py,sha256=5HhO1rPn5f1M6ymkVAEv7Xmlz1cX-j0OnTMlyHqqrR8,5270
|
| 613 |
+
setuptools/_vendor/typeguard/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 614 |
+
setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 615 |
+
setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE,sha256=Oy-B_iHRgcSZxZolbI4ZaEVdZonSaaqFNzv7avQdo78,13936
|
| 616 |
+
setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA,sha256=BeUQIa8cnYbrjWx-N8TOznM9UGW5Gm2DicVpDtRA8W0,3018
|
| 617 |
+
setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD,sha256=dxAALYGXHmMqpqL8M9xddKr118quIgQKZdPjFQOwXuk,571
|
| 618 |
+
setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
| 619 |
+
setuptools/_vendor/typing_extensions.py,sha256=gwekpyG9DVG3lxWKX4ni8u7nk3We5slG98mA9F3DJQw,134451
|
| 620 |
+
setuptools/_vendor/wheel-0.43.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 621 |
+
setuptools/_vendor/wheel-0.43.0.dist-info/LICENSE.txt,sha256=MMI2GGeRCPPo6h0qZYx8pBe9_IkcmO8aifpP8MmChlQ,1107
|
| 622 |
+
setuptools/_vendor/wheel-0.43.0.dist-info/METADATA,sha256=WbrCKwClnT5WCKVrjPjvxDgxo2tyeS7kOJyc1GaceEE,2153
|
| 623 |
+
setuptools/_vendor/wheel-0.43.0.dist-info/RECORD,sha256=eD5lR0JhGviM2fAL8BpDGiGdtTZVbmP_mBx71nMHCsk,4557
|
| 624 |
+
setuptools/_vendor/wheel-0.43.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 625 |
+
setuptools/_vendor/wheel-0.43.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
| 626 |
+
setuptools/_vendor/wheel-0.43.0.dist-info/entry_points.txt,sha256=rTY1BbkPHhkGMm4Q3F0pIzJBzW2kMxoG1oriffvGdA0,104
|
| 627 |
+
setuptools/_vendor/wheel/__init__.py,sha256=D6jhH00eMzbgrXGAeOwVfD5i-lCAMMycuG1L0useDlo,59
|
| 628 |
+
setuptools/_vendor/wheel/__main__.py,sha256=NkMUnuTCGcOkgY0IBLgBCVC_BGGcWORx2K8jYGS12UE,455
|
| 629 |
+
setuptools/_vendor/wheel/__pycache__/__init__.cpython-310.pyc,,
|
| 630 |
+
setuptools/_vendor/wheel/__pycache__/__main__.cpython-310.pyc,,
|
| 631 |
+
setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-310.pyc,,
|
| 632 |
+
setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-310.pyc,,
|
| 633 |
+
setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-310.pyc,,
|
| 634 |
+
setuptools/_vendor/wheel/__pycache__/metadata.cpython-310.pyc,,
|
| 635 |
+
setuptools/_vendor/wheel/__pycache__/util.cpython-310.pyc,,
|
| 636 |
+
setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-310.pyc,,
|
| 637 |
+
setuptools/_vendor/wheel/_setuptools_logging.py,sha256=NoCnjJ4DFEZ45Eo-2BdXLsWJCwGkait1tp_17paleVw,746
|
| 638 |
+
setuptools/_vendor/wheel/bdist_wheel.py,sha256=OKJyp9E831zJrxoRfmM9AgOjByG1CB-pzF5kXQFmaKk,20938
|
| 639 |
+
setuptools/_vendor/wheel/cli/__init__.py,sha256=eBNhnPwWTtdKAJHy77lvz7gOQ5Eu3GavGugXxhSsn-U,4264
|
| 640 |
+
setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-310.pyc,,
|
| 641 |
+
setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-310.pyc,,
|
| 642 |
+
setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-310.pyc,,
|
| 643 |
+
setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-310.pyc,,
|
| 644 |
+
setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-310.pyc,,
|
| 645 |
+
setuptools/_vendor/wheel/cli/convert.py,sha256=qJcpYGKqdfw1P6BelgN1Hn_suNgM6bvyEWFlZeuSWx0,9439
|
| 646 |
+
setuptools/_vendor/wheel/cli/pack.py,sha256=CAFcHdBVulvsHYJlndKVO7KMI9JqBTZz5ii0PKxxCOs,3103
|
| 647 |
+
setuptools/_vendor/wheel/cli/tags.py,sha256=lHw-LaWrkS5Jy_qWcw-6pSjeNM6yAjDnqKI3E5JTTCU,4760
|
| 648 |
+
setuptools/_vendor/wheel/cli/unpack.py,sha256=Y_J7ynxPSoFFTT7H0fMgbBlVErwyDGcObgme5MBuz58,1021
|
| 649 |
+
setuptools/_vendor/wheel/macosx_libfile.py,sha256=HnW6OPdN993psStvwl49xtx2kw7hoVbe6nvwmf8WsKI,16103
|
| 650 |
+
setuptools/_vendor/wheel/metadata.py,sha256=q-xCCqSAK7HzyZxK9A6_HAWmhqS1oB4BFw1-rHQxBiQ,5884
|
| 651 |
+
setuptools/_vendor/wheel/util.py,sha256=e0jpnsbbM9QhaaMSyap-_ZgUxcxwpyLDk6RHcrduPLg,621
|
| 652 |
+
setuptools/_vendor/wheel/vendored/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 653 |
+
setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-310.pyc,,
|
| 654 |
+
setuptools/_vendor/wheel/vendored/packaging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 655 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-310.pyc,,
|
| 656 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-310.pyc,,
|
| 657 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-310.pyc,,
|
| 658 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-310.pyc,,
|
| 659 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-310.pyc,,
|
| 660 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-310.pyc,,
|
| 661 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-310.pyc,,
|
| 662 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-310.pyc,,
|
| 663 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-310.pyc,,
|
| 664 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-310.pyc,,
|
| 665 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-310.pyc,,
|
| 666 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-310.pyc,,
|
| 667 |
+
setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-310.pyc,,
|
| 668 |
+
setuptools/_vendor/wheel/vendored/packaging/_elffile.py,sha256=hbmK8OD6Z7fY6hwinHEUcD1by7czkGiNYu7ShnFEk2k,3266
|
| 669 |
+
setuptools/_vendor/wheel/vendored/packaging/_manylinux.py,sha256=P7sdR5_7XBY09LVYYPhHmydMJIIwPXWsh4olk74Uuj4,9588
|
| 670 |
+
setuptools/_vendor/wheel/vendored/packaging/_musllinux.py,sha256=z1s8To2hQ0vpn_d-O2i5qxGwEK8WmGlLt3d_26V7NeY,2674
|
| 671 |
+
setuptools/_vendor/wheel/vendored/packaging/_parser.py,sha256=4tT4emSl2qTaU7VTQE1Xa9o1jMPCsBezsYBxyNMUN-s,10347
|
| 672 |
+
setuptools/_vendor/wheel/vendored/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431
|
| 673 |
+
setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py,sha256=alCtbwXhOFAmFGZ6BQ-wCTSFoRAJ2z-ysIf7__MTJ_k,5292
|
| 674 |
+
setuptools/_vendor/wheel/vendored/packaging/markers.py,sha256=_TSPI1BhJYO7Bp9AzTmHQxIqHEVXaTjmDh9G-w8qzPA,8232
|
| 675 |
+
setuptools/_vendor/wheel/vendored/packaging/requirements.py,sha256=dgoBeVprPu2YE6Q8nGfwOPTjATHbRa_ZGLyXhFEln6Q,2933
|
| 676 |
+
setuptools/_vendor/wheel/vendored/packaging/specifiers.py,sha256=IWSt0SrLSP72heWhAC8UL0eGvas7XIQHjqiViVfmPKE,39778
|
| 677 |
+
setuptools/_vendor/wheel/vendored/packaging/tags.py,sha256=fedHXiOHkBxNZTXotXv8uXPmMFU9ae-TKBujgYHigcA,18950
|
| 678 |
+
setuptools/_vendor/wheel/vendored/packaging/utils.py,sha256=XgdmP3yx9-wQEFjO7OvMj9RjEf5JlR5HFFR69v7SQ9E,5268
|
| 679 |
+
setuptools/_vendor/wheel/vendored/packaging/version.py,sha256=PFJaYZDxBgyxkfYhH3SQw4qfE9ICCWrTmitvq14y3bs,16234
|
| 680 |
+
setuptools/_vendor/wheel/vendored/vendor.txt,sha256=Z2ENjB1i5prfez8CdM1Sdr3c6Zxv2rRRolMpLmBncAE,16
|
| 681 |
+
setuptools/_vendor/wheel/wheelfile.py,sha256=DtJDWoZMvnBh4leNMDPGOprQU9d_dp6q-MmV0U--4xc,7694
|
| 682 |
+
setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 683 |
+
setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
|
| 684 |
+
setuptools/_vendor/zipp-3.19.2.dist-info/METADATA,sha256=UIrk_kMIHGSwsKKChYizqMw0MMZpPRZ2ZiVpQAsN_bE,3575
|
| 685 |
+
setuptools/_vendor/zipp-3.19.2.dist-info/RECORD,sha256=8xby4D_ZrefrvAsVRwaEjiu4_VaLkJNRCfDY484rm_4,1039
|
| 686 |
+
setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 687 |
+
setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
| 688 |
+
setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt,sha256=iAbdoSHfaGqBfVb2XuR9JqSQHCoOsOtG6y9C_LSpqFw,5
|
| 689 |
+
setuptools/_vendor/zipp/__init__.py,sha256=QuI1g00G4fRAcGt-HqbV0oWIkmSgedCGGYsHHYzNa8A,13412
|
| 690 |
+
setuptools/_vendor/zipp/__pycache__/__init__.cpython-310.pyc,,
|
| 691 |
+
setuptools/_vendor/zipp/__pycache__/glob.cpython-310.pyc,,
|
| 692 |
+
setuptools/_vendor/zipp/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 693 |
+
setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 694 |
+
setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-310.pyc,,
|
| 695 |
+
setuptools/_vendor/zipp/compat/py310.py,sha256=eZpkW0zRtunkhEh8jjX3gCGe22emoKCBJw72Zt4RkhA,219
|
| 696 |
+
setuptools/_vendor/zipp/glob.py,sha256=etWpnfEoRyfUvrUsi6sTiGmErvPwe6HzY6pT8jg_lUI,3082
|
| 697 |
+
setuptools/archive_util.py,sha256=8C7X1KZXphqLkVpZdgme8bm2U9CPQ3tmnxpWMpbH0mM,7332
|
| 698 |
+
setuptools/build_meta.py,sha256=fqJx2glC_hPOq3Md2MXmkyPlbtARZCPxlbigDl5fehg,19151
|
| 699 |
+
setuptools/cli-32.exe,sha256=MqzBvFQxFsviz_EMuGd3LfLyVP8mNMhwrvC0bEtpb9s,11776
|
| 700 |
+
setuptools/cli-64.exe,sha256=u7PeVwdinmpgoMI4zUd7KPB_AGaYL9qVP6b87DkHOko,14336
|
| 701 |
+
setuptools/cli-arm64.exe,sha256=uafQjaiA36yLz1SOuksG-1m28JsX0zFIoPZhgyiSbGE,13824
|
| 702 |
+
setuptools/cli.exe,sha256=MqzBvFQxFsviz_EMuGd3LfLyVP8mNMhwrvC0bEtpb9s,11776
|
| 703 |
+
setuptools/command/__init__.py,sha256=JbA5PmpnZ2AHQRFVT2rz5u_PjJFs5647GOIO5OuJzDQ,397
|
| 704 |
+
setuptools/command/__pycache__/__init__.cpython-310.pyc,,
|
| 705 |
+
setuptools/command/__pycache__/_requirestxt.cpython-310.pyc,,
|
| 706 |
+
setuptools/command/__pycache__/alias.cpython-310.pyc,,
|
| 707 |
+
setuptools/command/__pycache__/bdist_egg.cpython-310.pyc,,
|
| 708 |
+
setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc,,
|
| 709 |
+
setuptools/command/__pycache__/bdist_wheel.cpython-310.pyc,,
|
| 710 |
+
setuptools/command/__pycache__/build.cpython-310.pyc,,
|
| 711 |
+
setuptools/command/__pycache__/build_clib.cpython-310.pyc,,
|
| 712 |
+
setuptools/command/__pycache__/build_ext.cpython-310.pyc,,
|
| 713 |
+
setuptools/command/__pycache__/build_py.cpython-310.pyc,,
|
| 714 |
+
setuptools/command/__pycache__/develop.cpython-310.pyc,,
|
| 715 |
+
setuptools/command/__pycache__/dist_info.cpython-310.pyc,,
|
| 716 |
+
setuptools/command/__pycache__/easy_install.cpython-310.pyc,,
|
| 717 |
+
setuptools/command/__pycache__/editable_wheel.cpython-310.pyc,,
|
| 718 |
+
setuptools/command/__pycache__/egg_info.cpython-310.pyc,,
|
| 719 |
+
setuptools/command/__pycache__/install.cpython-310.pyc,,
|
| 720 |
+
setuptools/command/__pycache__/install_egg_info.cpython-310.pyc,,
|
| 721 |
+
setuptools/command/__pycache__/install_lib.cpython-310.pyc,,
|
| 722 |
+
setuptools/command/__pycache__/install_scripts.cpython-310.pyc,,
|
| 723 |
+
setuptools/command/__pycache__/rotate.cpython-310.pyc,,
|
| 724 |
+
setuptools/command/__pycache__/saveopts.cpython-310.pyc,,
|
| 725 |
+
setuptools/command/__pycache__/sdist.cpython-310.pyc,,
|
| 726 |
+
setuptools/command/__pycache__/setopt.cpython-310.pyc,,
|
| 727 |
+
setuptools/command/__pycache__/test.cpython-310.pyc,,
|
| 728 |
+
setuptools/command/_requirestxt.py,sha256=s2MIv5vWc7N_5mHziUIPvl6VjoPIUJsiv0cS4iXEy5M,4227
|
| 729 |
+
setuptools/command/alias.py,sha256=aiGMw1AeN4rqJjr3Nr3SVDbLXjgjufriwcMM1nBmiHY,2383
|
| 730 |
+
setuptools/command/bdist_egg.py,sha256=MmzT4GB9e7FUJ-KyoWyyDGRdk77qzsg8N1VQvVLx35E,16526
|
| 731 |
+
setuptools/command/bdist_rpm.py,sha256=99wVFBa8EF3gHbEq10QojuYcpx3zX_NLCYZNpbG66GU,1427
|
| 732 |
+
setuptools/command/bdist_wheel.py,sha256=6mufhh86czvNn3bGKg5gNvwc246zslcc0ZNjM2uclzg,22883
|
| 733 |
+
setuptools/command/build.py,sha256=C9TQr7t_q3TehWscxEPUbXH7r08pCyN0tDq9rxPFoo4,6028
|
| 734 |
+
setuptools/command/build_clib.py,sha256=vxp5WmzR6RQYmhXXyAz4w00w8N7xwCqPmauNukgzrJ0,4736
|
| 735 |
+
setuptools/command/build_ext.py,sha256=DuH4NcgaQwV2si9-27uBWmad-0AdxC5U7cDe8TKpnIA,18264
|
| 736 |
+
setuptools/command/build_py.py,sha256=G2Hxu-Wqzh6dxWbRjRHfES_SllYUGUKryH_0ECsx2VU,15327
|
| 737 |
+
setuptools/command/develop.py,sha256=SSQxIKZXP7-kUOfTT4a3WIozssiDOivHQf61o034UO4,6854
|
| 738 |
+
setuptools/command/dist_info.py,sha256=FueFqI-t7-KeP1E8PyG9A0f4tDCfrw0XXf7vnaYHjY4,3508
|
| 739 |
+
setuptools/command/easy_install.py,sha256=JYpt8YTT-CqzNidQ4JyVifC8M_zfJ1iStdRcGyrmHbc,88305
|
| 740 |
+
setuptools/command/editable_wheel.py,sha256=qE0zVk4qzIMC9Q18_Ui8ioJLa54UbdmFKqSxvGyR0mI,35665
|
| 741 |
+
setuptools/command/egg_info.py,sha256=_vSpINMP8w5oeMr9kH7VqSDp6X8WFXhoyMj4BUs5E40,25610
|
| 742 |
+
setuptools/command/install.py,sha256=qOT-JZSBS5te3tGjvXr3Aqgoghn6HI9w1Ud4SkMrVN0,6208
|
| 743 |
+
setuptools/command/install_egg_info.py,sha256=brYRRGb0_8zJ3-fQ0fnkeXCzX2raLNX05Ja7n73cJJI,2046
|
| 744 |
+
setuptools/command/install_lib.py,sha256=3-_JRnvnQxTD0lSV9AtnxokwtIpvNaPBlKGp2i5S5x8,4133
|
| 745 |
+
setuptools/command/install_scripts.py,sha256=mQbIx9cuMISaEj2FOi6Yu7_u_q3go_beB6gphwBCrwI,2614
|
| 746 |
+
setuptools/command/launcher manifest.xml,sha256=xlLbjWrB01tKC0-hlVkOKkiSPbzMml2eOPtJ_ucCnbE,628
|
| 747 |
+
setuptools/command/rotate.py,sha256=9r8g3tkbvj7yOVkr6c2cmcxv5LNqyAijADbmjJ_Zy24,2145
|
| 748 |
+
setuptools/command/saveopts.py,sha256=mVAPMRIGE98gl6eXQ3C2Wo-qPOgl9lbH-Q_YsbLuqeg,657
|
| 749 |
+
setuptools/command/sdist.py,sha256=kGbGbvMnHm3GX8DMQAiKPyfvzWqtulWEnZN5bT22VGQ,7277
|
| 750 |
+
setuptools/command/setopt.py,sha256=MjJy-0pCjnKCouYlg_ouTyB2HZn9Gz4CY0JupdXE3no,5019
|
| 751 |
+
setuptools/command/test.py,sha256=k7xcq7D7bEehgxarbw-dW3AtmGZORqz8HjKR6FGJ3jk,1343
|
| 752 |
+
setuptools/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 753 |
+
setuptools/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 754 |
+
setuptools/compat/__pycache__/py310.cpython-310.pyc,,
|
| 755 |
+
setuptools/compat/__pycache__/py311.cpython-310.pyc,,
|
| 756 |
+
setuptools/compat/__pycache__/py312.cpython-310.pyc,,
|
| 757 |
+
setuptools/compat/__pycache__/py39.cpython-310.pyc,,
|
| 758 |
+
setuptools/compat/py310.py,sha256=8sqwWczIcrkzeAbhaim4pKVd4tXZdcqmebgdvzji0rc,141
|
| 759 |
+
setuptools/compat/py311.py,sha256=e6tJAFwZEP82hmMBl10HYeSypelo_Ti2wTjKZVKLwOE,790
|
| 760 |
+
setuptools/compat/py312.py,sha256=vYKVtdrdOTsO_R90dJkEXsFwfMJFuIFJflhIgHrjJ-Y,366
|
| 761 |
+
setuptools/compat/py39.py,sha256=BJMtnkfcqyTfccqjYQxfoRtU2nTnWaEESBVkshTiXqY,493
|
| 762 |
+
setuptools/config/NOTICE,sha256=Ld3wiBgpejuJ1D2V_2WdjahXQRCMkTbfo6TYVsBiO9g,493
|
| 763 |
+
setuptools/config/__init__.py,sha256=aiPnL9BJn1O6MfmuNXyn8W2Lp8u9qizRVqwPiOdPIjY,1499
|
| 764 |
+
setuptools/config/__pycache__/__init__.cpython-310.pyc,,
|
| 765 |
+
setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-310.pyc,,
|
| 766 |
+
setuptools/config/__pycache__/expand.cpython-310.pyc,,
|
| 767 |
+
setuptools/config/__pycache__/pyprojecttoml.cpython-310.pyc,,
|
| 768 |
+
setuptools/config/__pycache__/setupcfg.cpython-310.pyc,,
|
| 769 |
+
setuptools/config/_apply_pyprojecttoml.py,sha256=sdm57TbdKG1Dn9vXm1FftVLRzr-P5-qfBgOPz2CjRQI,15457
|
| 770 |
+
setuptools/config/_validate_pyproject/NOTICE,sha256=Ccm86pXKCG-Lxb7RdOQLyDWyl9QPtfhru7Vw_gpVgac,18737
|
| 771 |
+
setuptools/config/_validate_pyproject/__init__.py,sha256=dnp6T7ePP1R5z4OuC7Fd2dkFlIrtIfizUfvpGJP6nz0,1042
|
| 772 |
+
setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-310.pyc,,
|
| 773 |
+
setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-310.pyc,,
|
| 774 |
+
setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-310.pyc,,
|
| 775 |
+
setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-310.pyc,,
|
| 776 |
+
setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-310.pyc,,
|
| 777 |
+
setuptools/config/_validate_pyproject/__pycache__/formats.cpython-310.pyc,,
|
| 778 |
+
setuptools/config/_validate_pyproject/error_reporting.py,sha256=meldD7nBQdolQhvG-43r1Ue-gU1n7ORAJR86vh3Rrvk,11813
|
| 779 |
+
setuptools/config/_validate_pyproject/extra_validations.py,sha256=kd0SWYrsp3IXF9KGAM8QpeaKpGyMsNgL-tjh9TPfhyY,1625
|
| 780 |
+
setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py,sha256=w749JgqKi8clBFcObdcbZVqsmF4oJ_QByhZ1SGbUFNw,1612
|
| 781 |
+
setuptools/config/_validate_pyproject/fastjsonschema_validations.py,sha256=T8RvJSi53YBfDB4mRPuF6gsPxx8-u8KYX56y3qokp_4,335460
|
| 782 |
+
setuptools/config/_validate_pyproject/formats.py,sha256=Mjz6Rjx1BMDw2XTMAfS-sM5x5Fv5aX2Zk_q5M_7rf_c,12814
|
| 783 |
+
setuptools/config/distutils.schema.json,sha256=Tcp32kRnhwORGw_9p6GEi08lj2h15tQRzOYBbzGmcBU,972
|
| 784 |
+
setuptools/config/expand.py,sha256=jsZUUaU_8uy-ZzlJC0khmpGjCVRlbV-sFyMIk-SGYIQ,15659
|
| 785 |
+
setuptools/config/pyprojecttoml.py,sha256=pxq-sYiMQPM9wAupcAFWExB473I-Z1U-ZpBsme1LAzM,18142
|
| 786 |
+
setuptools/config/setupcfg.py,sha256=7DMAL0-vo4fT6_dpG1X20Kvi4S-cDjfHe5k_gzAnQUk,25634
|
| 787 |
+
setuptools/config/setuptools.schema.json,sha256=dZBRuSEnZkatoVlt1kVwG8ocTeRdO7BD0xvOWKH54PY,16071
|
| 788 |
+
setuptools/depends.py,sha256=IsPdLBE6XpptUyp8WtihOD8O-PBnr2RezeiKBFT5Stc,5542
|
| 789 |
+
setuptools/discovery.py,sha256=kEBc8vqi1Zq8kIGH80q0Q_xp4fFdHabQQM2EGg2eGY0,21104
|
| 790 |
+
setuptools/dist.py,sha256=6bzrVzhkPdnB1AKREjMH37deKyKperYVD15yT1H55NA,36729
|
| 791 |
+
setuptools/errors.py,sha256=qdHD5FonhNM6gkd863-49YacSXkR_kzh3D0lY0h2VZI,2988
|
| 792 |
+
setuptools/extension.py,sha256=d5oF8022TWEo0Z7WsT-Ffvry5w9bvfz1hm3P892_IdE,6457
|
| 793 |
+
setuptools/glob.py,sha256=iMCy0lhirF29sz2fa9B6KVGVvUniy11SFpdLl1UCb-I,4852
|
| 794 |
+
setuptools/gui-32.exe,sha256=hdrh6V13hF8stZvKw9Sv50u-TJGpvMW_SnHNQxBNvnw,11776
|
| 795 |
+
setuptools/gui-64.exe,sha256=NHG2FA6txkEid9u-_j_vjDRaDxpZd2CGuAo2GMOoPjs,14336
|
| 796 |
+
setuptools/gui-arm64.exe,sha256=5pT0dDQFyLWSb_RX22_n8aEt7HwWqcOGR4TT9OB64Jc,13824
|
| 797 |
+
setuptools/gui.exe,sha256=hdrh6V13hF8stZvKw9Sv50u-TJGpvMW_SnHNQxBNvnw,11776
|
| 798 |
+
setuptools/installer.py,sha256=WF8FZiQXP2rNs_LpX_8C_A8l7sZivn5Xzk9g6lQG2g4,4970
|
| 799 |
+
setuptools/launch.py,sha256=VsYBvZhikv-o_uJc60yM-2_PCQB5P5vSFnLl5C5BJ5A,812
|
| 800 |
+
setuptools/logging.py,sha256=BYKd0bzbiCvUB9XEtfCYaYh9F_QNpxYjRsF2Xmw51k8,1241
|
| 801 |
+
setuptools/modified.py,sha256=GGzc71yEkfwLV1-HqXRwwsnzhnb97k1D3R7H8EE_0z4,190
|
| 802 |
+
setuptools/monkey.py,sha256=fx7_00njkB2cCrdtTWqZDKzdKsTz9d9GHZtMBozgwOo,3573
|
| 803 |
+
setuptools/msvc.py,sha256=Hl-0f3cuxY90s3d7HxWF6lgTp1G99O65weTw7JWQDEk,40791
|
| 804 |
+
setuptools/namespaces.py,sha256=8NrxNa4ZrkfvhoIVTO2PzqLyhO6A1ClULDX6muw4s60,3155
|
| 805 |
+
setuptools/package_index.py,sha256=9xqvwwBgse9Lq6R6IRcXqSWJSPIz_cHZz1pckNTgQnM,39051
|
| 806 |
+
setuptools/sandbox.py,sha256=iPmzIPvHDl42cwFK0gnUpWkIzigXXjdTIy_8EYGgyQQ,14550
|
| 807 |
+
setuptools/script (dev).tmpl,sha256=RUzQzCQUaXtwdLtYHWYbIQmOaES5Brqq1FvUA_tu-5I,218
|
| 808 |
+
setuptools/script.tmpl,sha256=WGTt5piezO27c-Dbx6l5Q4T3Ff20A5z7872hv3aAhYY,138
|
| 809 |
+
setuptools/tests/__init__.py,sha256=AnBfls2iJbTDQzmMKeLRt-9lxhaOHUVOZEgXv89Uwvs,335
|
| 810 |
+
setuptools/tests/__pycache__/__init__.cpython-310.pyc,,
|
| 811 |
+
setuptools/tests/__pycache__/contexts.cpython-310.pyc,,
|
| 812 |
+
setuptools/tests/__pycache__/environment.cpython-310.pyc,,
|
| 813 |
+
setuptools/tests/__pycache__/fixtures.cpython-310.pyc,,
|
| 814 |
+
setuptools/tests/__pycache__/mod_with_constant.cpython-310.pyc,,
|
| 815 |
+
setuptools/tests/__pycache__/namespaces.cpython-310.pyc,,
|
| 816 |
+
setuptools/tests/__pycache__/script-with-bom.cpython-310.pyc,,
|
| 817 |
+
setuptools/tests/__pycache__/server.cpython-310.pyc,,
|
| 818 |
+
setuptools/tests/__pycache__/test_archive_util.cpython-310.pyc,,
|
| 819 |
+
setuptools/tests/__pycache__/test_bdist_deprecations.cpython-310.pyc,,
|
| 820 |
+
setuptools/tests/__pycache__/test_bdist_egg.cpython-310.pyc,,
|
| 821 |
+
setuptools/tests/__pycache__/test_bdist_wheel.cpython-310.pyc,,
|
| 822 |
+
setuptools/tests/__pycache__/test_build.cpython-310.pyc,,
|
| 823 |
+
setuptools/tests/__pycache__/test_build_clib.cpython-310.pyc,,
|
| 824 |
+
setuptools/tests/__pycache__/test_build_ext.cpython-310.pyc,,
|
| 825 |
+
setuptools/tests/__pycache__/test_build_meta.cpython-310.pyc,,
|
| 826 |
+
setuptools/tests/__pycache__/test_build_py.cpython-310.pyc,,
|
| 827 |
+
setuptools/tests/__pycache__/test_config_discovery.cpython-310.pyc,,
|
| 828 |
+
setuptools/tests/__pycache__/test_core_metadata.cpython-310.pyc,,
|
| 829 |
+
setuptools/tests/__pycache__/test_depends.cpython-310.pyc,,
|
| 830 |
+
setuptools/tests/__pycache__/test_develop.cpython-310.pyc,,
|
| 831 |
+
setuptools/tests/__pycache__/test_dist.cpython-310.pyc,,
|
| 832 |
+
setuptools/tests/__pycache__/test_dist_info.cpython-310.pyc,,
|
| 833 |
+
setuptools/tests/__pycache__/test_distutils_adoption.cpython-310.pyc,,
|
| 834 |
+
setuptools/tests/__pycache__/test_easy_install.cpython-310.pyc,,
|
| 835 |
+
setuptools/tests/__pycache__/test_editable_install.cpython-310.pyc,,
|
| 836 |
+
setuptools/tests/__pycache__/test_egg_info.cpython-310.pyc,,
|
| 837 |
+
setuptools/tests/__pycache__/test_extern.cpython-310.pyc,,
|
| 838 |
+
setuptools/tests/__pycache__/test_find_packages.cpython-310.pyc,,
|
| 839 |
+
setuptools/tests/__pycache__/test_find_py_modules.cpython-310.pyc,,
|
| 840 |
+
setuptools/tests/__pycache__/test_glob.cpython-310.pyc,,
|
| 841 |
+
setuptools/tests/__pycache__/test_install_scripts.cpython-310.pyc,,
|
| 842 |
+
setuptools/tests/__pycache__/test_logging.cpython-310.pyc,,
|
| 843 |
+
setuptools/tests/__pycache__/test_manifest.cpython-310.pyc,,
|
| 844 |
+
setuptools/tests/__pycache__/test_namespaces.cpython-310.pyc,,
|
| 845 |
+
setuptools/tests/__pycache__/test_packageindex.cpython-310.pyc,,
|
| 846 |
+
setuptools/tests/__pycache__/test_sandbox.cpython-310.pyc,,
|
| 847 |
+
setuptools/tests/__pycache__/test_sdist.cpython-310.pyc,,
|
| 848 |
+
setuptools/tests/__pycache__/test_setopt.cpython-310.pyc,,
|
| 849 |
+
setuptools/tests/__pycache__/test_setuptools.cpython-310.pyc,,
|
| 850 |
+
setuptools/tests/__pycache__/test_unicode_utils.cpython-310.pyc,,
|
| 851 |
+
setuptools/tests/__pycache__/test_virtualenv.cpython-310.pyc,,
|
| 852 |
+
setuptools/tests/__pycache__/test_warnings.cpython-310.pyc,,
|
| 853 |
+
setuptools/tests/__pycache__/test_wheel.cpython-310.pyc,,
|
| 854 |
+
setuptools/tests/__pycache__/test_windows_wrappers.cpython-310.pyc,,
|
| 855 |
+
setuptools/tests/__pycache__/text.cpython-310.pyc,,
|
| 856 |
+
setuptools/tests/__pycache__/textwrap.cpython-310.pyc,,
|
| 857 |
+
setuptools/tests/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 858 |
+
setuptools/tests/compat/__pycache__/__init__.cpython-310.pyc,,
|
| 859 |
+
setuptools/tests/compat/__pycache__/py39.cpython-310.pyc,,
|
| 860 |
+
setuptools/tests/compat/py39.py,sha256=eUy7_F-6KRTOIKl-veshUu6I0EdTSdBZMh0EV0lZ1-g,135
|
| 861 |
+
setuptools/tests/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 862 |
+
setuptools/tests/config/__pycache__/__init__.cpython-310.pyc,,
|
| 863 |
+
setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-310.pyc,,
|
| 864 |
+
setuptools/tests/config/__pycache__/test_expand.cpython-310.pyc,,
|
| 865 |
+
setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-310.pyc,,
|
| 866 |
+
setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-310.pyc,,
|
| 867 |
+
setuptools/tests/config/__pycache__/test_setupcfg.cpython-310.pyc,,
|
| 868 |
+
setuptools/tests/config/downloads/__init__.py,sha256=0WrIXZDfFnFkRVio3a-Z6RffRMZbc3AuJstWaTrorxg,1762
|
| 869 |
+
setuptools/tests/config/downloads/__pycache__/__init__.cpython-310.pyc,,
|
| 870 |
+
setuptools/tests/config/downloads/__pycache__/preload.cpython-310.pyc,,
|
| 871 |
+
setuptools/tests/config/downloads/preload.py,sha256=sIGGZpY3cmMpMwiJYYYYHG2ifZJkvJgEotRFtiulV1I,450
|
| 872 |
+
setuptools/tests/config/setupcfg_examples.txt,sha256=cAbVvCbkFZuTUL6xRRzRgqyB0rLvJTfvw3D30glo2OE,1912
|
| 873 |
+
setuptools/tests/config/test_apply_pyprojecttoml.py,sha256=cV9zAjrZ__sBrtsT7GCnQLdKpsuubliZB-OhB6MCxMk,19258
|
| 874 |
+
setuptools/tests/config/test_expand.py,sha256=yJmhq52MqTPEft6QOSlZR8yN6dkJVtlOcTo9D7pqGXU,8111
|
| 875 |
+
setuptools/tests/config/test_pyprojecttoml.py,sha256=MxQewMcnZcZTZAhoJbGRMVvRs2eRlbHQsnAJBOqlHec,12398
|
| 876 |
+
setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py,sha256=h3f9fPy-oxtC_HPgxtMGM1LgdFz01RYtTL47ubFZp5M,3072
|
| 877 |
+
setuptools/tests/config/test_setupcfg.py,sha256=t12suujLW4E-xARDfExy01RmSkGF1l2lsBvXqhBPfts,33361
|
| 878 |
+
setuptools/tests/contexts.py,sha256=TAdZKxmmodx1ExMVo01o4QpRjpIpo4X3IWKq_BnjxpU,3480
|
| 879 |
+
setuptools/tests/environment.py,sha256=95_UtTaRiuvwYC9eXKEHbn02kDtZysvZq3UZJmPUj1I,3102
|
| 880 |
+
setuptools/tests/fixtures.py,sha256=-V7iD6BeE2E0Rw6dVvTOCm36JG8ZTTnrXhN0GISlgrg,5197
|
| 881 |
+
setuptools/tests/indexes/test_links_priority/external.html,sha256=eL9euOuE93JKZdqlXxBOlHbKwIuNuIdq7GBRpsaPMcU,92
|
| 882 |
+
setuptools/tests/indexes/test_links_priority/simple/foobar/index.html,sha256=DD-TKr7UU4zAjHHz4VexYDNSAzR27levSh1c-k3ZdLE,174
|
| 883 |
+
setuptools/tests/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 884 |
+
setuptools/tests/integration/__pycache__/__init__.cpython-310.pyc,,
|
| 885 |
+
setuptools/tests/integration/__pycache__/helpers.cpython-310.pyc,,
|
| 886 |
+
setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-310.pyc,,
|
| 887 |
+
setuptools/tests/integration/helpers.py,sha256=3PHcS9SCA-fwVJmUP2ad5NQOttJAETI5Nnoc_xroO5k,2522
|
| 888 |
+
setuptools/tests/integration/test_pip_install_sdist.py,sha256=ebz2JTvinbE0XKm-I3HaSkunm6oElNaIzcrTfvf6OYQ,8288
|
| 889 |
+
setuptools/tests/mod_with_constant.py,sha256=X_Kj80M55w1tmQ4f7uZY91ZTALo4hKVT6EHxgYocUMQ,22
|
| 890 |
+
setuptools/tests/namespaces.py,sha256=HPcI3nR5MCFWXpaADIJ1fwKxymcQgBkuw87Ic5PUSAQ,2774
|
| 891 |
+
setuptools/tests/script-with-bom.py,sha256=hRRgIizEULGiG_ZTNoMY46HhKhxpWfy5FGcD6Qbh5fc,18
|
| 892 |
+
setuptools/tests/server.py,sha256=ZRJOKKQGUoa03ijPFrFiqNId428Eb9uy_ysOZtagUNs,2403
|
| 893 |
+
setuptools/tests/test_archive_util.py,sha256=buuKdY8XkW26Pe3IKAoBRGHG0MDumnuNoPg2WsAQzIg,845
|
| 894 |
+
setuptools/tests/test_bdist_deprecations.py,sha256=75Xq3gYn79LIIyusEltbHan0bEgAt2e_CaL7KLS8-KQ,775
|
| 895 |
+
setuptools/tests/test_bdist_egg.py,sha256=cdfZsWpFmDRSbZeVu-69T0QiCc-246rbUjtkuB7iBiY,1851
|
| 896 |
+
setuptools/tests/test_bdist_wheel.py,sha256=D-TNi3NJhneWf0yJCmpZv2reP4fnufbJwU40MXsMaQk,19480
|
| 897 |
+
setuptools/tests/test_build.py,sha256=wJgMz2hwHADcLFg-nXrwRVhus7hjmAeEGgrpIQwCGnA,798
|
| 898 |
+
setuptools/tests/test_build_clib.py,sha256=bX51XRAf4uO7IuHFpjePnoK8mE74N2gsoeEqF-ofgws,3123
|
| 899 |
+
setuptools/tests/test_build_ext.py,sha256=XpQPFBuhvXH71P6YaLmDx_jXzfDw6j17EKUrcq8vkZY,10036
|
| 900 |
+
setuptools/tests/test_build_meta.py,sha256=ipLb-ewhoR2qnetFI8v2DZMgRJ6M6mqdg52Ohx6VVu0,33570
|
| 901 |
+
setuptools/tests/test_build_py.py,sha256=2MOiPfZ9CvwIOd5TNV6hCq9UrXA3HXJm5vj5GK7opsw,14185
|
| 902 |
+
setuptools/tests/test_config_discovery.py,sha256=52_HEdA97dgaMvudsnIZDy7IYZPvHb5k6Yf9AA1954A,22562
|
| 903 |
+
setuptools/tests/test_core_metadata.py,sha256=7xWmlSgjI_r_tUscBVt-kg2JP10Et5hMNI0f8nMtKPA,12183
|
| 904 |
+
setuptools/tests/test_depends.py,sha256=yQBXoQbNQlJit6mbRVoz6Bb553f3sNrq02lZimNz5XY,424
|
| 905 |
+
setuptools/tests/test_develop.py,sha256=CLzXZ8-b5-VFTuau4P4yXEdLx1UdyTFcOfrV0qyUIdE,5142
|
| 906 |
+
setuptools/tests/test_dist.py,sha256=nG7y41IulZ9pjH-biwOctcQOafpRbNYz0I5sDX8d1pA,8811
|
| 907 |
+
setuptools/tests/test_dist_info.py,sha256=exqqU5XSksRiXjUu4mx1SmN-_jnPoIPPWwsLqBc8fQQ,7090
|
| 908 |
+
setuptools/tests/test_distutils_adoption.py,sha256=ZpdJ2wCyq2zGxsBAcjT2X72Vsj0YXIpW-7fhynb361I,4747
|
| 909 |
+
setuptools/tests/test_easy_install.py,sha256=0oUehGspDiGXOyiVDKg5LPYsNmtVUhZ8FOhBoNYnigs,53241
|
| 910 |
+
setuptools/tests/test_editable_install.py,sha256=W2k8YmcO9sCZleIjEtL1b_e9M16KO5L9a1GgTmNx2uY,43304
|
| 911 |
+
setuptools/tests/test_egg_info.py,sha256=MvJWvIn5YZRi3vQGph4SW0AGHCf73G3L3Hdz9AnAZwk,44145
|
| 912 |
+
setuptools/tests/test_extern.py,sha256=rpKU6oCcksumLwf5TeKlDluFQ0TUfbPwTLQbpxcFrCU,296
|
| 913 |
+
setuptools/tests/test_find_packages.py,sha256=CTLAcTzWGWBLCcd2aAsUVkvO3ibrlqexFBdDKOWPoq8,7819
|
| 914 |
+
setuptools/tests/test_find_py_modules.py,sha256=zQjuhIG5TQN2SJPix9ARo4DL_w84Ln8QsHDUjjbrtAQ,2404
|
| 915 |
+
setuptools/tests/test_glob.py,sha256=pXMUqidIfGG2TM-5Z9M2T7Dz_OLPD6X-aX8QiUpFv2U,881
|
| 916 |
+
setuptools/tests/test_install_scripts.py,sha256=bJFXiOYmMd-7ZgB9Kueh_vmiiBtTD3jDFOCSkzSys9Q,3441
|
| 917 |
+
setuptools/tests/test_logging.py,sha256=9MeqJ_jgQTlE9M4WN7YuFC9iYhKrT9fsJIaKG1L73p4,2095
|
| 918 |
+
setuptools/tests/test_manifest.py,sha256=N4UY8Y1TvjOiKerLHSF6LkHuenXGl8tw6o-ivlj3e5A,18761
|
| 919 |
+
setuptools/tests/test_namespaces.py,sha256=Y6utoe5PHHqL_DlgawqB9F8XpsUDPvvw1sQMenK04e0,4515
|
| 920 |
+
setuptools/tests/test_packageindex.py,sha256=zewHXX48XhgYmOwFOshw0eNT40ShsUzt5MnYB9PzRHM,8975
|
| 921 |
+
setuptools/tests/test_sandbox.py,sha256=sLaKBRkvQ3NpI0ZNewIjWiwCTmuuie8IPkJQyx-5kX0,4333
|
| 922 |
+
setuptools/tests/test_sdist.py,sha256=JdADuT2MWiBSIcNLd3o9oC4y2XGP5FZIT9Dp89RdXT8,32440
|
| 923 |
+
setuptools/tests/test_setopt.py,sha256=3VxxM4ATfP-P4AGnDjoWCnHr5-i9CSEQTFYU1-FTnvI,1365
|
| 924 |
+
setuptools/tests/test_setuptools.py,sha256=OprrduUUgTxuTCwAsSI9TUmJJFjjtr-3b6uEuW5CNY8,8978
|
| 925 |
+
setuptools/tests/test_unicode_utils.py,sha256=xWfEEl8jkQCt9othUTXJfFmdyATAFggJs2tTxjbumbw,316
|
| 926 |
+
setuptools/tests/test_virtualenv.py,sha256=g-njC_9JTAs1YVx_1dGJ_Q6RlInO4qKVu9-XAgNb6TY,3730
|
| 927 |
+
setuptools/tests/test_warnings.py,sha256=zwR2zcnCeCeDqILZlJOPAcuyPHoDvGu1OtOVYiLMk74,3347
|
| 928 |
+
setuptools/tests/test_wheel.py,sha256=pV5nPUXyJ1EIGzrWUb5cMDwrKKK2DIf8e-04pGlR7YY,19259
|
| 929 |
+
setuptools/tests/test_windows_wrappers.py,sha256=2FmgEfFGX5OV0kVOpPPEZICAL76TrcNbfa2uTCzs134,7894
|
| 930 |
+
setuptools/tests/text.py,sha256=a12197pMVTvB6FAWQ0ujT8fIQiLIWJlFAl1UCaDUDfg,123
|
| 931 |
+
setuptools/tests/textwrap.py,sha256=FNNNq_MiaEJx88PnsbJQIRxmj1qmgcAOCXXRsODPJN4,98
|
| 932 |
+
setuptools/unicode_utils.py,sha256=aDvIZZPtMn3eC1cpS4ta0WugZSZ7spoKyxGqZd7AHzw,3181
|
| 933 |
+
setuptools/version.py,sha256=WJCeUuyq74Aok2TeK9-OexZOu8XrlQy7-y0BEuWNovQ,161
|
| 934 |
+
setuptools/warnings.py,sha256=Xz3eESrYEdP0dYlVerP8BA0es-UbkFRAE4gOnXUmxuI,3714
|
| 935 |
+
setuptools/wheel.py,sha256=w-F8n9qddusDCadC8PWJlkZ5uvlXkaGytQgnkenZGiw,8628
|
| 936 |
+
setuptools/windows_support.py,sha256=wW4IYLM1Bv7Z1MaauP2xmPjyy-wkmQnXdyvXscAf9fw,726
|
infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/REQUESTED
ADDED
|
File without changes
|
infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: setuptools (75.1.0)
|
| 3 |
+
Root-Is-Purelib: true
|
| 4 |
+
Tag: py3-none-any
|
| 5 |
+
|
infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/entry_points.txt
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[distutils.commands]
|
| 2 |
+
alias = setuptools.command.alias:alias
|
| 3 |
+
bdist_egg = setuptools.command.bdist_egg:bdist_egg
|
| 4 |
+
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
|
| 5 |
+
bdist_wheel = setuptools.command.bdist_wheel:bdist_wheel
|
| 6 |
+
build = setuptools.command.build:build
|
| 7 |
+
build_clib = setuptools.command.build_clib:build_clib
|
| 8 |
+
build_ext = setuptools.command.build_ext:build_ext
|
| 9 |
+
build_py = setuptools.command.build_py:build_py
|
| 10 |
+
develop = setuptools.command.develop:develop
|
| 11 |
+
dist_info = setuptools.command.dist_info:dist_info
|
| 12 |
+
easy_install = setuptools.command.easy_install:easy_install
|
| 13 |
+
editable_wheel = setuptools.command.editable_wheel:editable_wheel
|
| 14 |
+
egg_info = setuptools.command.egg_info:egg_info
|
| 15 |
+
install = setuptools.command.install:install
|
| 16 |
+
install_egg_info = setuptools.command.install_egg_info:install_egg_info
|
| 17 |
+
install_lib = setuptools.command.install_lib:install_lib
|
| 18 |
+
install_scripts = setuptools.command.install_scripts:install_scripts
|
| 19 |
+
rotate = setuptools.command.rotate:rotate
|
| 20 |
+
saveopts = setuptools.command.saveopts:saveopts
|
| 21 |
+
sdist = setuptools.command.sdist:sdist
|
| 22 |
+
setopt = setuptools.command.setopt:setopt
|
| 23 |
+
|
| 24 |
+
[distutils.setup_keywords]
|
| 25 |
+
dependency_links = setuptools.dist:assert_string_list
|
| 26 |
+
eager_resources = setuptools.dist:assert_string_list
|
| 27 |
+
entry_points = setuptools.dist:check_entry_points
|
| 28 |
+
exclude_package_data = setuptools.dist:check_package_data
|
| 29 |
+
extras_require = setuptools.dist:check_extras
|
| 30 |
+
include_package_data = setuptools.dist:assert_bool
|
| 31 |
+
install_requires = setuptools.dist:check_requirements
|
| 32 |
+
namespace_packages = setuptools.dist:check_nsp
|
| 33 |
+
package_data = setuptools.dist:check_package_data
|
| 34 |
+
packages = setuptools.dist:check_packages
|
| 35 |
+
python_requires = setuptools.dist:check_specifier
|
| 36 |
+
setup_requires = setuptools.dist:check_requirements
|
| 37 |
+
use_2to3 = setuptools.dist:invalid_unless_false
|
| 38 |
+
zip_safe = setuptools.dist:assert_bool
|
| 39 |
+
|
| 40 |
+
[egg_info.writers]
|
| 41 |
+
PKG-INFO = setuptools.command.egg_info:write_pkg_info
|
| 42 |
+
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
|
| 43 |
+
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
|
| 44 |
+
entry_points.txt = setuptools.command.egg_info:write_entries
|
| 45 |
+
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
|
| 46 |
+
requires.txt = setuptools.command.egg_info:write_requirements
|
| 47 |
+
top_level.txt = setuptools.command.egg_info:write_toplevel_names
|
| 48 |
+
|
| 49 |
+
[setuptools.finalize_distribution_options]
|
| 50 |
+
keywords = setuptools.dist:Distribution._finalize_setup_keywords
|
| 51 |
+
parent_finalize = setuptools.dist:_Distribution.finalize_options
|
infer_4_30_0/lib/python3.10/site-packages/setuptools-75.1.0.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_distutils_hack
|
| 2 |
+
pkg_resources
|
| 3 |
+
setuptools
|
infer_4_30_0/lib/python3.10/site-packages/sympy/abc.py
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
This module exports all latin and greek letters as Symbols, so you can
|
| 3 |
+
conveniently do
|
| 4 |
+
|
| 5 |
+
>>> from sympy.abc import x, y
|
| 6 |
+
|
| 7 |
+
instead of the slightly more clunky-looking
|
| 8 |
+
|
| 9 |
+
>>> from sympy import symbols
|
| 10 |
+
>>> x, y = symbols('x y')
|
| 11 |
+
|
| 12 |
+
Caveats
|
| 13 |
+
=======
|
| 14 |
+
|
| 15 |
+
1. As of the time of writing this, the names ``O``, ``S``, ``I``, ``N``,
|
| 16 |
+
``E``, and ``Q`` are colliding with names defined in SymPy. If you import them
|
| 17 |
+
from both ``sympy.abc`` and ``sympy``, the second import will "win".
|
| 18 |
+
This is an issue only for * imports, which should only be used for short-lived
|
| 19 |
+
code such as interactive sessions and throwaway scripts that do not survive
|
| 20 |
+
until the next SymPy upgrade, where ``sympy`` may contain a different set of
|
| 21 |
+
names.
|
| 22 |
+
|
| 23 |
+
2. This module does not define symbol names on demand, i.e.
|
| 24 |
+
``from sympy.abc import foo`` will be reported as an error because
|
| 25 |
+
``sympy.abc`` does not contain the name ``foo``. To get a symbol named ``foo``,
|
| 26 |
+
you still need to use ``Symbol('foo')`` or ``symbols('foo')``.
|
| 27 |
+
You can freely mix usage of ``sympy.abc`` and ``Symbol``/``symbols``, though
|
| 28 |
+
sticking with one and only one way to get the symbols does tend to make the code
|
| 29 |
+
more readable.
|
| 30 |
+
|
| 31 |
+
The module also defines some special names to help detect which names clash
|
| 32 |
+
with the default SymPy namespace.
|
| 33 |
+
|
| 34 |
+
``_clash1`` defines all the single letter variables that clash with
|
| 35 |
+
SymPy objects; ``_clash2`` defines the multi-letter clashing symbols;
|
| 36 |
+
and ``_clash`` is the union of both. These can be passed for ``locals``
|
| 37 |
+
during sympification if one desires Symbols rather than the non-Symbol
|
| 38 |
+
objects for those names.
|
| 39 |
+
|
| 40 |
+
Examples
|
| 41 |
+
========
|
| 42 |
+
|
| 43 |
+
>>> from sympy import S
|
| 44 |
+
>>> from sympy.abc import _clash1, _clash2, _clash
|
| 45 |
+
>>> S("Q & C", locals=_clash1)
|
| 46 |
+
C & Q
|
| 47 |
+
>>> S('pi(x)', locals=_clash2)
|
| 48 |
+
pi(x)
|
| 49 |
+
>>> S('pi(C, Q)', locals=_clash)
|
| 50 |
+
pi(C, Q)
|
| 51 |
+
|
| 52 |
+
"""
|
| 53 |
+
|
| 54 |
+
from typing import Any, Dict as tDict
|
| 55 |
+
|
| 56 |
+
import string
|
| 57 |
+
|
| 58 |
+
from .core import Symbol, symbols
|
| 59 |
+
from .core.alphabets import greeks
|
| 60 |
+
from sympy.parsing.sympy_parser import null
|
| 61 |
+
|
| 62 |
+
##### Symbol definitions #####
|
| 63 |
+
|
| 64 |
+
# Implementation note: The easiest way to avoid typos in the symbols()
|
| 65 |
+
# parameter is to copy it from the left-hand side of the assignment.
|
| 66 |
+
|
| 67 |
+
a, b, c, d, e, f, g, h, i, j = symbols('a, b, c, d, e, f, g, h, i, j')
|
| 68 |
+
k, l, m, n, o, p, q, r, s, t = symbols('k, l, m, n, o, p, q, r, s, t')
|
| 69 |
+
u, v, w, x, y, z = symbols('u, v, w, x, y, z')
|
| 70 |
+
|
| 71 |
+
A, B, C, D, E, F, G, H, I, J = symbols('A, B, C, D, E, F, G, H, I, J')
|
| 72 |
+
K, L, M, N, O, P, Q, R, S, T = symbols('K, L, M, N, O, P, Q, R, S, T')
|
| 73 |
+
U, V, W, X, Y, Z = symbols('U, V, W, X, Y, Z')
|
| 74 |
+
|
| 75 |
+
alpha, beta, gamma, delta = symbols('alpha, beta, gamma, delta')
|
| 76 |
+
epsilon, zeta, eta, theta = symbols('epsilon, zeta, eta, theta')
|
| 77 |
+
iota, kappa, lamda, mu = symbols('iota, kappa, lamda, mu')
|
| 78 |
+
nu, xi, omicron, pi = symbols('nu, xi, omicron, pi')
|
| 79 |
+
rho, sigma, tau, upsilon = symbols('rho, sigma, tau, upsilon')
|
| 80 |
+
phi, chi, psi, omega = symbols('phi, chi, psi, omega')
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
##### Clashing-symbols diagnostics #####
|
| 84 |
+
|
| 85 |
+
# We want to know which names in SymPy collide with those in here.
|
| 86 |
+
# This is mostly for diagnosing SymPy's namespace during SymPy development.
|
| 87 |
+
|
| 88 |
+
_latin = list(string.ascii_letters)
|
| 89 |
+
# QOSINE should not be imported as they clash; gamma, pi and zeta clash, too
|
| 90 |
+
_greek = list(greeks) # make a copy, so we can mutate it
|
| 91 |
+
# Note: We import lamda since lambda is a reserved keyword in Python
|
| 92 |
+
_greek.remove("lambda")
|
| 93 |
+
_greek.append("lamda")
|
| 94 |
+
|
| 95 |
+
ns: tDict[str, Any] = {}
|
| 96 |
+
exec('from sympy import *', ns)
|
| 97 |
+
_clash1: tDict[str, Any] = {}
|
| 98 |
+
_clash2: tDict[str, Any] = {}
|
| 99 |
+
while ns:
|
| 100 |
+
_k, _ = ns.popitem()
|
| 101 |
+
if _k in _greek:
|
| 102 |
+
_clash2[_k] = null
|
| 103 |
+
_greek.remove(_k)
|
| 104 |
+
elif _k in _latin:
|
| 105 |
+
_clash1[_k] = null
|
| 106 |
+
_latin.remove(_k)
|
| 107 |
+
_clash = {}
|
| 108 |
+
_clash.update(_clash1)
|
| 109 |
+
_clash.update(_clash2)
|
| 110 |
+
|
| 111 |
+
del _latin, _greek, Symbol, _k, null
|
infer_4_30_0/lib/python3.10/site-packages/sympy/conftest.py
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import sys
|
| 2 |
+
|
| 3 |
+
sys._running_pytest = True # type: ignore
|
| 4 |
+
from sympy.external.importtools import version_tuple
|
| 5 |
+
|
| 6 |
+
import pytest
|
| 7 |
+
from sympy.core.cache import clear_cache, USE_CACHE
|
| 8 |
+
from sympy.external.gmpy import GROUND_TYPES
|
| 9 |
+
from sympy.utilities.misc import ARCH
|
| 10 |
+
import re
|
| 11 |
+
|
| 12 |
+
try:
|
| 13 |
+
import hypothesis
|
| 14 |
+
|
| 15 |
+
hypothesis.settings.register_profile("sympy_hypothesis_profile", deadline=None)
|
| 16 |
+
hypothesis.settings.load_profile("sympy_hypothesis_profile")
|
| 17 |
+
except ImportError:
|
| 18 |
+
raise ImportError(
|
| 19 |
+
"hypothesis is a required dependency to run the SymPy test suite. "
|
| 20 |
+
"Install it with 'pip install hypothesis' or 'conda install -c conda-forge hypothesis'"
|
| 21 |
+
)
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
sp = re.compile(r"([0-9]+)/([1-9][0-9]*)")
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
def process_split(config, items):
|
| 28 |
+
split = config.getoption("--split")
|
| 29 |
+
if not split:
|
| 30 |
+
return
|
| 31 |
+
m = sp.match(split)
|
| 32 |
+
if not m:
|
| 33 |
+
raise ValueError(
|
| 34 |
+
"split must be a string of the form a/b " "where a and b are ints."
|
| 35 |
+
)
|
| 36 |
+
i, t = map(int, m.groups())
|
| 37 |
+
start, end = (i - 1) * len(items) // t, i * len(items) // t
|
| 38 |
+
|
| 39 |
+
if i < t:
|
| 40 |
+
# remove elements from end of list first
|
| 41 |
+
del items[end:]
|
| 42 |
+
del items[:start]
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
def pytest_report_header(config):
|
| 46 |
+
s = "architecture: %s\n" % ARCH
|
| 47 |
+
s += "cache: %s\n" % USE_CACHE
|
| 48 |
+
version = ""
|
| 49 |
+
if GROUND_TYPES == "gmpy":
|
| 50 |
+
import gmpy2
|
| 51 |
+
|
| 52 |
+
version = gmpy2.version()
|
| 53 |
+
elif GROUND_TYPES == "flint":
|
| 54 |
+
try:
|
| 55 |
+
from flint import __version__
|
| 56 |
+
except ImportError:
|
| 57 |
+
version = "unknown"
|
| 58 |
+
else:
|
| 59 |
+
version = f'(python-flint=={__version__})'
|
| 60 |
+
s += "ground types: %s %s\n" % (GROUND_TYPES, version)
|
| 61 |
+
return s
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
def pytest_terminal_summary(terminalreporter):
|
| 65 |
+
if terminalreporter.stats.get("error", None) or terminalreporter.stats.get(
|
| 66 |
+
"failed", None
|
| 67 |
+
):
|
| 68 |
+
terminalreporter.write_sep(" ", "DO *NOT* COMMIT!", red=True, bold=True)
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
def pytest_addoption(parser):
|
| 72 |
+
parser.addoption("--split", action="store", default="", help="split tests")
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
def pytest_collection_modifyitems(config, items):
|
| 76 |
+
"""pytest hook."""
|
| 77 |
+
# handle splits
|
| 78 |
+
process_split(config, items)
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
@pytest.fixture(autouse=True, scope="module")
|
| 82 |
+
def file_clear_cache():
|
| 83 |
+
clear_cache()
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
@pytest.fixture(autouse=True, scope="module")
|
| 87 |
+
def check_disabled(request):
|
| 88 |
+
if getattr(request.module, "disabled", False):
|
| 89 |
+
pytest.skip("test requirements not met.")
|
| 90 |
+
elif getattr(request.module, "ipython", False):
|
| 91 |
+
# need to check version and options for ipython tests
|
| 92 |
+
if (
|
| 93 |
+
version_tuple(pytest.__version__) < version_tuple("2.6.3")
|
| 94 |
+
and pytest.config.getvalue("-s") != "no"
|
| 95 |
+
):
|
| 96 |
+
pytest.skip("run py.test with -s or upgrade to newer version.")
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""This module contains functions which operate on discrete sequences.
|
| 2 |
+
|
| 3 |
+
Transforms - ``fft``, ``ifft``, ``ntt``, ``intt``, ``fwht``, ``ifwht``,
|
| 4 |
+
``mobius_transform``, ``inverse_mobius_transform``
|
| 5 |
+
|
| 6 |
+
Convolutions - ``convolution``, ``convolution_fft``, ``convolution_ntt``,
|
| 7 |
+
``convolution_fwht``, ``convolution_subset``,
|
| 8 |
+
``covering_product``, ``intersecting_product``
|
| 9 |
+
"""
|
| 10 |
+
|
| 11 |
+
from .transforms import (fft, ifft, ntt, intt, fwht, ifwht,
|
| 12 |
+
mobius_transform, inverse_mobius_transform)
|
| 13 |
+
from .convolutions import convolution, covering_product, intersecting_product
|
| 14 |
+
|
| 15 |
+
__all__ = [
|
| 16 |
+
'fft', 'ifft', 'ntt', 'intt', 'fwht', 'ifwht', 'mobius_transform',
|
| 17 |
+
'inverse_mobius_transform',
|
| 18 |
+
|
| 19 |
+
'convolution', 'covering_product', 'intersecting_product',
|
| 20 |
+
]
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (945 Bytes). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__pycache__/convolutions.cpython-310.pyc
ADDED
|
Binary file (16.2 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__pycache__/recurrences.cpython-310.pyc
ADDED
|
Binary file (5.08 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/__pycache__/transforms.cpython-310.pyc
ADDED
|
Binary file (11 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/convolutions.py
ADDED
|
@@ -0,0 +1,597 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Convolution (using **FFT**, **NTT**, **FWHT**), Subset Convolution,
|
| 3 |
+
Covering Product, Intersecting Product
|
| 4 |
+
"""
|
| 5 |
+
|
| 6 |
+
from sympy.core import S, sympify, Rational
|
| 7 |
+
from sympy.core.function import expand_mul
|
| 8 |
+
from sympy.discrete.transforms import (
|
| 9 |
+
fft, ifft, ntt, intt, fwht, ifwht,
|
| 10 |
+
mobius_transform, inverse_mobius_transform)
|
| 11 |
+
from sympy.external.gmpy import MPZ, lcm
|
| 12 |
+
from sympy.utilities.iterables import iterable
|
| 13 |
+
from sympy.utilities.misc import as_int
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
def convolution(a, b, cycle=0, dps=None, prime=None, dyadic=None, subset=None):
|
| 17 |
+
"""
|
| 18 |
+
Performs convolution by determining the type of desired
|
| 19 |
+
convolution using hints.
|
| 20 |
+
|
| 21 |
+
Exactly one of ``dps``, ``prime``, ``dyadic``, ``subset`` arguments
|
| 22 |
+
should be specified explicitly for identifying the type of convolution,
|
| 23 |
+
and the argument ``cycle`` can be specified optionally.
|
| 24 |
+
|
| 25 |
+
For the default arguments, linear convolution is performed using **FFT**.
|
| 26 |
+
|
| 27 |
+
Parameters
|
| 28 |
+
==========
|
| 29 |
+
|
| 30 |
+
a, b : iterables
|
| 31 |
+
The sequences for which convolution is performed.
|
| 32 |
+
cycle : Integer
|
| 33 |
+
Specifies the length for doing cyclic convolution.
|
| 34 |
+
dps : Integer
|
| 35 |
+
Specifies the number of decimal digits for precision for
|
| 36 |
+
performing **FFT** on the sequence.
|
| 37 |
+
prime : Integer
|
| 38 |
+
Prime modulus of the form `(m 2^k + 1)` to be used for
|
| 39 |
+
performing **NTT** on the sequence.
|
| 40 |
+
dyadic : bool
|
| 41 |
+
Identifies the convolution type as dyadic (*bitwise-XOR*)
|
| 42 |
+
convolution, which is performed using **FWHT**.
|
| 43 |
+
subset : bool
|
| 44 |
+
Identifies the convolution type as subset convolution.
|
| 45 |
+
|
| 46 |
+
Examples
|
| 47 |
+
========
|
| 48 |
+
|
| 49 |
+
>>> from sympy import convolution, symbols, S, I
|
| 50 |
+
>>> u, v, w, x, y, z = symbols('u v w x y z')
|
| 51 |
+
|
| 52 |
+
>>> convolution([1 + 2*I, 4 + 3*I], [S(5)/4, 6], dps=3)
|
| 53 |
+
[1.25 + 2.5*I, 11.0 + 15.8*I, 24.0 + 18.0*I]
|
| 54 |
+
>>> convolution([1, 2, 3], [4, 5, 6], cycle=3)
|
| 55 |
+
[31, 31, 28]
|
| 56 |
+
|
| 57 |
+
>>> convolution([111, 777], [888, 444], prime=19*2**10 + 1)
|
| 58 |
+
[1283, 19351, 14219]
|
| 59 |
+
>>> convolution([111, 777], [888, 444], prime=19*2**10 + 1, cycle=2)
|
| 60 |
+
[15502, 19351]
|
| 61 |
+
|
| 62 |
+
>>> convolution([u, v], [x, y, z], dyadic=True)
|
| 63 |
+
[u*x + v*y, u*y + v*x, u*z, v*z]
|
| 64 |
+
>>> convolution([u, v], [x, y, z], dyadic=True, cycle=2)
|
| 65 |
+
[u*x + u*z + v*y, u*y + v*x + v*z]
|
| 66 |
+
|
| 67 |
+
>>> convolution([u, v, w], [x, y, z], subset=True)
|
| 68 |
+
[u*x, u*y + v*x, u*z + w*x, v*z + w*y]
|
| 69 |
+
>>> convolution([u, v, w], [x, y, z], subset=True, cycle=3)
|
| 70 |
+
[u*x + v*z + w*y, u*y + v*x, u*z + w*x]
|
| 71 |
+
|
| 72 |
+
"""
|
| 73 |
+
|
| 74 |
+
c = as_int(cycle)
|
| 75 |
+
if c < 0:
|
| 76 |
+
raise ValueError("The length for cyclic convolution "
|
| 77 |
+
"must be non-negative")
|
| 78 |
+
|
| 79 |
+
dyadic = True if dyadic else None
|
| 80 |
+
subset = True if subset else None
|
| 81 |
+
if sum(x is not None for x in (prime, dps, dyadic, subset)) > 1:
|
| 82 |
+
raise TypeError("Ambiguity in determining the type of convolution")
|
| 83 |
+
|
| 84 |
+
if prime is not None:
|
| 85 |
+
ls = convolution_ntt(a, b, prime=prime)
|
| 86 |
+
return ls if not c else [sum(ls[i::c]) % prime for i in range(c)]
|
| 87 |
+
|
| 88 |
+
if dyadic:
|
| 89 |
+
ls = convolution_fwht(a, b)
|
| 90 |
+
elif subset:
|
| 91 |
+
ls = convolution_subset(a, b)
|
| 92 |
+
else:
|
| 93 |
+
def loop(a):
|
| 94 |
+
dens = []
|
| 95 |
+
for i in a:
|
| 96 |
+
if isinstance(i, Rational) and i.q - 1:
|
| 97 |
+
dens.append(i.q)
|
| 98 |
+
elif not isinstance(i, int):
|
| 99 |
+
return
|
| 100 |
+
if dens:
|
| 101 |
+
l = lcm(*dens)
|
| 102 |
+
return [i*l if type(i) is int else i.p*(l//i.q) for i in a], l
|
| 103 |
+
# no lcm of den to deal with
|
| 104 |
+
return a, 1
|
| 105 |
+
ls = None
|
| 106 |
+
da = loop(a)
|
| 107 |
+
if da is not None:
|
| 108 |
+
db = loop(b)
|
| 109 |
+
if db is not None:
|
| 110 |
+
(ia, ma), (ib, mb) = da, db
|
| 111 |
+
den = ma*mb
|
| 112 |
+
ls = convolution_int(ia, ib)
|
| 113 |
+
if den != 1:
|
| 114 |
+
ls = [Rational(i, den) for i in ls]
|
| 115 |
+
if ls is None:
|
| 116 |
+
ls = convolution_fft(a, b, dps)
|
| 117 |
+
|
| 118 |
+
return ls if not c else [sum(ls[i::c]) for i in range(c)]
|
| 119 |
+
|
| 120 |
+
|
| 121 |
+
#----------------------------------------------------------------------------#
|
| 122 |
+
# #
|
| 123 |
+
# Convolution for Complex domain #
|
| 124 |
+
# #
|
| 125 |
+
#----------------------------------------------------------------------------#
|
| 126 |
+
|
| 127 |
+
def convolution_fft(a, b, dps=None):
|
| 128 |
+
"""
|
| 129 |
+
Performs linear convolution using Fast Fourier Transform.
|
| 130 |
+
|
| 131 |
+
Parameters
|
| 132 |
+
==========
|
| 133 |
+
|
| 134 |
+
a, b : iterables
|
| 135 |
+
The sequences for which convolution is performed.
|
| 136 |
+
dps : Integer
|
| 137 |
+
Specifies the number of decimal digits for precision.
|
| 138 |
+
|
| 139 |
+
Examples
|
| 140 |
+
========
|
| 141 |
+
|
| 142 |
+
>>> from sympy import S, I
|
| 143 |
+
>>> from sympy.discrete.convolutions import convolution_fft
|
| 144 |
+
|
| 145 |
+
>>> convolution_fft([2, 3], [4, 5])
|
| 146 |
+
[8, 22, 15]
|
| 147 |
+
>>> convolution_fft([2, 5], [6, 7, 3])
|
| 148 |
+
[12, 44, 41, 15]
|
| 149 |
+
>>> convolution_fft([1 + 2*I, 4 + 3*I], [S(5)/4, 6])
|
| 150 |
+
[5/4 + 5*I/2, 11 + 63*I/4, 24 + 18*I]
|
| 151 |
+
|
| 152 |
+
References
|
| 153 |
+
==========
|
| 154 |
+
|
| 155 |
+
.. [1] https://en.wikipedia.org/wiki/Convolution_theorem
|
| 156 |
+
.. [2] https://en.wikipedia.org/wiki/Discrete_Fourier_transform_(general%29
|
| 157 |
+
|
| 158 |
+
"""
|
| 159 |
+
|
| 160 |
+
a, b = a[:], b[:]
|
| 161 |
+
n = m = len(a) + len(b) - 1 # convolution size
|
| 162 |
+
|
| 163 |
+
if n > 0 and n&(n - 1): # not a power of 2
|
| 164 |
+
n = 2**n.bit_length()
|
| 165 |
+
|
| 166 |
+
# padding with zeros
|
| 167 |
+
a += [S.Zero]*(n - len(a))
|
| 168 |
+
b += [S.Zero]*(n - len(b))
|
| 169 |
+
|
| 170 |
+
a, b = fft(a, dps), fft(b, dps)
|
| 171 |
+
a = [expand_mul(x*y) for x, y in zip(a, b)]
|
| 172 |
+
a = ifft(a, dps)[:m]
|
| 173 |
+
|
| 174 |
+
return a
|
| 175 |
+
|
| 176 |
+
|
| 177 |
+
#----------------------------------------------------------------------------#
|
| 178 |
+
# #
|
| 179 |
+
# Convolution for GF(p) #
|
| 180 |
+
# #
|
| 181 |
+
#----------------------------------------------------------------------------#
|
| 182 |
+
|
| 183 |
+
def convolution_ntt(a, b, prime):
|
| 184 |
+
"""
|
| 185 |
+
Performs linear convolution using Number Theoretic Transform.
|
| 186 |
+
|
| 187 |
+
Parameters
|
| 188 |
+
==========
|
| 189 |
+
|
| 190 |
+
a, b : iterables
|
| 191 |
+
The sequences for which convolution is performed.
|
| 192 |
+
prime : Integer
|
| 193 |
+
Prime modulus of the form `(m 2^k + 1)` to be used for performing
|
| 194 |
+
**NTT** on the sequence.
|
| 195 |
+
|
| 196 |
+
Examples
|
| 197 |
+
========
|
| 198 |
+
|
| 199 |
+
>>> from sympy.discrete.convolutions import convolution_ntt
|
| 200 |
+
>>> convolution_ntt([2, 3], [4, 5], prime=19*2**10 + 1)
|
| 201 |
+
[8, 22, 15]
|
| 202 |
+
>>> convolution_ntt([2, 5], [6, 7, 3], prime=19*2**10 + 1)
|
| 203 |
+
[12, 44, 41, 15]
|
| 204 |
+
>>> convolution_ntt([333, 555], [222, 666], prime=19*2**10 + 1)
|
| 205 |
+
[15555, 14219, 19404]
|
| 206 |
+
|
| 207 |
+
References
|
| 208 |
+
==========
|
| 209 |
+
|
| 210 |
+
.. [1] https://en.wikipedia.org/wiki/Convolution_theorem
|
| 211 |
+
.. [2] https://en.wikipedia.org/wiki/Discrete_Fourier_transform_(general%29
|
| 212 |
+
|
| 213 |
+
"""
|
| 214 |
+
|
| 215 |
+
a, b, p = a[:], b[:], as_int(prime)
|
| 216 |
+
n = m = len(a) + len(b) - 1 # convolution size
|
| 217 |
+
|
| 218 |
+
if n > 0 and n&(n - 1): # not a power of 2
|
| 219 |
+
n = 2**n.bit_length()
|
| 220 |
+
|
| 221 |
+
# padding with zeros
|
| 222 |
+
a += [0]*(n - len(a))
|
| 223 |
+
b += [0]*(n - len(b))
|
| 224 |
+
|
| 225 |
+
a, b = ntt(a, p), ntt(b, p)
|
| 226 |
+
a = [x*y % p for x, y in zip(a, b)]
|
| 227 |
+
a = intt(a, p)[:m]
|
| 228 |
+
|
| 229 |
+
return a
|
| 230 |
+
|
| 231 |
+
|
| 232 |
+
#----------------------------------------------------------------------------#
|
| 233 |
+
# #
|
| 234 |
+
# Convolution for 2**n-group #
|
| 235 |
+
# #
|
| 236 |
+
#----------------------------------------------------------------------------#
|
| 237 |
+
|
| 238 |
+
def convolution_fwht(a, b):
|
| 239 |
+
"""
|
| 240 |
+
Performs dyadic (*bitwise-XOR*) convolution using Fast Walsh Hadamard
|
| 241 |
+
Transform.
|
| 242 |
+
|
| 243 |
+
The convolution is automatically padded to the right with zeros, as the
|
| 244 |
+
*radix-2 FWHT* requires the number of sample points to be a power of 2.
|
| 245 |
+
|
| 246 |
+
Parameters
|
| 247 |
+
==========
|
| 248 |
+
|
| 249 |
+
a, b : iterables
|
| 250 |
+
The sequences for which convolution is performed.
|
| 251 |
+
|
| 252 |
+
Examples
|
| 253 |
+
========
|
| 254 |
+
|
| 255 |
+
>>> from sympy import symbols, S, I
|
| 256 |
+
>>> from sympy.discrete.convolutions import convolution_fwht
|
| 257 |
+
|
| 258 |
+
>>> u, v, x, y = symbols('u v x y')
|
| 259 |
+
>>> convolution_fwht([u, v], [x, y])
|
| 260 |
+
[u*x + v*y, u*y + v*x]
|
| 261 |
+
|
| 262 |
+
>>> convolution_fwht([2, 3], [4, 5])
|
| 263 |
+
[23, 22]
|
| 264 |
+
>>> convolution_fwht([2, 5 + 4*I, 7], [6*I, 7, 3 + 4*I])
|
| 265 |
+
[56 + 68*I, -10 + 30*I, 6 + 50*I, 48 + 32*I]
|
| 266 |
+
|
| 267 |
+
>>> convolution_fwht([S(33)/7, S(55)/6, S(7)/4], [S(2)/3, 5])
|
| 268 |
+
[2057/42, 1870/63, 7/6, 35/4]
|
| 269 |
+
|
| 270 |
+
References
|
| 271 |
+
==========
|
| 272 |
+
|
| 273 |
+
.. [1] https://www.radioeng.cz/fulltexts/2002/02_03_40_42.pdf
|
| 274 |
+
.. [2] https://en.wikipedia.org/wiki/Hadamard_transform
|
| 275 |
+
|
| 276 |
+
"""
|
| 277 |
+
|
| 278 |
+
if not a or not b:
|
| 279 |
+
return []
|
| 280 |
+
|
| 281 |
+
a, b = a[:], b[:]
|
| 282 |
+
n = max(len(a), len(b))
|
| 283 |
+
|
| 284 |
+
if n&(n - 1): # not a power of 2
|
| 285 |
+
n = 2**n.bit_length()
|
| 286 |
+
|
| 287 |
+
# padding with zeros
|
| 288 |
+
a += [S.Zero]*(n - len(a))
|
| 289 |
+
b += [S.Zero]*(n - len(b))
|
| 290 |
+
|
| 291 |
+
a, b = fwht(a), fwht(b)
|
| 292 |
+
a = [expand_mul(x*y) for x, y in zip(a, b)]
|
| 293 |
+
a = ifwht(a)
|
| 294 |
+
|
| 295 |
+
return a
|
| 296 |
+
|
| 297 |
+
|
| 298 |
+
#----------------------------------------------------------------------------#
|
| 299 |
+
# #
|
| 300 |
+
# Subset Convolution #
|
| 301 |
+
# #
|
| 302 |
+
#----------------------------------------------------------------------------#
|
| 303 |
+
|
| 304 |
+
def convolution_subset(a, b):
|
| 305 |
+
"""
|
| 306 |
+
Performs Subset Convolution of given sequences.
|
| 307 |
+
|
| 308 |
+
The indices of each argument, considered as bit strings, correspond to
|
| 309 |
+
subsets of a finite set.
|
| 310 |
+
|
| 311 |
+
The sequence is automatically padded to the right with zeros, as the
|
| 312 |
+
definition of subset based on bitmasks (indices) requires the size of
|
| 313 |
+
sequence to be a power of 2.
|
| 314 |
+
|
| 315 |
+
Parameters
|
| 316 |
+
==========
|
| 317 |
+
|
| 318 |
+
a, b : iterables
|
| 319 |
+
The sequences for which convolution is performed.
|
| 320 |
+
|
| 321 |
+
Examples
|
| 322 |
+
========
|
| 323 |
+
|
| 324 |
+
>>> from sympy import symbols, S
|
| 325 |
+
>>> from sympy.discrete.convolutions import convolution_subset
|
| 326 |
+
>>> u, v, x, y, z = symbols('u v x y z')
|
| 327 |
+
|
| 328 |
+
>>> convolution_subset([u, v], [x, y])
|
| 329 |
+
[u*x, u*y + v*x]
|
| 330 |
+
>>> convolution_subset([u, v, x], [y, z])
|
| 331 |
+
[u*y, u*z + v*y, x*y, x*z]
|
| 332 |
+
|
| 333 |
+
>>> convolution_subset([1, S(2)/3], [3, 4])
|
| 334 |
+
[3, 6]
|
| 335 |
+
>>> convolution_subset([1, 3, S(5)/7], [7])
|
| 336 |
+
[7, 21, 5, 0]
|
| 337 |
+
|
| 338 |
+
References
|
| 339 |
+
==========
|
| 340 |
+
|
| 341 |
+
.. [1] https://people.csail.mit.edu/rrw/presentations/subset-conv.pdf
|
| 342 |
+
|
| 343 |
+
"""
|
| 344 |
+
|
| 345 |
+
if not a or not b:
|
| 346 |
+
return []
|
| 347 |
+
|
| 348 |
+
if not iterable(a) or not iterable(b):
|
| 349 |
+
raise TypeError("Expected a sequence of coefficients for convolution")
|
| 350 |
+
|
| 351 |
+
a = [sympify(arg) for arg in a]
|
| 352 |
+
b = [sympify(arg) for arg in b]
|
| 353 |
+
n = max(len(a), len(b))
|
| 354 |
+
|
| 355 |
+
if n&(n - 1): # not a power of 2
|
| 356 |
+
n = 2**n.bit_length()
|
| 357 |
+
|
| 358 |
+
# padding with zeros
|
| 359 |
+
a += [S.Zero]*(n - len(a))
|
| 360 |
+
b += [S.Zero]*(n - len(b))
|
| 361 |
+
|
| 362 |
+
c = [S.Zero]*n
|
| 363 |
+
|
| 364 |
+
for mask in range(n):
|
| 365 |
+
smask = mask
|
| 366 |
+
while smask > 0:
|
| 367 |
+
c[mask] += expand_mul(a[smask] * b[mask^smask])
|
| 368 |
+
smask = (smask - 1)&mask
|
| 369 |
+
|
| 370 |
+
c[mask] += expand_mul(a[smask] * b[mask^smask])
|
| 371 |
+
|
| 372 |
+
return c
|
| 373 |
+
|
| 374 |
+
|
| 375 |
+
#----------------------------------------------------------------------------#
|
| 376 |
+
# #
|
| 377 |
+
# Covering Product #
|
| 378 |
+
# #
|
| 379 |
+
#----------------------------------------------------------------------------#
|
| 380 |
+
|
| 381 |
+
def covering_product(a, b):
|
| 382 |
+
"""
|
| 383 |
+
Returns the covering product of given sequences.
|
| 384 |
+
|
| 385 |
+
The indices of each argument, considered as bit strings, correspond to
|
| 386 |
+
subsets of a finite set.
|
| 387 |
+
|
| 388 |
+
The covering product of given sequences is a sequence which contains
|
| 389 |
+
the sum of products of the elements of the given sequences grouped by
|
| 390 |
+
the *bitwise-OR* of the corresponding indices.
|
| 391 |
+
|
| 392 |
+
The sequence is automatically padded to the right with zeros, as the
|
| 393 |
+
definition of subset based on bitmasks (indices) requires the size of
|
| 394 |
+
sequence to be a power of 2.
|
| 395 |
+
|
| 396 |
+
Parameters
|
| 397 |
+
==========
|
| 398 |
+
|
| 399 |
+
a, b : iterables
|
| 400 |
+
The sequences for which covering product is to be obtained.
|
| 401 |
+
|
| 402 |
+
Examples
|
| 403 |
+
========
|
| 404 |
+
|
| 405 |
+
>>> from sympy import symbols, S, I, covering_product
|
| 406 |
+
>>> u, v, x, y, z = symbols('u v x y z')
|
| 407 |
+
|
| 408 |
+
>>> covering_product([u, v], [x, y])
|
| 409 |
+
[u*x, u*y + v*x + v*y]
|
| 410 |
+
>>> covering_product([u, v, x], [y, z])
|
| 411 |
+
[u*y, u*z + v*y + v*z, x*y, x*z]
|
| 412 |
+
|
| 413 |
+
>>> covering_product([1, S(2)/3], [3, 4 + 5*I])
|
| 414 |
+
[3, 26/3 + 25*I/3]
|
| 415 |
+
>>> covering_product([1, 3, S(5)/7], [7, 8])
|
| 416 |
+
[7, 53, 5, 40/7]
|
| 417 |
+
|
| 418 |
+
References
|
| 419 |
+
==========
|
| 420 |
+
|
| 421 |
+
.. [1] https://people.csail.mit.edu/rrw/presentations/subset-conv.pdf
|
| 422 |
+
|
| 423 |
+
"""
|
| 424 |
+
|
| 425 |
+
if not a or not b:
|
| 426 |
+
return []
|
| 427 |
+
|
| 428 |
+
a, b = a[:], b[:]
|
| 429 |
+
n = max(len(a), len(b))
|
| 430 |
+
|
| 431 |
+
if n&(n - 1): # not a power of 2
|
| 432 |
+
n = 2**n.bit_length()
|
| 433 |
+
|
| 434 |
+
# padding with zeros
|
| 435 |
+
a += [S.Zero]*(n - len(a))
|
| 436 |
+
b += [S.Zero]*(n - len(b))
|
| 437 |
+
|
| 438 |
+
a, b = mobius_transform(a), mobius_transform(b)
|
| 439 |
+
a = [expand_mul(x*y) for x, y in zip(a, b)]
|
| 440 |
+
a = inverse_mobius_transform(a)
|
| 441 |
+
|
| 442 |
+
return a
|
| 443 |
+
|
| 444 |
+
|
| 445 |
+
#----------------------------------------------------------------------------#
|
| 446 |
+
# #
|
| 447 |
+
# Intersecting Product #
|
| 448 |
+
# #
|
| 449 |
+
#----------------------------------------------------------------------------#
|
| 450 |
+
|
| 451 |
+
def intersecting_product(a, b):
|
| 452 |
+
"""
|
| 453 |
+
Returns the intersecting product of given sequences.
|
| 454 |
+
|
| 455 |
+
The indices of each argument, considered as bit strings, correspond to
|
| 456 |
+
subsets of a finite set.
|
| 457 |
+
|
| 458 |
+
The intersecting product of given sequences is the sequence which
|
| 459 |
+
contains the sum of products of the elements of the given sequences
|
| 460 |
+
grouped by the *bitwise-AND* of the corresponding indices.
|
| 461 |
+
|
| 462 |
+
The sequence is automatically padded to the right with zeros, as the
|
| 463 |
+
definition of subset based on bitmasks (indices) requires the size of
|
| 464 |
+
sequence to be a power of 2.
|
| 465 |
+
|
| 466 |
+
Parameters
|
| 467 |
+
==========
|
| 468 |
+
|
| 469 |
+
a, b : iterables
|
| 470 |
+
The sequences for which intersecting product is to be obtained.
|
| 471 |
+
|
| 472 |
+
Examples
|
| 473 |
+
========
|
| 474 |
+
|
| 475 |
+
>>> from sympy import symbols, S, I, intersecting_product
|
| 476 |
+
>>> u, v, x, y, z = symbols('u v x y z')
|
| 477 |
+
|
| 478 |
+
>>> intersecting_product([u, v], [x, y])
|
| 479 |
+
[u*x + u*y + v*x, v*y]
|
| 480 |
+
>>> intersecting_product([u, v, x], [y, z])
|
| 481 |
+
[u*y + u*z + v*y + x*y + x*z, v*z, 0, 0]
|
| 482 |
+
|
| 483 |
+
>>> intersecting_product([1, S(2)/3], [3, 4 + 5*I])
|
| 484 |
+
[9 + 5*I, 8/3 + 10*I/3]
|
| 485 |
+
>>> intersecting_product([1, 3, S(5)/7], [7, 8])
|
| 486 |
+
[327/7, 24, 0, 0]
|
| 487 |
+
|
| 488 |
+
References
|
| 489 |
+
==========
|
| 490 |
+
|
| 491 |
+
.. [1] https://people.csail.mit.edu/rrw/presentations/subset-conv.pdf
|
| 492 |
+
|
| 493 |
+
"""
|
| 494 |
+
|
| 495 |
+
if not a or not b:
|
| 496 |
+
return []
|
| 497 |
+
|
| 498 |
+
a, b = a[:], b[:]
|
| 499 |
+
n = max(len(a), len(b))
|
| 500 |
+
|
| 501 |
+
if n&(n - 1): # not a power of 2
|
| 502 |
+
n = 2**n.bit_length()
|
| 503 |
+
|
| 504 |
+
# padding with zeros
|
| 505 |
+
a += [S.Zero]*(n - len(a))
|
| 506 |
+
b += [S.Zero]*(n - len(b))
|
| 507 |
+
|
| 508 |
+
a, b = mobius_transform(a, subset=False), mobius_transform(b, subset=False)
|
| 509 |
+
a = [expand_mul(x*y) for x, y in zip(a, b)]
|
| 510 |
+
a = inverse_mobius_transform(a, subset=False)
|
| 511 |
+
|
| 512 |
+
return a
|
| 513 |
+
|
| 514 |
+
|
| 515 |
+
#----------------------------------------------------------------------------#
|
| 516 |
+
# #
|
| 517 |
+
# Integer Convolutions #
|
| 518 |
+
# #
|
| 519 |
+
#----------------------------------------------------------------------------#
|
| 520 |
+
|
| 521 |
+
def convolution_int(a, b):
|
| 522 |
+
"""Return the convolution of two sequences as a list.
|
| 523 |
+
|
| 524 |
+
The iterables must consist solely of integers.
|
| 525 |
+
|
| 526 |
+
Parameters
|
| 527 |
+
==========
|
| 528 |
+
|
| 529 |
+
a, b : Sequence
|
| 530 |
+
The sequences for which convolution is performed.
|
| 531 |
+
|
| 532 |
+
Explanation
|
| 533 |
+
===========
|
| 534 |
+
|
| 535 |
+
This function performs the convolution of ``a`` and ``b`` by packing
|
| 536 |
+
each into a single integer, multiplying them together, and then
|
| 537 |
+
unpacking the result from the product. The intuition behind this is
|
| 538 |
+
that if we evaluate some polynomial [1]:
|
| 539 |
+
|
| 540 |
+
.. math ::
|
| 541 |
+
1156x^6 + 3808x^5 + 8440x^4 + 14856x^3 + 16164x^2 + 14040x + 8100
|
| 542 |
+
|
| 543 |
+
at say $x = 10^5$ we obtain $1156038080844014856161641404008100$.
|
| 544 |
+
Note we can read of the coefficients for each term every five digits.
|
| 545 |
+
If the $x$ we chose to evaluate at is large enough, the same will hold
|
| 546 |
+
for the product.
|
| 547 |
+
|
| 548 |
+
The idea now is since big integer multiplication in libraries such
|
| 549 |
+
as GMP is highly optimised, this will be reasonably fast.
|
| 550 |
+
|
| 551 |
+
Examples
|
| 552 |
+
========
|
| 553 |
+
|
| 554 |
+
>>> from sympy.discrete.convolutions import convolution_int
|
| 555 |
+
|
| 556 |
+
>>> convolution_int([2, 3], [4, 5])
|
| 557 |
+
[8, 22, 15]
|
| 558 |
+
>>> convolution_int([1, 1, -1], [1, 1])
|
| 559 |
+
[1, 2, 0, -1]
|
| 560 |
+
|
| 561 |
+
References
|
| 562 |
+
==========
|
| 563 |
+
|
| 564 |
+
.. [1] Fateman, Richard J.
|
| 565 |
+
Can you save time in multiplying polynomials by encoding them as integers?
|
| 566 |
+
University of California, Berkeley, California (2004).
|
| 567 |
+
https://people.eecs.berkeley.edu/~fateman/papers/polysbyGMP.pdf
|
| 568 |
+
"""
|
| 569 |
+
# An upper bound on the largest coefficient in p(x)q(x) is given by (1 + min(dp, dq))N(p)N(q)
|
| 570 |
+
# where dp = deg(p), dq = deg(q), N(f) denotes the coefficient of largest modulus in f [1]
|
| 571 |
+
B = max(abs(c) for c in a)*max(abs(c) for c in b)*(1 + min(len(a) - 1, len(b) - 1))
|
| 572 |
+
x, power = MPZ(1), 0
|
| 573 |
+
while x <= (2*B): # multiply by two for negative coefficients, see [1]
|
| 574 |
+
x <<= 1
|
| 575 |
+
power += 1
|
| 576 |
+
|
| 577 |
+
def to_integer(poly):
|
| 578 |
+
n, mul = MPZ(0), 0
|
| 579 |
+
for c in reversed(poly):
|
| 580 |
+
if c and not mul: mul = -1 if c < 0 else 1
|
| 581 |
+
n <<= power
|
| 582 |
+
n += mul*int(c)
|
| 583 |
+
return mul, n
|
| 584 |
+
|
| 585 |
+
# Perform packing and multiplication
|
| 586 |
+
(a_mul, a_packed), (b_mul, b_packed) = to_integer(a), to_integer(b)
|
| 587 |
+
result = a_packed * b_packed
|
| 588 |
+
|
| 589 |
+
# Perform unpacking
|
| 590 |
+
mul = a_mul * b_mul
|
| 591 |
+
mask, half, borrow, poly = x - 1, x >> 1, 0, []
|
| 592 |
+
while result or borrow:
|
| 593 |
+
coeff = (result & mask) + borrow
|
| 594 |
+
result >>= power
|
| 595 |
+
borrow = coeff >= half
|
| 596 |
+
poly.append(mul * int(coeff if coeff < half else coeff - x))
|
| 597 |
+
return poly or [0]
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__init__.py
ADDED
|
File without changes
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (178 Bytes). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__pycache__/test_convolutions.cpython-310.pyc
ADDED
|
Binary file (16.3 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__pycache__/test_recurrences.cpython-310.pyc
ADDED
|
Binary file (3.44 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/__pycache__/test_transforms.cpython-310.pyc
ADDED
|
Binary file (6.73 kB). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/test_convolutions.py
ADDED
|
@@ -0,0 +1,392 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from sympy.core.numbers import (E, Rational, pi)
|
| 2 |
+
from sympy.functions.elementary.exponential import exp
|
| 3 |
+
from sympy.functions.elementary.miscellaneous import sqrt
|
| 4 |
+
from sympy.core import S, symbols, I
|
| 5 |
+
from sympy.discrete.convolutions import (
|
| 6 |
+
convolution, convolution_fft, convolution_ntt, convolution_fwht,
|
| 7 |
+
convolution_subset, covering_product, intersecting_product,
|
| 8 |
+
convolution_int)
|
| 9 |
+
from sympy.testing.pytest import raises
|
| 10 |
+
from sympy.abc import x, y
|
| 11 |
+
|
| 12 |
+
def test_convolution():
|
| 13 |
+
# fft
|
| 14 |
+
a = [1, Rational(5, 3), sqrt(3), Rational(7, 5)]
|
| 15 |
+
b = [9, 5, 5, 4, 3, 2]
|
| 16 |
+
c = [3, 5, 3, 7, 8]
|
| 17 |
+
d = [1422, 6572, 3213, 5552]
|
| 18 |
+
e = [-1, Rational(5, 3), Rational(7, 5)]
|
| 19 |
+
|
| 20 |
+
assert convolution(a, b) == convolution_fft(a, b)
|
| 21 |
+
assert convolution(a, b, dps=9) == convolution_fft(a, b, dps=9)
|
| 22 |
+
assert convolution(a, d, dps=7) == convolution_fft(d, a, dps=7)
|
| 23 |
+
assert convolution(a, d[1:], dps=3) == convolution_fft(d[1:], a, dps=3)
|
| 24 |
+
|
| 25 |
+
# prime moduli of the form (m*2**k + 1), sequence length
|
| 26 |
+
# should be a divisor of 2**k
|
| 27 |
+
p = 7*17*2**23 + 1
|
| 28 |
+
q = 19*2**10 + 1
|
| 29 |
+
|
| 30 |
+
# ntt
|
| 31 |
+
assert convolution(d, b, prime=q) == convolution_ntt(b, d, prime=q)
|
| 32 |
+
assert convolution(c, b, prime=p) == convolution_ntt(b, c, prime=p)
|
| 33 |
+
assert convolution(d, c, prime=p) == convolution_ntt(c, d, prime=p)
|
| 34 |
+
raises(TypeError, lambda: convolution(b, d, dps=5, prime=q))
|
| 35 |
+
raises(TypeError, lambda: convolution(b, d, dps=6, prime=q))
|
| 36 |
+
|
| 37 |
+
# fwht
|
| 38 |
+
assert convolution(a, b, dyadic=True) == convolution_fwht(a, b)
|
| 39 |
+
assert convolution(a, b, dyadic=False) == convolution(a, b)
|
| 40 |
+
raises(TypeError, lambda: convolution(b, d, dps=2, dyadic=True))
|
| 41 |
+
raises(TypeError, lambda: convolution(b, d, prime=p, dyadic=True))
|
| 42 |
+
raises(TypeError, lambda: convolution(a, b, dps=2, dyadic=True))
|
| 43 |
+
raises(TypeError, lambda: convolution(b, c, prime=p, dyadic=True))
|
| 44 |
+
|
| 45 |
+
# subset
|
| 46 |
+
assert convolution(a, b, subset=True) == convolution_subset(a, b) == \
|
| 47 |
+
convolution(a, b, subset=True, dyadic=False) == \
|
| 48 |
+
convolution(a, b, subset=True)
|
| 49 |
+
assert convolution(a, b, subset=False) == convolution(a, b)
|
| 50 |
+
raises(TypeError, lambda: convolution(a, b, subset=True, dyadic=True))
|
| 51 |
+
raises(TypeError, lambda: convolution(c, d, subset=True, dps=6))
|
| 52 |
+
raises(TypeError, lambda: convolution(a, c, subset=True, prime=q))
|
| 53 |
+
|
| 54 |
+
# integer
|
| 55 |
+
assert convolution([0], [0]) == convolution_int([0], [0])
|
| 56 |
+
assert convolution(b, c) == convolution_int(b, c)
|
| 57 |
+
|
| 58 |
+
# rational
|
| 59 |
+
assert convolution([Rational(1,2)], [Rational(1,2)]) == [Rational(1, 4)]
|
| 60 |
+
assert convolution(b, e) == [-9, 10, Rational(239, 15), Rational(34, 3),
|
| 61 |
+
Rational(32, 3), Rational(43, 5), Rational(113, 15),
|
| 62 |
+
Rational(14, 5)]
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
def test_cyclic_convolution():
|
| 66 |
+
# fft
|
| 67 |
+
a = [1, Rational(5, 3), sqrt(3), Rational(7, 5)]
|
| 68 |
+
b = [9, 5, 5, 4, 3, 2]
|
| 69 |
+
|
| 70 |
+
assert convolution([1, 2, 3], [4, 5, 6], cycle=0) == \
|
| 71 |
+
convolution([1, 2, 3], [4, 5, 6], cycle=5) == \
|
| 72 |
+
convolution([1, 2, 3], [4, 5, 6])
|
| 73 |
+
|
| 74 |
+
assert convolution([1, 2, 3], [4, 5, 6], cycle=3) == [31, 31, 28]
|
| 75 |
+
|
| 76 |
+
a = [Rational(1, 3), Rational(7, 3), Rational(5, 9), Rational(2, 7), Rational(5, 8)]
|
| 77 |
+
b = [Rational(3, 5), Rational(4, 7), Rational(7, 8), Rational(8, 9)]
|
| 78 |
+
|
| 79 |
+
assert convolution(a, b, cycle=0) == \
|
| 80 |
+
convolution(a, b, cycle=len(a) + len(b) - 1)
|
| 81 |
+
|
| 82 |
+
assert convolution(a, b, cycle=4) == [Rational(87277, 26460), Rational(30521, 11340),
|
| 83 |
+
Rational(11125, 4032), Rational(3653, 1080)]
|
| 84 |
+
|
| 85 |
+
assert convolution(a, b, cycle=6) == [Rational(20177, 20160), Rational(676, 315), Rational(47, 24),
|
| 86 |
+
Rational(3053, 1080), Rational(16397, 5292), Rational(2497, 2268)]
|
| 87 |
+
|
| 88 |
+
assert convolution(a, b, cycle=9) == \
|
| 89 |
+
convolution(a, b, cycle=0) + [S.Zero]
|
| 90 |
+
|
| 91 |
+
# ntt
|
| 92 |
+
a = [2313, 5323532, S(3232), 42142, 42242421]
|
| 93 |
+
b = [S(33456), 56757, 45754, 432423]
|
| 94 |
+
|
| 95 |
+
assert convolution(a, b, prime=19*2**10 + 1, cycle=0) == \
|
| 96 |
+
convolution(a, b, prime=19*2**10 + 1, cycle=8) == \
|
| 97 |
+
convolution(a, b, prime=19*2**10 + 1)
|
| 98 |
+
|
| 99 |
+
assert convolution(a, b, prime=19*2**10 + 1, cycle=5) == [96, 17146, 2664,
|
| 100 |
+
15534, 3517]
|
| 101 |
+
|
| 102 |
+
assert convolution(a, b, prime=19*2**10 + 1, cycle=7) == [4643, 3458, 1260,
|
| 103 |
+
15534, 3517, 16314, 13688]
|
| 104 |
+
|
| 105 |
+
assert convolution(a, b, prime=19*2**10 + 1, cycle=9) == \
|
| 106 |
+
convolution(a, b, prime=19*2**10 + 1) + [0]
|
| 107 |
+
|
| 108 |
+
# fwht
|
| 109 |
+
u, v, w, x, y = symbols('u v w x y')
|
| 110 |
+
p, q, r, s, t = symbols('p q r s t')
|
| 111 |
+
c = [u, v, w, x, y]
|
| 112 |
+
d = [p, q, r, s, t]
|
| 113 |
+
|
| 114 |
+
assert convolution(a, b, dyadic=True, cycle=3) == \
|
| 115 |
+
[2499522285783, 19861417974796, 4702176579021]
|
| 116 |
+
|
| 117 |
+
assert convolution(a, b, dyadic=True, cycle=5) == [2718149225143,
|
| 118 |
+
2114320852171, 20571217906407, 246166418903, 1413262436976]
|
| 119 |
+
|
| 120 |
+
assert convolution(c, d, dyadic=True, cycle=4) == \
|
| 121 |
+
[p*u + p*y + q*v + r*w + s*x + t*u + t*y,
|
| 122 |
+
p*v + q*u + q*y + r*x + s*w + t*v,
|
| 123 |
+
p*w + q*x + r*u + r*y + s*v + t*w,
|
| 124 |
+
p*x + q*w + r*v + s*u + s*y + t*x]
|
| 125 |
+
|
| 126 |
+
assert convolution(c, d, dyadic=True, cycle=6) == \
|
| 127 |
+
[p*u + q*v + r*w + r*y + s*x + t*w + t*y,
|
| 128 |
+
p*v + q*u + r*x + s*w + s*y + t*x,
|
| 129 |
+
p*w + q*x + r*u + s*v,
|
| 130 |
+
p*x + q*w + r*v + s*u,
|
| 131 |
+
p*y + t*u,
|
| 132 |
+
q*y + t*v]
|
| 133 |
+
|
| 134 |
+
# subset
|
| 135 |
+
assert convolution(a, b, subset=True, cycle=7) == [18266671799811,
|
| 136 |
+
178235365533, 213958794, 246166418903, 1413262436976,
|
| 137 |
+
2397553088697, 1932759730434]
|
| 138 |
+
|
| 139 |
+
assert convolution(a[1:], b, subset=True, cycle=4) == \
|
| 140 |
+
[178104086592, 302255835516, 244982785880, 3717819845434]
|
| 141 |
+
|
| 142 |
+
assert convolution(a, b[:-1], subset=True, cycle=6) == [1932837114162,
|
| 143 |
+
178235365533, 213958794, 245166224504, 1413262436976, 2397553088697]
|
| 144 |
+
|
| 145 |
+
assert convolution(c, d, subset=True, cycle=3) == \
|
| 146 |
+
[p*u + p*x + q*w + r*v + r*y + s*u + t*w,
|
| 147 |
+
p*v + p*y + q*u + s*y + t*u + t*x,
|
| 148 |
+
p*w + q*y + r*u + t*v]
|
| 149 |
+
|
| 150 |
+
assert convolution(c, d, subset=True, cycle=5) == \
|
| 151 |
+
[p*u + q*y + t*v,
|
| 152 |
+
p*v + q*u + r*y + t*w,
|
| 153 |
+
p*w + r*u + s*y + t*x,
|
| 154 |
+
p*x + q*w + r*v + s*u,
|
| 155 |
+
p*y + t*u]
|
| 156 |
+
|
| 157 |
+
raises(ValueError, lambda: convolution([1, 2, 3], [4, 5, 6], cycle=-1))
|
| 158 |
+
|
| 159 |
+
|
| 160 |
+
def test_convolution_fft():
|
| 161 |
+
assert all(convolution_fft([], x, dps=y) == [] for x in ([], [1]) for y in (None, 3))
|
| 162 |
+
assert convolution_fft([1, 2, 3], [4, 5, 6]) == [4, 13, 28, 27, 18]
|
| 163 |
+
assert convolution_fft([1], [5, 6, 7]) == [5, 6, 7]
|
| 164 |
+
assert convolution_fft([1, 3], [5, 6, 7]) == [5, 21, 25, 21]
|
| 165 |
+
|
| 166 |
+
assert convolution_fft([1 + 2*I], [2 + 3*I]) == [-4 + 7*I]
|
| 167 |
+
assert convolution_fft([1 + 2*I, 3 + 4*I, 5 + 3*I/5], [Rational(2, 5) + 4*I/7]) == \
|
| 168 |
+
[Rational(-26, 35) + I*48/35, Rational(-38, 35) + I*116/35, Rational(58, 35) + I*542/175]
|
| 169 |
+
|
| 170 |
+
assert convolution_fft([Rational(3, 4), Rational(5, 6)], [Rational(7, 8), Rational(1, 3), Rational(2, 5)]) == \
|
| 171 |
+
[Rational(21, 32), Rational(47, 48), Rational(26, 45), Rational(1, 3)]
|
| 172 |
+
|
| 173 |
+
assert convolution_fft([Rational(1, 9), Rational(2, 3), Rational(3, 5)], [Rational(2, 5), Rational(3, 7), Rational(4, 9)]) == \
|
| 174 |
+
[Rational(2, 45), Rational(11, 35), Rational(8152, 14175), Rational(523, 945), Rational(4, 15)]
|
| 175 |
+
|
| 176 |
+
assert convolution_fft([pi, E, sqrt(2)], [sqrt(3), 1/pi, 1/E]) == \
|
| 177 |
+
[sqrt(3)*pi, 1 + sqrt(3)*E, E/pi + pi*exp(-1) + sqrt(6),
|
| 178 |
+
sqrt(2)/pi + 1, sqrt(2)*exp(-1)]
|
| 179 |
+
|
| 180 |
+
assert convolution_fft([2321, 33123], [5321, 6321, 71323]) == \
|
| 181 |
+
[12350041, 190918524, 374911166, 2362431729]
|
| 182 |
+
|
| 183 |
+
assert convolution_fft([312313, 31278232], [32139631, 319631]) == \
|
| 184 |
+
[10037624576503, 1005370659728895, 9997492572392]
|
| 185 |
+
|
| 186 |
+
raises(TypeError, lambda: convolution_fft(x, y))
|
| 187 |
+
raises(ValueError, lambda: convolution_fft([x, y], [y, x]))
|
| 188 |
+
|
| 189 |
+
|
| 190 |
+
def test_convolution_ntt():
|
| 191 |
+
# prime moduli of the form (m*2**k + 1), sequence length
|
| 192 |
+
# should be a divisor of 2**k
|
| 193 |
+
p = 7*17*2**23 + 1
|
| 194 |
+
q = 19*2**10 + 1
|
| 195 |
+
r = 2*500000003 + 1 # only for sequences of length 1 or 2
|
| 196 |
+
# s = 2*3*5*7 # composite modulus
|
| 197 |
+
|
| 198 |
+
assert all(convolution_ntt([], x, prime=y) == [] for x in ([], [1]) for y in (p, q, r))
|
| 199 |
+
assert convolution_ntt([2], [3], r) == [6]
|
| 200 |
+
assert convolution_ntt([2, 3], [4], r) == [8, 12]
|
| 201 |
+
|
| 202 |
+
assert convolution_ntt([32121, 42144, 4214, 4241], [32132, 3232, 87242], p) == [33867619,
|
| 203 |
+
459741727, 79180879, 831885249, 381344700, 369993322]
|
| 204 |
+
assert convolution_ntt([121913, 3171831, 31888131, 12], [17882, 21292, 29921, 312], q) == \
|
| 205 |
+
[8158, 3065, 3682, 7090, 1239, 2232, 3744]
|
| 206 |
+
|
| 207 |
+
assert convolution_ntt([12, 19, 21, 98, 67], [2, 6, 7, 8, 9], p) == \
|
| 208 |
+
convolution_ntt([12, 19, 21, 98, 67], [2, 6, 7, 8, 9], q)
|
| 209 |
+
assert convolution_ntt([12, 19, 21, 98, 67], [21, 76, 17, 78, 69], p) == \
|
| 210 |
+
convolution_ntt([12, 19, 21, 98, 67], [21, 76, 17, 78, 69], q)
|
| 211 |
+
|
| 212 |
+
raises(ValueError, lambda: convolution_ntt([2, 3], [4, 5], r))
|
| 213 |
+
raises(ValueError, lambda: convolution_ntt([x, y], [y, x], q))
|
| 214 |
+
raises(TypeError, lambda: convolution_ntt(x, y, p))
|
| 215 |
+
|
| 216 |
+
|
| 217 |
+
def test_convolution_fwht():
|
| 218 |
+
assert convolution_fwht([], []) == []
|
| 219 |
+
assert convolution_fwht([], [1]) == []
|
| 220 |
+
assert convolution_fwht([1, 2, 3], [4, 5, 6]) == [32, 13, 18, 27]
|
| 221 |
+
|
| 222 |
+
assert convolution_fwht([Rational(5, 7), Rational(6, 8), Rational(7, 3)], [2, 4, Rational(6, 7)]) == \
|
| 223 |
+
[Rational(45, 7), Rational(61, 14), Rational(776, 147), Rational(419, 42)]
|
| 224 |
+
|
| 225 |
+
a = [1, Rational(5, 3), sqrt(3), Rational(7, 5), 4 + 5*I]
|
| 226 |
+
b = [94, 51, 53, 45, 31, 27, 13]
|
| 227 |
+
c = [3 + 4*I, 5 + 7*I, 3, Rational(7, 6), 8]
|
| 228 |
+
|
| 229 |
+
assert convolution_fwht(a, b) == [53*sqrt(3) + 366 + 155*I,
|
| 230 |
+
45*sqrt(3) + Rational(5848, 15) + 135*I,
|
| 231 |
+
94*sqrt(3) + Rational(1257, 5) + 65*I,
|
| 232 |
+
51*sqrt(3) + Rational(3974, 15),
|
| 233 |
+
13*sqrt(3) + 452 + 470*I,
|
| 234 |
+
Rational(4513, 15) + 255*I,
|
| 235 |
+
31*sqrt(3) + Rational(1314, 5) + 265*I,
|
| 236 |
+
27*sqrt(3) + Rational(3676, 15) + 225*I]
|
| 237 |
+
|
| 238 |
+
assert convolution_fwht(b, c) == [Rational(1993, 2) + 733*I, Rational(6215, 6) + 862*I,
|
| 239 |
+
Rational(1659, 2) + 527*I, Rational(1988, 3) + 551*I, 1019 + 313*I, Rational(3955, 6) + 325*I,
|
| 240 |
+
Rational(1175, 2) + 52*I, Rational(3253, 6) + 91*I]
|
| 241 |
+
|
| 242 |
+
assert convolution_fwht(a[3:], c) == [Rational(-54, 5) + I*293/5, -1 + I*204/5,
|
| 243 |
+
Rational(133, 15) + I*35/6, Rational(409, 30) + 15*I, Rational(56, 5), 32 + 40*I, 0, 0]
|
| 244 |
+
|
| 245 |
+
u, v, w, x, y, z = symbols('u v w x y z')
|
| 246 |
+
|
| 247 |
+
assert convolution_fwht([u, v], [x, y]) == [u*x + v*y, u*y + v*x]
|
| 248 |
+
|
| 249 |
+
assert convolution_fwht([u, v, w], [x, y]) == \
|
| 250 |
+
[u*x + v*y, u*y + v*x, w*x, w*y]
|
| 251 |
+
|
| 252 |
+
assert convolution_fwht([u, v, w], [x, y, z]) == \
|
| 253 |
+
[u*x + v*y + w*z, u*y + v*x, u*z + w*x, v*z + w*y]
|
| 254 |
+
|
| 255 |
+
raises(TypeError, lambda: convolution_fwht(x, y))
|
| 256 |
+
raises(TypeError, lambda: convolution_fwht(x*y, u + v))
|
| 257 |
+
|
| 258 |
+
|
| 259 |
+
def test_convolution_subset():
|
| 260 |
+
assert convolution_subset([], []) == []
|
| 261 |
+
assert convolution_subset([], [Rational(1, 3)]) == []
|
| 262 |
+
assert convolution_subset([6 + I*3/7], [Rational(2, 3)]) == [4 + I*2/7]
|
| 263 |
+
|
| 264 |
+
a = [1, Rational(5, 3), sqrt(3), 4 + 5*I]
|
| 265 |
+
b = [64, 71, 55, 47, 33, 29, 15]
|
| 266 |
+
c = [3 + I*2/3, 5 + 7*I, 7, Rational(7, 5), 9]
|
| 267 |
+
|
| 268 |
+
assert convolution_subset(a, b) == [64, Rational(533, 3), 55 + 64*sqrt(3),
|
| 269 |
+
71*sqrt(3) + Rational(1184, 3) + 320*I, 33, 84,
|
| 270 |
+
15 + 33*sqrt(3), 29*sqrt(3) + 157 + 165*I]
|
| 271 |
+
|
| 272 |
+
assert convolution_subset(b, c) == [192 + I*128/3, 533 + I*1486/3,
|
| 273 |
+
613 + I*110/3, Rational(5013, 5) + I*1249/3,
|
| 274 |
+
675 + 22*I, 891 + I*751/3,
|
| 275 |
+
771 + 10*I, Rational(3736, 5) + 105*I]
|
| 276 |
+
|
| 277 |
+
assert convolution_subset(a, c) == convolution_subset(c, a)
|
| 278 |
+
assert convolution_subset(a[:2], b) == \
|
| 279 |
+
[64, Rational(533, 3), 55, Rational(416, 3), 33, 84, 15, 25]
|
| 280 |
+
|
| 281 |
+
assert convolution_subset(a[:2], c) == \
|
| 282 |
+
[3 + I*2/3, 10 + I*73/9, 7, Rational(196, 15), 9, 15, 0, 0]
|
| 283 |
+
|
| 284 |
+
u, v, w, x, y, z = symbols('u v w x y z')
|
| 285 |
+
|
| 286 |
+
assert convolution_subset([u, v, w], [x, y]) == [u*x, u*y + v*x, w*x, w*y]
|
| 287 |
+
assert convolution_subset([u, v, w, x], [y, z]) == \
|
| 288 |
+
[u*y, u*z + v*y, w*y, w*z + x*y]
|
| 289 |
+
|
| 290 |
+
assert convolution_subset([u, v], [x, y, z]) == \
|
| 291 |
+
convolution_subset([x, y, z], [u, v])
|
| 292 |
+
|
| 293 |
+
raises(TypeError, lambda: convolution_subset(x, z))
|
| 294 |
+
raises(TypeError, lambda: convolution_subset(Rational(7, 3), u))
|
| 295 |
+
|
| 296 |
+
|
| 297 |
+
def test_covering_product():
|
| 298 |
+
assert covering_product([], []) == []
|
| 299 |
+
assert covering_product([], [Rational(1, 3)]) == []
|
| 300 |
+
assert covering_product([6 + I*3/7], [Rational(2, 3)]) == [4 + I*2/7]
|
| 301 |
+
|
| 302 |
+
a = [1, Rational(5, 8), sqrt(7), 4 + 9*I]
|
| 303 |
+
b = [66, 81, 95, 49, 37, 89, 17]
|
| 304 |
+
c = [3 + I*2/3, 51 + 72*I, 7, Rational(7, 15), 91]
|
| 305 |
+
|
| 306 |
+
assert covering_product(a, b) == [66, Rational(1383, 8), 95 + 161*sqrt(7),
|
| 307 |
+
130*sqrt(7) + 1303 + 2619*I, 37,
|
| 308 |
+
Rational(671, 4), 17 + 54*sqrt(7),
|
| 309 |
+
89*sqrt(7) + Rational(4661, 8) + 1287*I]
|
| 310 |
+
|
| 311 |
+
assert covering_product(b, c) == [198 + 44*I, 7740 + 10638*I,
|
| 312 |
+
1412 + I*190/3, Rational(42684, 5) + I*31202/3,
|
| 313 |
+
9484 + I*74/3, 22163 + I*27394/3,
|
| 314 |
+
10621 + I*34/3, Rational(90236, 15) + 1224*I]
|
| 315 |
+
|
| 316 |
+
assert covering_product(a, c) == covering_product(c, a)
|
| 317 |
+
assert covering_product(b, c[:-1]) == [198 + 44*I, 7740 + 10638*I,
|
| 318 |
+
1412 + I*190/3, Rational(42684, 5) + I*31202/3,
|
| 319 |
+
111 + I*74/3, 6693 + I*27394/3,
|
| 320 |
+
429 + I*34/3, Rational(23351, 15) + 1224*I]
|
| 321 |
+
|
| 322 |
+
assert covering_product(a, c[:-1]) == [3 + I*2/3,
|
| 323 |
+
Rational(339, 4) + I*1409/12, 7 + 10*sqrt(7) + 2*sqrt(7)*I/3,
|
| 324 |
+
-403 + 772*sqrt(7)/15 + 72*sqrt(7)*I + I*12658/15]
|
| 325 |
+
|
| 326 |
+
u, v, w, x, y, z = symbols('u v w x y z')
|
| 327 |
+
|
| 328 |
+
assert covering_product([u, v, w], [x, y]) == \
|
| 329 |
+
[u*x, u*y + v*x + v*y, w*x, w*y]
|
| 330 |
+
|
| 331 |
+
assert covering_product([u, v, w, x], [y, z]) == \
|
| 332 |
+
[u*y, u*z + v*y + v*z, w*y, w*z + x*y + x*z]
|
| 333 |
+
|
| 334 |
+
assert covering_product([u, v], [x, y, z]) == \
|
| 335 |
+
covering_product([x, y, z], [u, v])
|
| 336 |
+
|
| 337 |
+
raises(TypeError, lambda: covering_product(x, z))
|
| 338 |
+
raises(TypeError, lambda: covering_product(Rational(7, 3), u))
|
| 339 |
+
|
| 340 |
+
|
| 341 |
+
def test_intersecting_product():
|
| 342 |
+
assert intersecting_product([], []) == []
|
| 343 |
+
assert intersecting_product([], [Rational(1, 3)]) == []
|
| 344 |
+
assert intersecting_product([6 + I*3/7], [Rational(2, 3)]) == [4 + I*2/7]
|
| 345 |
+
|
| 346 |
+
a = [1, sqrt(5), Rational(3, 8) + 5*I, 4 + 7*I]
|
| 347 |
+
b = [67, 51, 65, 48, 36, 79, 27]
|
| 348 |
+
c = [3 + I*2/5, 5 + 9*I, 7, Rational(7, 19), 13]
|
| 349 |
+
|
| 350 |
+
assert intersecting_product(a, b) == [195*sqrt(5) + Rational(6979, 8) + 1886*I,
|
| 351 |
+
178*sqrt(5) + 520 + 910*I, Rational(841, 2) + 1344*I,
|
| 352 |
+
192 + 336*I, 0, 0, 0, 0]
|
| 353 |
+
|
| 354 |
+
assert intersecting_product(b, c) == [Rational(128553, 19) + I*9521/5,
|
| 355 |
+
Rational(17820, 19) + 1602*I, Rational(19264, 19), Rational(336, 19), 1846, 0, 0, 0]
|
| 356 |
+
|
| 357 |
+
assert intersecting_product(a, c) == intersecting_product(c, a)
|
| 358 |
+
assert intersecting_product(b[1:], c[:-1]) == [Rational(64788, 19) + I*8622/5,
|
| 359 |
+
Rational(12804, 19) + 1152*I, Rational(11508, 19), Rational(252, 19), 0, 0, 0, 0]
|
| 360 |
+
|
| 361 |
+
assert intersecting_product(a, c[:-2]) == \
|
| 362 |
+
[Rational(-99, 5) + 10*sqrt(5) + 2*sqrt(5)*I/5 + I*3021/40,
|
| 363 |
+
-43 + 5*sqrt(5) + 9*sqrt(5)*I + 71*I, Rational(245, 8) + 84*I, 0]
|
| 364 |
+
|
| 365 |
+
u, v, w, x, y, z = symbols('u v w x y z')
|
| 366 |
+
|
| 367 |
+
assert intersecting_product([u, v, w], [x, y]) == \
|
| 368 |
+
[u*x + u*y + v*x + w*x + w*y, v*y, 0, 0]
|
| 369 |
+
|
| 370 |
+
assert intersecting_product([u, v, w, x], [y, z]) == \
|
| 371 |
+
[u*y + u*z + v*y + w*y + w*z + x*y, v*z + x*z, 0, 0]
|
| 372 |
+
|
| 373 |
+
assert intersecting_product([u, v], [x, y, z]) == \
|
| 374 |
+
intersecting_product([x, y, z], [u, v])
|
| 375 |
+
|
| 376 |
+
raises(TypeError, lambda: intersecting_product(x, z))
|
| 377 |
+
raises(TypeError, lambda: intersecting_product(u, Rational(8, 3)))
|
| 378 |
+
|
| 379 |
+
|
| 380 |
+
def test_convolution_int():
|
| 381 |
+
assert convolution_int([1], [1]) == [1]
|
| 382 |
+
assert convolution_int([1, 1], [0]) == [0]
|
| 383 |
+
assert convolution_int([1, 2, 3], [4, 5, 6]) == [4, 13, 28, 27, 18]
|
| 384 |
+
assert convolution_int([1], [5, 6, 7]) == [5, 6, 7]
|
| 385 |
+
assert convolution_int([1, 3], [5, 6, 7]) == [5, 21, 25, 21]
|
| 386 |
+
assert convolution_int([10, -5, 1, 3], [-5, 6, 7]) == [-50, 85, 35, -44, 25, 21]
|
| 387 |
+
assert convolution_int([0, 1, 0, -1], [1, 0, -1, 0]) == [0, 1, 0, -2, 0, 1]
|
| 388 |
+
assert convolution_int(
|
| 389 |
+
[-341, -5, 1, 3, -71, -99, 43, 87],
|
| 390 |
+
[5, 6, 7, 12, 345, 21, -78, -7, -89]
|
| 391 |
+
) == [-1705, -2071, -2412, -4106, -118035, -9774, 25998, 2981, 5509,
|
| 392 |
+
-34317, 19228, 38870, 5485, 1724, -4436, -7743]
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/test_recurrences.py
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from sympy.core.numbers import Rational
|
| 2 |
+
from sympy.functions.combinatorial.numbers import fibonacci
|
| 3 |
+
from sympy.core import S, symbols
|
| 4 |
+
from sympy.testing.pytest import raises
|
| 5 |
+
from sympy.discrete.recurrences import linrec
|
| 6 |
+
|
| 7 |
+
def test_linrec():
|
| 8 |
+
assert linrec(coeffs=[1, 1], init=[1, 1], n=20) == 10946
|
| 9 |
+
assert linrec(coeffs=[1, 2, 3, 4, 5], init=[1, 1, 0, 2], n=10) == 1040
|
| 10 |
+
assert linrec(coeffs=[0, 0, 11, 13], init=[23, 27], n=25) == 59628567384
|
| 11 |
+
assert linrec(coeffs=[0, 0, 1, 1, 2], init=[1, 5, 3], n=15) == 165
|
| 12 |
+
assert linrec(coeffs=[11, 13, 15, 17], init=[1, 2, 3, 4], n=70) == \
|
| 13 |
+
56889923441670659718376223533331214868804815612050381493741233489928913241
|
| 14 |
+
assert linrec(coeffs=[0]*55 + [1, 1, 2, 3], init=[0]*50 + [1, 2, 3], n=4000) == \
|
| 15 |
+
702633573874937994980598979769135096432444135301118916539
|
| 16 |
+
|
| 17 |
+
assert linrec(coeffs=[11, 13, 15, 17], init=[1, 2, 3, 4], n=10**4)
|
| 18 |
+
assert linrec(coeffs=[11, 13, 15, 17], init=[1, 2, 3, 4], n=10**5)
|
| 19 |
+
|
| 20 |
+
assert all(linrec(coeffs=[1, 1], init=[0, 1], n=n) == fibonacci(n)
|
| 21 |
+
for n in range(95, 115))
|
| 22 |
+
|
| 23 |
+
assert all(linrec(coeffs=[1, 1], init=[1, 1], n=n) == fibonacci(n + 1)
|
| 24 |
+
for n in range(595, 615))
|
| 25 |
+
|
| 26 |
+
a = [S.Half, Rational(3, 4), Rational(5, 6), 7, Rational(8, 9), Rational(3, 5)]
|
| 27 |
+
b = [1, 2, 8, Rational(5, 7), Rational(3, 7), Rational(2, 9), 6]
|
| 28 |
+
x, y, z = symbols('x y z')
|
| 29 |
+
|
| 30 |
+
assert linrec(coeffs=a[:5], init=b[:4], n=80) == \
|
| 31 |
+
Rational(1726244235456268979436592226626304376013002142588105090705187189,
|
| 32 |
+
1960143456748895967474334873705475211264)
|
| 33 |
+
|
| 34 |
+
assert linrec(coeffs=a[:4], init=b[:4], n=50) == \
|
| 35 |
+
Rational(368949940033050147080268092104304441, 504857282956046106624)
|
| 36 |
+
|
| 37 |
+
assert linrec(coeffs=a[3:], init=b[:3], n=35) == \
|
| 38 |
+
Rational(97409272177295731943657945116791049305244422833125109,
|
| 39 |
+
814315512679031689453125)
|
| 40 |
+
|
| 41 |
+
assert linrec(coeffs=[0]*60 + [Rational(2, 3), Rational(4, 5)], init=b, n=3000) == \
|
| 42 |
+
Rational(26777668739896791448594650497024, 48084516708184142230517578125)
|
| 43 |
+
|
| 44 |
+
raises(TypeError, lambda: linrec(coeffs=[11, 13, 15, 17], init=[1, 2, 3, 4, 5], n=1))
|
| 45 |
+
raises(TypeError, lambda: linrec(coeffs=a[:4], init=b[:5], n=10000))
|
| 46 |
+
raises(ValueError, lambda: linrec(coeffs=a[:4], init=b[:4], n=-10000))
|
| 47 |
+
raises(TypeError, lambda: linrec(x, b, n=10000))
|
| 48 |
+
raises(TypeError, lambda: linrec(a, y, n=10000))
|
| 49 |
+
|
| 50 |
+
assert linrec(coeffs=[x, y, z], init=[1, 1, 1], n=4) == \
|
| 51 |
+
x**2 + x*y + x*z + y + z
|
| 52 |
+
assert linrec(coeffs=[1, 2, 1], init=[x, y, z], n=20) == \
|
| 53 |
+
269542*x + 664575*y + 578949*z
|
| 54 |
+
assert linrec(coeffs=[0, 3, 1, 2], init=[x, y], n=30) == \
|
| 55 |
+
58516436*x + 56372788*y
|
| 56 |
+
assert linrec(coeffs=[0]*50 + [1, 2, 3], init=[x, y, z], n=1000) == \
|
| 57 |
+
11477135884896*x + 25999077948732*y + 41975630244216*z
|
| 58 |
+
assert linrec(coeffs=[], init=[1, 1], n=20) == 0
|
| 59 |
+
assert linrec(coeffs=[x, y, z], init=[1, 2, 3], n=2) == 3
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/tests/test_transforms.py
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from sympy.functions.elementary.miscellaneous import sqrt
|
| 2 |
+
from sympy.core import S, Symbol, symbols, I, Rational
|
| 3 |
+
from sympy.discrete import (fft, ifft, ntt, intt, fwht, ifwht,
|
| 4 |
+
mobius_transform, inverse_mobius_transform)
|
| 5 |
+
from sympy.testing.pytest import raises
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
def test_fft_ifft():
|
| 9 |
+
assert all(tf(ls) == ls for tf in (fft, ifft)
|
| 10 |
+
for ls in ([], [Rational(5, 3)]))
|
| 11 |
+
|
| 12 |
+
ls = list(range(6))
|
| 13 |
+
fls = [15, -7*sqrt(2)/2 - 4 - sqrt(2)*I/2 + 2*I, 2 + 3*I,
|
| 14 |
+
-4 + 7*sqrt(2)/2 - 2*I - sqrt(2)*I/2, -3,
|
| 15 |
+
-4 + 7*sqrt(2)/2 + sqrt(2)*I/2 + 2*I,
|
| 16 |
+
2 - 3*I, -7*sqrt(2)/2 - 4 - 2*I + sqrt(2)*I/2]
|
| 17 |
+
|
| 18 |
+
assert fft(ls) == fls
|
| 19 |
+
assert ifft(fls) == ls + [S.Zero]*2
|
| 20 |
+
|
| 21 |
+
ls = [1 + 2*I, 3 + 4*I, 5 + 6*I]
|
| 22 |
+
ifls = [Rational(9, 4) + 3*I, I*Rational(-7, 4), Rational(3, 4) + I, -2 - I/4]
|
| 23 |
+
|
| 24 |
+
assert ifft(ls) == ifls
|
| 25 |
+
assert fft(ifls) == ls + [S.Zero]
|
| 26 |
+
|
| 27 |
+
x = Symbol('x', real=True)
|
| 28 |
+
raises(TypeError, lambda: fft(x))
|
| 29 |
+
raises(ValueError, lambda: ifft([x, 2*x, 3*x**2, 4*x**3]))
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
def test_ntt_intt():
|
| 33 |
+
# prime moduli of the form (m*2**k + 1), sequence length
|
| 34 |
+
# should be a divisor of 2**k
|
| 35 |
+
p = 7*17*2**23 + 1
|
| 36 |
+
q = 2*500000003 + 1 # only for sequences of length 1 or 2
|
| 37 |
+
r = 2*3*5*7 # composite modulus
|
| 38 |
+
|
| 39 |
+
assert all(tf(ls, p) == ls for tf in (ntt, intt)
|
| 40 |
+
for ls in ([], [5]))
|
| 41 |
+
|
| 42 |
+
ls = list(range(6))
|
| 43 |
+
nls = [15, 801133602, 738493201, 334102277, 998244350, 849020224,
|
| 44 |
+
259751156, 12232587]
|
| 45 |
+
|
| 46 |
+
assert ntt(ls, p) == nls
|
| 47 |
+
assert intt(nls, p) == ls + [0]*2
|
| 48 |
+
|
| 49 |
+
ls = [1 + 2*I, 3 + 4*I, 5 + 6*I]
|
| 50 |
+
x = Symbol('x', integer=True)
|
| 51 |
+
|
| 52 |
+
raises(TypeError, lambda: ntt(x, p))
|
| 53 |
+
raises(ValueError, lambda: intt([x, 2*x, 3*x**2, 4*x**3], p))
|
| 54 |
+
raises(ValueError, lambda: intt(ls, p))
|
| 55 |
+
raises(ValueError, lambda: ntt([1.2, 2.1, 3.5], p))
|
| 56 |
+
raises(ValueError, lambda: ntt([3, 5, 6], q))
|
| 57 |
+
raises(ValueError, lambda: ntt([4, 5, 7], r))
|
| 58 |
+
raises(ValueError, lambda: ntt([1.0, 2.0, 3.0], p))
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
def test_fwht_ifwht():
|
| 62 |
+
assert all(tf(ls) == ls for tf in (fwht, ifwht) \
|
| 63 |
+
for ls in ([], [Rational(7, 4)]))
|
| 64 |
+
|
| 65 |
+
ls = [213, 321, 43235, 5325, 312, 53]
|
| 66 |
+
fls = [49459, 38061, -47661, -37759, 48729, 37543, -48391, -38277]
|
| 67 |
+
|
| 68 |
+
assert fwht(ls) == fls
|
| 69 |
+
assert ifwht(fls) == ls + [S.Zero]*2
|
| 70 |
+
|
| 71 |
+
ls = [S.Half + 2*I, Rational(3, 7) + 4*I, Rational(5, 6) + 6*I, Rational(7, 3), Rational(9, 4)]
|
| 72 |
+
ifls = [Rational(533, 672) + I*3/2, Rational(23, 224) + I/2, Rational(1, 672), Rational(107, 224) - I,
|
| 73 |
+
Rational(155, 672) + I*3/2, Rational(-103, 224) + I/2, Rational(-377, 672), Rational(-19, 224) - I]
|
| 74 |
+
|
| 75 |
+
assert ifwht(ls) == ifls
|
| 76 |
+
assert fwht(ifls) == ls + [S.Zero]*3
|
| 77 |
+
|
| 78 |
+
x, y = symbols('x y')
|
| 79 |
+
|
| 80 |
+
raises(TypeError, lambda: fwht(x))
|
| 81 |
+
|
| 82 |
+
ls = [x, 2*x, 3*x**2, 4*x**3]
|
| 83 |
+
ifls = [x**3 + 3*x**2/4 + x*Rational(3, 4),
|
| 84 |
+
-x**3 + 3*x**2/4 - x/4,
|
| 85 |
+
-x**3 - 3*x**2/4 + x*Rational(3, 4),
|
| 86 |
+
x**3 - 3*x**2/4 - x/4]
|
| 87 |
+
|
| 88 |
+
assert ifwht(ls) == ifls
|
| 89 |
+
assert fwht(ifls) == ls
|
| 90 |
+
|
| 91 |
+
ls = [x, y, x**2, y**2, x*y]
|
| 92 |
+
fls = [x**2 + x*y + x + y**2 + y,
|
| 93 |
+
x**2 + x*y + x - y**2 - y,
|
| 94 |
+
-x**2 + x*y + x - y**2 + y,
|
| 95 |
+
-x**2 + x*y + x + y**2 - y,
|
| 96 |
+
x**2 - x*y + x + y**2 + y,
|
| 97 |
+
x**2 - x*y + x - y**2 - y,
|
| 98 |
+
-x**2 - x*y + x - y**2 + y,
|
| 99 |
+
-x**2 - x*y + x + y**2 - y]
|
| 100 |
+
|
| 101 |
+
assert fwht(ls) == fls
|
| 102 |
+
assert ifwht(fls) == ls + [S.Zero]*3
|
| 103 |
+
|
| 104 |
+
ls = list(range(6))
|
| 105 |
+
|
| 106 |
+
assert fwht(ls) == [x*8 for x in ifwht(ls)]
|
| 107 |
+
|
| 108 |
+
|
| 109 |
+
def test_mobius_transform():
|
| 110 |
+
assert all(tf(ls, subset=subset) == ls
|
| 111 |
+
for ls in ([], [Rational(7, 4)]) for subset in (True, False)
|
| 112 |
+
for tf in (mobius_transform, inverse_mobius_transform))
|
| 113 |
+
|
| 114 |
+
w, x, y, z = symbols('w x y z')
|
| 115 |
+
|
| 116 |
+
assert mobius_transform([x, y]) == [x, x + y]
|
| 117 |
+
assert inverse_mobius_transform([x, x + y]) == [x, y]
|
| 118 |
+
assert mobius_transform([x, y], subset=False) == [x + y, y]
|
| 119 |
+
assert inverse_mobius_transform([x + y, y], subset=False) == [x, y]
|
| 120 |
+
|
| 121 |
+
assert mobius_transform([w, x, y, z]) == [w, w + x, w + y, w + x + y + z]
|
| 122 |
+
assert inverse_mobius_transform([w, w + x, w + y, w + x + y + z]) == \
|
| 123 |
+
[w, x, y, z]
|
| 124 |
+
assert mobius_transform([w, x, y, z], subset=False) == \
|
| 125 |
+
[w + x + y + z, x + z, y + z, z]
|
| 126 |
+
assert inverse_mobius_transform([w + x + y + z, x + z, y + z, z], subset=False) == \
|
| 127 |
+
[w, x, y, z]
|
| 128 |
+
|
| 129 |
+
ls = [Rational(2, 3), Rational(6, 7), Rational(5, 8), 9, Rational(5, 3) + 7*I]
|
| 130 |
+
mls = [Rational(2, 3), Rational(32, 21), Rational(31, 24), Rational(1873, 168),
|
| 131 |
+
Rational(7, 3) + 7*I, Rational(67, 21) + 7*I, Rational(71, 24) + 7*I,
|
| 132 |
+
Rational(2153, 168) + 7*I]
|
| 133 |
+
|
| 134 |
+
assert mobius_transform(ls) == mls
|
| 135 |
+
assert inverse_mobius_transform(mls) == ls + [S.Zero]*3
|
| 136 |
+
|
| 137 |
+
mls = [Rational(2153, 168) + 7*I, Rational(69, 7), Rational(77, 8), 9, Rational(5, 3) + 7*I, 0, 0, 0]
|
| 138 |
+
|
| 139 |
+
assert mobius_transform(ls, subset=False) == mls
|
| 140 |
+
assert inverse_mobius_transform(mls, subset=False) == ls + [S.Zero]*3
|
| 141 |
+
|
| 142 |
+
ls = ls[:-1]
|
| 143 |
+
mls = [Rational(2, 3), Rational(32, 21), Rational(31, 24), Rational(1873, 168)]
|
| 144 |
+
|
| 145 |
+
assert mobius_transform(ls) == mls
|
| 146 |
+
assert inverse_mobius_transform(mls) == ls
|
| 147 |
+
|
| 148 |
+
mls = [Rational(1873, 168), Rational(69, 7), Rational(77, 8), 9]
|
| 149 |
+
|
| 150 |
+
assert mobius_transform(ls, subset=False) == mls
|
| 151 |
+
assert inverse_mobius_transform(mls, subset=False) == ls
|
| 152 |
+
|
| 153 |
+
raises(TypeError, lambda: mobius_transform(x, subset=True))
|
| 154 |
+
raises(TypeError, lambda: inverse_mobius_transform(y, subset=False))
|
infer_4_30_0/lib/python3.10/site-packages/sympy/discrete/transforms.py
ADDED
|
@@ -0,0 +1,425 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Discrete Fourier Transform, Number Theoretic Transform,
|
| 3 |
+
Walsh Hadamard Transform, Mobius Transform
|
| 4 |
+
"""
|
| 5 |
+
|
| 6 |
+
from sympy.core import S, Symbol, sympify
|
| 7 |
+
from sympy.core.function import expand_mul
|
| 8 |
+
from sympy.core.numbers import pi, I
|
| 9 |
+
from sympy.functions.elementary.trigonometric import sin, cos
|
| 10 |
+
from sympy.ntheory import isprime, primitive_root
|
| 11 |
+
from sympy.utilities.iterables import ibin, iterable
|
| 12 |
+
from sympy.utilities.misc import as_int
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
#----------------------------------------------------------------------------#
|
| 16 |
+
# #
|
| 17 |
+
# Discrete Fourier Transform #
|
| 18 |
+
# #
|
| 19 |
+
#----------------------------------------------------------------------------#
|
| 20 |
+
|
| 21 |
+
def _fourier_transform(seq, dps, inverse=False):
|
| 22 |
+
"""Utility function for the Discrete Fourier Transform"""
|
| 23 |
+
|
| 24 |
+
if not iterable(seq):
|
| 25 |
+
raise TypeError("Expected a sequence of numeric coefficients "
|
| 26 |
+
"for Fourier Transform")
|
| 27 |
+
|
| 28 |
+
a = [sympify(arg) for arg in seq]
|
| 29 |
+
if any(x.has(Symbol) for x in a):
|
| 30 |
+
raise ValueError("Expected non-symbolic coefficients")
|
| 31 |
+
|
| 32 |
+
n = len(a)
|
| 33 |
+
if n < 2:
|
| 34 |
+
return a
|
| 35 |
+
|
| 36 |
+
b = n.bit_length() - 1
|
| 37 |
+
if n&(n - 1): # not a power of 2
|
| 38 |
+
b += 1
|
| 39 |
+
n = 2**b
|
| 40 |
+
|
| 41 |
+
a += [S.Zero]*(n - len(a))
|
| 42 |
+
for i in range(1, n):
|
| 43 |
+
j = int(ibin(i, b, str=True)[::-1], 2)
|
| 44 |
+
if i < j:
|
| 45 |
+
a[i], a[j] = a[j], a[i]
|
| 46 |
+
|
| 47 |
+
ang = -2*pi/n if inverse else 2*pi/n
|
| 48 |
+
|
| 49 |
+
if dps is not None:
|
| 50 |
+
ang = ang.evalf(dps + 2)
|
| 51 |
+
|
| 52 |
+
w = [cos(ang*i) + I*sin(ang*i) for i in range(n // 2)]
|
| 53 |
+
|
| 54 |
+
h = 2
|
| 55 |
+
while h <= n:
|
| 56 |
+
hf, ut = h // 2, n // h
|
| 57 |
+
for i in range(0, n, h):
|
| 58 |
+
for j in range(hf):
|
| 59 |
+
u, v = a[i + j], expand_mul(a[i + j + hf]*w[ut * j])
|
| 60 |
+
a[i + j], a[i + j + hf] = u + v, u - v
|
| 61 |
+
h *= 2
|
| 62 |
+
|
| 63 |
+
if inverse:
|
| 64 |
+
a = [(x/n).evalf(dps) for x in a] if dps is not None \
|
| 65 |
+
else [x/n for x in a]
|
| 66 |
+
|
| 67 |
+
return a
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
def fft(seq, dps=None):
|
| 71 |
+
r"""
|
| 72 |
+
Performs the Discrete Fourier Transform (**DFT**) in the complex domain.
|
| 73 |
+
|
| 74 |
+
The sequence is automatically padded to the right with zeros, as the
|
| 75 |
+
*radix-2 FFT* requires the number of sample points to be a power of 2.
|
| 76 |
+
|
| 77 |
+
This method should be used with default arguments only for short sequences
|
| 78 |
+
as the complexity of expressions increases with the size of the sequence.
|
| 79 |
+
|
| 80 |
+
Parameters
|
| 81 |
+
==========
|
| 82 |
+
|
| 83 |
+
seq : iterable
|
| 84 |
+
The sequence on which **DFT** is to be applied.
|
| 85 |
+
dps : Integer
|
| 86 |
+
Specifies the number of decimal digits for precision.
|
| 87 |
+
|
| 88 |
+
Examples
|
| 89 |
+
========
|
| 90 |
+
|
| 91 |
+
>>> from sympy import fft, ifft
|
| 92 |
+
|
| 93 |
+
>>> fft([1, 2, 3, 4])
|
| 94 |
+
[10, -2 - 2*I, -2, -2 + 2*I]
|
| 95 |
+
>>> ifft(_)
|
| 96 |
+
[1, 2, 3, 4]
|
| 97 |
+
|
| 98 |
+
>>> ifft([1, 2, 3, 4])
|
| 99 |
+
[5/2, -1/2 + I/2, -1/2, -1/2 - I/2]
|
| 100 |
+
>>> fft(_)
|
| 101 |
+
[1, 2, 3, 4]
|
| 102 |
+
|
| 103 |
+
>>> ifft([1, 7, 3, 4], dps=15)
|
| 104 |
+
[3.75, -0.5 - 0.75*I, -1.75, -0.5 + 0.75*I]
|
| 105 |
+
>>> fft(_)
|
| 106 |
+
[1.0, 7.0, 3.0, 4.0]
|
| 107 |
+
|
| 108 |
+
References
|
| 109 |
+
==========
|
| 110 |
+
|
| 111 |
+
.. [1] https://en.wikipedia.org/wiki/Cooley%E2%80%93Tukey_FFT_algorithm
|
| 112 |
+
.. [2] https://mathworld.wolfram.com/FastFourierTransform.html
|
| 113 |
+
|
| 114 |
+
"""
|
| 115 |
+
|
| 116 |
+
return _fourier_transform(seq, dps=dps)
|
| 117 |
+
|
| 118 |
+
|
| 119 |
+
def ifft(seq, dps=None):
|
| 120 |
+
return _fourier_transform(seq, dps=dps, inverse=True)
|
| 121 |
+
|
| 122 |
+
ifft.__doc__ = fft.__doc__
|
| 123 |
+
|
| 124 |
+
|
| 125 |
+
#----------------------------------------------------------------------------#
|
| 126 |
+
# #
|
| 127 |
+
# Number Theoretic Transform #
|
| 128 |
+
# #
|
| 129 |
+
#----------------------------------------------------------------------------#
|
| 130 |
+
|
| 131 |
+
def _number_theoretic_transform(seq, prime, inverse=False):
|
| 132 |
+
"""Utility function for the Number Theoretic Transform"""
|
| 133 |
+
|
| 134 |
+
if not iterable(seq):
|
| 135 |
+
raise TypeError("Expected a sequence of integer coefficients "
|
| 136 |
+
"for Number Theoretic Transform")
|
| 137 |
+
|
| 138 |
+
p = as_int(prime)
|
| 139 |
+
if not isprime(p):
|
| 140 |
+
raise ValueError("Expected prime modulus for "
|
| 141 |
+
"Number Theoretic Transform")
|
| 142 |
+
|
| 143 |
+
a = [as_int(x) % p for x in seq]
|
| 144 |
+
|
| 145 |
+
n = len(a)
|
| 146 |
+
if n < 1:
|
| 147 |
+
return a
|
| 148 |
+
|
| 149 |
+
b = n.bit_length() - 1
|
| 150 |
+
if n&(n - 1):
|
| 151 |
+
b += 1
|
| 152 |
+
n = 2**b
|
| 153 |
+
|
| 154 |
+
if (p - 1) % n:
|
| 155 |
+
raise ValueError("Expected prime modulus of the form (m*2**k + 1)")
|
| 156 |
+
|
| 157 |
+
a += [0]*(n - len(a))
|
| 158 |
+
for i in range(1, n):
|
| 159 |
+
j = int(ibin(i, b, str=True)[::-1], 2)
|
| 160 |
+
if i < j:
|
| 161 |
+
a[i], a[j] = a[j], a[i]
|
| 162 |
+
|
| 163 |
+
pr = primitive_root(p)
|
| 164 |
+
|
| 165 |
+
rt = pow(pr, (p - 1) // n, p)
|
| 166 |
+
if inverse:
|
| 167 |
+
rt = pow(rt, p - 2, p)
|
| 168 |
+
|
| 169 |
+
w = [1]*(n // 2)
|
| 170 |
+
for i in range(1, n // 2):
|
| 171 |
+
w[i] = w[i - 1]*rt % p
|
| 172 |
+
|
| 173 |
+
h = 2
|
| 174 |
+
while h <= n:
|
| 175 |
+
hf, ut = h // 2, n // h
|
| 176 |
+
for i in range(0, n, h):
|
| 177 |
+
for j in range(hf):
|
| 178 |
+
u, v = a[i + j], a[i + j + hf]*w[ut * j]
|
| 179 |
+
a[i + j], a[i + j + hf] = (u + v) % p, (u - v) % p
|
| 180 |
+
h *= 2
|
| 181 |
+
|
| 182 |
+
if inverse:
|
| 183 |
+
rv = pow(n, p - 2, p)
|
| 184 |
+
a = [x*rv % p for x in a]
|
| 185 |
+
|
| 186 |
+
return a
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
def ntt(seq, prime):
|
| 190 |
+
r"""
|
| 191 |
+
Performs the Number Theoretic Transform (**NTT**), which specializes the
|
| 192 |
+
Discrete Fourier Transform (**DFT**) over quotient ring `Z/pZ` for prime
|
| 193 |
+
`p` instead of complex numbers `C`.
|
| 194 |
+
|
| 195 |
+
The sequence is automatically padded to the right with zeros, as the
|
| 196 |
+
*radix-2 NTT* requires the number of sample points to be a power of 2.
|
| 197 |
+
|
| 198 |
+
Parameters
|
| 199 |
+
==========
|
| 200 |
+
|
| 201 |
+
seq : iterable
|
| 202 |
+
The sequence on which **DFT** is to be applied.
|
| 203 |
+
prime : Integer
|
| 204 |
+
Prime modulus of the form `(m 2^k + 1)` to be used for performing
|
| 205 |
+
**NTT** on the sequence.
|
| 206 |
+
|
| 207 |
+
Examples
|
| 208 |
+
========
|
| 209 |
+
|
| 210 |
+
>>> from sympy import ntt, intt
|
| 211 |
+
>>> ntt([1, 2, 3, 4], prime=3*2**8 + 1)
|
| 212 |
+
[10, 643, 767, 122]
|
| 213 |
+
>>> intt(_, 3*2**8 + 1)
|
| 214 |
+
[1, 2, 3, 4]
|
| 215 |
+
>>> intt([1, 2, 3, 4], prime=3*2**8 + 1)
|
| 216 |
+
[387, 415, 384, 353]
|
| 217 |
+
>>> ntt(_, prime=3*2**8 + 1)
|
| 218 |
+
[1, 2, 3, 4]
|
| 219 |
+
|
| 220 |
+
References
|
| 221 |
+
==========
|
| 222 |
+
|
| 223 |
+
.. [1] http://www.apfloat.org/ntt.html
|
| 224 |
+
.. [2] https://mathworld.wolfram.com/NumberTheoreticTransform.html
|
| 225 |
+
.. [3] https://en.wikipedia.org/wiki/Discrete_Fourier_transform_(general%29
|
| 226 |
+
|
| 227 |
+
"""
|
| 228 |
+
|
| 229 |
+
return _number_theoretic_transform(seq, prime=prime)
|
| 230 |
+
|
| 231 |
+
|
| 232 |
+
def intt(seq, prime):
|
| 233 |
+
return _number_theoretic_transform(seq, prime=prime, inverse=True)
|
| 234 |
+
|
| 235 |
+
intt.__doc__ = ntt.__doc__
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
#----------------------------------------------------------------------------#
|
| 239 |
+
# #
|
| 240 |
+
# Walsh Hadamard Transform #
|
| 241 |
+
# #
|
| 242 |
+
#----------------------------------------------------------------------------#
|
| 243 |
+
|
| 244 |
+
def _walsh_hadamard_transform(seq, inverse=False):
|
| 245 |
+
"""Utility function for the Walsh Hadamard Transform"""
|
| 246 |
+
|
| 247 |
+
if not iterable(seq):
|
| 248 |
+
raise TypeError("Expected a sequence of coefficients "
|
| 249 |
+
"for Walsh Hadamard Transform")
|
| 250 |
+
|
| 251 |
+
a = [sympify(arg) for arg in seq]
|
| 252 |
+
n = len(a)
|
| 253 |
+
if n < 2:
|
| 254 |
+
return a
|
| 255 |
+
|
| 256 |
+
if n&(n - 1):
|
| 257 |
+
n = 2**n.bit_length()
|
| 258 |
+
|
| 259 |
+
a += [S.Zero]*(n - len(a))
|
| 260 |
+
h = 2
|
| 261 |
+
while h <= n:
|
| 262 |
+
hf = h // 2
|
| 263 |
+
for i in range(0, n, h):
|
| 264 |
+
for j in range(hf):
|
| 265 |
+
u, v = a[i + j], a[i + j + hf]
|
| 266 |
+
a[i + j], a[i + j + hf] = u + v, u - v
|
| 267 |
+
h *= 2
|
| 268 |
+
|
| 269 |
+
if inverse:
|
| 270 |
+
a = [x/n for x in a]
|
| 271 |
+
|
| 272 |
+
return a
|
| 273 |
+
|
| 274 |
+
|
| 275 |
+
def fwht(seq):
|
| 276 |
+
r"""
|
| 277 |
+
Performs the Walsh Hadamard Transform (**WHT**), and uses Hadamard
|
| 278 |
+
ordering for the sequence.
|
| 279 |
+
|
| 280 |
+
The sequence is automatically padded to the right with zeros, as the
|
| 281 |
+
*radix-2 FWHT* requires the number of sample points to be a power of 2.
|
| 282 |
+
|
| 283 |
+
Parameters
|
| 284 |
+
==========
|
| 285 |
+
|
| 286 |
+
seq : iterable
|
| 287 |
+
The sequence on which WHT is to be applied.
|
| 288 |
+
|
| 289 |
+
Examples
|
| 290 |
+
========
|
| 291 |
+
|
| 292 |
+
>>> from sympy import fwht, ifwht
|
| 293 |
+
>>> fwht([4, 2, 2, 0, 0, 2, -2, 0])
|
| 294 |
+
[8, 0, 8, 0, 8, 8, 0, 0]
|
| 295 |
+
>>> ifwht(_)
|
| 296 |
+
[4, 2, 2, 0, 0, 2, -2, 0]
|
| 297 |
+
|
| 298 |
+
>>> ifwht([19, -1, 11, -9, -7, 13, -15, 5])
|
| 299 |
+
[2, 0, 4, 0, 3, 10, 0, 0]
|
| 300 |
+
>>> fwht(_)
|
| 301 |
+
[19, -1, 11, -9, -7, 13, -15, 5]
|
| 302 |
+
|
| 303 |
+
References
|
| 304 |
+
==========
|
| 305 |
+
|
| 306 |
+
.. [1] https://en.wikipedia.org/wiki/Hadamard_transform
|
| 307 |
+
.. [2] https://en.wikipedia.org/wiki/Fast_Walsh%E2%80%93Hadamard_transform
|
| 308 |
+
|
| 309 |
+
"""
|
| 310 |
+
|
| 311 |
+
return _walsh_hadamard_transform(seq)
|
| 312 |
+
|
| 313 |
+
|
| 314 |
+
def ifwht(seq):
|
| 315 |
+
return _walsh_hadamard_transform(seq, inverse=True)
|
| 316 |
+
|
| 317 |
+
ifwht.__doc__ = fwht.__doc__
|
| 318 |
+
|
| 319 |
+
|
| 320 |
+
#----------------------------------------------------------------------------#
|
| 321 |
+
# #
|
| 322 |
+
# Mobius Transform for Subset Lattice #
|
| 323 |
+
# #
|
| 324 |
+
#----------------------------------------------------------------------------#
|
| 325 |
+
|
| 326 |
+
def _mobius_transform(seq, sgn, subset):
|
| 327 |
+
r"""Utility function for performing Mobius Transform using
|
| 328 |
+
Yate's Dynamic Programming method"""
|
| 329 |
+
|
| 330 |
+
if not iterable(seq):
|
| 331 |
+
raise TypeError("Expected a sequence of coefficients")
|
| 332 |
+
|
| 333 |
+
a = [sympify(arg) for arg in seq]
|
| 334 |
+
|
| 335 |
+
n = len(a)
|
| 336 |
+
if n < 2:
|
| 337 |
+
return a
|
| 338 |
+
|
| 339 |
+
if n&(n - 1):
|
| 340 |
+
n = 2**n.bit_length()
|
| 341 |
+
|
| 342 |
+
a += [S.Zero]*(n - len(a))
|
| 343 |
+
|
| 344 |
+
if subset:
|
| 345 |
+
i = 1
|
| 346 |
+
while i < n:
|
| 347 |
+
for j in range(n):
|
| 348 |
+
if j & i:
|
| 349 |
+
a[j] += sgn*a[j ^ i]
|
| 350 |
+
i *= 2
|
| 351 |
+
|
| 352 |
+
else:
|
| 353 |
+
i = 1
|
| 354 |
+
while i < n:
|
| 355 |
+
for j in range(n):
|
| 356 |
+
if j & i:
|
| 357 |
+
continue
|
| 358 |
+
a[j] += sgn*a[j ^ i]
|
| 359 |
+
i *= 2
|
| 360 |
+
|
| 361 |
+
return a
|
| 362 |
+
|
| 363 |
+
|
| 364 |
+
def mobius_transform(seq, subset=True):
|
| 365 |
+
r"""
|
| 366 |
+
Performs the Mobius Transform for subset lattice with indices of
|
| 367 |
+
sequence as bitmasks.
|
| 368 |
+
|
| 369 |
+
The indices of each argument, considered as bit strings, correspond
|
| 370 |
+
to subsets of a finite set.
|
| 371 |
+
|
| 372 |
+
The sequence is automatically padded to the right with zeros, as the
|
| 373 |
+
definition of subset/superset based on bitmasks (indices) requires
|
| 374 |
+
the size of sequence to be a power of 2.
|
| 375 |
+
|
| 376 |
+
Parameters
|
| 377 |
+
==========
|
| 378 |
+
|
| 379 |
+
seq : iterable
|
| 380 |
+
The sequence on which Mobius Transform is to be applied.
|
| 381 |
+
subset : bool
|
| 382 |
+
Specifies if Mobius Transform is applied by enumerating subsets
|
| 383 |
+
or supersets of the given set.
|
| 384 |
+
|
| 385 |
+
Examples
|
| 386 |
+
========
|
| 387 |
+
|
| 388 |
+
>>> from sympy import symbols
|
| 389 |
+
>>> from sympy import mobius_transform, inverse_mobius_transform
|
| 390 |
+
>>> x, y, z = symbols('x y z')
|
| 391 |
+
|
| 392 |
+
>>> mobius_transform([x, y, z])
|
| 393 |
+
[x, x + y, x + z, x + y + z]
|
| 394 |
+
>>> inverse_mobius_transform(_)
|
| 395 |
+
[x, y, z, 0]
|
| 396 |
+
|
| 397 |
+
>>> mobius_transform([x, y, z], subset=False)
|
| 398 |
+
[x + y + z, y, z, 0]
|
| 399 |
+
>>> inverse_mobius_transform(_, subset=False)
|
| 400 |
+
[x, y, z, 0]
|
| 401 |
+
|
| 402 |
+
>>> mobius_transform([1, 2, 3, 4])
|
| 403 |
+
[1, 3, 4, 10]
|
| 404 |
+
>>> inverse_mobius_transform(_)
|
| 405 |
+
[1, 2, 3, 4]
|
| 406 |
+
>>> mobius_transform([1, 2, 3, 4], subset=False)
|
| 407 |
+
[10, 6, 7, 4]
|
| 408 |
+
>>> inverse_mobius_transform(_, subset=False)
|
| 409 |
+
[1, 2, 3, 4]
|
| 410 |
+
|
| 411 |
+
References
|
| 412 |
+
==========
|
| 413 |
+
|
| 414 |
+
.. [1] https://en.wikipedia.org/wiki/M%C3%B6bius_inversion_formula
|
| 415 |
+
.. [2] https://people.csail.mit.edu/rrw/presentations/subset-conv.pdf
|
| 416 |
+
.. [3] https://arxiv.org/pdf/1211.0189.pdf
|
| 417 |
+
|
| 418 |
+
"""
|
| 419 |
+
|
| 420 |
+
return _mobius_transform(seq, sgn=+1, subset=subset)
|
| 421 |
+
|
| 422 |
+
def inverse_mobius_transform(seq, subset=True):
|
| 423 |
+
return _mobius_transform(seq, sgn=-1, subset=subset)
|
| 424 |
+
|
| 425 |
+
inverse_mobius_transform.__doc__ = mobius_transform.__doc__
|
infer_4_30_0/lib/python3.10/site-packages/sympy/multipledispatch/__init__.py
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from .core import dispatch
|
| 2 |
+
from .dispatcher import (Dispatcher, halt_ordering, restart_ordering,
|
| 3 |
+
MDNotImplementedError)
|
| 4 |
+
|
| 5 |
+
__version__ = '0.4.9'
|
| 6 |
+
|
| 7 |
+
__all__ = [
|
| 8 |
+
'dispatch',
|
| 9 |
+
|
| 10 |
+
'Dispatcher', 'halt_ordering', 'restart_ordering', 'MDNotImplementedError',
|
| 11 |
+
]
|
infer_4_30_0/lib/python3.10/site-packages/sympy/multipledispatch/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (417 Bytes). View file
|
|
|
infer_4_30_0/lib/python3.10/site-packages/sympy/multipledispatch/__pycache__/core.cpython-310.pyc
ADDED
|
Binary file (2.37 kB). View file
|
|
|