Metadata-Version: 2.3
Name: song-executor
Version: 0.1.0
Summary: Execute song-schema JSON files in Ableton Live with proper timing
License: MIT
Keywords: ableton,music,executor,osc,live
Author: ldraney
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Dist: abletonosc-client (>=1.1.0,<2.0.0)
Requires-Dist: song-schema (>=0.1.0,<0.2.0)
Project-URL: Homepage, https://github.com/ldraney/song-executor
Project-URL: Repository, https://github.com/ldraney/song-executor
Description-Content-Type: text/markdown

# Song Executor

Execute song-schema JSON files in Ableton Live with proper timing.

## Quick Start

```bash
poetry install
poetry run song-executor song.json --dry-run  # Preview
poetry run song-executor song.json --record    # Execute and record
```

See [CLAUDE.md](CLAUDE.md) for detailed documentation.

