Skip to main content

DataTower.ai SDK

Project description

DataTower.ai

This is the official Python SDK for DataTower.ai.

Easy Installation

You can get DataTower.ai SDK using pip.

pip install DataToweraiSDK

Once the SDK is successfully installed, use the SDK likes:

python from dtsdk.sdk import DTAnalytics,DebugConsumer

dt = DTAnalytics(DebugConsumer("app_id_xxxx", "xxxxx")) properties={"abc":123,"bcd":"xxx"} dt.track(dt_id="aaaa",acid='bbbb',event_name="ad_click",properties=properties) dt.flush() dt.close()

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

DataToweraiSDK-0.0.1.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

DataToweraiSDK-0.0.1-py3-none-any.whl (8.8 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