Metadata-Version: 2.4
Name: oscparser
Version: 2.0.4
Summary: Library for parsing and building Open Sound Control (OSC) messages and bundles.
License: MIT License
         
         Copyright (c) 2025 Morph Tollon
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
License-File: LICENSE
Keywords: osc,sound,midi,music
Author: Morph Tollon
Author-email: code@morphtollon.co.uk
Maintainer: Morph Tollon
Maintainer-email: code@morphtollon.co.uk
Requires-Python: >=3.13
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Freely Distributable
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: System :: Networking
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Project-URL: Homepage, https://github.com/Theatre-Tools/python-osc-parser
Project-URL: Issues, https://github.com/Theatre-Tools/python-osc-parser/issues
Project-URL: Repository, https://github.com/Theatre-Tools/python-osc-parser
Description-Content-Type: text/markdown

# Python OSC Parser

Open Sound Control (OSC) protocol implementation in Python.
## Current status

This library was developed following the
[OpenSoundControl Specification 1.0](https://opensoundcontrol.stanford.edu/spec-1_0.html)
and is currently in a stable state.

## Features

- Parsing and constructing OSC messages and bundles.
- Support for various OSC data types including integers, floats, strings, blobs, and more.

## License

This software is licensed under the MIT License. See the LICENSE file for details.
