module best_of.generator
January 11, 2021 · View on GitHub
module best_of.generator
function parse_projects_yaml
parse_projects_yaml(
projects_yaml_path: str
) → Tuple[Dict, list, OrderedDict, list]
function load_extension_script
load_extension_script(extension_script_path: str) → None
function generate_markdown
generate_markdown(
projects_yaml_path: str,
libraries_api_key: str = None,
github_api_key: str = None
) → None
This file was automatically generated via lazydocs.