/pylzss

LZSS library for CPython

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

PyLZSS

Python library for the LZSS compression algorithm.

Installation

Install from pypi:

::
pip install lzss

Or from source:

python setup.py install