Skip to content

Instantly share code, notes, and snippets.

@blacklight
Created July 26, 2019 21:13
Show Gist options
  • Save blacklight/bfd6850b8f2f67edb34fe3c18ce7b4a6 to your computer and use it in GitHub Desktop.
Save blacklight/bfd6850b8f2f67edb34fe3c18ce7b4a6 to your computer and use it in GitHub Desktop.
[Medium] platypush plugin docstring check example
>>> from platypush.context import get_plugin
>>> plugin = get_plugin('light.hue')
>>> print(plugin.__doc__)
Philips Hue lights plugin.
Requires:
* **phue** (``pip install phue``)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment