LICENSE
README.md
VERSION
pyproject.toml
src/tokenwatt/__init__.py
src/tokenwatt/__main__.py
src/tokenwatt/cli.py
src/tokenwatt/cloud.py
src/tokenwatt/coldstart.py
src/tokenwatt/config.py
src/tokenwatt/cost.py
src/tokenwatt/idle.py
src/tokenwatt/ledger.py
src/tokenwatt/log.py
src/tokenwatt/meter.py
src/tokenwatt/proxy.py
src/tokenwatt/rate.py
src/tokenwatt/reqtype.py
src/tokenwatt/router.py
src/tokenwatt/usage.py
src/tokenwatt.egg-info/PKG-INFO
src/tokenwatt.egg-info/SOURCES.txt
src/tokenwatt.egg-info/dependency_links.txt
src/tokenwatt.egg-info/entry_points.txt
src/tokenwatt.egg-info/requires.txt
src/tokenwatt.egg-info/top_level.txt
src/tokenwatt/data/m1-v1-embeddings.yaml
tests/test_cli_compare.py
tests/test_cli_config.py
tests/test_cli_logging.py
tests/test_cli_smoke.py
tests/test_cloud.py
tests/test_coldstart.py
tests/test_config.py
tests/test_config_loader.py
tests/test_config_logging.py
tests/test_cost.py
tests/test_idle.py
tests/test_ledger.py
tests/test_log.py
tests/test_meter.py
tests/test_proxy.py
tests/test_report_render.py
tests/test_reqtype.py
tests/test_router.py
tests/test_usage.py