wandelbots-api-client 25.10.0.dev41__py3-none-any.whl → 25.10.0.dev46__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.py +1 -1
- {wandelbots_api_client-25.10.0.dev41.dist-info → wandelbots_api_client-25.10.0.dev46.dist-info}/METADATA +2 -2
- {wandelbots_api_client-25.10.0.dev41.dist-info → wandelbots_api_client-25.10.0.dev46.dist-info}/RECORD +15 -15
- {wandelbots_api_client-25.10.0.dev41.dist-info → wandelbots_api_client-25.10.0.dev46.dist-info}/WHEEL +0 -0
- {wandelbots_api_client-25.10.0.dev41.dist-info → wandelbots_api_client-25.10.0.dev46.dist-info}/licenses/LICENSE +0 -0
- {wandelbots_api_client-25.10.0.dev41.dist-info → wandelbots_api_client-25.10.0.dev46.dist-info}/top_level.txt +0 -0
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.
|
|
93
|
+
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.dev46'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
async def __aenter__(self):
|
|
@@ -524,7 +524,7 @@ conf = wandelbots_api_client.Configuration(
|
|
|
524
524
|
"OS: {env}\n"\
|
|
525
525
|
"Python Version: {pyversion}\n"\
|
|
526
526
|
"Version of the API: 1.0.0\n"\
|
|
527
|
-
"SDK Package Version: 25.10.0.
|
|
527
|
+
"SDK Package Version: 25.10.0.dev46".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.
|
|
93
|
+
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.dev46'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
async def __aenter__(self):
|
|
@@ -524,7 +524,7 @@ conf = wandelbots_api_client.v2.Configuration(
|
|
|
524
524
|
"OS: {env}\n"\
|
|
525
525
|
"Python Version: {pyversion}\n"\
|
|
526
526
|
"Version of the API: 2.0.0 beta\n"\
|
|
527
|
-
"SDK Package Version: 25.10.0.
|
|
527
|
+
"SDK Package Version: 25.10.0.dev46".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -92,7 +92,7 @@ class ApiClient:
|
|
|
92
92
|
self.default_headers[header_name] = header_value
|
|
93
93
|
self.cookie = cookie
|
|
94
94
|
# Set default User-Agent.
|
|
95
|
-
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.
|
|
95
|
+
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.dev46'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
async def __aenter__(self):
|
|
@@ -524,7 +524,7 @@ conf = wandelbots_api_client.v2_pydantic.Configuration(
|
|
|
524
524
|
"OS: {env}\n"\
|
|
525
525
|
"Python Version: {pyversion}\n"\
|
|
526
526
|
"Version of the API: 2.0.0 beta\n"\
|
|
527
|
-
"SDK Package Version: 25.10.0.
|
|
527
|
+
"SDK Package Version: 25.10.0.dev46".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wandelbots_api_client
|
|
3
|
-
Version: 25.10.0.
|
|
3
|
+
Version: 25.10.0.dev46
|
|
4
4
|
Summary: Wandelbots Python Client: Interact with robots in an easy and intuitive way.
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Copyright (c) 2025 Wandelbots GmbH
|
|
@@ -41,7 +41,7 @@ Dynamic: license-file
|
|
|
41
41
|
Interact with robots in an easy and intuitive way.
|
|
42
42
|
|
|
43
43
|
- Compatible API version: 1.0.0 (can be found at the home screen of your instance -> API)
|
|
44
|
-
- Package version: 25.10.0.
|
|
44
|
+
- Package version: 25.10.0.dev46
|
|
45
45
|
|
|
46
46
|
## Requirements.
|
|
47
47
|
Python >=3.11, Python < 4.0
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
wandelbots_api_client/__init__.py,sha256=
|
|
2
|
-
wandelbots_api_client/api_client.py,sha256=
|
|
1
|
+
wandelbots_api_client/__init__.py,sha256=nK06GUO0mTmSxZQAlC26sW5tw-Aa5aKw6OWCY72JrtU,1024
|
|
2
|
+
wandelbots_api_client/api_client.py,sha256=vmPy90wYWvsS2POu3aSgSK2OrZLgOhKJLng6WizT1Uw,27597
|
|
3
3
|
wandelbots_api_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
4
|
wandelbots_api_client/authorization.py,sha256=DyGsVHmD-1D4C9rMEEtQLi5YvbxPxgt7MqKVlwQgC3o,9499
|
|
5
|
-
wandelbots_api_client/configuration.py,sha256=
|
|
5
|
+
wandelbots_api_client/configuration.py,sha256=FxdtOAKWUFtkunayH_bchgRUjcYeIXrLpWIlr8rLgEI,18314
|
|
6
6
|
wandelbots_api_client/exceptions.py,sha256=4ukZiylEwTUCen4G_zzHViQOC0Desk52mRekPGrRcKQ,6428
|
|
7
7
|
wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
wandelbots_api_client/rest.py,sha256=_X74qGWiiOLYoP_QpNiI9u8kABK4reJYHznf01UKER4,7208
|
|
@@ -326,10 +326,10 @@ wandelbots_api_client/models/virtual_controller.py,sha256=mVJ62rv7BplswCwKVPVA-E
|
|
|
326
326
|
wandelbots_api_client/models/virtual_controller_types.py,sha256=FkrzC1ZIgfKkBqIyCQ0kcOEUjZ-J10xureAOLoK5kKI,6198
|
|
327
327
|
wandelbots_api_client/models/virtual_robot_configuration.py,sha256=Mknmp7nU4Jhdus1EQ3LyHn4Dz0Q3nJ21kUj8GnaLZy0,2954
|
|
328
328
|
wandelbots_api_client/models/yaskawa_controller.py,sha256=GefRO8jhkNpxxZprMjoLXYtiiV2MX4snKFwRwek4USY,3188
|
|
329
|
-
wandelbots_api_client/v2/__init__.py,sha256=
|
|
330
|
-
wandelbots_api_client/v2/api_client.py,sha256=
|
|
329
|
+
wandelbots_api_client/v2/__init__.py,sha256=7h-vulMbABzdEJuaRXPNuxF-lue_5ZFy2wFu8tGK2jE,1112
|
|
330
|
+
wandelbots_api_client/v2/api_client.py,sha256=N3gNcKrICHjuX4yQPTEx0OP3j9vEahXgSND3qwaNaZY,27703
|
|
331
331
|
wandelbots_api_client/v2/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
332
|
-
wandelbots_api_client/v2/configuration.py,sha256=
|
|
332
|
+
wandelbots_api_client/v2/configuration.py,sha256=Rfc_f7tatVbyI_S1wZfcPhVvrmn7-eADjLOqq-cFqZU,18413
|
|
333
333
|
wandelbots_api_client/v2/exceptions.py,sha256=dAl-6ZWR0W3REJYdNiRpXHF9yH_6QNlr6dWAaUUMM3E,6516
|
|
334
334
|
wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
335
335
|
wandelbots_api_client/v2/rest.py,sha256=6a7yb-r1BWnJgC8_9PgI_k_RRX29eJQvltiKCUU5XW0,7299
|
|
@@ -599,12 +599,12 @@ wandelbots_api_client/v2/models/virtual_controller_types.py,sha256=PZID3cM3AxtKw
|
|
|
599
599
|
wandelbots_api_client/v2/models/virtual_robot_configuration.py,sha256=PCUv83xwxU3Xg6VSbfTSX6qug6JHOMkpDdBGRVhPRRQ,3042
|
|
600
600
|
wandelbots_api_client/v2/models/wait_for_io_event_request.py,sha256=auG94AG6Wt5yoPWKgGpnJ4k2VxDfqbKOsBhOEqoATmA,3295
|
|
601
601
|
wandelbots_api_client/v2/models/yaskawa_controller.py,sha256=RPbRxIExAUth4xb580CNenePFisoOlJ-v4TAZ2vUtyg,3124
|
|
602
|
-
wandelbots_api_client/v2_pydantic/__init__.py,sha256=
|
|
603
|
-
wandelbots_api_client/v2_pydantic/api_client.py,sha256=
|
|
602
|
+
wandelbots_api_client/v2_pydantic/__init__.py,sha256=xK7TWJNbJNeRepzR2WVLoSsCGsVwkT_nXHUI4TwBFGE,1147
|
|
603
|
+
wandelbots_api_client/v2_pydantic/api_client.py,sha256=rfhD254UomfLhm2WzdpXZlg2hrOvcWqhECCGAguB6p0,28228
|
|
604
604
|
wandelbots_api_client/v2_pydantic/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
605
|
-
wandelbots_api_client/v2_pydantic/configuration.py,sha256=
|
|
605
|
+
wandelbots_api_client/v2_pydantic/configuration.py,sha256=qkBX0kXzn4POZ0H5YF84olXDil2AAGV8_WANcq55bfs,18431
|
|
606
606
|
wandelbots_api_client/v2_pydantic/exceptions.py,sha256=dAl-6ZWR0W3REJYdNiRpXHF9yH_6QNlr6dWAaUUMM3E,6516
|
|
607
|
-
wandelbots_api_client/v2_pydantic/models.py,sha256=
|
|
607
|
+
wandelbots_api_client/v2_pydantic/models.py,sha256=ooy2pIviPKHHbqfhOF6Zu-e_RCarc8aCpzqkeJrm42c,133096
|
|
608
608
|
wandelbots_api_client/v2_pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
609
609
|
wandelbots_api_client/v2_pydantic/rest.py,sha256=AxI1uhZpd6uoibjEBWMApxtHa9UiIIL6SW6MH9rU_7k,7308
|
|
610
610
|
wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=trc6T5sQ7Oq2Bb06HW8d0b45C8udppQ6nf5VMeNPHHs,1725
|
|
@@ -629,8 +629,8 @@ wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py,sha256=c1h_QFCd
|
|
|
629
629
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py,sha256=_eCr04B0SD7laKIghe0FtxzU27DEU8zRxcO5VSdCp2E,207355
|
|
630
630
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py,sha256=YwM-bBxnRkbkewQfuFDNQI6Vsiywc3J-myZj5yEoVDw,42406
|
|
631
631
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py,sha256=WF40_8SQu6DDoyLE7OX_vLvK94dOTouboP0LYkkX5aU,42681
|
|
632
|
-
wandelbots_api_client-25.10.0.
|
|
633
|
-
wandelbots_api_client-25.10.0.
|
|
634
|
-
wandelbots_api_client-25.10.0.
|
|
635
|
-
wandelbots_api_client-25.10.0.
|
|
636
|
-
wandelbots_api_client-25.10.0.
|
|
632
|
+
wandelbots_api_client-25.10.0.dev46.dist-info/licenses/LICENSE,sha256=PJyUaZgTVC0_nJmhRpcbnOcXvmTqJGE6axeSifngIGY,11344
|
|
633
|
+
wandelbots_api_client-25.10.0.dev46.dist-info/METADATA,sha256=js0x5bBLZA5OlENMjm1smUo25ZA3-v4Ti4I-eJ5q2ac,1724
|
|
634
|
+
wandelbots_api_client-25.10.0.dev46.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
635
|
+
wandelbots_api_client-25.10.0.dev46.dist-info/top_level.txt,sha256=eCDsV95XWqVBSMDe4MRzyOj53-TK-o5WU1Qv_yv493M,22
|
|
636
|
+
wandelbots_api_client-25.10.0.dev46.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|