Skip to main content

Wrapper interfaces to interact with Wirepas APIs.

Project description

Wirepas Messaging

PyPI

This wheel contains the generated code to interact with Wirepas Mesh services.

Installation

To install the wirepas messaging package start by cloning the repo

    git clone https://github.com/wirepas/backend-apis.git

Install the protocol buffer compiler, eg,

   pip install grpcio-tools

Copy and compile the protocol buffer files

    ./utils/pull_protos.sh
    ./utils/compile_protos.sh

Generate the python wheel with

    ./utils/generate_wheel.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 .

If you wish to run the examples, please install with the extra requirements

    python install dist/wirepas_messaging-*.whl[examples]

Services API documentation

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

Examples

For more information about Wirepas Network Tool examples please see README.md

Install from PyPi

This package is available from PyPi.

License

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wirepas_messaging-1.4.0.tar.gz (70.5 kB view hashes)

Uploaded Source

Built Distribution

wirepas_messaging-1.4.0-py3-none-any.whl (1.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page