telegraf-client 0.1.2__cp312-cp312-macosx_11_0_arm64.whl → 0.1.4__cp312-cp312-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- telegraf_client/__init__.py +1 -9
- {telegraf_client-0.1.2.dist-info → telegraf_client-0.1.4.dist-info}/METADATA +1 -1
- telegraf_client-0.1.4.dist-info/RECORD +6 -0
- telegraf_client-0.1.2.dist-info/RECORD +0 -6
- {telegraf_client-0.1.2.dist-info → telegraf_client-0.1.4.dist-info}/WHEEL +0 -0
- {telegraf_client-0.1.2.dist-info → telegraf_client-0.1.4.dist-info}/licenses/LICENSE +0 -0
telegraf_client/__init__.py
CHANGED
@@ -1,11 +1,3 @@
|
|
1
|
-
|
2
|
-
Python bindings for the telegraf Rust client library.
|
1
|
+
from .telegraf_client import Client, Point, TelegrafBindingError
|
3
2
|
|
4
|
-
This module provides Python bindings for the telegraf Rust client,
|
5
|
-
allowing you to send metrics to Telegraf agents from Python applications.
|
6
|
-
"""
|
7
|
-
|
8
|
-
from ._telegraf_client import Client, Point, TelegrafBindingError
|
9
|
-
|
10
|
-
__version__ = "0.1.2"
|
11
3
|
__all__ = ["Client", "Point", "TelegrafBindingError"]
|
@@ -0,0 +1,6 @@
|
|
1
|
+
telegraf_client-0.1.4.dist-info/METADATA,sha256=5aiy3Xmqj60VugISexJ5PyLHcMt_o9qH5oQtDkQtyLo,1511
|
2
|
+
telegraf_client-0.1.4.dist-info/WHEEL,sha256=nw13728gRokCivwI6SCanennWBgDOflh2lHvovMwAi8,104
|
3
|
+
telegraf_client-0.1.4.dist-info/licenses/LICENSE,sha256=lJtOAl0xGXfAhFVpKkluHD1K5wUOIOWLC5j6GTySiI4,1072
|
4
|
+
telegraf_client/__init__.py,sha256=C3KjhTx9yhBLPfsbif3OY2AycQstezJKnodkv4jFnW8,120
|
5
|
+
telegraf_client/telegraf_client.cpython-312-darwin.so,sha256=PRyD-rKkVyMLdxKImqi6XLnUcuxyrMDzLhh7NEo2xms,921776
|
6
|
+
telegraf_client-0.1.4.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
telegraf_client-0.1.2.dist-info/METADATA,sha256=2bH_6O8gqwOZ_kW_zOTDNiDVSrrSC5oNtllPO4tNFeE,1511
|
2
|
-
telegraf_client-0.1.2.dist-info/WHEEL,sha256=nw13728gRokCivwI6SCanennWBgDOflh2lHvovMwAi8,104
|
3
|
-
telegraf_client-0.1.2.dist-info/licenses/LICENSE,sha256=lJtOAl0xGXfAhFVpKkluHD1K5wUOIOWLC5j6GTySiI4,1072
|
4
|
-
telegraf_client/__init__.py,sha256=A82AwOm_hIw8WVMf7XzFBKrmEqStfHpv45_lvkWJzHQ,348
|
5
|
-
telegraf_client/telegraf_client.cpython-312-darwin.so,sha256=PRyD-rKkVyMLdxKImqi6XLnUcuxyrMDzLhh7NEo2xms,921776
|
6
|
-
telegraf_client-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|