This package browser is in early development. Mind the rough edges.

python-osc

Open Sound Control server and client implementations

python-osc is a pure Python library with no external dependencies. It implements the Open Sound Control 1.0 specification.

Installation

Install the latest version of python-osc as follows:

guix install python-osc

Or install a particular version:

guix install python-osc@1.7.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-osc about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-osc'><img src='https://packages.guix.gnu.org/packages/python-osc/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-osc/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-osc)

Example Org:

[[https://packages.guix.gnu.org/packages/python-osc][https://packages.guix.gnu.org/packages/python-osc/badges/latest-version.svg]]