Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
loom-kernel docs
loom-kernel docs

Guides

  • Auto-CRUD
  • Quickstart
  • Examples repo
  • Use-case DSL
  • Celery worker
  • Fake repo examples

Architecture

  • Architecture overview
  • Clean architecture rules
  • ADR index

Reference

  • Reference
    • Core API
      • loom.core.use_case
      • loom.core.use_case.markers
      • loom.core.use_case.compute
      • loom.core.use_case.rule
      • loom.core.use_case.field_ref
      • loom.core.command
      • loom.core.model
      • loom.core.engine
      • loom.core.errors
    • Repository API
      • loom.core.repository.abc
      • loom.core.repository.abc.query
      • loom.core.repository.sqlalchemy
      • loom.core.cache
      • loom.core.cache.repository
      • loom.core.cache.gateway
      • loom.core.cache.dependency
      • loom.core.cache.decorators
    • REST API
      • loom.rest.model
      • loom.rest.compiler
      • loom.rest.autocrud
      • loom.rest.fastapi
      • loom.rest.fastapi.app
      • loom.rest.fastapi.router_runtime
      • loom.rest.fastapi.openapi
      • loom.rest.fastapi.response
    • Testing API
      • loom.testing
Back to top
View this page

ReferenceΒΆ

API reference for Loom public modules. Pages are grouped by domain to make autodoc output easier to navigate.

  • Core API
    • Use Case DSL
    • Command and Model
    • Engine and Errors
  • Repository API
    • Contracts
    • SQLAlchemy adapter
    • Cache layer
  • REST API
    • REST declarations
    • FastAPI adapter
  • Testing API
    • Testing toolkit
Next
Core API
Previous
ADR index
Copyright © 2026, the-reacher-data
Made with Sphinx and @pradyunsg's Furo