Python client library for Avanak voice message REST API
Project description
Avanak
Python client library for Avanak voice message REST API.
Installation
pip install avanak
Usage
from avanak import AvanakClient
client = AvanakClient(token="your_token")
# Get account status
status = client.account_status()
print(status.account_name)
# Send OTP
response = client.send_otp(length=4, number="09120000000")
print(response.generated_code)
Development
This project uses uv for dependency management, ruff for linting and formatting.
uv sync
uv run ruff check .
uv run ruff format .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
avanak-0.1.1.tar.gz
(3.6 kB
view details)
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 avanak-0.1.1.tar.gz.
File metadata
- Download URL: avanak-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.13 {"installer":{"name":"uv","version":"0.9.13"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fccd76b1f5218013be6fc9fb91416ce68dbe26e56033554f6a4840651a39460d
|
|
| MD5 |
28a65b12fca6cb0283bd8d4ce3bc696b
|
|
| BLAKE2b-256 |
648949614d292e3f1c1f6754ae00358d5607915f46f338a6353457ba3dde772b
|
File details
Details for the file avanak-0.1.1-py3-none-any.whl.
File metadata
- Download URL: avanak-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.13 {"installer":{"name":"uv","version":"0.9.13"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4f428b40d361ed69c8dd5c3a83761a15fb5b921eda916e320456338b1719992
|
|
| MD5 |
b8f22583129a3aaee6eed7658cb3c5ae
|
|
| BLAKE2b-256 |
6ff4f8e309c56eeef71451733416cd580e39b2d1750cbfd47812c29f7d429327
|