Releases: samdoghor/python-termii
Releases · samdoghor/python-termii
v0.1.1 — fix: fail fast (missing client args)
What's Changed
- fix: late catch of missing client args by @samdoghor in #1
New Contributors
- @samdoghor made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0 — Initial Release
🚀 Initial Release
python-termii is a clean and lightweight Python SDK for the Termii API — making it effortless to send SMS, OTPs, and voice messages from your Python applications.
✨ Features
- Send SMS messages via Termii's messaging API
- Send and verify OTPs
- Voice message support
- Simple, intuitive client interface
- Lightweight with minimal dependencies
📦 Installation
pip install python-termii📖 Usage
from termii_py import TermiiClient
client = TermiiClient(api_key="your_api_key")🔗 Links
MIT Licensed · Built by @samdoghor