aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyppmd/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-pyppmd_2023-12-04@lockywolf.net>2023-12-04 18:50:44 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-04 19:34:28 +0700
commitd3c75aab0ff98e0bbad5d366581742233b360421 (patch)
tree61a5c8c7eff949d7ff035a1c06ba2738115510e6 /python/python3-pyppmd/README
parent97a5272f1ff7b057f2397890c4ba7362a39805ec (diff)
python/python3-pyppmd: Added (PPMd library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyppmd/README')
-rw-r--r--python/python3-pyppmd/README5
1 files changed, 5 insertions, 0 deletions
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.