judgevet.adapters

Status: draft.

judgevet.adapters

Adapters that sit between the domain and the outside world.

This package is the parent of both inbound and outbound adapters. In hexagonal architecture, adapters translate between the domain (core) and external frameworks (APIs, CLI, databases, etc.).

Examples:

# Inbound adapter example
from judgevet.adapters.inbound.cli import cli_main

# Outbound adapter example
from judgevet.adapters.outbound.http import HTTPSystemOneAdapter
See Also

Attributes:

Name Type Description
None

This package provides organizational structure only.