Skip to main content

RemotiveLabs Broker gRPC API

Project description

RemotiveLabs Broker

PyPI - Version PyPI - Python Version


Table of Contents

Installation

Install into your Python environment with PIP:

pip install remotivelabs-broker

Examples

Examples using this library are found in the Remotive Labs samples repository.

Develop and test locally

Put version in __about__.py. Beta versions should be suffixed with b*, example 0.2.0b1

For initial build and generation of proto stubs, documentation and distribution package, run ./docker-build.sh

Once stubs are generated you can use hatch to build distribution package

hatch build

above command will output

[wheel]
dist/remotivelabs_broker-0.2.0b12-py3-none-any.whl

You can now install this library version in another terminal by doing

pip3 install [your path]/dist/remotivelabs_broker-0.2.0b12-py3-none-any.whl 

Build and publish

Make sure to put version in __about__.py. Beta versions should be suffixed with b*, example 0.2.0b1

./docker-build.sh
hatch publish

find username and password in less secret location ;)

License

remotivelabs-broker is distributed under the terms of the Apache-2.0 license.

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

remotivelabs_broker-0.1.22.tar.gz (8.0 MB view hashes)

Uploaded Source

Built Distribution

remotivelabs_broker-0.1.22-py3-none-any.whl (48.3 kB 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