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.4.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.4.tar.gz.
File metadata
- Download URL: growingio_tracker-1.0.4.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 |
2930713aaddb54cc920d88977dbaf5debdf2c59c8cfa345c419fd7e426a41c37
|
|
| MD5 |
71d1ff8a63efef354f6e60815a2857e8
|
|
| BLAKE2b-256 |
46175c26cb9765fef61ab8947cb82875e2ec6b30b90aab31629fdce22fb435e6
|
File details
Details for the file growingio_tracker-1.0.4-py3-none-any.whl.
File metadata
- Download URL: growingio_tracker-1.0.4-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 |
562904ef404192dbcb78fdd93884a04031593f9a1ef8684dbab2b293739dc4d6
|
|
| MD5 |
95e32c29169deaa1962632a9c080054c
|
|
| BLAKE2b-256 |
ca4324e08419ad00ae0bd2509b9b5c85e5a5ffd116807729a84aec021f749ec0
|