


bridge.builders.edam package
============================




Public Interface
----------------
This section documents user-facing interface of the ``bridge.builders.edam`` package (as defined in its ``__init__.py`` file).

.. automodapi:: bridge.builders.edam
   :no-inheritance-diagram:
   :no-main-docstr:
   :include-all-objects:
   :no-heading:
   :noindex:


.. automodule:: bridge.builders.edam
   :members:
   :show-inheritance:







Submodules
----------

.. autosummary::
   :toctree: .
   :nosignatures:

   
   edam_composer
   
   edam_transformer
   




Dependencies diagram
--------------------

Each architecture diagram below visualizes the internal dependency structure of the ``bridge.builders.edam`` package.
It shows how modules and subpackages within the package depend on each other, based on direct Python imports.

- Packages are shown as purple rectangles
- Modules are shown as pink rectangles
- Arrows (A → B) indicate that A directly imports B

Each subpackage’s diagram focuses only on its own internal structure,
it does not include imports to or from higher-level packages
(those appear in the parent package’s diagram).

.. image:: ../_architecture_generated/bridge.builders.edam.dependencies.svg
   :alt: bridge package dependencies
   :width: 80%
   :align: center

