Metadata-Version: 2.4
Name: reachy_mini_dances_library
Version: 0.2.1
Author-email: Pollen Robotics <contact@pollen-robotics.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: reachy_mini
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff==0.12.0; extra == "dev"

# Reachy Mini Dances Library

A library of dance moves and choreographies for the Reachy Mini robot.

## Installation

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

## Usage

```bash
# Interactive mode (cycles through all moves)
python examples/dance_demo.py

# Play a specific choreography
python examples/dance_demo.py --choreography ./examples/choreographies/another_one_bites_the_dust.json --no-keyboard
```
