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
Source Code:
- pyliblo-0.8.1.tar.gz (2009-11-30)
Other versions:
- pyliblo-0.9.0-pre1.tar.gz (2010-03-08, adds support for Python 3.x)
- pyliblo-0.7.2.tar.gz (2009-01-19, the last release to support liblo 0.23)
Distribution Packages:
- Ubuntu (→install)
- Ubuntu Hardy/Intrepid (PPA)
- openSUSE (Packman)
- Arch Linux (AUR)
Building
Requirements:
Optional:
- Pyrex or Cython (only needed to build from the original Pyrex/Cython source, instead of using the provided auto-generated C file)
Installation:
./setup.py build ./setup.py install
This will install both the python module and the send_osc/dump_osc scripts.