repoqa

View on PyPIReverse Dependencies (0)

0.1.0 repoqa-0.1.0-py3-none-any.whl

Wheel Details

Project: repoqa
Version: 0.1.0
Filename: repoqa-0.1.0-py3-none-any.whl
Download: [link]
Size: 25419
MD5: 2ec27cd8773639239e60526b53394d74
SHA256: 66e5876f8371e2755d08414c89021eca1e4f69b03fffd290249ce6434ab84e5d
Uploaded: 2024-04-26 09:19:44 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: repoqa
Version: 0.1.0
Summary: "RepoQA for Evaluating Long-Context Code Understanding"
Home-Page: https://github.com/evalplus/repoqa
License: Apache-2.0
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Platform: any
Requires-Python: >=3.8
Requires-Dist: tempdir (>=0.7.1)
Requires-Dist: appdirs (>=1.4.4)
Requires-Dist: fire (>=0.6.0)
Requires-Dist: nltk (>=3.8.1)
Requires-Dist: rich (>=13.5.2)
Requires-Dist: numpy (>=1.25.2)
Requires-Dist: tree-sitter-languages (>=1.10.2)
Requires-Dist: transformers (>=4.40.0)
Requires-Dist: openai (>=1.23.2)
Requires-Dist: anthropic (>=0.25.6)
Requires-Dist: google-generativeai (>=0.5.2)
Requires-Dist: vllm (>=0.3.3); extra == "vllm"
Provides-Extra: vllm
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3941 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
repoqa/__init__.py sha256=7BwtxIqls8YmdQ0EIaQb3Bh8A84E2UcAMiMTCuFpABw 208
repoqa/_version.py sha256=IMl2Pr_Sy4LVRKy_Sm4CdwUl1Gryous6ncL96EMYsnM 411
repoqa/compute_score.py sha256=gqfTamQY8Pu27NQFUs-Lg392jT5qOevOqzmbMGijpkM 11802
repoqa/data.py sha256=ewwS--jMKNwhPRL6wZSbDdJjzFy1yz9o3dCmtifYuIg 1639
repoqa/metric.py sha256=5HfoXtYhqlQLn9_k8-Ai9Ad0R_lC1U--xTtJ6ZDLvDg 600
repoqa/search_needle_function.py sha256=lqP1n6xkgG4Xrg_Z0j4Ae51BQGlMN8J4oqinHJ2l1HU 13078
repoqa/utility.py sha256=4ISnwFFZoR1nc0YzApbMYxvXSQQfMechXzDAKRDhxPA 1918
repoqa/provider/__init__.py sha256=2l3JQzQ-_bklYG58hPIbSf_atnaObbWSV0_hqSvpoos 136
repoqa/provider/anthropic.py sha256=uWkWcOPv2Ex9ADvTb2V4DA_F9X77037qdjAHH49mJUo 1021
repoqa/provider/base.py sha256=Hb6BXK5Za1fPX5HjSuKKblPMadruobeLDglbfs0zNXI 330
repoqa/provider/google.py sha256=TPJb9ZZH3427MpfZXaY8n-s01nTJd1jfem9YE6JaTBA 1281
repoqa/provider/hf.py sha256=o7dOkC8ICvY-EZFXxmn9QOhfYKQ5GgM9xVnsOFLYCZU 1470
repoqa/provider/openai.py sha256=ZQTCYeeDHkCUz-2_s3GltQL5Jt6cmdvesVJ21WmY6Bg 1018
repoqa/provider/vllm.py sha256=3sJYnvBYVmI3BgSBB4040UilCOjt7Ri8YZoN_tYF2kc 1376
repoqa/provider/request/__init__.py sha256=zssKIO4q6BBG2_1OccHbyB-3s-p_snlCQTOA9_Xoddc 317
repoqa/provider/request/anthropic.py sha256=MiKGpL7CithU4U8d6m-fUr-NhyHlU_7Y5NPd1ZIl97s 2038
repoqa/provider/request/google.py sha256=EurhAXsvhDOdtJeP80nMjpjiD8qm7X2fBTkaBzDAPos 1857
repoqa/provider/request/openai.py sha256=VsGhGo4iYJct8tNMNDXwYcZFu9e5IwH58WNgee7TCLs 1704
repoqa-0.1.0.dist-info/LICENSE sha256=_MH3f-VEOyG_xN_MPWb3ZU9Zm5FYLfdxhQ5eh2mGoQM 11558
repoqa-0.1.0.dist-info/METADATA sha256=3QE2hw2qIKjyZTP9Z_jYmMQBaaD82hotlKYe-9Pd2dQ 4834
repoqa-0.1.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
repoqa-0.1.0.dist-info/entry_points.txt sha256=zF1Z7w6W6WFNFQQnEOsgtoCjFGT5GQSvFIBimRuFJME 134
repoqa-0.1.0.dist-info/top_level.txt sha256=IZ0JD8kbyg207d-mgsKii7Luv8cB4bfpqNKdq8NwRDg 7
repoqa-0.1.0.dist-info/RECORD

top_level.txt

repoqa

entry_points.txt

repoqa.compute_score = repoqa.compute_score:main
repoqa.search_needle_function = repoqa.search_needle_function:main