module bestof.integrations.baseintegration

January 11, 2021 · View on GitHub

module best_of.integrations.base_integration


class BaseIntegration


property name

Returns the name of the integration.


method generate_md_details

generate_md_details(project: Dict, configuration: Dict) → str

Generates markdown details for the given project.

Args:

  • project (Dict): Collected project metadata.
  • configuration (Dict): Best-of configuration.

Returns:

  • str: Generated markdown.

method update_project_info

update_project_info(project_info: Dict) → None

Updates the project metadata by fetching information from the package manager.

Args:

  • project_info (Dict): Collected project metadata.

This file was automatically generated via lazydocs.