Wraps SDKs for Python. A uv workspace; each package publishes independently to PyPI.
| Package | PyPI | Import | Status |
|---|---|---|---|
packages/email |
wraps-email |
wraps.email |
0.1.0 — send, batch, attachments, templates, suppression |
Built on httpx + botocore signing (no boto3) so the SDKs stay lightweight
and share one transport core across sync and async clients.
uv sync # install workspace + dev deps
uv run pytest # tests
uv run ruff check # lint
uv run ty check # type checkMIT licensed.