wandelbots-api-client 25.11.0.dev12__py3-none-any.whl → 26.1.0.dev50__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/motion_api.py +3 -3
- 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/bus_inputs_outputs_api.py +579 -0
- wandelbots_api_client/v2/api/jogging_api.py +1 -1
- wandelbots_api_client/v2/api/motion_group_models_api.py +530 -2
- wandelbots_api_client/v2/api/program_api.py +12 -12
- wandelbots_api_client/v2/api/trajectory_execution_api.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/__init__.py +2 -0
- wandelbots_api_client/v2/models/blending_auto.py +1 -1
- wandelbots_api_client/v2/models/blending_position.py +15 -1
- wandelbots_api_client/v2/models/blending_space.py +37 -0
- wandelbots_api_client/v2/models/motion_group_description.py +4 -2
- wandelbots_api_client/v2_pydantic/__init__.py +1 -1
- wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +585 -0
- wandelbots_api_client/v2_pydantic/api/jogging_api.py +1 -1
- wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +536 -2
- wandelbots_api_client/v2_pydantic/api/program_api.py +12 -12
- wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.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 +401 -374
- {wandelbots_api_client-25.11.0.dev12.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/METADATA +2 -2
- {wandelbots_api_client-25.11.0.dev12.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/RECORD +31 -30
- {wandelbots_api_client-25.11.0.dev12.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/WHEEL +0 -0
- {wandelbots_api_client-25.11.0.dev12.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/licenses/LICENSE +0 -0
- {wandelbots_api_client-25.11.0.dev12.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wandelbots_api_client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 26.1.0.dev50
|
|
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.2.0 dev (can be found at the home screen of your instance -> API)
|
|
44
|
-
- Package version:
|
|
44
|
+
- Package version: 26.1.0.dev50
|
|
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=DEygmeDIo-yro2Pn7EFFnbM4lSvF9HJk34ELLZ_02lw,1026
|
|
2
|
+
wandelbots_api_client/api_client.py,sha256=vF-0pkYtdnjWIkNejcb6wUIiizvh2Yo3vsjYUPcwsOg,27916
|
|
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=dk5-XlVcocmxBoBLqj3GHBURdTi3JTIK5iB2L-Cm870,18879
|
|
6
6
|
wandelbots_api_client/exceptions.py,sha256=vt8CfEEb6tv-SLne9AsjB68nYm6jfvl9T1fgq0Dp_2I,6432
|
|
7
7
|
wandelbots_api_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
wandelbots_api_client/rest.py,sha256=l217DMul4sTxbJ24bRKuRo9kllBUfIec52829IxTFfA,7260
|
|
@@ -18,7 +18,7 @@ wandelbots_api_client/api/library_program_metadata_api.py,sha256=zIg9j_LZtHeKNel
|
|
|
18
18
|
wandelbots_api_client/api/library_recipe_api.py,sha256=0d_xBCWHDe3-uVEImsEefCJcocCagnorwD3J5TJuRP0,63326
|
|
19
19
|
wandelbots_api_client/api/library_recipe_metadata_api.py,sha256=0OJA555XDuXyePQyryZm7hZGFEqd_QAA06VgnTEFBQ0,49999
|
|
20
20
|
wandelbots_api_client/api/license_api.py,sha256=TZylrwUgeL819LgF3SklIQwPU1f4GAYWjLEQoP7YgCY,40619
|
|
21
|
-
wandelbots_api_client/api/motion_api.py,sha256=
|
|
21
|
+
wandelbots_api_client/api/motion_api.py,sha256=z50CBaaStRSukHqtg1ahz9toePBOwucYcREQKewzWqU,196241
|
|
22
22
|
wandelbots_api_client/api/motion_group_api.py,sha256=2O5UdxfpDnUzXk6H4FEX3v1viOlp47rfY9MOcIJDngw,46674
|
|
23
23
|
wandelbots_api_client/api/motion_group_infos_api.py,sha256=b1qmqYJhXExiPWEAG5F4JeWTfXhFqgT2LzAA59Daigw,124476
|
|
24
24
|
wandelbots_api_client/api/motion_group_jogging_api.py,sha256=wMQrBSr1ZWc7lLgLQouWENhnxneK_hzslSffkR6awOQ,39875
|
|
@@ -327,37 +327,37 @@ wandelbots_api_client/models/virtual_controller.py,sha256=La9EZaZacWBB7IWFR-TKRn
|
|
|
327
327
|
wandelbots_api_client/models/virtual_controller_types.py,sha256=8JXzdce7iQiR-Et-TzhKAwxSAVJywcAhtBEI9tt5C7g,6572
|
|
328
328
|
wandelbots_api_client/models/virtual_robot_configuration.py,sha256=hSE-ATghHP7T0--x1LGmKjO3afMkRAvb7W-qvhgAWlU,2958
|
|
329
329
|
wandelbots_api_client/models/yaskawa_controller.py,sha256=Qni-K_9wsekMuvwd1tjSGUYO6GXzcpqorNe6WceZAiU,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=66gI8GHK8qEiTIzcFloM4kDLsqXh2DR1wwo1p7M4Am8,1026
|
|
331
|
+
wandelbots_api_client/v2/api_client.py,sha256=OdsiGX8_Pg3KZBnFdIU_6nqxxya_4BTYXKNUgxb7cuw,27934
|
|
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=IwgOMmNtDfKKbvcuxQoK-j3mSbebV8FdnJbnESoqhOc,18885
|
|
334
334
|
wandelbots_api_client/v2/exceptions.py,sha256=Ca5nkeVDg0VRjfjpyMekJd9c9OXUXfnd3aSOFDxRIZk,6432
|
|
335
335
|
wandelbots_api_client/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
336
336
|
wandelbots_api_client/v2/rest.py,sha256=2NwLYJ9HyXfGOM4vIz-AD_cL-BwZOzl5NvoHm7p73jk,7263
|
|
337
337
|
wandelbots_api_client/v2/api/__init__.py,sha256=nSlcUz3tOOcpazfb8NtrTfNZI8rVJUTlCHAnaSMGcBI,1780
|
|
338
338
|
wandelbots_api_client/v2/api/application_api.py,sha256=5OkXWTFGe5zuKUxblCw6Lh23tXZQZ6RfIEtPnbT40gQ,71037
|
|
339
|
-
wandelbots_api_client/v2/api/bus_inputs_outputs_api.py,sha256=
|
|
339
|
+
wandelbots_api_client/v2/api/bus_inputs_outputs_api.py,sha256=QxLWvgRJhtwJI2WuDb3C-VWjlxF-76EEclbpUMHAzAg,215011
|
|
340
340
|
wandelbots_api_client/v2/api/cell_api.py,sha256=Uiche9Es8LpOKhtL09EOIe6Qu1u7j0MgAUCaYgW7mac,76604
|
|
341
341
|
wandelbots_api_client/v2/api/controller_api.py,sha256=LlqkzCRpg-WSjwRJtn0PAh-4hOa8Vqod0sqbZHxxD5o,164265
|
|
342
342
|
wandelbots_api_client/v2/api/controller_inputs_outputs_api.py,sha256=nP-Nv8CaSluktUWR-dBH2Mwq9-k3E-8GuqnrAut2aoM,61855
|
|
343
|
-
wandelbots_api_client/v2/api/jogging_api.py,sha256=
|
|
343
|
+
wandelbots_api_client/v2/api/jogging_api.py,sha256=8jOmLOsxGfAYyKLx-rLSg3Gs2mH7QxvQ0c9emj5JoJI,7773
|
|
344
344
|
wandelbots_api_client/v2/api/kinematics_api.py,sha256=yp3xGJYs1N7sK4DP06iYZcClB-mmNBQhMF9N4LLAGqg,25405
|
|
345
345
|
wandelbots_api_client/v2/api/license_api.py,sha256=90kO8MKfCdRb4E4Z9sUMs413G4151LNLMapJNLzBXlE,40658
|
|
346
346
|
wandelbots_api_client/v2/api/motion_group_api.py,sha256=krnvzo5b-w5ai-0T4zZbUvWZAZCDlijDRaEUnTcr_ms,32792
|
|
347
|
-
wandelbots_api_client/v2/api/motion_group_models_api.py,sha256=
|
|
348
|
-
wandelbots_api_client/v2/api/program_api.py,sha256=
|
|
347
|
+
wandelbots_api_client/v2/api/motion_group_models_api.py,sha256=NvyCSaf4APArRqmxGNLFF5WIHH5uRD85vzQmobId9Qg,47352
|
|
348
|
+
wandelbots_api_client/v2/api/program_api.py,sha256=SxWfih0IxtgKl0GTAggQDqcV6Owzc2iOYVvgy1IPgCw,45939
|
|
349
349
|
wandelbots_api_client/v2/api/store_collision_components_api.py,sha256=Nb8gg6E_DUiCqgVWBlJrMh6eAX7m2ShZ2LwvAUww60A,165184
|
|
350
350
|
wandelbots_api_client/v2/api/store_collision_setups_api.py,sha256=i82JGVlyOuF1_aivaVGvlaMWcTROOAvqUxMzL9lTp5c,55937
|
|
351
351
|
wandelbots_api_client/v2/api/store_object_api.py,sha256=ktvHZ2nsAdPN8i-kkZevn9Q-3uxBGxJNdjNX0RQMWMU,65799
|
|
352
352
|
wandelbots_api_client/v2/api/system_api.py,sha256=Zbq-oQ65gzxgjvtR2W9YHh2WWCXcSZYYdYBkHZQGDdU,95805
|
|
353
353
|
wandelbots_api_client/v2/api/trajectory_caching_api.py,sha256=347u5znXjL7pSroraqPMHrqBEaaahSzgwoU3mv5kias,68763
|
|
354
|
-
wandelbots_api_client/v2/api/trajectory_execution_api.py,sha256=
|
|
354
|
+
wandelbots_api_client/v2/api/trajectory_execution_api.py,sha256=Pt6JFT0YR2GNVdTb4hAFbv3tcgdsKvrM3VnVPa6ackw,9123
|
|
355
355
|
wandelbots_api_client/v2/api/trajectory_planning_api.py,sha256=LYoyMf6A_0PvMCW23QEvgrO5QvjZzUDZVsBLPYp0EwQ,29461
|
|
356
356
|
wandelbots_api_client/v2/api/version_api.py,sha256=blrLxwmtrPj6Wq_ujGy1eC9vD_J1GG0JAx1oSWyvbL8,10390
|
|
357
357
|
wandelbots_api_client/v2/api/virtual_controller_api.py,sha256=n2njQG3KS956_XpuIKXOOw_2ckjBMBR8qhmtC8hydyM,206604
|
|
358
358
|
wandelbots_api_client/v2/api/virtual_controller_behavior_api.py,sha256=tbCeKf5NfaynA85gCwm3dHoLFtrXS6FRcS-4aCo36i8,42162
|
|
359
359
|
wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py,sha256=VnhBKJ5gwGT0RcS6d-kMp_wBngQmQ_FhNIDJTOlC9mg,42446
|
|
360
|
-
wandelbots_api_client/v2/models/__init__.py,sha256=
|
|
360
|
+
wandelbots_api_client/v2/models/__init__.py,sha256=43VXuD8AXP9pIoajPpXo8ek2Xrfioz5kXr1Qb2bnb74,19858
|
|
361
361
|
wandelbots_api_client/v2/models/abb_controller.py,sha256=J4KR0yDwYua1Jt7aPVDEAfVBgPinvJ6D6tE8ZnZhyFM,3860
|
|
362
362
|
wandelbots_api_client/v2/models/abb_controller_egm_server.py,sha256=_-Kk3mAYlJ-beKKITI3nnTI4dQNLuzLIiFtN2jc_J8M,2776
|
|
363
363
|
wandelbots_api_client/v2/models/activate_license_request.py,sha256=wBbxeVV_kGwJfKE6JVARyjrrgxxm32J9DYxqrzYxhcg,2693
|
|
@@ -368,8 +368,9 @@ wandelbots_api_client/v2/models/add_trajectory_response.py,sha256=W2TYCYMGLSunMN
|
|
|
368
368
|
wandelbots_api_client/v2/models/api_version.py,sha256=qkkicdUQavXrJWP7ESrLIGO2azCwFaa7fYI3ThKI2Fo,2603
|
|
369
369
|
wandelbots_api_client/v2/models/app.py,sha256=x-ibpVuAw1iFNi4iWdBVAqCqCLQY7-XZTXR1pX4pmpU,7897
|
|
370
370
|
wandelbots_api_client/v2/models/behavior.py,sha256=7A_CQG3VaYGKXCUvfxnup-ljaVR57BztstGLocxALsI,1771
|
|
371
|
-
wandelbots_api_client/v2/models/blending_auto.py,sha256=
|
|
372
|
-
wandelbots_api_client/v2/models/blending_position.py,sha256=
|
|
371
|
+
wandelbots_api_client/v2/models/blending_auto.py,sha256=9Qgbf0r_9zsUoJ2xwqgHK6tV11Fc9p0sxti7CDzkMI8,3497
|
|
372
|
+
wandelbots_api_client/v2/models/blending_position.py,sha256=Ne31XXFFAtpdaj2SVmloW-QPxkxalK20fH8p6aE1bOE,5908
|
|
373
|
+
wandelbots_api_client/v2/models/blending_space.py,sha256=bxLp5-1oVp-GMvG0oa-z0V25MU_ewvWdGU5sMRUtgro,868
|
|
373
374
|
wandelbots_api_client/v2/models/boolean_value.py,sha256=yVm_QfVLaY1yN-esetja_RSF0pFr9cZ4i-SHMdnMW0I,2944
|
|
374
375
|
wandelbots_api_client/v2/models/box.py,sha256=HFXj23MtgtNcj9o1twulHZWTj8tQFWJMkCXJ0HvLDW4,4069
|
|
375
376
|
wandelbots_api_client/v2/models/bus_io_description.py,sha256=Q6YDQ24JlVGtEkGkzbl650oanFK_5UbY6rPbFXPzUzY,3960
|
|
@@ -498,7 +499,7 @@ wandelbots_api_client/v2/models/modbus_io_type_enum.py,sha256=Dx_k376x1tJHSk23FM
|
|
|
498
499
|
wandelbots_api_client/v2/models/motion_command.py,sha256=W8sP89NYGvC8BpJYNBm-5OVwO09qb8tRx7TpJPKITHw,3923
|
|
499
500
|
wandelbots_api_client/v2/models/motion_command_blending.py,sha256=Ypo--eJBnyfCUvR5ri9JWWZaHw4xdvKMUcVcVlb5Peg,6183
|
|
500
501
|
wandelbots_api_client/v2/models/motion_command_path.py,sha256=RIBjwG8lt_kKJNZRdS2zgpjTT2zLeZNCnHMxTst9wv8,8759
|
|
501
|
-
wandelbots_api_client/v2/models/motion_group_description.py,sha256=
|
|
502
|
+
wandelbots_api_client/v2/models/motion_group_description.py,sha256=D5Zq7ANMwtHKoVCRJtuzq3utjz3KDA4-Mc4maaJ71gM,11047
|
|
502
503
|
wandelbots_api_client/v2/models/motion_group_info.py,sha256=_aXGPpEjF5WJ47PGs4U8tTlcG31nxd4OXljMiRp6In4,3093
|
|
503
504
|
wandelbots_api_client/v2/models/motion_group_joints.py,sha256=iEzi1aChSVLgqXk_0FaYJtMROlv0owaq8FbL0vmfdlw,3460
|
|
504
505
|
wandelbots_api_client/v2/models/motion_group_setup.py,sha256=Jm7mG8yfbz_NFemw7kD1_kgYU3N-8I1_p-MjawCGCmk,6164
|
|
@@ -602,39 +603,39 @@ wandelbots_api_client/v2/models/virtual_controller_types.py,sha256=HY-xos_zMTjkD
|
|
|
602
603
|
wandelbots_api_client/v2/models/virtual_robot_configuration.py,sha256=91OOKWd5zM15ohNn0NF7wwi08HJtZTZHQl29ibQb4LY,2958
|
|
603
604
|
wandelbots_api_client/v2/models/wait_for_io_event_request.py,sha256=F5H8xDdWckiC4zwLc7Ce-TMcHeWteUfaUiu6wQ7FMr4,3211
|
|
604
605
|
wandelbots_api_client/v2/models/yaskawa_controller.py,sha256=BQtgT1acj1-hXW5mA33GPcv7utqM5hbRqD0kmN5N2tk,3040
|
|
605
|
-
wandelbots_api_client/v2_pydantic/__init__.py,sha256=
|
|
606
|
-
wandelbots_api_client/v2_pydantic/api_client.py,sha256=
|
|
606
|
+
wandelbots_api_client/v2_pydantic/__init__.py,sha256=lwflpPV_KF1GHRYsAvs2IGcniHHhyf6SJxlebO30n_0,1061
|
|
607
|
+
wandelbots_api_client/v2_pydantic/api_client.py,sha256=oDnyRDR3mvUEoC4IpIA1MmFoOH_3ndC4dHNph9JNURE,28142
|
|
607
608
|
wandelbots_api_client/v2_pydantic/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
608
|
-
wandelbots_api_client/v2_pydantic/configuration.py,sha256=
|
|
609
|
+
wandelbots_api_client/v2_pydantic/configuration.py,sha256=VptvAnmP6KZgLtNMNzsovdBHfqSglcAoOZmOlSKD8u8,18903
|
|
609
610
|
wandelbots_api_client/v2_pydantic/exceptions.py,sha256=Ca5nkeVDg0VRjfjpyMekJd9c9OXUXfnd3aSOFDxRIZk,6432
|
|
610
|
-
wandelbots_api_client/v2_pydantic/models.py,sha256=
|
|
611
|
+
wandelbots_api_client/v2_pydantic/models.py,sha256=bGw-8KTqEt2TcdFscODGZ2IVdRvql-FSnPN-bqg_k6Y,134301
|
|
611
612
|
wandelbots_api_client/v2_pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
612
613
|
wandelbots_api_client/v2_pydantic/rest.py,sha256=327QB3WHUdmmKw_FBmYUGS3syi216LaW-BiTY40rgik,7272
|
|
613
614
|
wandelbots_api_client/v2_pydantic/api/__init__.py,sha256=nSlcUz3tOOcpazfb8NtrTfNZI8rVJUTlCHAnaSMGcBI,1780
|
|
614
615
|
wandelbots_api_client/v2_pydantic/api/application_api.py,sha256=7N4TFus04elS125kIn3FHi7Oof91DvHjAwdKjqRqE8g,71327
|
|
615
|
-
wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py,sha256=
|
|
616
|
+
wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py,sha256=uBneLeJ_d6CaH6O2HqPEfi2AdZCNX3VcJWg2BZL8PXU,215744
|
|
616
617
|
wandelbots_api_client/v2_pydantic/api/cell_api.py,sha256=ZuEkqo4PbqsPdiP_vRAUO32mTl__udMCvn0aj6mvbGY,76914
|
|
617
618
|
wandelbots_api_client/v2_pydantic/api/controller_api.py,sha256=XuNsMaKF1ZIaukuDuoscKBs_3JTEHKT5POu2Jqmwx7M,164728
|
|
618
619
|
wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py,sha256=JxmyAT8obJnn1JAvFJUuvhS9hfkRb3nF4TW1oLYLS18,62010
|
|
619
|
-
wandelbots_api_client/v2_pydantic/api/jogging_api.py,sha256=
|
|
620
|
+
wandelbots_api_client/v2_pydantic/api/jogging_api.py,sha256=Ak70H8bwTPG5U54Ph3usbAtSH6aX7C9WJvPh4u4AWzo,7809
|
|
620
621
|
wandelbots_api_client/v2_pydantic/api/kinematics_api.py,sha256=OXNrHmtZx1y5L2sMIGRbDAqG6KLcf84IikY9Ilcdufc,25444
|
|
621
622
|
wandelbots_api_client/v2_pydantic/api/license_api.py,sha256=jzArFEw0b2VJtpVQRa-74GpycDW0twntJllFTcFrHPI,40836
|
|
622
623
|
wandelbots_api_client/v2_pydantic/api/motion_group_api.py,sha256=kXWHsnHrahohagR2dpMnLIWKxXqD9LonauK6xNCQnFE,32884
|
|
623
|
-
wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py,sha256=
|
|
624
|
-
wandelbots_api_client/v2_pydantic/api/program_api.py,sha256=
|
|
624
|
+
wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py,sha256=LU1iiOV4qmRaB6gfDJz293Dyyfl8cn42sJwNQ-Kmu8c,47551
|
|
625
|
+
wandelbots_api_client/v2_pydantic/api/program_api.py,sha256=9ZJbfSiHmdgtGMYP909ujoTPPlFjDbH35gY4lrjbBD0,46123
|
|
625
626
|
wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py,sha256=DbBliWnZAeo5wjKwWTccnp825o4KBS-eCjYFha7f8eQ,165856
|
|
626
627
|
wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py,sha256=PcIGjzQovFyQuUspheICgWrtFEsOShh0X7j5_Zy5quw,56172
|
|
627
628
|
wandelbots_api_client/v2_pydantic/api/store_object_api.py,sha256=j6sZ7VsTB3jwNPgBtX-CA6SHMYe4j70uPzxXf_eVDK4,66084
|
|
628
629
|
wandelbots_api_client/v2_pydantic/api/system_api.py,sha256=JYc5s-DrLwg6zoQ9Ge0aGvFRcBB5e6mo7z3K55lwqI4,96153
|
|
629
630
|
wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py,sha256=cJUDAjuDC4gaqXCjEjNOdkmSGTws0oYPekS0nl76w9M,68943
|
|
630
|
-
wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py,sha256=
|
|
631
|
+
wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py,sha256=pH9jDIXNsSuSK7B91QIt9Z36pdgPJoWBi6gfE1oI3Wk,9153
|
|
631
632
|
wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py,sha256=CS4ArdhaniqeF_t5Trfp9KApaGMRiqsjfjP1LxBP7N0,29504
|
|
632
633
|
wandelbots_api_client/v2_pydantic/api/version_api.py,sha256=Wzp7Jj-lKy0QAzPddcsdUW93FHR6K11TfcUdzNZ_G8A,10457
|
|
633
634
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py,sha256=iayURe8F_4IK-12f9ZeQYxWGNmkwFcAnpn3S_J9s8Ag,207225
|
|
634
635
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py,sha256=YykdkLQQc3zje8MBRog6sjELorPG4Q36GfJAeiBocc4,42312
|
|
635
636
|
wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py,sha256=1gYa5YfRF70oNBJFsDpfQCXQt6gEM1-S49mNSNmaMzE,42587
|
|
636
|
-
wandelbots_api_client-
|
|
637
|
-
wandelbots_api_client-
|
|
638
|
-
wandelbots_api_client-
|
|
639
|
-
wandelbots_api_client-
|
|
640
|
-
wandelbots_api_client-
|
|
637
|
+
wandelbots_api_client-26.1.0.dev50.dist-info/licenses/LICENSE,sha256=PJyUaZgTVC0_nJmhRpcbnOcXvmTqJGE6axeSifngIGY,11344
|
|
638
|
+
wandelbots_api_client-26.1.0.dev50.dist-info/METADATA,sha256=RHanopk6x_BFoNiQthe8qHEjpJEL0MQFteXvRIsBZkQ,1726
|
|
639
|
+
wandelbots_api_client-26.1.0.dev50.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
640
|
+
wandelbots_api_client-26.1.0.dev50.dist-info/top_level.txt,sha256=eCDsV95XWqVBSMDe4MRzyOj53-TK-o5WU1Qv_yv493M,22
|
|
641
|
+
wandelbots_api_client-26.1.0.dev50.dist-info/RECORD,,
|
{wandelbots_api_client-25.11.0.dev12.dist-info → wandelbots_api_client-26.1.0.dev50.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|