Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-01-30 16:01
0.9.1

Die Sende-Funktionen jetzt erheben IOError wenn das Senden fehlgeschlagen, das ist besonders nützlich für TCP-Verbindungen. Der Code wurde bereinigt, so dass es besser lesbar und etwas effizienter als vorherige Versionen.
Tags: Minor feature enhancements, Code cleanup
The send functions now raise an IOError if sending failed, which is especially useful for TCP connections. The code was cleaned up, making it more readable and slightly more efficient than previous versions.

2010-10-24 05:02
0.9.0

Diese Version schließt Unterstützung für Python 3.x und die Umstellung von Pyrex zu Cython. Server-Objekte enthalten jetzt eine fileno ()-Methode, um die Datei-Deskriptor des Server-Socket erhalten und eine kostenlose ()-Methode an den Server, ohne sich auf Python's Garbage Collection zu schließen. Getter-Methoden wurden von Nur-Lese-Eigenschaften ersetzt, und alle Klassen und Methoden werden nun korrekt mit Docstrings annotiert.
Tags: Major feature enhancements, Minor bugfixes
This release completes support for Python 3.x and the switch from Pyrex to Cython. Server objects now include a fileno() method to get the file descriptor of the server socket, and a free() method to close the server without relying on Python's garbage collection. Getter methods were replaced by read-only properties, and all classes and methods are now properly annotated with docstrings.

2010-03-09 16:05
0.9.0-pre1

Diese Version bietet Unterstützung für Python 3.x
This version adds support for Python 3.x.

2009-09-14 04:00
0.8.0

Die Lizenz wurde von der GPL v2 auf der LGPL 2.1 (liblo geändert tat das gleiche in der Version 0.26). Die Hinzufügung eines Protokolls Parameter, um die Server-Klasse ist es inzwischen möglich, OSC über TCP zu verwenden.
Tags: Major feature enhancements, license change
The license has changed from the GPL v2 to the LGPL 2.1 (liblo did the same in version 0.26). The addition of a protocol parameter to the Server class now makes it possible to use OSC over TCP.

2009-01-20 09:54
0.7.2

Diese Version enthält einige kleinere Funktionserweiterungen: Rückgabewerte von Callback-Funktionen sind nicht mehr ignoriert, sondern auch so behandelt, als in liblo. Send_osc Das Skript kann nun mit einem expliziten Typ string ausgeführt werden, anstatt zu versuchen, das Argument Typen automatisch zu ermitteln. Alle bisherigen Compiler-Warnungen wurden ordnungsgemäß in das Pyrex Quelle festgelegt sind, statt für das Patchen der generierten C-Code.
Tags: Minor feature enhancements
This release includes some minor feature
enhancements: Return values of callback functions
are no longer ignored, but handled as in liblo.
The send_osc script can now be run with an
explicit type string, instead of trying to
determine the argument types automatically. All
previous compiler warnings have been fixed
properly in the Pyrex source, instead of patching
the generated C code.

Project Resources