lzss

LZSS compression algorithm


License
GPL-3.0
Install
pip install lzss==0.3

Documentation

PyLZSS

Python library for the LZSS compression algorithm.

Installation

Install from pypi:

::
pip install lzss

Or from source:

python setup.py install