module bestof.generators.basegenerator

June 18, 2023 ยท View on GitHub

module best_of.generators.base_generator


class BaseGenerator


property name

Returns the name of the generator.


method write_output

write_output(
    categories: OrderedDict,
    projects: List[Dict],
    config: Dict,
    labels: list
) โ†’ None

Generates the markdown output and writes into files.

Args:

  • categories (OrderedDict): Projects categorized into configured categories.
  • projects (list): List of projects.
  • config (Dict): Best-of configuration.
  • labels (list): List of available labels.

This file was automatically generated via lazydocs.