projectreport.tools package

Submodules

projectreport.tools.expand_glob module

projectreport.tools.expand_glob.all_possible_paths(paths, base_path=None)[source]
Return type:

List[str]

projectreport.tools.monkey_patch_github module

exception projectreport.tools.monkey_patch_github.NoMorePagesAllowedException[source]

Bases: Exception

exception projectreport.tools.monkey_patch_github.ResourceNotFoundException[source]

Bases: Exception

projectreport.tools.monkey_patch_github.monkey_patch_github_obj_for_throttling(gh_obj)[source]

projectreport.tools.text module

projectreport.tools.text.get_first_non_empty_line_of_text(text)[source]
Return type:

Optional[str]