/pyliblo

Python bindings for the liblo OSC library

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

pyliblo - Python bindings for the liblo OSC library

Copyright (C) 2007-2011  Dominic Sacré  <dominic.sacre@gmx.de>

http://das.nasophon.de/pyliblo/


To install, run "./setup.py build", followed by "./setup.py install". This
will install both the python module and the send_osc/dump_osc scripts.

The C source file generated by Cython is included in the distribution, so
it's not necessary to have Cython installed in order to build pyliblo.
To build from the original Cython source anyway, remove src/liblo.c, then
pass '--with-cython' to setup.py.

See doc/API.html and doc/examples.html for API documentation and some
example code.