Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This package provides DDD and Hexagonal Architecture building blocks for Python
- [Getting started](getting-started.md) — Step-by-step guide: install, define a domain model, handle commands, wire buses.
- [Component reference](component-reference.md) — Every abstract class, protocol, and infrastructure component.
- [Coding standards](coding-standards.md) — Conventions aligned with DDD and Clean Architecture, with do/don't guidelines.
- [Architecture](architecture.md) — Service building blocks: API, database, subscriber, publisher, worker, outbox, observability.
- [Best practices](best-practices.md) — Design rules for domain components, application layer contracts, and event/task selection.

## Complete working example

Expand Down
Loading
Loading