{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/9"}],"enrichment":{"capability":"Provides a Python client library for the Telnyx REST API, offering both synchronous and asynchronous interfaces with full type definitions for requests and responses.","skillfed_tags":["communications-api","async-ready","typed"],"use_cases":["Programmatically dial phone calls, manage connections, and configure answering machine detection in voice applications.","Build IVR systems or contact center integrations that need to interact with Telnyx's telephony platform.","Transcribe audio files or access AI-powered communication features via the Telnyx API.","Manage phone numbers, access IP addresses, and handle number orders through the REST API.","Integrate Telnyx webhooks and event handling into async Python applications with type safety."],"what_it_does":"Telnyx is the official Python SDK for the Telnyx communications platform REST API. It wraps HTTP calls to Telnyx's endpoints with a typed, object-oriented interface, supporting both synchronous and asynchronous workflows. The library is generated using Stainless and includes full type hints for all request parameters and response fields, enabling IDE autocomplete and static type checking.\n\nThe package is built on httpx for HTTP transport and pydantic for response validation. It handles pagination automatically, provides helper methods for serializing responses to JSON or dictionaries, and includes error classes for connection and API status failures. Async usage is identical to sync except for await keywords; you can optionally swap httpx for aiohttp as the HTTP backend for improved concurrency performance.","worth_installing":"Yes. The library is actively maintained, has no known vulnerabilities, uses permissive MIT licensing, and offers low install friction. It is the official Telnyx SDK with full type support and both sync/async interfaces\u2014the right choice for any Python application integrating Telnyx communications services."},"id":"telnyx","links":{"html":"https://skillfed.io/packages/telnyx","md":"https://skillfed.io/packages/telnyx.md","pypi":"https://pypi.org/project/telnyx/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":null,"license_treatment":"permissive","name":"telnyx","python_support":"supports_current","summary":"The official Python library for the telnyx API"},"popularity":{"monthly_downloads":720461,"position":5236,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.173.0"}
