Python bindings for the telegraf Rust client
Project description
telegraf-client
Python bindings for the Rust telegraf client library.
Installation
pip install telegraf-client
Usage
import telegraf_client
client = telegraf_client.Client("udp://localhost:8089")
point = telegraf_client.Point(
measurement="cpu",
tags={"host": "server-01"},
fields={"usage": 75.5}
)
client.write_point(point)
client.close()
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 Distributions
Built Distributions
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 telegraf_client-0.1.35-cp312-cp312-manylinux_2_36_x86_64.whl.
File metadata
- Download URL: telegraf_client-0.1.35-cp312-cp312-manylinux_2_36_x86_64.whl
- Upload date:
- Size: 431.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.36+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8169f0e6c7bc75c533402d83fa48b0558c7d64f77b91ee3aea016680e29bc64
|
|
| MD5 |
174d2da1d63bafe06fa706d7dc00845a
|
|
| BLAKE2b-256 |
ec5ed06a9bdb3965e7ebeaf3bc707ab79e54751dd0b56d678c73d52f039950b3
|
File details
Details for the file telegraf_client-0.1.35-cp312-cp312-manylinux_2_36_aarch64.whl.
File metadata
- Download URL: telegraf_client-0.1.35-cp312-cp312-manylinux_2_36_aarch64.whl
- Upload date:
- Size: 418.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.36+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5a546da938f645ff013a56ef2845b30dd4ac52fe30a8ad3c8784d07bc63346c
|
|
| MD5 |
4c9ce2740eab958138ddb627d4b1ebeb
|
|
| BLAKE2b-256 |
6794015bc6cec5df7599560f6deb70e6fe7548a4efdc4bfecb3d1ddede7a4c34
|
File details
Details for the file telegraf_client-0.1.35-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: telegraf_client-0.1.35-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 378.1 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75cfb60669510a34e0812d4e562e687de8a027bdf0fbf1a46a427520e249f282
|
|
| MD5 |
e91fbb90f460ef320fd28f7cfdd46ea1
|
|
| BLAKE2b-256 |
88fe1b58c45952db290445f1f1eeafb0986fd8f70c994473a96a4c0103cdfbf0
|
File details
Details for the file telegraf_client-0.1.35-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: telegraf_client-0.1.35-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 383.8 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d5000c24285868c35abd824297bde08c608c22328a67431a1b0e17c91cb8a6e
|
|
| MD5 |
4787d5460ae577720b529b4e0b8fdf75
|
|
| BLAKE2b-256 |
cae38c74ac0392356876940ff503069ab60eb1e07e2b1739ef6790a63599d059
|