Skip to main content

Python client for Trusted Twin API

Project description

Trusted Twin Python client

Package provides easy access to Trusted Twin API using Python.

API Reference

For Trusted Twin API documentation navigate here.

Trusted Twin docs

For Trusted Twin Docs navigate here.

Installation

Using pip:

pip install trustedtwin

From source:

python setup.py install

Requirements

  • Python 3.6+ (CPython)

Examples

from trustedtwin import RestService

client = RestService(auth='$my_secret')

response = client.twins.create()
twin_uuid = response['creation_certificate']['uuid']

For code snippets please look into directory examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trustedtwin-0.4.20.tar.gz (16.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page