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