Python library for interfacing with the Yale Buildings API.
First, install the module:
pip3 install yalebuildingsThen, to use these functions, you must import the module:
import yalebuildingsBefore using the library, you must instantiate its class, for example:
buildings = yalebuildings.YaleBuildings('your API key here')You can obtain your API key as described here.
- TODO
See example.py for several usage examples.