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.
Files changed (71) hide show
  1. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/PKG-INFO +2 -2
  2. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/README.md +1 -1
  3. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/pyproject.toml +1 -1
  4. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/__init__.py +1 -1
  5. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/sdk.py +7 -6
  6. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/.gitignore +0 -0
  7. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/LICENSE +0 -0
  8. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/__init__.py +0 -0
  9. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/captures/__init__.py +0 -0
  10. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/captures/analyse.py +0 -0
  11. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/captures/import_capture.py +0 -0
  12. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/__init__.py +0 -0
  13. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/add.py +0 -0
  14. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/list_domains.py +0 -0
  15. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/remove.py +0 -0
  16. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/verify_dns.py +0 -0
  17. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/domains/verify_http.py +0 -0
  18. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/history/__init__.py +0 -0
  19. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/history/get_history_item.py +0 -0
  20. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/history/list_history.py +0 -0
  21. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/__init__.py +0 -0
  22. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/create_profile.py +0 -0
  23. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/delete_profile.py +0 -0
  24. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/get_profile.py +0 -0
  25. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/list_profiles.py +0 -0
  26. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/profiles/update_profile.py +0 -0
  27. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/__init__.py +0 -0
  28. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/pause.py +0 -0
  29. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/resume.py +0 -0
  30. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/start.py +0 -0
  31. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/runs/stop.py +0 -0
  32. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/__init__.py +0 -0
  33. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/change_mode.py +0 -0
  34. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/create.py +0 -0
  35. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/delete.py +0 -0
  36. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/get.py +0 -0
  37. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/list_variables_sets.py +0 -0
  38. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/api/variables_sets/rename.py +0 -0
  39. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/client.py +0 -0
  40. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/errors.py +0 -0
  41. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/__init__.py +0 -0
  42. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/add_domain_request.py +0 -0
  43. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/analyse_body.py +0 -0
  44. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/api_profile_request.py +0 -0
  45. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/api_profile_response.py +0 -0
  46. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/capture_analysis_response.py +0 -0
  47. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/capture_import_result.py +0 -0
  48. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/change_variables_set_mode_request.py +0 -0
  49. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/change_variables_set_mode_request_mode.py +0 -0
  50. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/create_variables_set_request.py +0 -0
  51. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/create_variables_set_request_mode.py +0 -0
  52. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/created_profile.py +0 -0
  53. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/curve_point.py +0 -0
  54. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/group.py +0 -0
  55. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/import_capture_body.py +0 -0
  56. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/rename_variables_set_request.py +0 -0
  57. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/schedule_block.py +0 -0
  58. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/scheduled_run_response.py +0 -0
  59. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/skipped_selection.py +0 -0
  60. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/slot_input.py +0 -0
  61. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/slot_response.py +0 -0
  62. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/stats.py +0 -0
  63. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_profile_point_request.py +0 -0
  64. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_profile_point_response.py +0 -0
  65. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_profile_summary_response.py +0 -0
  66. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/traffic_run_control_response.py +0 -0
  67. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/variable.py +0 -0
  68. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/variables_set_response.py +0 -0
  69. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/variables_set_response_mode.py +0 -0
  70. {trafficmorph-0.3.2 → trafficmorph-0.3.3}/trafficmorph/models/verified_domain_response.py +0 -0
  71. {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.2
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.2'
62
+ pip install 'trafficmorph==0.3.3'
63
63
  ```
64
64
 
65
65
  ## Prerequisites
@@ -30,7 +30,7 @@ expose both sync and async call styles.
30
30
  pip install trafficmorph
31
31
 
32
32
  # Reproducible builds (CI / production) — pin to an exact version.
33
- pip install 'trafficmorph==0.3.2'
33
+ pip install 'trafficmorph==0.3.3'
34
34
  ```
35
35
 
36
36
  ## Prerequisites
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "trafficmorph"
7
- version = "0.3.2"
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 by Makefile regen-client; do not hand-edit)
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
- """Hand-written ergonomic wrapper for the TrafficMorph Python SDK.
1
+ """TrafficMorph Python SDK ergonomic public surface.
2
2
 
3
- This file is **NOT** touched by ``make regen-client``. The generator
4
- overwrites everything else under ``trafficmorph/`` (client.py,
5
- errors.py, types.py, api/, models/) keeping the wrapper here
6
- keeps it regen-safe.
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 having to know about the wrapper-vs-generated split.
15
+ without needing to import this module directly.
15
16
  """
16
17
 
17
18
  from __future__ import annotations
File without changes
File without changes