Skip to content

poisnoir/spine-py

Repository files navigation

Spine Python Bindings

Python bindings for the Spine bridge library.

Installation

pip install .

Usage

from spine import Namespace, Subscriber
from mad import MadType

ns = Namespace("example", "key")
sub = Subscriber(ns, "topic", MadType.uint32)
data = sub.get_data()

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages