Skip to main content

Quota and usage checks for coding-agent CLIs.

Project description

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.

quse
quse codex
quse copilot --json

The CLI prints one normalized line per provider by default. --json emits the same normalized records as JSON keyed by provider name:

{
  "claude": {
    "block_reason": null,
    "details": {},
    "error": null,
    "long_term": {
      "percent_remaining": 87.0,
      "reset_at": "2026-05-28T14:59:59Z"
    },
    "short_term": {
      "percent_remaining": 55.0,
      "reset_at": "2026-05-24T14:30:00Z"
    },
    "status": "ok"
  }
}

Supported providers:

  • codex
  • claude
  • copilot
  • zai

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

Provider mapping:

  • codex: short_term maps to the primary window, long_term maps to the weekly API window.
  • claude: short_term maps to the 5-hour signal, long_term maps to the 7-day signal.
  • copilot: short_term is hardcoded to 100% remaining, long_term maps to the monthly premium-interactions signal.
  • zai: short_term maps to the 5-hour quota, long_term maps to the weekly quota.

Install

For a local checkout, install the project environment and add its .venv/bin to your shell PATH:

uv sync --dev
./install.sh

Open a new shell after running ./install.sh, then verify:

quse --help

This is the same local-checkout style used by tmuxctl: the script appends the checkout's .venv/bin directory to ~/.bashrc.

For one-off use from a checkout without changing PATH:

uv run quse
uv run quse codex --json

For the latest released package from PyPI:

uvx quse
uv tool install quse
# or
pipx install quse

Use uvx quse for a one-off run without installing a persistent tool.

Release

Releases are published by GitHub Actions when a tag starting with v is pushed:

git tag v0.0.6
git push origin main --tags

The workflow verifies that the tag version matches pyproject.toml, runs the tests, builds the wheel and sdist, then publishes to PyPI with the repository secret PYPI_API_TOKEN.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quse-0.0.6.tar.gz (45.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quse-0.0.6-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file quse-0.0.6.tar.gz.

File metadata

  • Download URL: quse-0.0.6.tar.gz
  • Upload date:
  • Size: 45.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for quse-0.0.6.tar.gz
Algorithm Hash digest
SHA256 74eca0be45cce2cebf1a8447ff701da6cd88e7c0edc5a73819ad493320d751d2
MD5 c81bc78706e07c8b219c583895c6c706
BLAKE2b-256 492c972cd5d1c3d1cca91c744a2067a08302a101ced89e5cc5df87f484408c50

See more details on using hashes here.

File details

Details for the file quse-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: quse-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for quse-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 50778983bed3c99d2579450eb46d5bf40789f91bd13911bd1b3c975e00da0465
MD5 c765d683a5e8b6a918e268138da99074
BLAKE2b-256 f4edc0f8bcb9a59751e6f850a8045fda5290f82927c43768b3544438ec692a50

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page