Skip to main content

T2D2 SDK

Project description

T2D2 Python SDK

Description

T2D2 SDK python wrapper to API to interface with T2D2 projects and related assets.

Table of Contents

Installation

This SDK is published to PyPI and the latest version can be installed as follows: pip install --upgrade t2d2-sdk

Usage

These instructions assume that you have an account at T2D2 (https://t2d2.ai). If you do not have an account, you can sign up here: (https://app.t2d2.ai/auth/register). Subscription pricing details may be found here: (https://t2d2.ai/pricing).

Once you have an account created, you can either use your email/password or an API KEY to instantiate the T2D2 client.

from t2d2_sdk import T2D2

credentials = {'email': "my@email.com", 'password': "<MYPASSWORD>"}
credentials = {'api_key': "<MY_API_KEY>"}

t2d2 = T2D2(credentials)

With this client, you can interface with the app and get access to most of the features of the web interface. More documentation coming soon at https://docs.t2d2.ai.

t2d2.set_project(PROJECT_ID)
project = t2d2.get_project()
data = t2d2.get_images()
...

Contributing

Please contact bhiriyur@t2d2.ai for further information on contributing to this project.

License

Information about the project's license.

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

t2d2_sdk-1.4.15.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

t2d2_sdk-1.4.15-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

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