stubber.downloader ================== .. py:module:: stubber.downloader .. autoapi-nested-parse:: Download files from a public github repo Functions --------- .. autoapisummary:: stubber.downloader.download_file stubber.downloader.download_files Module Contents --------------- .. py:function:: download_file(url: str, module: str, folder: str = './') dowload a file from a public github repo .. py:function:: download_files(repo, frozen_modules, savepath) dowload multiple files from a public github repo