stubber.downloader

Download files from a public github repo

Module Contents

Functions

download_file(url, module[, folder])

dowload a file from a public github repo

download_files(repo, frozen_modules, savepath)

dowload multiple files from a public github repo

stubber.downloader.download_file(url: str, module: str, folder: str = './')

dowload a file from a public github repo

Parameters:
  • url (str) –

  • module (str) –

  • folder (str) –

stubber.downloader.download_files(repo, frozen_modules, savepath)

dowload multiple files from a public github repo