smscode Python SDK v1.0.0
Production release of the official Python SDK for the SMSCode virtual-number API.
Highlights
- Sync and async clients powered by
httpx. - Typed errors, money models, idempotent create helpers, OTP polling, resend
after_code, and webhook signature verification. - Python 3.10+ with typed package marker (
py.typed).
Install
pip install smscode==1.0.0Verification
- Public CI passed for Python 3.10, 3.11, 3.12, and 3.13.
- PyPI package verified from a fresh install.
- Wheel and sdist were built from the public
smscode-gg/sdkscheckout.