Python library for interfacing with the Yale Energy Data API.
First, install the module:
pip3 install yaleenergydataThen, to use these functions, you must import the module:
import yaleenergydataBefore using the library, you must instantiate its class, for example:
energy = yaleenergydata.YaleEnergyData('your API key here')You can obtain your API key as described here.
- TODO
See example.py for several usage examples.