Metadata-Version: 2.0
Name: wirepas-messaging
Version: 1.1.0
Summary: Wirepas messaging utilities
Home-page: https://github.com/wirepas/backend-apis/tree/master/wrappers/python
Author: Wirepas Oy
Author-email: techsupport@wirepas.com
License: Apache-2
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
Requires-Dist: Sphinx (>=1.7.0)
Requires-Dist: coverage (>=4.5.1)
Requires-Dist: grpcio-tools (==1.14.1)
Requires-Dist: grpcio (==1.14.1)
Requires-Dist: pytest (>=3.4.0)
Requires-Dist: sphinxcontrib-napoleon (>=0.6.1)

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.



