wandelbots_api_client 26.4.0.dev2__py3-none-any.whl → 26.4.0.dev4__py3-none-any.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.
- wandelbots_api_client/__init__.py +1 -1
- wandelbots_api_client/api_client.py +1 -1
- wandelbots_api_client/configuration.py +1 -1
- wandelbots_api_client/v2/__init__.py +1 -1
- wandelbots_api_client/v2/api_client.py +1 -1
- wandelbots_api_client/v2/configuration.py +1 -1
- wandelbots_api_client/v2_pydantic/__init__.py +1 -1
- wandelbots_api_client/v2_pydantic/api_client.py +1 -1
- wandelbots_api_client/v2_pydantic/configuration.py +1 -1
- wandelbots_api_client/v2_pydantic/models/__init__.py +2 -2
- wandelbots_api_client/v2_pydantic/models/models.py +1 -1
- {wandelbots_api_client-26.4.0.dev2.dist-info → wandelbots_api_client-26.4.0.dev4.dist-info}/METADATA +2 -2
- {wandelbots_api_client-26.4.0.dev2.dist-info → wandelbots_api_client-26.4.0.dev4.dist-info}/RECORD +14 -14
- {wandelbots_api_client-26.4.0.dev2.dist-info → wandelbots_api_client-26.4.0.dev4.dist-info}/WHEEL +1 -1
|
@@ -83,7 +83,7 @@ class ApiClient:
|
|
|
83
83
|
self.default_headers[header_name] = header_value
|
|
84
84
|
self.cookie = cookie
|
|
85
85
|
# Set default User-Agent.
|
|
86
|
-
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.4.0.
|
|
86
|
+
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.4.0.dev4"
|
|
87
87
|
self.client_side_validation = configuration.client_side_validation
|
|
88
88
|
|
|
89
89
|
async def __aenter__(self):
|
|
@@ -512,7 +512,7 @@ class Configuration:
|
|
|
512
512
|
"OS: {env}\n"
|
|
513
513
|
"Python Version: {pyversion}\n"
|
|
514
514
|
"Version of the API: 1.4.0\n"
|
|
515
|
-
"SDK Package Version: 26.4.0.
|
|
515
|
+
"SDK Package Version: 26.4.0.dev4".format(env=sys.platform, pyversion=sys.version)
|
|
516
516
|
)
|
|
517
517
|
|
|
518
518
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -85,7 +85,7 @@ class ApiClient:
|
|
|
85
85
|
self.default_headers[header_name] = header_value
|
|
86
86
|
self.cookie = cookie
|
|
87
87
|
# Set default User-Agent.
|
|
88
|
-
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.4.0.
|
|
88
|
+
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.4.0.dev4"
|
|
89
89
|
self.client_side_validation = configuration.client_side_validation
|
|
90
90
|
|
|
91
91
|
async def __aenter__(self):
|
|
@@ -512,7 +512,7 @@ class Configuration:
|
|
|
512
512
|
"OS: {env}\n"
|
|
513
513
|
"Python Version: {pyversion}\n"
|
|
514
514
|
"Version of the API: 2.3.0\n"
|
|
515
|
-
"SDK Package Version: 26.4.0.
|
|
515
|
+
"SDK Package Version: 26.4.0.dev4".format(env=sys.platform, pyversion=sys.version)
|
|
516
516
|
)
|
|
517
517
|
|
|
518
518
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -85,7 +85,7 @@ class ApiClient:
|
|
|
85
85
|
self.default_headers[header_name] = header_value
|
|
86
86
|
self.cookie = cookie
|
|
87
87
|
# Set default User-Agent.
|
|
88
|
-
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.4.0.
|
|
88
|
+
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.4.0.dev4"
|
|
89
89
|
self.client_side_validation = configuration.client_side_validation
|
|
90
90
|
|
|
91
91
|
async def __aenter__(self):
|
|
@@ -512,7 +512,7 @@ class Configuration:
|
|
|
512
512
|
"OS: {env}\n"
|
|
513
513
|
"Python Version: {pyversion}\n"
|
|
514
514
|
"Version of the API: 2.3.0\n"
|
|
515
|
-
"SDK Package Version: 26.4.0.
|
|
515
|
+
"SDK Package Version: 26.4.0.dev4".format(env=sys.platform, pyversion=sys.version)
|
|
516
516
|
)
|
|
517
517
|
|
|
518
518
|
def get_host_settings(self) -> List[HostSetting]:
|
{wandelbots_api_client-26.4.0.dev2.dist-info → wandelbots_api_client-26.4.0.dev4.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wandelbots_api_client
|
|
3
|
-
Version: 26.4.0.
|
|
3
|
+
Version: 26.4.0.dev4
|
|
4
4
|
Summary: Wandelbots Python Client: Interact with robots in an easy and intuitive way.
|
|
5
5
|
Author: Copyright (c) 2025 Wandelbots GmbH
|
|
6
6
|
Author-email: Copyright (c) 2025 Wandelbots GmbH <contact@wandelbots.com>
|
|
@@ -31,7 +31,7 @@ Description-Content-Type: text/markdown
|
|
|
31
31
|
Interact with robots in an easy and intuitive way.
|
|
32
32
|
|
|
33
33
|
- Compatible API version: 1.4.0 (can be found at the home screen of your instance -> API)
|
|
34
|
-
- Package version: 26.4.0.
|
|
34
|
+
- Package version: 26.4.0.dev4
|
|
35
35
|
|
|
36
36
|
## Requirements.
|
|
37
37
|
Python >=3.11, Python < 4.0
|
{wandelbots_api_client-26.4.0.dev2.dist-info → wandelbots_api_client-26.4.0.dev4.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
wandelbots_api_client/__init__.py,sha256=
|
|
1
|
+
wandelbots_api_client/__init__.py,sha256=6U-uCCxIvH6M73zDdNykZD6uL09nhcRliusS2gLDCfA,1001
|
|
2
2
|
wandelbots_api_client/api/__init__.py,sha256=piFvcUqVadKhV50ReEqZToWDDC4g0frxtAfyafQlDkY,2187
|
|
3
3
|
wandelbots_api_client/api/application_api.py,sha256=tGCGtud0e7uy8uz-qf81qZzhqybh0-Sxsy05XBMsqTc,69176
|
|
4
4
|
wandelbots_api_client/api/cell_api.py,sha256=XoLpvSRi1s86_MR1obZIzOI-LgWh9yNLuV79Mcv_ciU,64350
|
|
@@ -28,10 +28,10 @@ wandelbots_api_client/api/virtual_robot_api.py,sha256=pOhXMJEFYIsRda3aY5Twg9w9kK
|
|
|
28
28
|
wandelbots_api_client/api/virtual_robot_behavior_api.py,sha256=uw_tvxJ6OGmbVuEC9654I_RuD9iW5tYJ9NZuQtns6-Q,32214
|
|
29
29
|
wandelbots_api_client/api/virtual_robot_mode_api.py,sha256=cu1CiYp0P0Feq4nWI_Cw10V6kzs4adiNw7ecKy1pc1s,72983
|
|
30
30
|
wandelbots_api_client/api/virtual_robot_setup_api.py,sha256=E1HiTIY3bLIS5YZFyjpaiUNjvA_o2nj7xS7t0QpO8E4,114640
|
|
31
|
-
wandelbots_api_client/api_client.py,sha256=
|
|
31
|
+
wandelbots_api_client/api_client.py,sha256=GcWXfQ5lcplQEbWNcijAYxTWp79XLubXfNlGH6yzMlk,26422
|
|
32
32
|
wandelbots_api_client/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
|
33
33
|
wandelbots_api_client/authorization.py,sha256=JERTe2xyuipN5rznFtCkfFVib1LeuUHroTRERYhEzYI,9405
|
|
34
|
-
wandelbots_api_client/configuration.py,sha256=
|
|
34
|
+
wandelbots_api_client/configuration.py,sha256=AZ_OtzKkrhPdg-MCdcwkCFGJo_aq5I2dnR5MaDunfZM,18035
|
|
35
35
|
wandelbots_api_client/exceptions.py,sha256=wdVwW4FBCYbYzO8QY725Ng0aDwuRWZ2oujFBZ3LFeWo,6389
|
|
36
36
|
wandelbots_api_client/models/__init__.py,sha256=3AnZvQuHiMZpmDiy9hdI7DeoLxRqQ8kLoDkZTeRwpU4,23908
|
|
37
37
|
wandelbots_api_client/models/abb_controller.py,sha256=7oitkoByeNwCwvAPnzefCL40oauw_8xBDXKs0vl1cO8,4050
|
|
@@ -327,7 +327,7 @@ wandelbots_api_client/models/virtual_robot_configuration.py,sha256=n5bt1kIrVMDc3
|
|
|
327
327
|
wandelbots_api_client/models/yaskawa_controller.py,sha256=MR_pEOK24hpouUnp8-OzatV3W5tj-Eiz9MUhLNAgmro,3136
|
|
328
328
|
wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
329
|
wandelbots_api_client/rest.py,sha256=ck7JN3JqscGO08xU5fcy6aMZrpM-oZc5HYxNhXjVdmw,7246
|
|
330
|
-
wandelbots_api_client/v2/__init__.py,sha256=
|
|
330
|
+
wandelbots_api_client/v2/__init__.py,sha256=FYiIfvGvRHX9rXGAnaESAtRrLWVP00XTfdz5aMsBe-Y,1027
|
|
331
331
|
wandelbots_api_client/v2/api/__init__.py,sha256=YfapZtmlqvDxfpzSNT8CP96lxAbY8OH9cLb1YSbWy4g,1913
|
|
332
332
|
wandelbots_api_client/v2/api/application_api.py,sha256=nYkfn8Ldb5obhfsh1WmLvfnM5GhWooI-22kMlDDcbJk,69555
|
|
333
333
|
wandelbots_api_client/v2/api/bus_inputs_outputs_api.py,sha256=yUc9lr0PjHTh8RPT96Mcl2kgmedGlkISgylb39bIZI4,220838
|
|
@@ -353,9 +353,9 @@ wandelbots_api_client/v2/api/version_api.py,sha256=xQFktRvufReCW1c7JOQqGWd75zAJt
|
|
|
353
353
|
wandelbots_api_client/v2/api/virtual_controller_api.py,sha256=RPvmxFfQn0aj1z04I9ssT_K7ZnvcEC5aetnb94zPkNs,290977
|
|
354
354
|
wandelbots_api_client/v2/api/virtual_controller_behavior_api.py,sha256=Q_H_V7c0avtyY3LYZZQC9J735lAizXK0AgoSdIT1jqo,41042
|
|
355
355
|
wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py,sha256=lth5JseYtyAuLiFPRauaa53qHxAdZGdcp66ZJf4k87U,42023
|
|
356
|
-
wandelbots_api_client/v2/api_client.py,sha256=
|
|
356
|
+
wandelbots_api_client/v2/api_client.py,sha256=HA9ZmCcYnrbKZYdehks0fIpPgxRwl56h3wVmVNdeHfQ,26460
|
|
357
357
|
wandelbots_api_client/v2/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
|
358
|
-
wandelbots_api_client/v2/configuration.py,sha256=
|
|
358
|
+
wandelbots_api_client/v2/configuration.py,sha256=VvyX5oc27sXq3u_9KVsr8oodo8suMp7QWI9CVPraa3c,18038
|
|
359
359
|
wandelbots_api_client/v2/exceptions.py,sha256=XpNt1IEQko7eH8f_DP4_NPUUUN6xaIwsEOdiX20qtWM,6389
|
|
360
360
|
wandelbots_api_client/v2/models/__init__.py,sha256=kVbGlIF9C9ImuMROfn5dfPith6Ca01IgS5F1oGho6iU,30393
|
|
361
361
|
wandelbots_api_client/v2/models/abb_controller.py,sha256=KFOLxxkfbuOWNZWS1oKZ0xTLY_UOZLpA6rnnB2_10HM,3737
|
|
@@ -696,7 +696,7 @@ wandelbots_api_client/v2/models/zod_validation_error_error_details_inner.py,sha2
|
|
|
696
696
|
wandelbots_api_client/v2/models/zod_validation_error_error_details_inner_path_inner.py,sha256=Pu9FmfvBqyQmgspXy15S-IUqA9sz5U4yv2VllH1tiy8,5648
|
|
697
697
|
wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
698
698
|
wandelbots_api_client/v2/rest.py,sha256=VXEDYuYflQ5qD8gFZEdDjp3Q78SH8Jiwi5zI-hx20Qo,7249
|
|
699
|
-
wandelbots_api_client/v2_pydantic/__init__.py,sha256=
|
|
699
|
+
wandelbots_api_client/v2_pydantic/__init__.py,sha256=eINVDPdhtVyTdVgZ9nJ3YRRJ-F3vCsLOUQKNlOMutJc,1036
|
|
700
700
|
wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=YfapZtmlqvDxfpzSNT8CP96lxAbY8OH9cLb1YSbWy4g,1913
|
|
701
701
|
wandelbots_api_client/v2_pydantic/api/application_api.py,sha256=50emVs9BHARagQG4tSV4XE1WdAK8j4s_Yr7oad3XHzw,69587
|
|
702
702
|
wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py,sha256=21WEwvzW_GvjGcMmln9oVRBt-6mdAr56WNn2iNKaw6c,220797
|
|
@@ -722,14 +722,14 @@ wandelbots_api_client/v2_pydantic/api/version_api.py,sha256=f3wspcIerQg1lIAfX5zu
|
|
|
722
722
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py,sha256=6hCXPswywuKy4zc0yyrMJ6h2XVWy4zIImyYtKUE5j3o,290911
|
|
723
723
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py,sha256=VTC_dXJY9TB2oRZtHUB3Y7mxxstm0pBQnpHEMo9DOS4,41023
|
|
724
724
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py,sha256=BhVBLo5m7NhwznmzrF3pQTEVszExDMFTPjB5gAjh2rE,42035
|
|
725
|
-
wandelbots_api_client/v2_pydantic/api_client.py,sha256=
|
|
725
|
+
wandelbots_api_client/v2_pydantic/api_client.py,sha256=3AqVgZyeSRXjTKp-jM0rqn2B4oFor1deCSJo3OZfE54,26514
|
|
726
726
|
wandelbots_api_client/v2_pydantic/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
|
727
|
-
wandelbots_api_client/v2_pydantic/configuration.py,sha256=
|
|
727
|
+
wandelbots_api_client/v2_pydantic/configuration.py,sha256=nJceSLBERHvfAHeGVFk1XmCyxJ9QTG-1YVIlDD6XcIE,18047
|
|
728
728
|
wandelbots_api_client/v2_pydantic/exceptions.py,sha256=XpNt1IEQko7eH8f_DP4_NPUUUN6xaIwsEOdiX20qtWM,6389
|
|
729
|
-
wandelbots_api_client/v2_pydantic/models/__init__.py,sha256=
|
|
730
|
-
wandelbots_api_client/v2_pydantic/models/models.py,sha256
|
|
729
|
+
wandelbots_api_client/v2_pydantic/models/__init__.py,sha256=IfgKVXKXpYyM_eVLNRbIJeeA2y6d9LAHlNUwliEKZFE,18701
|
|
730
|
+
wandelbots_api_client/v2_pydantic/models/models.py,sha256=VANMb85KryK8Ghz_3aniw_Cz2dzeweKEYAZQqjqkR3g,176055
|
|
731
731
|
wandelbots_api_client/v2_pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
732
732
|
wandelbots_api_client/v2_pydantic/rest.py,sha256=3ccNYMnIotYRkNUOYbrMpV1rRF384SevnikHNoEJfNI,7258
|
|
733
|
-
wandelbots_api_client-26.4.0.
|
|
734
|
-
wandelbots_api_client-26.4.0.
|
|
735
|
-
wandelbots_api_client-26.4.0.
|
|
733
|
+
wandelbots_api_client-26.4.0.dev4.dist-info/WHEEL,sha256=s_zqWxHFEH8b58BCtf46hFCqPaISurdB9R1XJ8za6XI,80
|
|
734
|
+
wandelbots_api_client-26.4.0.dev4.dist-info/METADATA,sha256=E52zX7T1c3LktwCFJ1Nij63n_huJqn_63lYr4QxI7ww,7687
|
|
735
|
+
wandelbots_api_client-26.4.0.dev4.dist-info/RECORD,,
|