trafficmorph 0.3.2__tar.gz → 0.3.3__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.
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/PKG-INFO +2 -2
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/README.md +1 -1
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/pyproject.toml +1 -1
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/__init__.py +1 -1
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/sdk.py +7 -6
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/.gitignore +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/LICENSE +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/__init__.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/captures/__init__.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/captures/analyse.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/captures/import_capture.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/__init__.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/add.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/list_domains.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/remove.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/verify_dns.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/verify_http.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/history/__init__.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/history/get_history_item.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/history/list_history.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/__init__.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/create_profile.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/delete_profile.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/get_profile.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/list_profiles.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/update_profile.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/__init__.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/pause.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/resume.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/start.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/stop.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/__init__.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/change_mode.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/create.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/delete.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/get.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/list_variables_sets.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/rename.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/client.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/errors.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/__init__.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/add_domain_request.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/analyse_body.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/api_profile_request.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/api_profile_response.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/capture_analysis_response.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/capture_import_result.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/change_variables_set_mode_request.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/change_variables_set_mode_request_mode.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/create_variables_set_request.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/create_variables_set_request_mode.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/created_profile.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/curve_point.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/group.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/import_capture_body.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/rename_variables_set_request.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/schedule_block.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/scheduled_run_response.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/skipped_selection.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/slot_input.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/slot_response.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/stats.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_profile_point_request.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_profile_point_response.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_profile_summary_response.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_run_control_response.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/variable.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/variables_set_response.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/variables_set_response_mode.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/verified_domain_response.py +0 -0
- {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trafficmorph
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: TrafficMorph Python SDK — typed client for the /api/v1 API.
|
|
5
5
|
Project-URL: Homepage, https://github.com/trafficmorph-gif/tm-python
|
|
6
6
|
Project-URL: Documentation, https://github.com/trafficmorph-gif/tm-python#readme
|
|
@@ -59,7 +59,7 @@ expose both sync and async call styles.
|
|
|
59
59
|
pip install trafficmorph
|
|
60
60
|
|
|
61
61
|
# Reproducible builds (CI / production) — pin to an exact version.
|
|
62
|
-
pip install 'trafficmorph==0.3.
|
|
62
|
+
pip install 'trafficmorph==0.3.3'
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
## Prerequisites
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "trafficmorph"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.3"
|
|
8
8
|
description = "TrafficMorph Python SDK — typed client for the /api/v1 API."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
# Python 3.10+ for PEP 604 union syntax (str | None), TypedDict
|
|
@@ -7,7 +7,7 @@ __all__ = (
|
|
|
7
7
|
"Client",
|
|
8
8
|
)
|
|
9
9
|
|
|
10
|
-
# === TM-WRAPPER-BLOCK-v1 === (managed
|
|
10
|
+
# === TM-WRAPPER-BLOCK-v1 === (auto-managed; do not hand-edit)
|
|
11
11
|
from . import api, errors, models, types # noqa: F401
|
|
12
12
|
from .sdk import ( # noqa: E402, F401
|
|
13
13
|
Client,
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
"""
|
|
1
|
+
"""TrafficMorph Python SDK — ergonomic public surface.
|
|
2
2
|
|
|
3
|
-
This
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
This module defines :class:`Client`, the public entry point. The
|
|
4
|
+
sibling modules under ``trafficmorph/`` (client.py, errors.py,
|
|
5
|
+
types.py, api/, models/) hold the typed request / response classes
|
|
6
|
+
and endpoint functions :class:`Client` exposes via the ``.api``
|
|
7
|
+
attribute.
|
|
7
8
|
|
|
8
9
|
The public surface is re-exported through ``trafficmorph.__init__``
|
|
9
10
|
so callers do::
|
|
@@ -11,7 +12,7 @@ so callers do::
|
|
|
11
12
|
from trafficmorph import Client
|
|
12
13
|
from trafficmorph.api.profiles import list_profiles
|
|
13
14
|
|
|
14
|
-
without
|
|
15
|
+
without needing to import this module directly.
|
|
15
16
|
"""
|
|
16
17
|
|
|
17
18
|
from __future__ import annotations
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/list_variables_sets.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/change_variables_set_mode_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/create_variables_set_request.py
RENAMED
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/create_variables_set_request_mode.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/rename_variables_set_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_profile_point_request.py
RENAMED
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_profile_point_response.py
RENAMED
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_profile_summary_response.py
RENAMED
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_run_control_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/variables_set_response_mode.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|