remotivelabs.broker

remotiveLabs Python API for remotiveBroker. See version below.

In addition to return codes, this package uses logging to convey operational status. Logging is done to the name space "com.remotivelabs.broker".

As a user, enable basic logging in your application with:

logging.basicConfig()

Disable logging for this package:

logging.getLogger("com.remotivelabs.broker").propagate = False

Use sub module: remotivelabs.broker.sync.

log: logging.Logger = <Logger com.remotivelabs.broker (WARNING)>

Package logging interface

version: str = '0.1.23'

Library version