Metadata-Version: 2.4
Name: reachy-mini-dances-library-bwc
Version: 0.2.1.post1
Summary: Brain Wave Collective maintained fork of reachy-mini-dances-library (originally developed by Pollen Robotics).
Author-email: Pollen Robotics <contact@pollen-robotics.com>
Maintainer: Brain Wave Collective
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: reachy-mini-bwc<1.4.0,>=1.3.1.post1
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff==0.12.0; extra == "dev"

# ⚠️ Maintained Fork Notice

This repository is a **Brain Wave Collective–maintained fork** of the original upstream project.

It exists to maintain compatibility with Brain Wave Collective systems and may include dependency or version adjustments that differ from upstream.

If you are not using Brain Wave Collective software, you likely want the official upstream project instead.

All original licensing and attribution are preserved.

---

# 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
```
