Metadata-Version: 2.0
Name: ThinkingDataSdk
Version: 1.1.23
Summary: This is the official Python SDK for ThinkingData Analytics SDK.
Home-page: http://www.thinkingdata.cn
Author: quanjie
Author-email: quanjie@thinkingdata.cn
License: BSD License
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: requests

# Thinking Data Analytics

This is the official Python SDK for Thinking Data Analytics.

## Easy Installation

You can get Thinking Data Analytics SDK using pip.

pip install ThinkingDataSdk

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

python
import tgasdk

tga = TGAnalytics(LoggingConsumer("F:/home/sdk/log"))
tga.track('dis',None,"shopping",properties)
tga.flush()
tga.close()

## To learn more

See our [full manual](http://doc.thinkinggame.cn/tgamanual/installation/python_sdk_installation.html)



