About

pyliblo is a Python wrapper for the liblo OSC library. It supports almost the complete functionality of liblo, allowing you to send and receive OSC messages using a nice and simple Python API.

Also included are the command line utilities send_osc and dump_osc.

Download

pyliblo-0.10.0.tar.gz (2015-04-14)

pyliblo-0.9.2.tar.gz (2014-09-16; the last release to support liblo 0.26)

Changelog

Dependencies

Installation

./setup.py build
./setup.py install

This will install both the python module and the send_osc/dump_osc scripts.

Documentation

pyliblo API Documentation

Development

pyliblo on GitHub