X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fpyutils.compress.rst;h=67a2eb827ed9f28b706995fb2c52bc915352dc6d;hb=4f9596f205d9947b5abf93b5295ff623470cf52e;hp=7957494e773138987ff211aed2045132a97bb944;hpb=84f53cd94d18a8d239216704a6a33c7dbf2fc6b9;p=pyutils.git diff --git a/docs/pyutils.compress.rst b/docs/pyutils.compress.rst index 7957494..67a2eb8 100644 --- a/docs/pyutils.compress.rst +++ b/docs/pyutils.compress.rst @@ -1,17 +1,14 @@ pyutils.compress package ======================== +This subpackage includes code related to data compression. + Submodules ---------- pyutils.compress.letter\_compress module ---------------------------------------- -This is a simple, honestly, toy compression scheme that uses a custom -alphabet of 32 characters which can each be represented in six bits -instead of eight. It therefore reduces the size of data composed of -only those letters by 25% without loss. - .. automodule:: pyutils.compress.letter_compress :members: :undoc-members: