Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pyliblo3-0.11.0-cp38-cp38-manylinux1_x86_64.whl (564.9 kB view details)

Uploaded CPython 3.8

pyliblo3-0.11.0-cp37-cp37m-manylinux1_x86_64.whl (424.2 kB view details)

Uploaded CPython 3.7m

File details

Details for the file pyliblo3-0.11.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyliblo3-0.11.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 564.9 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for pyliblo3-0.11.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9f54b1373d68df5b94fff974b421984d1cff138094063af67afc24e6f7d0133d
MD5 27810e58137dd9698e7c34fa4d790ef8
BLAKE2b-256 0011571fbccb5100917a22bb9e91cf14d0d7647e7b2af72c8bf3501ea3ba8de2

See more details on using hashes here.

File details

Details for the file pyliblo3-0.11.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyliblo3-0.11.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 424.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for pyliblo3-0.11.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 db84ca60743236c9d3ca0286727a6dd104a40c1f370de4d3a461d97601301b9c
MD5 052209792f4cfca157fe634cffa55b9c
BLAKE2b-256 f0b0e7c7d36e15bea91e070a8191fe35cebf4a96d6c9d83848a6d668169f2487

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page