---------------------------------------------------------------------- This is the API documentation for the gdtest_all_concat library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Record(name: str, value: int = 0) A data record. Parameters ---------- name The record name. value The record value. ## Functions Utility functions format_output(data: dict) -> str Format output data as a string. Parameters ---------- data The data to format. Returns ------- str Formatted string representation. parse_input(text: str) -> dict Parse input text into a dictionary. Parameters ---------- text The input text to parse. Returns ------- dict Parsed data. validate_record(record: 'Record') -> bool Validate a record. Parameters ---------- record The record to validate. Returns ------- bool True if the record is valid.