aiqa-client 0.2.0__tar.gz → 0.2.1__tar.gz
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.
- {aiqa_client-0.2.0/aiqa_client.egg-info → aiqa_client-0.2.1}/PKG-INFO +1 -1
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/aiqa/__init__.py +3 -1
- {aiqa_client-0.2.0 → aiqa_client-0.2.1/aiqa_client.egg-info}/PKG-INFO +1 -1
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/pyproject.toml +1 -1
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/LICENSE +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/MANIFEST.in +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/README.md +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/aiqa/aiqa_exporter.py +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/aiqa/client.py +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/aiqa/py.typed +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/aiqa/tracing.py +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/aiqa_client.egg-info/SOURCES.txt +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/aiqa_client.egg-info/dependency_links.txt +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/aiqa_client.egg-info/requires.txt +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/aiqa_client.egg-info/top_level.txt +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/setup.cfg +0 -0
- {aiqa_client-0.2.0 → aiqa_client-0.2.1}/setup.py +0 -0
|
@@ -12,8 +12,9 @@ from .tracing import (
|
|
|
12
12
|
get_provider,
|
|
13
13
|
get_exporter,
|
|
14
14
|
)
|
|
15
|
+
from .client import get_client
|
|
15
16
|
|
|
16
|
-
__version__ = "0.2.
|
|
17
|
+
__version__ = "0.2.1"
|
|
17
18
|
|
|
18
19
|
__all__ = [
|
|
19
20
|
"WithTracing",
|
|
@@ -24,6 +25,7 @@ __all__ = [
|
|
|
24
25
|
"get_active_span",
|
|
25
26
|
"get_provider",
|
|
26
27
|
"get_exporter",
|
|
28
|
+
"get_client",
|
|
27
29
|
"__version__",
|
|
28
30
|
]
|
|
29
31
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "aiqa-client"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "OpenTelemetry-based Python client for tracing functions and sending traces to the AIQA server"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|