LICENSE
MANIFEST.in
README.md
pyproject.toml
src/tokdash/__init__.py
src/tokdash/__main__.py
src/tokdash/api.py
src/tokdash/assets.py
src/tokdash/cli.py
src/tokdash/clientpaths.py
src/tokdash/compute.py
src/tokdash/dateutil.py
src/tokdash/filelock.py
src/tokdash/model_normalization.py
src/tokdash/osinfo.py
src/tokdash/pricing.py
src/tokdash/pricing_db.json
src/tokdash/sessions.py
src/tokdash/usage_store.py
src/tokdash.egg-info/PKG-INFO
src/tokdash.egg-info/SOURCES.txt
src/tokdash.egg-info/dependency_links.txt
src/tokdash.egg-info/entry_points.txt
src/tokdash.egg-info/requires.txt
src/tokdash.egg-info/top_level.txt
src/tokdash/onboard/__init__.py
src/tokdash/onboard/detect.py
src/tokdash/onboard/engine.py
src/tokdash/onboard/launchd.py
src/tokdash/onboard/manifest.py
src/tokdash/onboard/paths.py
src/tokdash/onboard/plan.py
src/tokdash/onboard/runtime.py
src/tokdash/onboard/service_base.py
src/tokdash/onboard/systemd.py
src/tokdash/onboard/tailscale.py
src/tokdash/onboard/updatecheck.py
src/tokdash/onboard/winsched.py
src/tokdash/sources/__init__.py
src/tokdash/sources/coding_tools.py
src/tokdash/sources/openclaw.py
src/tokdash/sources/quota/__init__.py
src/tokdash/sources/quota/antigravity.py
src/tokdash/sources/quota/claude.py
src/tokdash/sources/quota/codex.py
src/tokdash/sources/quota/config.py
src/tokdash/sources/quota/types.py
src/tokdash/static/index.html
src/tokdash/static/manifest.webmanifest
src/tokdash/static/sw.js
src/tokdash/static/theme-config.js
src/tokdash/static/themes.css
src/tokdash/static/icons/icon-192.png
src/tokdash/static/icons/icon-512.png
src/tokdash/static/icons/logo.png
tests/test_antigravity_cli_parser.py
tests/test_api_benchmark.py
tests/test_api_quota.py
tests/test_api_smoke.py
tests/test_cache_hit_rate.py
tests/test_claude_multi_dir.py
tests/test_cli_serve.py
tests/test_clientpaths_windows.py
tests/test_copilot_cli_parser.py
tests/test_filelock.py
tests/test_frontend_normalizer_sync.py
tests/test_gemini_cli_parser.py
tests/test_hermes_parser.py
tests/test_kimi_parser.py
tests/test_model_name_normalization.py
tests/test_onboard.py
tests/test_openclaw_cachewrite_tokens.py
tests/test_overload_resilience.py
tests/test_package_metadata.py
tests/test_period_semantics.py
tests/test_pi_agent_parser.py
tests/test_pricing_db_contract.py
tests/test_pricing_db_editor_api.py
tests/test_pricing_normalization.py
tests/test_pricing_override_cache_busting.py
tests/test_quota_claude_keychain.py
tests/test_quota_codex.py
tests/test_quota_config.py
tests/test_quota_network.py
tests/test_quota_performance.py
tests/test_service_selection.py
tests/test_usage_store.py
tests/test_usage_store_quota.py
tests/test_version_surfaces.py
tests/test_winsched.py
tests/test_write_protection.py