Metadata-Version: 1.1
Name: wirepas_messaging
Version: 1.2.0rc1
Summary: Wirepas messaging utilities
Home-page: https://github.com/wirepas/backend-apis/tree/master/wrappers/python
Author: Wirepas Oy
Author-email: opensource@wirepas.com
License: Apache-2
Description: .. image:: https://badge.fury.io/py/wirepas-messaging.svg
            :target: https://badge.fury.io/py/wirepas-messaging
        
        About
        -----
        
        This wheel contains the generated code to interact with the 
        Wirepas Mesh services.
        
        
        Installation
        ------------
        
        To install the wirepas messaging package start by cloning the repo
        
        ::
        
            git clone git@github.com:wirepas/backend-apis.git
        
        
        Change directory to backend-apis/wrappers/python and create the wheel and tar files with
        
        ::
        
            ./utils/generate_whell.sh
        
        
        Afterwards, install the package from the dist folder with
        
        ::
        
            python install dist/wirepas_messaging-*.whl
        
            or
        
            python install dist/wirepas_messaging-*.tar
        
        
        For development mode installation use
        
        
        ::
        
            pip install -e .
        
        
        License
        ------------
        Licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
        
        
Keywords: wirepas connectivity iot mesh
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
