1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Matthew Wener 113d03a2ff archivers/py-pyppmd: add new port
PPMd compression and decompression library.

PR:	282837
2024-11-21 21:11:30 +01:00

6 lines
308 B
Plaintext

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.