GrowingIO Tracker library for Python
Project description
GrowingIO提供在Python Server端部署的SDK,从而可以方便的进行事件上报等操作
Installation
可以使用 pip 下载我们的sdk:
pip install growingio_tracker
Getting Started
简单示例:
from growingio_tracker import GrowingTracker
# 方式1:使用默认配置
growing_tracker = GrowingTracker('<product_id>', '<data_source_id>', '<server_host>')
# 方式2: 自定义发送策略
from growingio_tracker import DefaultConsumer
default_consumer = DefaultConsumer('<product_id>', '<data_source_id>', '<server_host>')
growing_tracker = GrowingTracker.consumer(default_consumer)
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
growingio_tracker-1.0.2.tar.gz
(13.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file growingio_tracker-1.0.2.tar.gz.
File metadata
- Download URL: growingio_tracker-1.0.2.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d8d409dbd8293e33b15560c4b0449f3ed71e6bd4db0dfb61aceefe51205642b
|
|
| MD5 |
0c7318efbfeccc5c7682a19238cd0c5e
|
|
| BLAKE2b-256 |
23d6937b69842dd36af0fc8e851ed4a6ba919e18d392621847c20c12b55a7a5c
|
File details
Details for the file growingio_tracker-1.0.2-py3-none-any.whl.
File metadata
- Download URL: growingio_tracker-1.0.2-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f673a53bfbd972e43b9d09a53b58f4985eaf2ccbb781cc7e6cd8eb20b714752d
|
|
| MD5 |
ad3c0ad94309f57494b862dad3569323
|
|
| BLAKE2b-256 |
6ebc7a583bd1a55b319c0602c86c2914e83a363fafc3944cc72270cab73e0e2e
|