pyutils.compress package ======================== 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: :show-inheritance: Module contents --------------- .. automodule:: pyutils.compress :members: :undoc-members: :show-inheritance: