summaryrefslogtreecommitdiffstats
path: root/python/python3-pyppmd/README
blob: 881af885f7f7c88a12692e11f15742862a68fd44 (plain)
pyppmd module provides classes and functions for compressing and
decompressing text data, using PPM(Prediction by partial matching)
compression algorithm which has several variations of implementations.
PPMd is the implementation by Dmitry Shkarin. PyPPMD use Igor Pavlov’s
range coder introduced in 7-zip.