Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 187 Bytes

README.rst

File metadata and controls

17 lines (11 loc) · 187 Bytes

PyLZSS

Python library for the LZSS compression algorithm.

Installation

Install from pypi:

::
pip install lzss

Or from source:

python setup.py install