Official Python SDK for Gooee API. See the LICENSE file for license and copyright information.
- Python 2.6+ or Python 3.3+
$ pip install gooee-sdkIf you need to, you can also use easy_install:
$ easy_install gooee-sdkgit clone https://github.com/GooeeIOT/gooee-python-sdk.git
cd gooee-python-sdk
python setup.py installTo use the SDK in your project:
from gooee import GooeeClient
client = GooeeClient()
client.authenticate('[email protected]', 'YourPasswordHere')
response = client.get('/buildings')That is all!
This SDK is distributed under the Apache License, Version 2.0, see LICENSE for more information.