LICENSE
README.md
pyproject.toml
src/openwig/__init__.py
src/openwig/__main__.py
src/openwig/bridge.py
src/openwig/recreate.py
src/openwig/song.py
src/openwig.egg-info/PKG-INFO
src/openwig.egg-info/SOURCES.txt
src/openwig.egg-info/dependency_links.txt
src/openwig.egg-info/entry_points.txt
src/openwig.egg-info/requires.txt
src/openwig.egg-info/top_level.txt
src/openwig/cli/__init__.py
src/openwig/cli/__main__.py
src/openwig/cli/install.py
src/openwig/controller/__init__.py
src/openwig/controller/openwig_bridge.control.js
src/openwig/read/__init__.py
src/openwig/read/notes.py
src/openwig/read/project.py
src/openwig/wire/__init__.py
src/openwig/wire/automation.py
src/openwig/wire/render.py
tests/test_api.py
tests/test_bridge.py
tests/test_recreate.py