repoqa

View on PyPIReverse Dependencies (0)

0.1.2 repoqa-0.1.2-py3-none-any.whl

Wheel Details

Project: repoqa
Version: 0.1.2
Filename: repoqa-0.1.2-py3-none-any.whl
Download: [link]
Size: 28101
MD5: 46f4617c338f380875d0fcf8baa43c89
SHA256: f18e82dc678ff90478a80473a171a63fffc49563283a0714a942dabdc1be35ab
Uploaded: 2024-05-25 06:03:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: repoqa
Version: 0.1.2
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: wget (>=3.2)
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: stop-sequencer (>=1.2.3)
Requires-Dist: vllm (>=0.3.3); extra == "vllm"
Provides-Extra: vllm
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6913 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=SFCDdrYA67D1Je-jHgVVh4LOopkPvuV6NMtqSJ7Tfhg 411
repoqa/compute_score.py sha256=9OntrsKSEFJy-40vhfH1sbAvXKpL1hoMH0Y6X2EmZNg 13467
repoqa/data.py sha256=ewwS--jMKNwhPRL6wZSbDdJjzFy1yz9o3dCmtifYuIg 1639
repoqa/metric.py sha256=5HfoXtYhqlQLn9_k8-Ai9Ad0R_lC1U--xTtJ6ZDLvDg 600
repoqa/search_needle_function.py sha256=-fWz5u8XXgAGZcyVy8x_Sa8g9LDI3xcdhiTYqr73njk 13669
repoqa/utility.py sha256=qElFmBcXaQM7v_NP3hVbrnXzz7NMrWLvQ80Pc8AoTkY 2527
repoqa/provider/__init__.py sha256=2l3JQzQ-_bklYG58hPIbSf_atnaObbWSV0_hqSvpoos 136
repoqa/provider/anthropic.py sha256=EAczHVVdrC2BKp8Go413I3QpaM7SZDXg9fmtAb8q1gE 1023
repoqa/provider/base.py sha256=t11F-_6WNAKCCzYkQLINvtIC5eHPpLF59QVz6L3whhQ 332
repoqa/provider/google.py sha256=jmi5yvexlOICHyIPZM71zgiPVKu3I17JqHnBIUbCbuo 1435
repoqa/provider/hf.py sha256=a4jRwZYzJnOdpniuwj55MKj4esreChZSviKPAnX-q2k 2546
repoqa/provider/openai.py sha256=eYnqNAfcoFGub4n266pQwiWQscQsr2RMFsVIAn0CePw 1522
repoqa/provider/vllm.py sha256=ddkowq7baqfdWY787HM0xN24z7zAJqK1JM2PbTc_wxE 1679
repoqa/provider/request/__init__.py sha256=Uqd0iEGnLJQ3wj96cEMQAZT7mUIheUA1lmM1XM2r8vY 649
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.2.dist-info/LICENSE sha256=_MH3f-VEOyG_xN_MPWb3ZU9Zm5FYLfdxhQ5eh2mGoQM 11558
repoqa-0.1.2.dist-info/METADATA sha256=PPFDS2c9X5qZjrzFQ7lR7ZP0gzjlzUi9kSj_eJvjmQk 7879
repoqa-0.1.2.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
repoqa-0.1.2.dist-info/entry_points.txt sha256=zF1Z7w6W6WFNFQQnEOsgtoCjFGT5GQSvFIBimRuFJME 134
repoqa-0.1.2.dist-info/top_level.txt sha256=IZ0JD8kbyg207d-mgsKii7Luv8cB4bfpqNKdq8NwRDg 7
repoqa-0.1.2.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