energykit Documentation
The Python toolkit that turns energy data into dollars.
Most energy tools stop at the metric. energykit goes all the way to the money.
import energykit as ek
report = ek.diagnose(your_meter_data)
print(report.total_addressable_savings_usd) # e.g. 1453.21
Getting Started
API Reference
Links