This repository contains basic scripts for testing the Philips Hue APIs from Python. The available files include:
rest.pya rest helper for easily sending request to a given API endpoint with a given payload, using a given HTTP verbhue.pya simple tester for the Philips Hue API turning all available lamps on, in color-loop modehue_api.pya basic Philips Hue library to be extended at willhue_api_test.pya simple test script using thehue_api.pymodule.