DDD building blocks: entities, value objects, bounded contexts, and validation helpers.
Project description
attack-on-domain
Helpers for domain-driven design in Python: entities, value objects, bounded contexts, domain events, and Pydantic v2–based validation.
Install
pip install attack-on-domain
With uv in another project:
uv add attack-on-domain
Or install into the active environment:
uv pip install attack-on-domain
Usage
Import only from the top-level package:
from aod import (
BoundedContext,
DomainEvent,
DomainException,
Entity,
ValueObject,
)
Requires Python 3.14+.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file attack_on_domain-0.0.4.tar.gz.
File metadata
- Download URL: attack_on_domain-0.0.4.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dacadaa20e63594a1af8f53caff09f3744c5f6f0c5add831a5b8ab7780ac8821
|
|
| MD5 |
df82955a49278127b7abcf6ad4d0c2f1
|
|
| BLAKE2b-256 |
be3ed2d95169f74699d4ae564b4fd9dccbf35939115a7f3cf7ac99b774ac485d
|
File details
Details for the file attack_on_domain-0.0.4-py3-none-any.whl.
File metadata
- Download URL: attack_on_domain-0.0.4-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fd574f80ed8a87fb26bc9431b801cf4289528580280546619b33d255ed69be8
|
|
| MD5 |
427e10f67fffef2ce6a04642b427fd3b
|
|
| BLAKE2b-256 |
be3421bf66a419e31a20fa34365348c853659e1ad737d628546c372bcb513fd4
|