wandelbots_api_client 26.6.0.dev6__py3-none-any.whl → 26.6.0.dev8__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.6.0.dev6.dist-info → wandelbots_api_client-26.6.0.dev8.dist-info}/METADATA +2 -2
- {wandelbots_api_client-26.6.0.dev6.dist-info → wandelbots_api_client-26.6.0.dev8.dist-info}/RECORD +14 -14
- {wandelbots_api_client-26.6.0.dev6.dist-info → wandelbots_api_client-26.6.0.dev8.dist-info}/WHEEL +0 -0
|
@@ -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.6.0.
|
|
86
|
+
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.6.0.dev8"
|
|
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.5.0\n"
|
|
515
|
-
"SDK Package Version: 26.6.0.
|
|
515
|
+
"SDK Package Version: 26.6.0.dev8".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.6.0.
|
|
88
|
+
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.6.0.dev8"
|
|
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.5.0\n"
|
|
515
|
-
"SDK Package Version: 26.6.0.
|
|
515
|
+
"SDK Package Version: 26.6.0.dev8".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.6.0.
|
|
88
|
+
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.6.0.dev8"
|
|
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.5.0\n"
|
|
515
|
-
"SDK Package Version: 26.6.0.
|
|
515
|
+
"SDK Package Version: 26.6.0.dev8".format(env=sys.platform, pyversion=sys.version)
|
|
516
516
|
)
|
|
517
517
|
|
|
518
518
|
def get_host_settings(self) -> List[HostSetting]:
|
{wandelbots_api_client-26.6.0.dev6.dist-info → wandelbots_api_client-26.6.0.dev8.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wandelbots_api_client
|
|
3
|
-
Version: 26.6.0.
|
|
3
|
+
Version: 26.6.0.dev8
|
|
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.5.0 (can be found at the home screen of your instance -> API)
|
|
34
|
-
- Package version: 26.6.0.
|
|
34
|
+
- Package version: 26.6.0.dev8
|
|
35
35
|
|
|
36
36
|
## Requirements.
|
|
37
37
|
Python >=3.11, Python < 4.0
|
{wandelbots_api_client-26.6.0.dev6.dist-info → wandelbots_api_client-26.6.0.dev8.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
wandelbots_api_client/__init__.py,sha256=
|
|
1
|
+
wandelbots_api_client/__init__.py,sha256=WgqvOSYkad-RcQsWSe_VQzRZVwsLKfMXgRrYzvw8Kbk,1001
|
|
2
2
|
wandelbots_api_client/api/__init__.py,sha256=piFvcUqVadKhV50ReEqZToWDDC4g0frxtAfyafQlDkY,2187
|
|
3
3
|
wandelbots_api_client/api/application_api.py,sha256=3YTsQhoBC5ZUY0Nb-8cqsS1xd4FmY6C9fO3ZH1qw0N8,69176
|
|
4
4
|
wandelbots_api_client/api/cell_api.py,sha256=q_bbYhUIWx4v0_MqHC_FXVw4Qcae7wntHdyoPJC-ej4,64332
|
|
@@ -28,10 +28,10 @@ wandelbots_api_client/api/virtual_robot_api.py,sha256=YFKahrHiOcgVOr2NWLLRa_WJWu
|
|
|
28
28
|
wandelbots_api_client/api/virtual_robot_behavior_api.py,sha256=UN38R5Z-Mx8oPJqSrvDLZRhuA80IBeUCS2neotlGNPY,32214
|
|
29
29
|
wandelbots_api_client/api/virtual_robot_mode_api.py,sha256=bL2xN9BocN8Rt5sAm7TXAPaR1L0Lgun5BaQ6SQQIWiw,72983
|
|
30
30
|
wandelbots_api_client/api/virtual_robot_setup_api.py,sha256=aBvzcmMnqWKm-sWQQlUXDpJWYct2jJ7ZP4tD1KxZa-o,114640
|
|
31
|
-
wandelbots_api_client/api_client.py,sha256=
|
|
31
|
+
wandelbots_api_client/api_client.py,sha256=Fp9UReiPyCSO4vW0OMZCdk86dVy162NuAdLkSBp2lzE,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=Qzejh3iEP_1JOPhRdz6eyQq_ZihzrX4fEGCnL6TkAww,18035
|
|
35
35
|
wandelbots_api_client/exceptions.py,sha256=RuzKwCGAxM2FezxzoQXqapt0ID8qjXm6e1T_yaote3c,6389
|
|
36
36
|
wandelbots_api_client/models/__init__.py,sha256=10_46vZsxhuJ-eiYOmR6-R-o4BhYiNzm2Tfoe-YIwbY,23908
|
|
37
37
|
wandelbots_api_client/models/abb_controller.py,sha256=9dOBmaH5hTUeCzVsu5bW4JK-mCe8EWXOzuK9NSqDmPc,4050
|
|
@@ -327,7 +327,7 @@ wandelbots_api_client/models/virtual_robot_configuration.py,sha256=Ehpe6xQjYidyC
|
|
|
327
327
|
wandelbots_api_client/models/yaskawa_controller.py,sha256=3ePapQ6IR9_5R2jFVoiBm7PrRAthFU69zie7cB1xOIk,3136
|
|
328
328
|
wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
329
|
wandelbots_api_client/rest.py,sha256=lcKedKS_XfGNtckku5IjhRlSG1u4vSnnd9Srs9SElso,7246
|
|
330
|
-
wandelbots_api_client/v2/__init__.py,sha256=
|
|
330
|
+
wandelbots_api_client/v2/__init__.py,sha256=S2A5mefzptY6n2vAhPuaB9R2EHilKNsVQbPoVNYM0y8,1027
|
|
331
331
|
wandelbots_api_client/v2/api/__init__.py,sha256=P0yGp2xWLeEPi0maOq33OfqhAM3pyWPwtc5AJpdTp8Y,1967
|
|
332
332
|
wandelbots_api_client/v2/api/application_api.py,sha256=ZCZ-8xpphAHxnVWZ9Ioq3e0IdPXocjvr9L5SMzrel1k,69555
|
|
333
333
|
wandelbots_api_client/v2/api/bus_inputs_outputs_api.py,sha256=6DkKVRgFH0XpMTk_BC31JVJHKOKEo0pzvZ5hMlQ0bmU,264680
|
|
@@ -354,9 +354,9 @@ wandelbots_api_client/v2/api/version_api.py,sha256=L_U_eGuhhPtrBBR5GX_RHGE_eKyLC
|
|
|
354
354
|
wandelbots_api_client/v2/api/virtual_controller_api.py,sha256=ex5G3pDooeDhfMOVL-2iaNlzvkU71qxAvkPYq4TLbvQ,291427
|
|
355
355
|
wandelbots_api_client/v2/api/virtual_controller_behavior_api.py,sha256=F_P7xMTnZpIu9p9990Pxg1yHPcVysez2L9Yk5ON3Us0,41042
|
|
356
356
|
wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py,sha256=8aV-eDgDQWLW3iC7d2GDXhDqThND8nFEGnSj1i5ZCmg,42023
|
|
357
|
-
wandelbots_api_client/v2/api_client.py,sha256=
|
|
357
|
+
wandelbots_api_client/v2/api_client.py,sha256=3zpnwQsiI4C3T52QNhlwHOnNyJ4xPo0S787O0jXf7UU,27019
|
|
358
358
|
wandelbots_api_client/v2/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
|
359
|
-
wandelbots_api_client/v2/configuration.py,sha256=
|
|
359
|
+
wandelbots_api_client/v2/configuration.py,sha256=CrBAWpr7ux3BZc-n1YXXTTg1u8FOIy0zNFmUzb5xGYU,18038
|
|
360
360
|
wandelbots_api_client/v2/exceptions.py,sha256=PO-GFXkLo8Aw6MdKXt4HGzuYks0izxTOK-a3yKPMwyg,6389
|
|
361
361
|
wandelbots_api_client/v2/models/__init__.py,sha256=3uVc7oz-eNJc4cdH43SXWCw6Iwu9vs7wLTirBdYsRpg,36127
|
|
362
362
|
wandelbots_api_client/v2/models/abb_confdata.py,sha256=po-05ykftfwh-j9q5cWMKc-CYq5iWd1vYIE6zNa6oX4,3374
|
|
@@ -758,7 +758,7 @@ wandelbots_api_client/v2/models/zod_validation_error_error_details_inner.py,sha2
|
|
|
758
758
|
wandelbots_api_client/v2/models/zod_validation_error_error_details_inner_path_inner.py,sha256=JOvRE96flgfDPOWUe1Ox7uXwW3d9n6uGCJCI5qDK1Pk,5648
|
|
759
759
|
wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
760
760
|
wandelbots_api_client/v2/rest.py,sha256=kzPPPn5U-sCGtH6Fpf_jB2-fnSQJB0FEn70guMgGNsA,7249
|
|
761
|
-
wandelbots_api_client/v2_pydantic/__init__.py,sha256=
|
|
761
|
+
wandelbots_api_client/v2_pydantic/__init__.py,sha256=MIdoRzv12lPA37aLWRnPB40hXEXlU-PxDLkm2fnAaac,1036
|
|
762
762
|
wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=P0yGp2xWLeEPi0maOq33OfqhAM3pyWPwtc5AJpdTp8Y,1967
|
|
763
763
|
wandelbots_api_client/v2_pydantic/api/application_api.py,sha256=nANCB-vPU6TEJ3DiPwHD7sv9Y8wPwqf4vhOZQDjZa10,69587
|
|
764
764
|
wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py,sha256=KYQhBQqBOTjnzsWQ3_Kix2n5Ss8T0JAMZoJH3yYwx_Y,264634
|
|
@@ -785,14 +785,14 @@ wandelbots_api_client/v2_pydantic/api/version_api.py,sha256=ZIQEXjQrUqHe2JvbOIhj
|
|
|
785
785
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py,sha256=B5ufR5abqkiswyhVmrruqgV7g7AOMrgI3DAkuVKdbpo,291361
|
|
786
786
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py,sha256=rNGYXpF5RwdU92D4aPMCi5YUGlJRwygI-CIsSqcv4fM,41023
|
|
787
787
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py,sha256=zM8L2hLiSkw7XB22rqaJcw0haJjtOfy8cXcsAzyt25M,42035
|
|
788
|
-
wandelbots_api_client/v2_pydantic/api_client.py,sha256=
|
|
788
|
+
wandelbots_api_client/v2_pydantic/api_client.py,sha256=4b5EbkLMZH_kpXihi-DyK9kXxrRu5tezfJzKuWveUwE,27073
|
|
789
789
|
wandelbots_api_client/v2_pydantic/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
|
790
|
-
wandelbots_api_client/v2_pydantic/configuration.py,sha256=
|
|
790
|
+
wandelbots_api_client/v2_pydantic/configuration.py,sha256=O1mVnOGPF11aI7T5TJwGvdqgknwrmQYekaVwevMAbqI,18047
|
|
791
791
|
wandelbots_api_client/v2_pydantic/exceptions.py,sha256=PO-GFXkLo8Aw6MdKXt4HGzuYks0izxTOK-a3yKPMwyg,6389
|
|
792
|
-
wandelbots_api_client/v2_pydantic/models/__init__.py,sha256=
|
|
793
|
-
wandelbots_api_client/v2_pydantic/models/models.py,sha256=
|
|
792
|
+
wandelbots_api_client/v2_pydantic/models/__init__.py,sha256=HrS6nJBBzehI2sZyKxrltj9xQMu1SI7MDoWvPsEBOvk,22159
|
|
793
|
+
wandelbots_api_client/v2_pydantic/models/models.py,sha256=DgXHXz-INGveSBv2GbALOPkynPc1P5j37lI26nJMntU,204135
|
|
794
794
|
wandelbots_api_client/v2_pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
795
795
|
wandelbots_api_client/v2_pydantic/rest.py,sha256=FUuaYddapU0WtDFBxgoMXUV0UfHyNGbhopemWMVOzpg,7258
|
|
796
|
-
wandelbots_api_client-26.6.0.
|
|
797
|
-
wandelbots_api_client-26.6.0.
|
|
798
|
-
wandelbots_api_client-26.6.0.
|
|
796
|
+
wandelbots_api_client-26.6.0.dev8.dist-info/WHEEL,sha256=WvwXFgRajeoYkfRVmDhkP4Qlqo31Mk687zIO2QQoFmw,80
|
|
797
|
+
wandelbots_api_client-26.6.0.dev8.dist-info/METADATA,sha256=m7gCkvw0HfQtTgLpuNeA3C0qDkxmRbj8eR3K2yLsZ8o,7687
|
|
798
|
+
wandelbots_api_client-26.6.0.dev8.dist-info/RECORD,,
|
{wandelbots_api_client-26.6.0.dev6.dist-info → wandelbots_api_client-26.6.0.dev8.dist-info}/WHEEL
RENAMED
|
File without changes
|