soco.plugins package

Module contents

This is the __init__ module for the plugins.

It contains the base class for all plugins

class soco.plugins.SoCoPlugin(soco)[source]

The base class for SoCo plugins.

name

human-readable name of the plugin

classmethod from_name(fullname, soco, *args, **kwargs)[source]

Instantiate a plugin by its full name.