We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A client (or plug-in) is created using the Plugin class.
Plugin
from splonecli.api.plugin import Plugin my_plugin = Plugin("<name>", "<desc>", "<author>", "license")
You may initialize your plug-in with the optional debug=True parameter. This will output some information using pythons built-in logging module.
debug=True
logging
Plugin("<name>", "<desc>", "<author>", "license", debug=True)
There was an error while loading. Please reload this page.