v1.5.3 — 2026-07-01
Packaging
- Added a
pyproject.tomlso the tool installs withuv tool install git+https://github.com/phuryn/claude-usage(orpipx install …) — no clone needed (#144, thanks @jamesbraza). Packaging only:[project.dependencies]is empty so the tool stays stdlib-only at runtime, the version is read dynamically fromscanner.VERSION(still the single source of truth), and the clone +python cli.pypath is unchanged. Thecli.py__main__block was lifted into amain()function to serve as theclaude-usageconsole entry point.