Metadata-Version: 2.4
Name: remotivelabs-broker
Version: 0.13.6
Summary: RemotiveLabs Broker API
Keywords: automotive,autotech,networking,CAN
Author: Remotivelabs
Author-email: Remotivelabs <support@remotivelabs.com>
License-Expression: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: grpcio~=1.76.0
Requires-Dist: grpc-interceptor~=0.15.4
Requires-Dist: protobuf>=6.31.1,<7.0.0
Requires-Python: >=3.10, <4.0
Project-URL: Documentation, https://docs.remotivelabs.com/
Project-URL: Homepage, https://remotivelabs.com/
Description-Content-Type: text/markdown

# RemotiveLabs Broker API
This module handles communication with the RemotiveBroker.

The RemotiveBroker can run locally or in RemotiveCloud. Connecting to a RemotiveCloud instance requires additional
authentication parameters—see the `remotivelabs.broker.auth` module for details.

## Installation

```bash
pip install remotivelabs-broker
```

## Project Links

- [Documentation](https://docs.remotivelabs.com/)
- [Examples](https://github.com/remotivelabs/remotivelabs-topology-examples)
- [Issues](mailto:support@remotivelabs.com)
