Skip to content
forked from yyogo/pylzss

LZSS library for CPython

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

m1stadev/pylzss

 
 

Repository files navigation

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 .

About

LZSS library for CPython

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.4%
  • Python 11.6%