json_enricher
=============

.. py:module:: json_enricher


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/json_enricher/json_enricher/index




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

.. py:class:: JsonEnricher

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


   Base classes and utilities for enrichers in the Auto Archiver system.

   Enricher modules must implement the `enrich` method to define their behavior.


   .. 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.



