Python bindings for the liblo OSC library.
Note: Ensure that liblo and associated development tools are present.
To build, use the build module or any PEP-517 compatible
backend of your choice.
Afterwards, the wheel can be installed with pip.
python -m build --wheel
pip install dist/*.whl- API documentation
- The
examplesdirectory contains some example code. - Open Sound Control
- liblo
- Original homepage
- Original documentation
LGPL-2.1-or-later as per LICENSE.
Copyright (C) 2007-2015 Dominic Sacré [email protected]
Copyright (C) 2023 pyliblo Contributors