/pylzss0

LZSS0 library for CPython

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

PyLZSS

Python library for the LZSS0 compression algorithm.

Installation

python setup.py install

Usage

lzss.decompress(data)
lzss.compress(data)