wandelbots_api_client 26.4.0.dev44__py3-none-any.whl → 26.4.0.dev45__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/models/manufacturer.py +1 -0
- 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 +2 -1
- {wandelbots_api_client-26.4.0.dev44.dist-info → wandelbots_api_client-26.4.0.dev45.dist-info}/METADATA +2 -2
- {wandelbots_api_client-26.4.0.dev44.dist-info → wandelbots_api_client-26.4.0.dev45.dist-info}/RECORD +15 -15
- {wandelbots_api_client-26.4.0.dev44.dist-info → wandelbots_api_client-26.4.0.dev45.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.4.0.
|
|
86
|
+
self.user_agent = "Wandelbots-Nova-API-Python-Client/26.4.0.dev45"
|
|
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 dev\n"
|
|
515
|
-
"SDK Package Version: 26.4.0.
|
|
515
|
+
"SDK Package Version: 26.4.0.dev45".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.dev45"
|
|
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.4.0 dev\n"
|
|
515
|
-
"SDK Package Version: 26.4.0.
|
|
515
|
+
"SDK Package Version: 26.4.0.dev45".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.dev45"
|
|
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.4.0 dev\n"
|
|
515
|
-
"SDK Package Version: 26.4.0.
|
|
515
|
+
"SDK Package Version: 26.4.0.dev45".format(env=sys.platform, pyversion=sys.version)
|
|
516
516
|
)
|
|
517
517
|
|
|
518
518
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: models.yaml
|
|
3
|
-
# timestamp: 2026-05-
|
|
3
|
+
# timestamp: 2026-05-06T15:48:39+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
from pydantic import AnyUrl, AwareDatetime, BaseModel, EmailStr, Field, RootModel
|
|
@@ -146,6 +146,7 @@ class Manufacturer(Enum):
|
|
|
146
146
|
ABB = "abb"
|
|
147
147
|
FANUC = "fanuc"
|
|
148
148
|
KUKA = "kuka"
|
|
149
|
+
STAUBLI = "staubli"
|
|
149
150
|
UNIVERSALROBOTS = "universalrobots"
|
|
150
151
|
YASKAWA = "yaskawa"
|
|
151
152
|
|
|
@@ -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.dev45
|
|
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 dev (can be found at the home screen of your instance -> API)
|
|
34
|
-
- Package version: 26.4.0.
|
|
34
|
+
- Package version: 26.4.0.dev45
|
|
35
35
|
|
|
36
36
|
## Requirements.
|
|
37
37
|
Python >=3.11, Python < 4.0
|
{wandelbots_api_client-26.4.0.dev44.dist-info → wandelbots_api_client-26.4.0.dev45.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
wandelbots_api_client/__init__.py,sha256=
|
|
1
|
+
wandelbots_api_client/__init__.py,sha256=ycwleZ0wF58NtdujDO6-8eV4ozZA2FaCnc_Rx9yQBh4,1006
|
|
2
2
|
wandelbots_api_client/api/__init__.py,sha256=piFvcUqVadKhV50ReEqZToWDDC4g0frxtAfyafQlDkY,2187
|
|
3
3
|
wandelbots_api_client/api/application_api.py,sha256=dPXET1yHZuhZSb7n6ESxpuXNtk2Q6P0TEEe59cNGG1k,69180
|
|
4
4
|
wandelbots_api_client/api/cell_api.py,sha256=h6xERp0mP1uwmyYfWvnnsYpFj2XvjwtjDpWGywgSwlU,64336
|
|
@@ -28,10 +28,10 @@ wandelbots_api_client/api/virtual_robot_api.py,sha256=g_tOgqIOdCf5_aOxA9Fuiev4GX
|
|
|
28
28
|
wandelbots_api_client/api/virtual_robot_behavior_api.py,sha256=QLNwp33PKWJ7ZYybOmBLOwXJ-eltwuHOBY_sID1-ZFY,32218
|
|
29
29
|
wandelbots_api_client/api/virtual_robot_mode_api.py,sha256=435W2pmwYPIs3mPrx3kYRfDrBk1B42u0R2SLkuUAYTA,72987
|
|
30
30
|
wandelbots_api_client/api/virtual_robot_setup_api.py,sha256=_wfk-HrS5p5qu77vpxPxMa4pW4ZYRcZdlYnSjiKeyFQ,114644
|
|
31
|
-
wandelbots_api_client/api_client.py,sha256=
|
|
31
|
+
wandelbots_api_client/api_client.py,sha256=AkN2bf3Kpb6ttg_DkssoIwouuEqmSSFGjuBpLh2kQl4,26427
|
|
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=7h_AnsoixTdSouBXZwxB6PTUV0ERK_Xr9sG25fo2Rf8,18044
|
|
35
35
|
wandelbots_api_client/exceptions.py,sha256=H8rNOWDOUGbnG8YAobscF_-2e4eLovH-LZ2VZPCXF3g,6393
|
|
36
36
|
wandelbots_api_client/models/__init__.py,sha256=JuBNPfmhwMBeZWkAoj91dPI20Y5_66QOf1BS5O2KQAs,23912
|
|
37
37
|
wandelbots_api_client/models/abb_controller.py,sha256=Md9kP-QtddwUp3k12jv0uJKqshhXGdS7DIbDek6VfeU,4054
|
|
@@ -327,7 +327,7 @@ wandelbots_api_client/models/virtual_robot_configuration.py,sha256=Gt7kksZ2O_8jY
|
|
|
327
327
|
wandelbots_api_client/models/yaskawa_controller.py,sha256=tQfsn9RdpfEucmukhJp9-6uYSbl9dw_u1u89szXB_6A,3140
|
|
328
328
|
wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
329
|
wandelbots_api_client/rest.py,sha256=76ryivv56Dys4nNOq1e0XM4NKEvLgGbNApTnJo6r7tg,7250
|
|
330
|
-
wandelbots_api_client/v2/__init__.py,sha256=
|
|
330
|
+
wandelbots_api_client/v2/__init__.py,sha256=6wMgTqlumySZ3vrxpgjZLmZotwtUmfAoG6LNlY1Bd_4,1032
|
|
331
331
|
wandelbots_api_client/v2/api/__init__.py,sha256=P0yGp2xWLeEPi0maOq33OfqhAM3pyWPwtc5AJpdTp8Y,1967
|
|
332
332
|
wandelbots_api_client/v2/api/application_api.py,sha256=7trjnJPdJ3INn7TaTlVeu3mcZl5H_qkjn9tMcwk1v38,69559
|
|
333
333
|
wandelbots_api_client/v2/api/bus_inputs_outputs_api.py,sha256=WXRtBLvXFFRlRr_ZCgdH5z1K98IMtf5JT_mQdOfkbIs,220842
|
|
@@ -354,9 +354,9 @@ wandelbots_api_client/v2/api/version_api.py,sha256=QJ0PvTMzMog5fDVnHHNWR9k4IicLx
|
|
|
354
354
|
wandelbots_api_client/v2/api/virtual_controller_api.py,sha256=So5jQq_JYarjXqU3IiZ4beieGFXhxFfITz5bhDVq1rM,290981
|
|
355
355
|
wandelbots_api_client/v2/api/virtual_controller_behavior_api.py,sha256=jImafePbkZTxsPuRW-cz7Jahmv2A-OsyZN0P316mtSw,41046
|
|
356
356
|
wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py,sha256=OXeJpRWhAM6Sj_t6gkXxE5iOVdPv6rxQc7igyRez1M8,42027
|
|
357
|
-
wandelbots_api_client/v2/api_client.py,sha256=
|
|
357
|
+
wandelbots_api_client/v2/api_client.py,sha256=U5HwKbW1sJADOfed1UdcRT5Ts6ChXBEPUZK7-7behVs,26465
|
|
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=JA7wr6I61PRLjpBP8tFdErVrJf6hVNIsCcZq8foWu4c,18047
|
|
360
360
|
wandelbots_api_client/v2/exceptions.py,sha256=katSiWurYDrKY_x3j3isaG6TOgxQDN7Vdctgf4LwH88,6393
|
|
361
361
|
wandelbots_api_client/v2/models/__init__.py,sha256=AJqc_OVfJB6isEIZwtSJy4pX7gAOpPe6b9vQ8zKvcf4,31590
|
|
362
362
|
wandelbots_api_client/v2/models/abb_controller.py,sha256=Hbk-gyY3lCyX-UjeEOKwPjztL_SprkQ9LFZRzjhgVoE,3741
|
|
@@ -541,7 +541,7 @@ wandelbots_api_client/v2/models/limit_set.py,sha256=Mw6ORYO36jMUXKXWad-zE5vTG5FL
|
|
|
541
541
|
wandelbots_api_client/v2/models/limits_override.py,sha256=GWuoAv7rAf1XML3LWmLj75d7Qqh0PyWWMKUZc1oUtl8,5533
|
|
542
542
|
wandelbots_api_client/v2/models/list_trajectories_response.py,sha256=guoBFZ0k-Zn4Dx-tNx0tLTD9TTK7CvcqKtFYdtEeszk,2815
|
|
543
543
|
wandelbots_api_client/v2/models/location1_inner.py,sha256=JQ9Kuc5UtLs72D7drAgydRpaZ1V2Z5EOK1Xse4FiEpg,5350
|
|
544
|
-
wandelbots_api_client/v2/models/manufacturer.py,sha256=
|
|
544
|
+
wandelbots_api_client/v2/models/manufacturer.py,sha256=ipad4zMXZ6b8TNQX8ToRniZugq4cgJ2lI4cIvFgYWPQ,784
|
|
545
545
|
wandelbots_api_client/v2/models/merge_trajectories422_response.py,sha256=EzBhKpMg3Lm-vWHMxyi_3yihnrEE0wyVxJGGZCJ1Y6E,3116
|
|
546
546
|
wandelbots_api_client/v2/models/merge_trajectories_error.py,sha256=h6v5XFICjpEXzIHdbNRlmvi1oJ4I4Mp0mDtAHR5mkkc,3576
|
|
547
547
|
wandelbots_api_client/v2/models/merge_trajectories_error_error_feedback.py,sha256=62hxFvkInxH12K0Lu2WfMnMsUdwUa-QHDfhU-Ig-KR0,8864
|
|
@@ -707,7 +707,7 @@ wandelbots_api_client/v2/models/zod_validation_error_error_details_inner.py,sha2
|
|
|
707
707
|
wandelbots_api_client/v2/models/zod_validation_error_error_details_inner_path_inner.py,sha256=q-Q5v-Z_wx4Ptji3crU3KkrDRuSJEIJnBAws66uxsVY,5652
|
|
708
708
|
wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
709
709
|
wandelbots_api_client/v2/rest.py,sha256=GBa7yDOC5KmjhCVbx3MRnRfEtJZrwhA8JXHOuwykiZk,7253
|
|
710
|
-
wandelbots_api_client/v2_pydantic/__init__.py,sha256=
|
|
710
|
+
wandelbots_api_client/v2_pydantic/__init__.py,sha256=elnOo-zx0fLwBosOt-1ci5ceVoZr4PB1uw_iUES0I5g,1041
|
|
711
711
|
wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=P0yGp2xWLeEPi0maOq33OfqhAM3pyWPwtc5AJpdTp8Y,1967
|
|
712
712
|
wandelbots_api_client/v2_pydantic/api/application_api.py,sha256=LTGiHQqrUkI_Y5PpEOdrRWkQq7Y_wwBhe5F3g3iAa-k,69591
|
|
713
713
|
wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py,sha256=_jkiINoXu4l-43JhJ_MsfMo8kgBZ5UfJg6-EWofiRTw,220801
|
|
@@ -734,14 +734,14 @@ wandelbots_api_client/v2_pydantic/api/version_api.py,sha256=rMINIuUcxMq4aPXyH3VL
|
|
|
734
734
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py,sha256=Lxde_fP3h2Dh3R0uyUFanySrbWH1jpH-gIGij7zM1Rs,290915
|
|
735
735
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py,sha256=kWf5Ap8zOmIMzBFM8NIHPPZ9-ZNKzhoV4_vLU5M8hMM,41027
|
|
736
736
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py,sha256=ZX0I1fYiKt1qPY4npDVDGoOpTnvHxxaUsndxwD66m0Y,42039
|
|
737
|
-
wandelbots_api_client/v2_pydantic/api_client.py,sha256=
|
|
737
|
+
wandelbots_api_client/v2_pydantic/api_client.py,sha256=dCQw-0zZsH3Sd_Cmk2qKs2Mh0b0BldNaFTSx9qQmdvY,26519
|
|
738
738
|
wandelbots_api_client/v2_pydantic/api_response.py,sha256=WhxwYDSMm6wPixp9CegO8dJzjFxDz3JF1yCq9s0ZqKE,639
|
|
739
|
-
wandelbots_api_client/v2_pydantic/configuration.py,sha256=
|
|
739
|
+
wandelbots_api_client/v2_pydantic/configuration.py,sha256=X15-zcKiDrPJF4EUZFs9QvHgFVUrsle84sirUScMsv4,18056
|
|
740
740
|
wandelbots_api_client/v2_pydantic/exceptions.py,sha256=katSiWurYDrKY_x3j3isaG6TOgxQDN7Vdctgf4LwH88,6393
|
|
741
|
-
wandelbots_api_client/v2_pydantic/models/__init__.py,sha256=
|
|
742
|
-
wandelbots_api_client/v2_pydantic/models/models.py,sha256=
|
|
741
|
+
wandelbots_api_client/v2_pydantic/models/__init__.py,sha256=NS_n9laGCuI5vRcmg0CHff2aTC2AnGfzCtrYuB5pVgo,19285
|
|
742
|
+
wandelbots_api_client/v2_pydantic/models/models.py,sha256=S6gI1mnNjn31Y6wJGeA8WajzFGIEQd8DlD3OT_A2YDI,180573
|
|
743
743
|
wandelbots_api_client/v2_pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
744
744
|
wandelbots_api_client/v2_pydantic/rest.py,sha256=Ly2_-Yd4LJcRFRHjktkDF5x-dTlt18otVtb9-bwA1x0,7262
|
|
745
|
-
wandelbots_api_client-26.4.0.
|
|
746
|
-
wandelbots_api_client-26.4.0.
|
|
747
|
-
wandelbots_api_client-26.4.0.
|
|
745
|
+
wandelbots_api_client-26.4.0.dev45.dist-info/WHEEL,sha256=s_zqWxHFEH8b58BCtf46hFCqPaISurdB9R1XJ8za6XI,80
|
|
746
|
+
wandelbots_api_client-26.4.0.dev45.dist-info/METADATA,sha256=UcESGLy-s2HnNDEsBX9cXeGHFJIESyUwSF9Er1vOUtU,7693
|
|
747
|
+
wandelbots_api_client-26.4.0.dev45.dist-info/RECORD,,
|
{wandelbots_api_client-26.4.0.dev44.dist-info → wandelbots_api_client-26.4.0.dev45.dist-info}/WHEEL
RENAMED
|
File without changes
|