Metadata-Version: 2.4
Name: datasdr-dsg-alignment-sdk
Version: 0.1.0
Summary: Async Python SDK for DSG Alignment Service (processors and platform consumers)
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.24
Requires-Dist: pydantic<3,>=2.0
Requires-Dist: datasdr-base-api-client<1,>=0.2.0
Provides-Extra: server-schemas
Requires-Dist: fastapi<1,>=0.100; extra == "server-schemas"
Requires-Dist: sqlmodel>=0.0.14; extra == "server-schemas"
Requires-Dist: psycopg[binary]>=3.0.0; extra == "server-schemas"
Requires-Dist: pydantic-settings<3,>=2.0; extra == "server-schemas"
Requires-Dist: python-dotenv>=1.0.0; extra == "server-schemas"

# alignment-service

## Docs

- `docs/process.md`
- `docs/runtime-stabilization-2026-04.md` — April 2026 notes on graph lifecycle, map-findings fixes, timeout budgets, and auth hardening in `alignment-service`.

## Integration with the Pipeline Service

The `dag` folder contains the DAGs for the pipeline service.

## API Client

See [docs/api_client.md](docs/api_client.md) for the async Python client based on `httpx` and shared API schemas.
