Metadata-Version: 2.4
Name: quse
Version: 0.0.1
Summary: Quota and usage checks for coding-agent CLIs.
Author: Alexey Grigorev
License: MIT
Requires-Python: >=3.11
Requires-Dist: click>=8.2.0
Description-Content-Type: text/markdown

# quse

Quota and usage checks for coding-agent CLIs.

`quse` reports normalized usage for providers used by tools such as Codex,
Claude Code, GitHub Copilot, and Z.AI/goz.

```bash
quse
quse codex
quse copilot --json
```

The CLI prints one line per provider by default. `--json` emits the same record
shape as JSON.

Supported providers:

- `codex`
- `claude`
- `copilot`
- `zai`

`gemini` is accepted and reports `unsupported` because it does not currently
expose a usage endpoint.

