summaryrefslogtreecommitdiffstats
path: root/python/python3-pyppmd/README
diff options
context:
space:
mode:
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.