core.feeder
===========

.. py:module:: core.feeder

.. autoapi-nested-parse::

   The feeder base module defines the interface for implementing feeders in the media archiving framework.





Module Contents
---------------

.. py:class:: Feeder

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


   Base class for implementing feeders in the media archiving framework.

   Subclasses must implement the `__iter__` method to define platform-specific behavior.


