Metadata-Version: 1.1
Name: gooee-sdk
Version: 0.1.1
Summary: Official Gooee SDK for Python
Home-page: https://github.com/GooeeIOT/gooee-python-sdk
Author: Gooee LLC
Author-email: dairon@gooee.com
License: Apache
Description-Content-Type: UNKNOWN
Description: Gooee Python SDK
        ================
        
        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
        
            $ pip install gooee-sdk
        
        If you need to, you can also use `easy_install`:
        
        .. code-block:: sh
        
            $ easy_install gooee-sdk
        
        Build 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, Version
        2.0 <http://www.apache.org/licenses/LICENSE-2.0>`__, see LICENSE
        for more information.
        
        
        
        
        History
        -------
        
        
        0.0.1 (2017-01-25)
        ------------------
        
        * Project has born.
        
Keywords: gooee,IoT,lighting
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
