Skip to content

Guide

This section explains the current architecture of Arepy from the outside in.

Design themes you will see repeatedly

  • components are data containers
  • systems are plain callables grouped by pipeline
  • queries are signed from type annotations
  • resources are injected by type name at runtime
  • examples favor small, direct system code