---------------------------------------------------------------------- This is the API documentation for the gdtest_source_title library. ---------------------------------------------------------------------- ## Functions Public functions compress(data: bytes) -> bytes Compress binary data. Parameters ---------- data The data to compress. Returns ------- bytes The compressed data. decompress(data: bytes) -> bytes Decompress binary data. Parameters ---------- data The data to decompress. Returns ------- bytes The decompressed data.