Metadata-Version: 2.4
Name: ya-oauth
Version: 0.74.1
Summary: OAuth login, refresh, storage, and CLI for YA model providers
Project-URL: Repository, https://github.com/wh1isper/ya-mono
Author-email: wh1isper <jizhongsheng957@gmail.com>
Keywords: agents,ai,oauth
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.11
Requires-Dist: click>=8.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.12.0
Description-Content-Type: text/markdown

# ya-oauth

OAuth login, refresh, logout, token storage, and CLI for YA model providers.

## Codex login

```bash
ya-oauth login codex
ya-oauth status codex
ya-oauth refresh codex
```

Credentials are stored in `~/.yaai/auth.json` with directory mode `0700` and file mode `0600`.
