Socket
Socket
Sign inDemoInstall

remotivelabs-broker

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    remotivelabs-broker

RemotiveLabs Broker gRPC API


Maintainers
1

Readme

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.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc