---------------------------------------------------------------------- This is the API documentation for the gdtest_src_no_all library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Record(key: str, value: str) A data record. Parameters ---------- key Record key. value Record value. ## Functions Utility functions fetch(key: str) -> str Fetch a value by key. Parameters ---------- key The key to look up. Returns ------- str The value. store(key: str, value: str) -> None Store a key-value pair. Parameters ---------- key The key. value The value.