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.5.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.5.tar.gz.
File metadata
- Download URL: growingio_tracker-1.0.5.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d00ca8ebfeca21fe7cf2c970e14e8a20751581dacef7667709fa962cf2e2449
|
|
| MD5 |
92325809cb7bac0c75d6b99ed7a8c4b3
|
|
| BLAKE2b-256 |
4468db719d017a50520c3fdef7958afef5ec67c980117d6b7df713c3ad440cd4
|
File details
Details for the file growingio_tracker-1.0.5-py3-none-any.whl.
File metadata
- Download URL: growingio_tracker-1.0.5-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31bc453f4babf8621a76b854a89f4a5ff493222bebe33ffd98848ab26cdf99a5
|
|
| MD5 |
cfd3ba2c974841ef16a498c819b806f1
|
|
| BLAKE2b-256 |
c2816929e3f7b1aac7e3f3f09b92e87d9137f9379e8c7877ff6913b6c75a6c18
|