telegraf-client 0.1.1__cp312-cp312-manylinux_2_34_x86_64.whl → 0.1.3__cp312-cp312-manylinux_2_34_x86_64.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 +2 -4
- {telegraf_client-0.1.1.dist-info → telegraf_client-0.1.3.dist-info}/METADATA +3 -2
- telegraf_client-0.1.3.dist-info/RECORD +6 -0
- telegraf_client-0.1.1.dist-info/RECORD +0 -6
- {telegraf_client-0.1.1.dist-info → telegraf_client-0.1.3.dist-info}/WHEEL +0 -0
- {telegraf_client-0.1.1.dist-info → telegraf_client-0.1.3.dist-info}/licenses/LICENSE +0 -0
telegraf_client/__init__.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
from .
|
1
|
+
from ._telegraf_client import Client, Point, TelegrafBindingError
|
2
2
|
|
3
|
-
|
4
|
-
if hasattr(telegraf_client, "__all__"):
|
5
|
-
__all__ = telegraf_client.__all__
|
3
|
+
__all__ = ["Client", "Point", "TelegrafBindingError"]
|
@@ -1,11 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: telegraf-client
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
5
5
|
Classifier: Intended Audience :: Developers
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
8
8
|
Classifier: Programming Language :: Python :: 3.12
|
9
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
9
10
|
Classifier: Programming Language :: Rust
|
10
11
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
11
12
|
Classifier: Topic :: System :: Monitoring
|
@@ -19,7 +20,7 @@ Summary: Python bindings for the telegraf Rust client
|
|
19
20
|
Keywords: telegraf,metrics,monitoring,rust,python
|
20
21
|
Author: telegraf-client contributors
|
21
22
|
License: MIT
|
22
|
-
Requires-Python: >=3.12
|
23
|
+
Requires-Python: >=3.12, <3.13
|
23
24
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
24
25
|
Project-URL: Homepage, https://github.com/KidziaK/telegraf_client
|
25
26
|
Project-URL: Repository, https://github.com/KidziaK/telegraf_client
|
@@ -0,0 +1,6 @@
|
|
1
|
+
telegraf_client-0.1.3.dist-info/METADATA,sha256=k06I9CYKo6Y6GH48VT9Lg22atj4_WIgJhzZqGNIdlpU,1511
|
2
|
+
telegraf_client-0.1.3.dist-info/WHEEL,sha256=b57pIA8UKIJsoGOQsidkWG09cBU10JAEUM5jF8CgKgY,108
|
3
|
+
telegraf_client-0.1.3.dist-info/licenses/LICENSE,sha256=lJtOAl0xGXfAhFVpKkluHD1K5wUOIOWLC5j6GTySiI4,1072
|
4
|
+
telegraf_client/__init__.py,sha256=t_QQ4QE1_0U1eRE0TakjYDwtz3PaWt0ak--ozhNXh5Y,121
|
5
|
+
telegraf_client/telegraf_client.cpython-312-x86_64-linux-gnu.so,sha256=56bMqTuZ2zEn-8Ml8ROL8saZowrU5eEXrWePDtDIEzY,1067168
|
6
|
+
telegraf_client-0.1.3.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
telegraf_client-0.1.1.dist-info/METADATA,sha256=8v4Z7-GC9dyQKW_sMu5Uhw9F9JiZFCwVWEpyhuXKwEA,1448
|
2
|
-
telegraf_client-0.1.1.dist-info/WHEEL,sha256=b57pIA8UKIJsoGOQsidkWG09cBU10JAEUM5jF8CgKgY,108
|
3
|
-
telegraf_client-0.1.1.dist-info/licenses/LICENSE,sha256=lJtOAl0xGXfAhFVpKkluHD1K5wUOIOWLC5j6GTySiI4,1072
|
4
|
-
telegraf_client/__init__.py,sha256=6qE1R60YdoE5y3eBdhTtQZJwuBfdmrlpkf_jqcH1XQE,143
|
5
|
-
telegraf_client/telegraf_client.cpython-312-x86_64-linux-gnu.so,sha256=56bMqTuZ2zEn-8Ml8ROL8saZowrU5eEXrWePDtDIEzY,1067168
|
6
|
-
telegraf_client-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|