{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/4"}],"enrichment":{"capability":"Sends SMS messages via Vonage's API and handles responses through a structured SmsResponse class.","skillfed_tags":["sms-api","vonage","messaging"],"use_cases":["Send transactional SMS alerts (password resets, order confirmations) from a Python backend","Integrate SMS notifications into a larger application using the main vonage package","Build a notification service that dispatches SMS to multiple recipients","Handle SMS API responses in a type-safe way using pydantic models"],"what_it_does":"vonage-sms is a Python client library for Vonage's SMS API, designed to simplify sending SMS messages from Python applications. It wraps the Vonage HTTP SMS endpoint and provides a type-safe interface through pydantic models: you create an SmsMessage object with recipient, sender, and text, pass it to the Sms.send method, and receive an SmsResponse object with the result.\n\nThe package depends on vonage-http-client for HTTP communication and vonage-utils for shared utilities, and uses pydantic for data validation and serialization. It supports Python 3.9 through 3.13 and is actively maintained by Vonage, with no known security vulnerabilities.","worth_installing":"Yes, if you need to send SMS via Vonage. The package is actively maintained, has low install friction, permissive licensing, and no known vulnerabilities. However, verify whether you should use this directly or through the main vonage package, as the documentation recommends the latter."},"id":"vonage-sms","links":{"html":"https://skillfed.io/packages/vonage-sms","md":"https://skillfed.io/packages/vonage-sms.md","pypi":"https://pypi.org/project/vonage-sms/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-22","license_spdx":null,"license_treatment":"permissive","name":"vonage-sms","python_support":"supports_current","summary":"Vonage SMS package"},"popularity":{"monthly_downloads":336408,"position":7460,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.0"}
