Metadata-Version: 2.4
Name: bc_trb_sdk
Version: 0.2.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# BC TRB SDK

Python bindings for BrainCo trigger box devices.

## Installation

```bash
pip install bc-trb-sdk
```

## Quick Start

```python
import bc_trb_sdk
```

Some packages expose their native APIs from a submodule such as `main_mod` or `_native`. Check the package examples for device-specific connection, scanning, streaming, and firmware update workflows.

## Examples

Example projects and integration guides are maintained in the source repository. Install this package first, then run the examples that match your device and transport mode.

## Support

If you run into device connection or API issues, please share your package version, Python version, operating system, and device model with the SDK maintainer.

