--- id: clx-sdk-xms version: "1.0.0" license: Apache License, Version 2.0 license_treatment: permissive maintenance: abandoned --- # clx-sdk-xms — Library for CLX Communications HTTP REST Messaging API License: permissive · Maintenance: abandoned · Downloads: 79.8K/mo ## What it is and what it does clx-sdk-xms is a Python client library for the CLX Communications XMS REST API, designed to integrate SMS messaging capabilities into applications. It wraps HTTP calls to send and receive SMS messages, handle batch operations, schedule sends for later delivery, organize recipients into groups, and personalize messages per recipient using template variables. The SDK depends on requests for HTTP transport and iso8601 for timestamp parsing. The package is in a maintenance freeze state—its last release and commit both occurred on 2017-01-23, and the repository is not archived but has received no updates in nearly a decade. While it carries a Production/Stable classifier and permissive Apache licensing, it has received no updates. This makes it suitable only for projects that can accept an unmaintained dependency or that have locked themselves to a specific, tested version of the SDK and its dependencies. Use it for: - Send transactional SMS alerts or notifications from a Python application to end users - Implement batch SMS campaigns to multiple recipients with per-user customization - Schedule SMS messages to be delivered at a future time without polling - Organize and manage recipient contact lists as groups within CLX Communications - Receive and process inbound SMS messages via the CLX API ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python SDK for the CLX Communications REST API that sends and receives single or batch SMS messages, with support for scheduled sends, recipient groups, and per-recipient message customization. No, unless you are locked into CLX Communications as your SMS provider and cannot migrate. The package is abandoned (last update 2017-01-23) with no maintenance for nearly a decade. While install friction is low and the license is permissive, the lack of updates means compatibility with modern Python versions is uncertain, and any API changes on CLX's side would go unaddressed. New projects should seek an actively maintained SMS SDK. ## Install pip install clx-sdk-xms uv add clx-sdk-xms poetry add clx-sdk-xms ## Installing clx-sdk-xms Before you install: Low install friction with only two runtime dependencies (iso8601, requests). However, the package is abandoned—last commit was 2017-01-23 and no updates have been released since. It was marked Production/Stable but has not been maintained for nearly a decade. License in practice: Licensed under Apache License, Version 2.0 (permissive), which allows commercial use, modification, and distribution with minimal restrictions—suitable for most projects that can accept an unmaintained dependency. Quickstart: pip install clx-sdk-xms from clx.xms import Client client = Client(service_plan_id='your_id', token='your_token') message = client.send_text_message('recipient', 'Hello') Requires CLX Communications service plan credentials (service_plan_id and token). Package declares support for Python 2.7 and 3.3 and later, but modern Python versions may expose compatibility issues given the age of the codebase. Verify before relying: - Whether the package works reliably with Python versions released after 2017 - Current status of CLX Communications API—whether the service endpoints remain active and unchanged - Whether the two runtime dependencies (iso8601, requests) have breaking changes that affect this SDK ## Package facts - License: Apache License, Version 2.0 (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 79.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags sms api client, rest api sms, batch sms sender, sms messaging sdk, clx communications api, sms scheduling, sms recipient groups, sms, rest-api, abandoned [View on SkillFed](https://skillfed.io/packages/clx-sdk-xms) · [View on PyPI](https://pypi.org/project/clx-sdk-xms/)