TeleSign Python SDK Documentation

Overview

TeleSign Web Services conform to the REST Web Service Design Model. Services are exposed as URI-addressable resources through the set of RESTful procedures in our TeleSign REST API.

The TeleSign Python SDK is a set of software development tools; a Python Library that wraps the TeleSign REST API, and it simplifies TeleSign application development in the Python programming language. The SDK software is listed in the Python Package Index (PyPI), as the telesign Python package.

telesign
Instructions on how to get the package.
telesign.api
The complete API documentation, organized by module.
telesign.exceptions
Exception classes for error handling.

Getting Help

If you’re having trouble, or have questions about TeleSign, please contact our customer support team:

Email: support@telesign.com

About This Documentation

This documentation contains information on how to download and install the TeleSign Python SDK, and it contains a comprehensive set of Python language reference pages that detail the TeleSign Python classes and methods that wrap the TeleSign REST API.

This documentation was generated using the Sphinx documentation generator. The source files for the documentation are located in the doc/ directory of the telesign distribution. You can regenerate the docs locally by running the following command from the root directory of the telesign source:

$ python setup.py doc