LICENSE
README.md
VERSION
pyproject.toml
src/tokenwatt/__init__.py
src/tokenwatt/__main__.py
src/tokenwatt/battery.py
src/tokenwatt/calibration.py
src/tokenwatt/calibrator.py
src/tokenwatt/campaign.py
src/tokenwatt/cli.py
src/tokenwatt/cloud.py
src/tokenwatt/coldstart.py
src/tokenwatt/config.py
src/tokenwatt/cost.py
src/tokenwatt/discovery.py
src/tokenwatt/doctor.py
src/tokenwatt/idle.py
src/tokenwatt/ledger.py
src/tokenwatt/log.py
src/tokenwatt/machineid.py
src/tokenwatt/meter.py
src/tokenwatt/metersource.py
src/tokenwatt/nnls.py
src/tokenwatt/powersource.py
src/tokenwatt/profiles.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_battery.py
tests/test_calibration.py
tests/test_calibrator.py
tests/test_campaign.py
tests/test_campaign_run.py
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_discovery.py
tests/test_doctor.py
tests/test_idle.py
tests/test_leak_scan.py
tests/test_ledger.py
tests/test_log.py
tests/test_machineid.py
tests/test_meter.py
tests/test_metersource.py
tests/test_nnls.py
tests/test_powersource.py
tests/test_profiles.py
tests/test_proxy.py
tests/test_report_render.py
tests/test_reqtype.py
tests/test_router.py
tests/test_usage.py