loom-kernel documentation¶
Framework-agnostic toolkit to build backend applications with typed use cases, repository contracts, and transport adapters.
Official hosted documentation: loom-py.readthedocs.io. Companion demo application: dummy-loom.
Guides
- Auto-CRUD
- Quickstart
- Examples repo
- Use-case DSL
- Anatomy of a use case
- Commands
- F — typed field reference
- Input markers
- Compute — derive and normalise fields
- Rule — validate before execute
- Predicate composition
- Full use case example — update with all DSL features
- Declaring use cases on a REST interface
- Cross-use-case calls with ApplicationInvoker
- DSL quick-reference
- Celery worker
- Fake repo examples
Architecture
Reference