skillfed

telesignenterprise

Telesign Enterprise SDK

telesignenterprise v4.1.0 798.7K downloads/30d#5,028 on PyPI25
Permissive license MIT License Active released

What it is and what it does

Telesignenterprise is the official Python SDK for integrating Telesign's identity and communications services into applications. It wraps Telesign's APIs for user verification, digital identity checks, and omnichannel messaging (SMS, voice) behind a developer-friendly interface. The SDK handles Digest and Basic authentication automatically—you supply your Customer ID and API Key, and the library manages credentials and request signing for you.

The package is designed for developers building onboarding flows, account security, fraud prevention, and engagement systems that need to verify users or send communications at scale. It supports a wide range of Python versions and has low installation friction, depending only on the telesign runtime library.

Use it for:

  • Add SMS or voice-based user verification to account signup and login flows
  • Implement fraud detection and account integrity checks during onboarding
  • Send omnichannel notifications (SMS, voice) to users at scale
  • Integrate digital identity verification into KYC or compliance workflows
  • Secure password reset and multi-factor authentication with SMS or voice

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Python SDK for Telesign's user verification, digital identity, and omnichannel communications APIs, handling authentication and requests to Telesign services.

Yes, if you are building on Telesign's platform. The SDK is actively maintained, permissively licensed, has low install friction, and carries no known vulnerabilities. It is production-stable and widely used. Install only if you have a Telesign account and need to integrate their verification or messaging services.

Install

telesignenterprise on PyPI

pip

pip install telesignenterprise

uv

uv add telesignenterprise

poetry

poetry add telesignenterprise

Installing telesignenterprise

Before you install

Low install friction with a single pure-Python wheel dependency. Actively maintained with a recent release 23 days ago and ongoing repository activity.

License in practice

MIT License permits commercial and private use with minimal restrictions, making it suitable for most integration scenarios.

Quickstart

pip install telesignenterprise

from telesign import ...
# Authenticate with Customer ID and API Key, then call Telesign service methods

Requires a Telesign account with Customer ID and API Key for authentication.

Verify before relying

  • Specific API methods and classes available in the telesign runtime dependency
  • Whether the package supports Python 2.7 as documented or only Python 3.7+ in practice

Package facts

License MIT License (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 1 — telesign
Maintenance actively maintained — 23 days since the last release
Last repo commit
First released
Downloads 798,714/month — #5,028 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: telesignenterprise-4.1.0-py3-none-any.whl

Keywords: telesign, sms, voice, mobile, authentication, identity, messaging

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseNatural Language :: EnglishProgramming Language :: PythonProgramming Language :: Python :: 2.6Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.3Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

telesign sdk pythonsms verification apiuser authentication messagingmobile identity verificationomnichannel communications apitelesign integrationvoice and sms api
authenticationsms-verificationidentity-verification

More Internet packages