Metadata-Version: 2.4
Name: bbmuse
Version: 0.1.0
Summary: BlackBoard MUSic Engine - A blackboard system for realtime AI music generation
Author-email: Fabian Ostermann <fabian.ostermann@tu-dortmund.de>
License-Expression: MIT
Project-URL: Homepage, https://github.com/fabianostermann/bbmuse
Project-URL: Issues, https://github.com/fabianostermann/bbmuse/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# BlackBoard MUSic Engine

A blackboard system for realtime AI music generation.

This is ongoing research. The Github repository is currently set to private, but will be available soon.

## Installation and first-run experience

To install via PyPI, use: `pip install bbmuse`

To install locally (e.g., if cloned from github), use: `pip install -e .` (from inside this directory)

To quickly test the local installation, run: `bbmuse tests/DummyProject/ --quit-after 5`

For additional usage, use: `bbmuse --help`

More example projects can be found online soon.

