UsageΒΆ

from inbus.server.inbus import Inbus

Inbus().run()

Now any Inbus client that adheres to the Protocol can publish and subscribe to messages.

Check ReadTheDocs for inbus.client