mute_formatter
==============

.. py:module:: mute_formatter


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/mute_formatter/mute_formatter/index




Package Contents
----------------

.. py:class:: MuteFormatter

   Bases: :py:obj:`auto_archiver.core.Formatter`


   Base class for implementing formatters in the media archiving framework.

   Subclasses must implement the `format` method to define their behavior.


   .. py:method:: format(item: auto_archiver.core.Metadata) -> auto_archiver.core.Media

      Formats a Metadata object into a user-viewable format (e.g. HTML) and stores it if needed.



