Python bindings for the liblo OSC library
Project description
pyliblo3
This is a fork of the original bindings for liblo, making it pip installable
Example
Simple Server
import liblo server = liblo.Server(8080) def test_handler(path, args, types, src): print(args) server.add_method("/test", None, test_handler) while True: server.recv(100)
Dependencies
- liblo >= 0.28
Installation
1. Install liblo
liblo
must be installed previously
Linux
sudo apt install liblo-dev
macOS
brew install liblo
Windows
See http://liblo.sourceforge.net/README-platforms.html
2. Install pyliblo3
pip install pyliblo3
Original README
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.
See doc/API.html and doc/examples.html for API documentation and some
example code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyliblo3-0.11.3-cp38-cp38-manylinux2010_x86_64.whl (569.2 kB) | File type Wheel | Python version cp38 | Upload date | Hashes View |
Filename, size pyliblo3-0.11.3.tar.gz (11.6 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for pyliblo3-0.11.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee64fffe4475b2fd3e1b3223c20e273005f884ff778042f8a9188cd7568c8ac7 |
|
MD5 | 94ceaf252f7b5a539d6e0ebbd16753c4 |
|
BLAKE2-256 | 55213458d4d4b0e42adef2f5cf654dcac08d66cdf1564a9e989ee6d758aee2dc |