``algorithms`` commands ======================= .. csv-table:: :widths: auto "**Plugin**", :class:`~shellbot.plugins.algorithms.Algorithms` "**Brief**", "Algorithms plugin." `huffman-unzip <../plugins/algorithms.html#shellbot.plugins.algorithms.Algorithms.huffman_unzip>`_ -------------------------------------------------------------------------------------------------- .. csv-table:: :widths: auto "**Aliases**", "No alias" "**Brief**", "Decompress a string via Huffman algorithm and a given alphabit-table." "**Usage**", ``huffman-unzip message`` .. code-block:: text positional arguments: message message to decompress `huffman-zip <../plugins/algorithms.html#shellbot.plugins.algorithms.Algorithms.huffman_zip>`_ ---------------------------------------------------------------------------------------------- .. csv-table:: :widths: auto "**Aliases**", "No alias" "**Brief**", "Compress a string via Huffman algorithm." "**Usage**", ``huffman-zip message`` .. code-block:: text positional arguments: message message to compress `lzw-unzip <../plugins/algorithms.html#shellbot.plugins.algorithms.Algorithms.lzw_unzip>`_ ------------------------------------------------------------------------------------------ .. csv-table:: :widths: auto "**Aliases**", "No alias" "**Brief**", "Decompresses an ASCII string via LZW algorithm." "**Usage**", ``lzw-unzip message`` .. code-block:: text positional arguments: message message to decompress `lzw-zip <../plugins/algorithms.html#shellbot.plugins.algorithms.Algorithms.lzw_zip>`_ -------------------------------------------------------------------------------------- .. csv-table:: :widths: auto "**Aliases**", "No alias" "**Brief**", "Compress an ASCII string via LZW algorithm." "**Usage**", ``lzw-zip message`` .. code-block:: text positional arguments: message message to compress