kalourmade-arkesel
Python SDK for the Arkesel SMS/OTP gateway.
Install
pip install kalourmade-arkesel
Requires Python 3.9+. Single dependency: httpx.
Quickstart
import os
from kalourmade_arkesel import ArkeselClient
client = ArkeselClient(os.environ["ARKESEL_API_KEY"])
response = client.sms.send(sender="Arkesel", recipients=["233544919953"], message="Hello from Arkesel")
for result in response.results:
print(f"{result.recipient} -> {result.id}")
Full documentation, runnable examples, and the PHP/Node SDKs: github.com/kalourmade/arkesel-sdk.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kalourmade_arkesel-0.1.0.tar.gz.
File metadata
- Download URL: kalourmade_arkesel-0.1.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e003ecfd3db1c977dba68254133dd36bd84ef8aa9ec7d9ba9aa39bcdf1368d56
|
|
| MD5 |
69b38b2daf391253e86e1ae6301c6c14
|
|
| BLAKE2b-256 |
ae481c67a6dc4be629e14907d78aab109a6e1f6eecf5a1bd6a57f45046e5890f
|
File details
Details for the file kalourmade_arkesel-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kalourmade_arkesel-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d672c3ce8c27b07930b57384cef53804d54e07de921cd6e82b2542668d639ee5
|
|
| MD5 |
4de40e17a469a9ea0f33f4a7d0d236df
|
|
| BLAKE2b-256 |
4946b32b36b837186da649b72df64d28cc00be121eccafaaa25ebd710fc5b35c
|