{"library":"python-osc","title":"python-osc","description":"Pure Python implementation of the Open Sound Control (OSC) protocol, providing both UDP and TCP server and client classes. Version 1.10.2 supports Python >=3.10. Released irregularly with focus on robustness and simplicity.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install python-osc"],"cli":null},"imports":["from pythonosc.udp_client import SimpleUDPClient","from pythonosc.udp_server import SimpleUDPServer","from pythonosc.osc_packet import OscPacket","from pythonosc.osc_message import OscMessage"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pythonosc.udp_client import SimpleUDPClient\n\nclient = SimpleUDPClient(\"127.0.0.1\", 9000)\nclient.send_message(\"/hello\", [1, 2.0, \"world\"])\nprint(\"Sent OSC message to 127.0.0.1:9000\")","lang":"python","description":"Minimal example to send an OSC message over UDP.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}