Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yorikvanhavre
Last active June 17, 2016 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorikvanhavre/e159fc2601234837c64ea59c4092d10b to your computer and use it in GitHub Desktop.
Save yorikvanhavre/e159fc2601234837c64ea59c4092d10b to your computer and use it in GitHub Desktop.
plugin manager goal
import pluginmanager
plugins = pluginmanager.getPlugins()
for plugin in plugins:
print plugin.Name
print plugin.Author
print plugin.Url
print plugin.Description
print plugin.type # if this is a workbench or a macro
# for later...
print plugin.isInstalled()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment