main module

main.get_plugins_from_repo(url, branch='master')[source]

Find and download all the plugins from the github repository.

Parameters:
  • url (str) – the .git url.
  • branch (str) – the branch, default: “master”
Returns:

the written files.

Return type:

list(str)