Metadata-Version: 2.4
Name: peak-verifier
Version: 0.1.1
Summary: PEAK — Proof of Effort And Knowledge: verify PR contributors via interactive interview
Project-URL: Homepage, https://peak.services.burnin.ai/
Project-URL: Repository, https://peak.services.burnin.ai/
Project-URL: Issues, https://peak.services.burnin.ai/
Author-email: "burnin.ai" <support@burnin.ai>
License-Expression: MIT
Requires-Python: >=3.12
Requires-Dist: httpx
Requires-Dist: httpx-sse
Requires-Dist: pydantic>=2.0
Requires-Dist: sentry-sdk
Requires-Dist: textual>=1.0.0
Provides-Extra: test
Requires-Dist: pytest-asyncio>=0.23; extra == 'test'
Requires-Dist: pytest-cov>=5.0; extra == 'test'
Requires-Dist: pytest>=8.0; extra == 'test'
Requires-Dist: textual-dev>=1.0; extra == 'test'
Description-Content-Type: text/markdown

# peak-verifier

Run with [uv](https://docs.astral.sh/uv/):

```bash
uvx \
  --default-index https://pypi.org/simple/ \
  --index https://test.pypi.org/simple/ \
  --index-strategy unsafe-best-match \
  --from peak-verifier peak --repo OWNER/REPO --pr N
```
