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.1.tar.gz
(13.3 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.1.tar.gz.
File metadata
- Download URL: growingio_tracker-1.0.1.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dab72228e101f357cd9ec5cb8ab2b4f2c7418e3992bb2709b50b21c432600e21
|
|
| MD5 |
9b68f8d6cbbcfda138b65476890b2a40
|
|
| BLAKE2b-256 |
a01aedffe447c28d085531fd72fc8ace332346cfbfe6ada94da3af87c7a41c76
|
File details
Details for the file growingio_tracker-1.0.1-py3-none-any.whl.
File metadata
- Download URL: growingio_tracker-1.0.1-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc73b00f25e9142747920a6ea95fbfd9e40bf80debb9074c29a42e7f09331f07
|
|
| MD5 |
527eda3e9622c859ec4b95f15587173e
|
|
| BLAKE2b-256 |
d21d263d70fe62dc381c0befbf30d0232ad2b166a3cb9fd46ac39565ca7dd024
|