wandelbots-api-client 25.10.0.dev60__py3-none-any.whl → 25.10.0.dev67__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.dev60.dist-info → wandelbots_api_client-25.10.0.dev67.dist-info}/METADATA +2 -2
- {wandelbots_api_client-25.10.0.dev60.dist-info → wandelbots_api_client-25.10.0.dev67.dist-info}/RECORD +15 -15
- {wandelbots_api_client-25.10.0.dev60.dist-info → wandelbots_api_client-25.10.0.dev67.dist-info}/WHEEL +0 -0
- {wandelbots_api_client-25.10.0.dev60.dist-info → wandelbots_api_client-25.10.0.dev67.dist-info}/licenses/LICENSE +0 -0
- {wandelbots_api_client-25.10.0.dev60.dist-info → wandelbots_api_client-25.10.0.dev67.dist-info}/top_level.txt +0 -0
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.
|
|
94
|
+
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.dev67'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
async def __aenter__(self):
|
|
@@ -535,7 +535,7 @@ conf = wandelbots_api_client.Configuration(
|
|
|
535
535
|
"OS: {env}\n"\
|
|
536
536
|
"Python Version: {pyversion}\n"\
|
|
537
537
|
"Version of the API: 1.1.0 dev\n"\
|
|
538
|
-
"SDK Package Version: 25.10.0.
|
|
538
|
+
"SDK Package Version: 25.10.0.dev67".\
|
|
539
539
|
format(env=sys.platform, pyversion=sys.version)
|
|
540
540
|
|
|
541
541
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.
|
|
94
|
+
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.dev67'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
async def __aenter__(self):
|
|
@@ -535,7 +535,7 @@ conf = wandelbots_api_client.v2.Configuration(
|
|
|
535
535
|
"OS: {env}\n"\
|
|
536
536
|
"Python Version: {pyversion}\n"\
|
|
537
537
|
"Version of the API: 2.0.0 dev\n"\
|
|
538
|
-
"SDK Package Version: 25.10.0.
|
|
538
|
+
"SDK Package Version: 25.10.0.dev67".\
|
|
539
539
|
format(env=sys.platform, pyversion=sys.version)
|
|
540
540
|
|
|
541
541
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.
|
|
94
|
+
self.user_agent = 'Wandelbots-Nova-API-Python-Client/25.10.0.dev67'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
async def __aenter__(self):
|
|
@@ -535,7 +535,7 @@ conf = wandelbots_api_client.v2_pydantic.Configuration(
|
|
|
535
535
|
"OS: {env}\n"\
|
|
536
536
|
"Python Version: {pyversion}\n"\
|
|
537
537
|
"Version of the API: 2.0.0 dev\n"\
|
|
538
|
-
"SDK Package Version: 25.10.0.
|
|
538
|
+
"SDK Package Version: 25.10.0.dev67".\
|
|
539
539
|
format(env=sys.platform, pyversion=sys.version)
|
|
540
540
|
|
|
541
541
|
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.dev67
|
|
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.1.0 dev (can be found at the home screen of your instance -> API)
|
|
44
|
-
- Package version: 25.10.0.
|
|
44
|
+
- Package version: 25.10.0.dev67
|
|
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=P2Qj6vq025jN596WbqT-j0KgLpbybn722XLIv5mIihg,1027
|
|
2
|
+
wandelbots_api_client/api_client.py,sha256=IMWyJQvwtjQCIAyz-6qTxYiDgGQIm82K9VeXon1Uf5c,27917
|
|
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=ACUHYliLrn6qGrY8I22q-WdT-3Mnf55YIXtHkUhJyhI,18880
|
|
6
6
|
wandelbots_api_client/exceptions.py,sha256=kfnQfrTfxvXgN7hHErgpOQn_TDPYxA05pZbjclctmjQ,6432
|
|
7
7
|
wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
wandelbots_api_client/rest.py,sha256=2TFE3qrqAsxd2ayRJE_8A_oNk-4VVaHDs6j58Cbvydo,7260
|
|
@@ -327,10 +327,10 @@ wandelbots_api_client/models/virtual_controller.py,sha256=2CHHEEry45qwlTo6oc1NPN
|
|
|
327
327
|
wandelbots_api_client/models/virtual_controller_types.py,sha256=47xBAGj7EsKJbZ7-EJRThMT98NCM9r2ltm1E-a5Yl8s,6358
|
|
328
328
|
wandelbots_api_client/models/virtual_robot_configuration.py,sha256=ikQ98n6Ln67a-JZXelIQqa4Bk2P4FGixAaUM8u2fxkw,2958
|
|
329
329
|
wandelbots_api_client/models/yaskawa_controller.py,sha256=vTwYgdqYBajvQL4DsriEIL2GKhLdyAzYrxC1ZSXYHgs,3192
|
|
330
|
-
wandelbots_api_client/v2/__init__.py,sha256=
|
|
331
|
-
wandelbots_api_client/v2/api_client.py,sha256=
|
|
330
|
+
wandelbots_api_client/v2/__init__.py,sha256=QsDX6xCg6ZCpmm2jkdfzI1lLGYDnSRXmrxsLGf4Oi54,1027
|
|
331
|
+
wandelbots_api_client/v2/api_client.py,sha256=wuoDJfXIJgSUYAS_yYFWfFJBm3-YFrGXwgHJ8dRah7I,27935
|
|
332
332
|
wandelbots_api_client/v2/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
333
|
-
wandelbots_api_client/v2/configuration.py,sha256=
|
|
333
|
+
wandelbots_api_client/v2/configuration.py,sha256=fGkHam0igYoJmpphEmOL_QlgcXw9m_ZixL-985DzOCg,18886
|
|
334
334
|
wandelbots_api_client/v2/exceptions.py,sha256=3wfy9UXHQZI6h5YSShWDlsuNUrOJOsPNdxi_siGGyf8,6432
|
|
335
335
|
wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
336
336
|
wandelbots_api_client/v2/rest.py,sha256=G-poHNw6fmHRrpJgAqETUloJLXTWS9iOFbIhsAcMOEU,7263
|
|
@@ -602,12 +602,12 @@ wandelbots_api_client/v2/models/virtual_controller_types.py,sha256=TOvwfZGTVB8Yb
|
|
|
602
602
|
wandelbots_api_client/v2/models/virtual_robot_configuration.py,sha256=AVHFkFZUF43MHyT57p1thBBQfNWCQ-g4883LcDLhTkI,2958
|
|
603
603
|
wandelbots_api_client/v2/models/wait_for_io_event_request.py,sha256=EWz5n-vc3QmdA_Dp3D--T7gbnUs59g8wMC8ZH6Ry-MA,3211
|
|
604
604
|
wandelbots_api_client/v2/models/yaskawa_controller.py,sha256=dVL1w6OxYiQWQ_CQ2A2fggAmlkbFzsfIdvPOyGkc__8,3040
|
|
605
|
-
wandelbots_api_client/v2_pydantic/__init__.py,sha256=
|
|
606
|
-
wandelbots_api_client/v2_pydantic/api_client.py,sha256=
|
|
605
|
+
wandelbots_api_client/v2_pydantic/__init__.py,sha256=ZHLGT10MN24J5s5LHeU0grQXb_1hklqt_gFLaA_Lrwc,1062
|
|
606
|
+
wandelbots_api_client/v2_pydantic/api_client.py,sha256=4TUNQvKb4w6HHKr-FHdE-ZW1p1WW0vvWFtcPOXpAljY,28143
|
|
607
607
|
wandelbots_api_client/v2_pydantic/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
608
|
-
wandelbots_api_client/v2_pydantic/configuration.py,sha256=
|
|
608
|
+
wandelbots_api_client/v2_pydantic/configuration.py,sha256=mKEL4wkfKiF-2xez_y25GV1CTtG0oksXRRJJa5RWeVs,18904
|
|
609
609
|
wandelbots_api_client/v2_pydantic/exceptions.py,sha256=3wfy9UXHQZI6h5YSShWDlsuNUrOJOsPNdxi_siGGyf8,6432
|
|
610
|
-
wandelbots_api_client/v2_pydantic/models.py,sha256=
|
|
610
|
+
wandelbots_api_client/v2_pydantic/models.py,sha256=pQnWLefTAIkDQw6B_W2zyXXV51Hw--8VzLKt48pKwyc,133302
|
|
611
611
|
wandelbots_api_client/v2_pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
612
612
|
wandelbots_api_client/v2_pydantic/rest.py,sha256=0G4ciw0SBARksj8340dALoBt5d8Zqf3WpYIZUb_wiJI,7272
|
|
613
613
|
wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=nSlcUz3tOOcpazfb8NtrTfNZI8rVJUTlCHAnaSMGcBI,1780
|
|
@@ -633,8 +633,8 @@ wandelbots_api_client/v2_pydantic/api/version_api.py,sha256=IenQKINmfMvuIJ8bV7jE
|
|
|
633
633
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py,sha256=EZpq302mowg1clBSEwaKpkLw8xO8kFxNab9WfsXaWCE,207225
|
|
634
634
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py,sha256=4Y5t423t6dGs3eK9cxnPYq-trQKwChunkbjEuj1R7qA,42312
|
|
635
635
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py,sha256=-LOwGCrhF2evlku5BH9-VeI35C1HDbjkhCyL4AXRo7w,42587
|
|
636
|
-
wandelbots_api_client-25.10.0.
|
|
637
|
-
wandelbots_api_client-25.10.0.
|
|
638
|
-
wandelbots_api_client-25.10.0.
|
|
639
|
-
wandelbots_api_client-25.10.0.
|
|
640
|
-
wandelbots_api_client-25.10.0.
|
|
636
|
+
wandelbots_api_client-25.10.0.dev67.dist-info/licenses/LICENSE,sha256=PJyUaZgTVC0_nJmhRpcbnOcXvmTqJGE6axeSifngIGY,11344
|
|
637
|
+
wandelbots_api_client-25.10.0.dev67.dist-info/METADATA,sha256=1oZ9Vgub3qUa3jXWZUb_MgA73bOKzL5TFQ7iaectla8,1728
|
|
638
|
+
wandelbots_api_client-25.10.0.dev67.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
639
|
+
wandelbots_api_client-25.10.0.dev67.dist-info/top_level.txt,sha256=eCDsV95XWqVBSMDe4MRzyOj53-TK-o5WU1Qv_yv493M,22
|
|
640
|
+
wandelbots_api_client-25.10.0.dev67.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|