LICENSE
README.en.md
README.md
pyproject.toml
src/codex_quota_monitor/__init__.py
src/codex_quota_monitor/__main__.py
src/codex_quota_monitor/auth_live_plan_sync.py
src/codex_quota_monitor/benchmark.py
src/codex_quota_monitor/benchmark_analysis.py
src/codex_quota_monitor/benchmark_cli.py
src/codex_quota_monitor/benchmark_common.py
src/codex_quota_monitor/benchmark_runner.py
src/codex_quota_monitor/cli.py
src/codex_quota_monitor/cli_support.py
src/codex_quota_monitor/demo.py
src/codex_quota_monitor/history.py
src/codex_quota_monitor/history_backup.py
src/codex_quota_monitor/history_backup_cli.py
src/codex_quota_monitor/history_diagnostics.py
src/codex_quota_monitor/history_recommendations.py
src/codex_quota_monitor/history_stats_series.py
src/codex_quota_monitor/history_store.py
src/codex_quota_monitor/logging_config.py
src/codex_quota_monitor/management_auth.py
src/codex_quota_monitor/quota.py
src/codex_quota_monitor/redaction.py
src/codex_quota_monitor/runtime.py
src/codex_quota_monitor/snapshot.py
src/codex_quota_monitor/snapshot_accounts.py
src/codex_quota_monitor/snapshot_common.py
src/codex_quota_monitor/snapshot_dashboard.py
src/codex_quota_monitor/snapshot_panels.py
src/codex_quota_monitor/snapshot_quota_windows.py
src/codex_quota_monitor/snapshot_usage.py
src/codex_quota_monitor/snapshot_window_state.py
src/codex_quota_monitor/stats.py
src/codex_quota_monitor/util.py
src/codex_quota_monitor/version.py
src/codex_quota_monitor/web.py
src/codex_quota_monitor.egg-info/PKG-INFO
src/codex_quota_monitor.egg-info/SOURCES.txt
src/codex_quota_monitor.egg-info/dependency_links.txt
src/codex_quota_monitor.egg-info/entry_points.txt
src/codex_quota_monitor.egg-info/top_level.txt
src/codex_quota_monitor/assets/__init__.py
src/codex_quota_monitor/assets/index.html
src/codex_quota_monitor/assets/monitor.css
src/codex_quota_monitor/assets/monitor.js
src/codex_quota_monitor/assets/uPlot.iife.min.js
src/codex_quota_monitor/assets/uPlot.min.css
tests/test_api_contract.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_cli_demo.py
tests/test_codex_quota_monitor.py
tests/test_history.py
tests/test_management_auth.py
tests/test_project_contracts.py
tests/test_quota.py
tests/test_redaction.py
tests/test_runtime.py
tests/test_snapshot.py
tests/test_snapshot_alerts.py
tests/test_snapshot_capacity.py
tests/test_snapshot_identity.py
tests/test_snapshot_weekly_multiplier.py
tests/test_web.py