Metadata-Version: 2.4
Name: pyopensoundcontrol
Version: 1.0.8
Summary: A package to add fully featured OSC support to python
Author-email: Morph Tollon <code@morphtollon.co.uk>
Maintainer-email: Morph Tollon <code@morphtollon.co.uk>
License-Expression: MIT
Project-URL: Repository, https://github.com/Theatre-Tools/PyOSC
Project-URL: Homepage, https://github.com/Theatre-Tools/PyOSC
Project-URL: Issues, https://github.com/Theatre-Tools/PyOSC/issues
Keywords: osc,sound,midi,music,sockets,transport,Lighting,Theatre
Requires-Python: <4.0.0,>=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: oscparser<3.0.0,>=2.0.3
Dynamic: license-file

# PyOSC

Python library to support OSC (Open Sound Control).

## About the Project

I had issues getting the support I needed out of any of the other packages, so I decide how hard can it be...

## Features
- Support for both UDP and TCP transport protocols
- Flexible message handling with customizable handlers
- Support for both OSC version 1.0 and 1.1
- Background processing of incoming messages to avoid blocking the main thread
- Simple API for sending OSC messages to remote hosts
