Metadata-Version: 2.4
Name: reachy_mini_toolbox
Version: 1.1.2
Author-email: Pollen Robotics <contact@pollen-robotics.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff==0.12.0; extra == "dev"
Provides-Extra: vision
Requires-Dist: mediapipe==0.10.14; extra == "vision"
Requires-Dist: opencv-python<=5.0; extra == "vision"
Provides-Extra: moves
Requires-Dist: soundfile==0.13.1; extra == "moves"
Requires-Dist: sounddevice==0.5.1; extra == "moves"
Dynamic: license-file

# Reachy Mini Toolbox

## Installation

```bash
pip install -e .
```

### Install sub tools

```bash
pip install -e .[vision]
```

## Examples

You need to have the `reachy_mini` package installed in the same venv to run the examples.
