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
Release history Release notifications | RSS feed
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.17.tar.gz
(16.2 kB
view hashes)