meta_enricher
=============

.. py:module:: meta_enricher


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/meta_enricher/meta_enricher/index




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

.. py:class:: MetaEnricher

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


   Adds metadata information about the archive operations, to be included at the end of all enrichments


   .. py:method:: enrich(to_enrich: auto_archiver.core.Metadata) -> None

      Enriches a Metadata object with additional information or context.

      Takes the metadata object to enrich as an argument and modifies it in place, returning None.



   .. py:method:: enrich_file_sizes(to_enrich: auto_archiver.core.Metadata)


   .. py:method:: human_readable_bytes(size: int) -> str


   .. py:method:: enrich_archive_duration(to_enrich)


