RemotiveLabs Broker gRPC API
Project description
RemotiveLabs Broker
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for remotivelabs_broker-0.1.26.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eba90606e875b9bd189b4cf0aa7c8cfc784c9139ef313a649a88c2fe2370eca |
|
MD5 | 2eb883a99adeec4155e0479af6c336f9 |
|
BLAKE2b-256 | 661faa2542d523dc21fc25b7f469fb7aaa6b5fafcf95b459dc2ffad7b71a4b19 |
Hashes for remotivelabs_broker-0.1.26-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a20a36193dd5813887fb8211ac6e0dd8076369d4a0f0654c98447c19c94cc49 |
|
MD5 | c7a0f258bf888493d3fab67d157e1e81 |
|
BLAKE2b-256 | 83c56a8b9db78da94682fb3fb41264c7ad972b11e0a41c9f8a4681ec4d460174 |