PyLZSS Python library for the LZSS0 compression algorithm. Installation python setup.py install Usage lzss.decompress(data) lzss.compress(data)