Metadata-Version: 2.4
Name: sms-mn
Version: 0.1.0
Summary: Production-ready Python client for sending SMS via Unitel Premium Number API
Author: c1rtkaal
License: MIT
Project-URL: Homepage, https://github.com/Suldee925/sms-mn
Project-URL: Repository, https://github.com/Suldee925/sms-mn
Project-URL: Issues, https://github.com/Suldee925/sms-mn/issues
Keywords: sms,unitel,mongolia,otp,notifications
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx<1,>=0.27
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: respx>=0.21; extra == "dev"
Requires-Dist: build>=1.2.2; extra == "dev"
Requires-Dist: twine>=5.1.1; extra == "dev"
Requires-Dist: ruff>=0.9.0; extra == "dev"
Requires-Dist: mypy>=1.11; extra == "dev"
Dynamic: license-file

# sms-mn

Production-ready Python library for sending SMS through the Unitel Premium Number API.

This package is designed so your backend only needs to provide:

- `to`
- `message`

Everything else is handled by the client.

## Features

- Simple `send(to, message)` API
- Sync and async clients
- Input validation
- Configurable timeout
- Retry support for transient failures
- Clean exception hierarchy
- `src/` layout for packaging
- Wheel/sdist ready

## Install

```bash
pip install sms-mn
