Skip to content

Releases: samdoghor/python-termii

v0.1.1 — fix: fail fast (missing client args)

06 Mar 10:42
b091895

Choose a tag to compare

What's Changed

  • fix: late catch of missing client args by @samdoghor in #1

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0 — Initial Release

05 Mar 18:28

Choose a tag to compare

🚀 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