No published Python package yet — this is the pattern, using httpx (the same HTTP client MAEL’s own codebase uses internally):

Async

Swap httpx.Client for httpx.AsyncClient and await each call — the same pattern MAEL’s own agent runtime uses for every outbound HTTP call (Ahrefs, WordPress, Google APIs).

API Reference