Metadata-Version: 2.4
Name: datasdr-alignment-client
Version: 0.1.9
Summary: Async Python client for Alignment Service
Requires-Python: >=3.11
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

## 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.
