Skip to Content
SDKsPythonInstallation

Installation

pip install sendafrica

For 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