Metadata-Version: 2.4
Name: maestro-cubes
Version: 0.0.1
Summary: YAML-driven modular pipeline orchestrator for document-to-audio transformation. Coming soon.
Project-URL: Homepage, https://github.com/muid-io/maestro-cubes
Project-URL: Documentation, https://github.com/muid-io/maestro-cubes
Author-email: "Muid.io" <dev@muid.io>
License: MIT
Keywords: ai,audio,cubes,orchestration,pipeline,tts,yaml
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# maestro-cubes

🎼 **YAML-driven modular pipeline orchestrator** for document-to-audio transformation.

Part of the [muid.io](https://muid.io) AI toolkit ecosystem (alongside `prompt-cubes`, `unified-ai-sdk`).

## 🚧 Coming Soon

This package is under active development. Features planned:

- **YAML Pipeline Definitions** - Declarative step-based pipelines
- **Modular Processors** - Text split/merge, audio split/merge, format conversion
- **LLM Integration** - Process text through AI models
- **TTS Support** - Convert text to speech with multiple providers
- **Checkpoint/Recovery** - Resume failed pipelines from last checkpoint

## Installation (when released)

```bash
pip install maestro-cubes
```

## Links

- GitHub: https://github.com/muid-io/maestro-cubes
- Documentation: Coming soon

## License

MIT
