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

Core API¶

Use Case DSL¶

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

Command and Model¶

loom.core.command

loom.core.model

Engine and Errors¶

loom.core.engine

loom.core.errors

Next
loom.core.use_case
Previous
Reference
Copyright © 2026, the-reacher-data
Made with Sphinx and @pradyunsg's Furo
On this page
  • Core API
    • Use Case DSL
    • Command and Model
    • Engine and Errors