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
examples
directory 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é dominic.sacre@gmx.de
Copyright (C) 2023 pyliblo Contributors