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.3.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.3.tar.gz.
File metadata
- Download URL: growingio_tracker-1.0.3.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2967f06334b481930a891e53ad6b8be78168b6260032d7b157b53ffba3b93507
|
|
| MD5 |
a2a6f012158e4b7e1418461c987fc93c
|
|
| BLAKE2b-256 |
20a717fb348a60ad9fae0ab0488b908d11e9ad4c84d2c5f489e77ce55ff17359
|
File details
Details for the file growingio_tracker-1.0.3-py3-none-any.whl.
File metadata
- Download URL: growingio_tracker-1.0.3-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.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01f29789c01c10db61a11f30b47332cd23d5c84ee8d86fcb5f4cfd7601e4ff93
|
|
| MD5 |
b2a9c2b487535368b411f78c8ac4af74
|
|
| BLAKE2b-256 |
1d720e1e5e59c6ff4459e106c98e3419e9119c59742f137ed309fac1f2ba6eac
|