---------------------------------------------------------------------- This is the API documentation for the gdtest_skill_default library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Config(debug: bool = False, verbose: bool = False) Configuration container. Parameters ---------- debug Enable debug mode. verbose Enable verbose output. ## Functions Utility functions transform(data: list, scale: float = 1.0) -> list Transform a list of values by a scale factor. Parameters ---------- data Input values. scale Multiplier to apply. Returns ------- list Scaled values. validate(value: str) -> bool Check whether a value is non-empty and valid. Parameters ---------- value The string to validate. Returns ------- bool True if the value is valid.