Metadata-Version: 2.4
Name: honda_sdk
Version: 0.7.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Honda SDK

Python bindings for BrainCo Honda SDK integrations.

## Installation

```bash
pip install honda-sdk
```

## Quick Start

```python
import honda_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.

