justanalytics-python 0.1.0__tar.gz → 0.1.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.
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/PKG-INFO +4 -4
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/README.md +1 -1
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/client.py +1 -1
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/pyproject.toml +3 -3
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/.gitignore +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/__init__.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/context.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/__init__.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/django.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/fastapi.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/flask.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/logging.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/requests.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/urllib3.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/span.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/trace_context.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/transport.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/types.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/__init__.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_client.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_context.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/__init__.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_django.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_fastapi.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_flask.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_logging.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_requests.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_span.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_trace_context.py +0 -0
- {justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_transport.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: justanalytics-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Official Python SDK for JustAnalytics — end-to-end observability (traces, errors, logs, metrics)
|
|
5
|
-
Project-URL: Homepage, https://justanalytics.
|
|
6
|
-
Project-URL: Documentation, https://justanalytics.
|
|
5
|
+
Project-URL: Homepage, https://justanalytics.app
|
|
6
|
+
Project-URL: Documentation, https://justanalytics.app/docs
|
|
7
7
|
Project-URL: Repository, https://github.com/velocitydigitallabs/justanalytics
|
|
8
8
|
Author-email: Velocity Digital Labs LLC <support@velocitydigitallabs.com>
|
|
9
9
|
License-Expression: MIT
|
|
@@ -39,7 +39,7 @@ Description-Content-Type: text/markdown
|
|
|
39
39
|
|
|
40
40
|
# justanalytics-python
|
|
41
41
|
|
|
42
|
-
Official Python SDK for [JustAnalytics](https://justanalytics.
|
|
42
|
+
Official Python SDK for [JustAnalytics](https://justanalytics.app) — end-to-end observability (traces, errors, logs, metrics).
|
|
43
43
|
|
|
44
44
|
## Installation
|
|
45
45
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# justanalytics-python
|
|
2
2
|
|
|
3
|
-
Official Python SDK for [JustAnalytics](https://justanalytics.
|
|
3
|
+
Official Python SDK for [JustAnalytics](https://justanalytics.app) — end-to-end observability (traces, errors, logs, metrics).
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -50,7 +50,7 @@ from .types import (
|
|
|
50
50
|
sdk_logger = logging.getLogger("justanalytics")
|
|
51
51
|
|
|
52
52
|
# Default JustAnalytics server URL
|
|
53
|
-
DEFAULT_SERVER_URL = "https://justanalytics.
|
|
53
|
+
DEFAULT_SERVER_URL = "https://justanalytics.app"
|
|
54
54
|
|
|
55
55
|
F = TypeVar("F", bound=Callable[..., Any])
|
|
56
56
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "justanalytics-python"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Official Python SDK for JustAnalytics — end-to-end observability (traces, errors, logs, metrics)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -45,8 +45,8 @@ dev = [
|
|
|
45
45
|
]
|
|
46
46
|
|
|
47
47
|
[project.urls]
|
|
48
|
-
Homepage = "https://justanalytics.
|
|
49
|
-
Documentation = "https://justanalytics.
|
|
48
|
+
Homepage = "https://justanalytics.app"
|
|
49
|
+
Documentation = "https://justanalytics.app/docs"
|
|
50
50
|
Repository = "https://github.com/velocitydigitallabs/justanalytics"
|
|
51
51
|
|
|
52
52
|
[tool.hatch.build.targets.wheel]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/__init__.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/django.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/fastapi.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/flask.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/logging.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/requests.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/justanalytics/integrations/urllib3.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/__init__.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_django.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_fastapi.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_flask.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_logging.py
RENAMED
|
File without changes
|
{justanalytics_python-0.1.0 → justanalytics_python-0.1.1}/tests/test_integrations/test_requests.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|