pylzss A Python library for decoding/encoding LZSS-compressed data. This project is based on yyogo's pylzss, I have only added CI. Installation Install from PyPI: python3 -m pip install pylzss Local installation: python3 -m pip install .