Metadata-Version: 1.0
Name: cloud4rpi
Version: 0.0.51
Summary: cloud4rpi client library
Home-page: https://github.com/cloud4rpi/cloud4rpi
Author: cloud4rpi team
Author-email: cloud4rpi@gmail.com
License: MIT
Description: **Cloud4RPi** is a cloud control panel for your `IoT <https://en.wikipedia.org/wiki/Internet_of_things>`__ device.
        ------------------------------------------------------------------------------------------------------------------
        
        |Build Status|
        
        This package provides a client library that simplifies the connection to
        the `Cloud4RPi <https://cloud4rpi.io/>`__ service.
        
        Cloud4RPi Features
        ------------------
        
        -  You can use widgets to display device data and send commands in real
           time.
        -  You can control your IoT devices remotely.
        -  You can connect any device to **Cloud4RPi**.
        -  You can use `MQTT <https://pypi.python.org/pypi/paho-mqtt>`__ or HTTP
           to send data and receive control commands.
        
        Start Using
        -----------
        
        1. Install this package:
        
           .. code:: bash
        
               sudo pip install cloud4rpi
        
        2. Get examples:
        
           .. code:: bash
        
               wget https://github.com/cloud4rpi/cloud4rpi-examples/archive/master.zip && unzip master.zip && rm master.zip
        
        3. Create a free account on `Cloud4RPi <https://cloud4rpi.io>`__.
        4. Create a device on the `Devices <https://cloud4rpi.io/devices>`__
           page.
        5. Copy the **Device Token** from the device page.
        6. Replace the ``__YOUR_DEVICE_TOKEN__`` string in one of the examples
           with your real device token.
        7. Run the example with ``python``.
        8. Read the sample code and write your own code!
        
        For detailed instructions, refer to the
        `documentation <https://cloud4rpi.github.io/docs/>`__.
        
        See Also
        --------
        
        -  `PyPI Package <https://pypi.python.org/pypi/cloud4rpi>`__
        -  `Documentation Repository <https://github.com/cloud4rpi/docs>`__
        -  `Usage Examples <https://github.com/cloud4rpi/cloud4rpi-examples>`__
        
        .. |Build Status| image:: https://travis-ci.org/cloud4rpi/cloud4rpi.svg?branch=master
           :target: https://travis-ci.org/cloud4rpi/cloud4rpi
        
Platform: UNKNOWN
