Installation
pip install sendafricaFor async support (FastAPI, asyncio workers):
pip install sendafrica[async]The async client wraps httpx — it is otherwise identical to the sync client. Without the [async] extra, constructing AsyncSendAfrica raises ImportError immediately.
Last updated on