Contents

oscpy 0.6.0

0

A modern and efficient OSC Client/Server implementation

A modern and efficient OSC Client/Server implementation

Stars: 109, Watchers: 109, Forks: 27, Open Issues: 19

The kivy/oscpy repo was created 5 years ago and the last code push was 3 months ago.
The project is popular with 109 github stars!

How to Install oscpy

You can install oscpy using pip

pip install oscpy

or add it to a project with poetry

poetry add oscpy

Package Details

Author
Gabriel Pettier
License
Homepage
https://github.com/kivy/oscpy
PyPi:
https://pypi.org/project/oscpy/
GitHub Repo:
https://github.com/kivy/oscpy

Classifiers

  • Multimedia/Sound/Audio
  • Software Development/Libraries
  • System/Networking
No  oscpy  pypi packages just yet.

Errors

A list of common oscpy errors.

Code Examples

Here are some oscpy code examples and snippets.

GitHub Issues

The oscpy package has 19 open issues on GitHub

  • Fix tests
  • Experimental async support (asyncio/trio/curio)
  • Fix/50/win oserror

See more issues on GitHub

Related Packages & Articles

mybad 0.2.0

My friendly error base class - for Python.

matrixprofile 1.1.10

An open source time series data mining library based on Matrix Profile algorithms.

logzero 1.7.0

logzero is a Python package designed to simplify application logging. It provides a pre-configured standard Python logger that can be used directly across your files and modules, making it easy to implement consistent logging throughout your application. The library supports colored terminal output and log file rotation, and it handles Unicode seamlessly. As a standalone library, logzero doesn't have dependencies on other Python packages, making it a lightweight and efficient choice for your logging needs.

dotmap 1.3.30

ordered, dynamically-expandable dot-access dictionary