Metadata-Version: 2.4
Name: bc-revo3-sdk
Version: 1.3.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: BrainCo Revo3 SDK
Author: BrainCo
License: 	
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/BrainCoTech/bc-revo3-sdk

# BrainCo Revo3 Python SDK

Python bindings for the BrainCo Revo3 SDK.

## Supported Devices

This package is scoped to Revo3 devices only:

- Revo3 Ultra / Ultra Touch / Ultra VisionTouch
- Revo3 Pro / Pro Touch
- Revo3 Basic / Basic Touch

## Installation

```bash
pip install bc-revo3-sdk
```

## Import

```python
from bc_revo3_sdk import main_mod as sdk
```

## Features

- Revo3 motor control, MIT control, trajectory and teach/admittance helpers
- Revo3 motor status and system status APIs
- Revo3 touch module data APIs
- Modbus, CANFD and EtherCAT connection support
- C/C++ bindings and Python type stubs

## API Reference

- [Python Type Stubs](https://www.brainco-hz.com/docs/revolimb-hand/revo3/get_sdk.html#%E6%8E%A5%E5%8F%A3%E5%AE%9A%E4%B9%89%E6%96%87%E4%BB%B6)
- [C Header File](https://www.brainco-hz.com/docs/revolimb-hand/revo3/get_sdk.html#%E6%8E%A5%E5%8F%A3%E5%AE%9A%E4%B9%89%E6%96%87%E4%BB%B6)

## License

Proprietary - Copyright 2015-2026 BrainCo Inc. All rights reserved.

