---------------------------------------------------------------------- This is the API documentation for the gdtest_source_path library. ---------------------------------------------------------------------- ## Functions Public functions parse(text: str) -> dict Parse text into a dictionary. Parameters ---------- text The text to parse. Returns ------- dict The parsed result. format_output(data: dict) -> str Format a dictionary as output text. Parameters ---------- data The data to format. Returns ------- str The formatted output.