Metadata-Version: 2.1
Name: wirepas-mesh-messaging
Version: 0.1b0
Summary: Wrapper interfaces to interact with Backend to/from Gateway API.
Home-page: https://github.com/wirepas/backend-apis/tree/master/gateway_to_backend
Author: Wirepas Ltd
Author-email: opensource@wirepas.com
License: Apache-2
Keywords: wirepas connectivity iot mesh gateway backend
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
Description-Content-Type: text/markdown
Requires-Dist: protobuf (==3.14.0)

# Wirepas Mesh Messaging

This wheel contains the generated code to interact with Wirepas Mesh Network
 through the Gateway to Backend API.

## Installation

### Install from PyPi

This package is available from [PyPi][pypi].

```shell
    pip install wirepas-mesh-messaging
```

### From the source


## Services API documentation

Please refer to the [backend apis repository][github_backend_apis] for
documentation on the Wirepas' services APIs.


## License

Licensed under the Apache License, Version 2.0.
See [LICENSE][here_license] for the full license text.

[pypi]: https://pypi.org/project/wirepas-messaging/

[github_backend_apis]: https://github.com/wirepas/backend-apis


