pygitpub.utils package

Submodules

pygitpub.utils.importlib module

pygitpub.utils.importlib.import_file(file_path)[source]
pygitpub.utils.importlib.module_exists(module_name)[source]

return if a module exists or not

pygitpub.utils.misc module

pygitpub.utils.misc.delete(workflow_run)[source]
pygitpub.utils.misc.get_all_git_repos() Set[str][source]

we use //.git here with recursive=False (which is the default) because otherwise we would find submodules too

pygitpub.utils.misc.get_logger()[source]
pygitpub.utils.misc.get_number_of_files(folder: str) int[source]

Module contents