gooee 0.0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

gooee 0.0.2

Gooee Python SDK================> NOTE: Let's keep this repo private until we have something worth showing.Official Python SDK for Gooee_ API.See the LICENSE file for license and copyright information.- Installation_- Usage_- License_.. _Installation:Installation~~~~~~~~~~~~Minimum System Requirements___________________________- Python 2.6+ or Python 3.3+Installation from PyPI______________________.. code-block:: sh pipinstallgooee−sdkIfyouneedto,youcanalsouse‘easyinstall‘:..code−block::sh easy_install gooee-sdkBuild from source_________________.. code-block:: sh git clone https://github.com/GooeeIOT/gooee-python-sdk.git cd gooee-python-sdk python setup.py install.. _Usage:Usage~~~~~To use the SDK in your project:.. code-block:: python from gooee import GooeeClient client = GooeeClient() client.authenticate('username@example.com', 'YourPasswordHere') response = client.get('/buildings')That is all!.. _Gooee: https://www.gooee.com.. _License:License~~~~~~~This SDK is distributed under the `Apache License, Version2.0 <http://www.apache.org/licenses/LICENSE-2.0>`__, see LICENSEfor more information.History-------0.0.1 (2017-01-25)------------------* Project has born.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.