From d3c75aab0ff98e0bbad5d366581742233b360421 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Mon, 4 Dec 2023 18:50:44 +0700 Subject: python/python3-pyppmd: Added (PPMd library). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pyppmd/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-pyppmd/README (limited to 'python/python3-pyppmd/README') diff --git a/python/python3-pyppmd/README b/python/python3-pyppmd/README new file mode 100644 index 0000000000..881af885f7 --- /dev/null +++ b/python/python3-pyppmd/README @@ -0,0 +1,5 @@ +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. -- cgit v1.2.3