Python
ActiveSync + async (PostioClient + AsyncPostioClient), Pydantic v2 models, typed exception hierarchy. Python 3.10+.
Install
pip install postio
30-second example
from postio import PostioClient
with PostioClient(api_key="pk_…") as client:
res = client.address.search(q="57 wimpole street")
print(res.results[0].suggestion)
# → 57 Wimpole Street, London, W1G 8YW