tdl-xoa-driver 1.4.0__py3-none-any.whl → 1.5.0b1__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.
Files changed (46) hide show
  1. {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0b1.dist-info}/METADATA +2 -2
  2. {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0b1.dist-info}/RECORD +45 -33
  3. xoa_driver/__init__.py +2 -2
  4. xoa_driver/enums.py +2 -0
  5. xoa_driver/exceptions.py +2 -0
  6. xoa_driver/functions/anlt.py +2 -0
  7. xoa_driver/functions/anlt_ll_debug.py +2 -0
  8. xoa_driver/functions/cli/__init__.py +21 -0
  9. xoa_driver/functions/cli/_cli_manager.py +541 -0
  10. xoa_driver/functions/cli/_config_block.py +334 -0
  11. xoa_driver/functions/cli/_socket_driver.py +111 -0
  12. xoa_driver/functions/cli/port_config.py +107 -0
  13. xoa_driver/functions/cli/test_case_config.py +172 -0
  14. xoa_driver/functions/cmis/__init__.py +8 -0
  15. xoa_driver/functions/cmis/_constants.py +25 -0
  16. xoa_driver/functions/cmis/_replies.py +600 -0
  17. xoa_driver/functions/cmis/_utils.py +49 -0
  18. xoa_driver/functions/cmis/cdb.py +1266 -0
  19. xoa_driver/functions/exceptions.py +2 -0
  20. xoa_driver/functions/headers.py +2 -0
  21. xoa_driver/functions/mgmt.py +42 -19
  22. xoa_driver/functions/tools.py +9 -3
  23. xoa_driver/hlfuncs.py +6 -2
  24. xoa_driver/internals/commands/c_commands.py +6 -10
  25. xoa_driver/internals/commands/enums.py +25 -1
  26. xoa_driver/internals/commands/pr_commands.py +17 -16
  27. xoa_driver/internals/commands/px_commands.py +54 -54
  28. xoa_driver/internals/core/transporter/logger/__state_on_user.py +1 -1
  29. xoa_driver/internals/exceptions/modules.py +4 -3
  30. xoa_driver/internals/hli/modules/modules_l23/family_edun.py +82 -0
  31. xoa_driver/internals/hli/modules/modules_l23/family_g.py +1 -1
  32. xoa_driver/internals/hli/modules/modules_l23/family_l1.py +19 -0
  33. xoa_driver/internals/hli/ports/port_l23/family_edun.py +82 -0
  34. xoa_driver/internals/hli/ports/port_l23/family_l1.py +6 -0
  35. xoa_driver/internals/state_storage/modules_state.py +20 -0
  36. xoa_driver/internals/state_storage/testers_state.py +10 -0
  37. xoa_driver/lli.py +1 -0
  38. xoa_driver/misc.py +1 -0
  39. xoa_driver/modules.py +22 -0
  40. xoa_driver/ports.py +22 -0
  41. xoa_driver/testers.py +2 -0
  42. xoa_driver/utils.py +2 -0
  43. xoa_driver/functions/cli.py +0 -581
  44. {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0b1.dist-info}/WHEEL +0 -0
  45. {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0b1.dist-info}/licenses/LICENSE +0 -0
  46. {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0b1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tdl-xoa-driver
3
- Version: 1.4.0
3
+ Version: 1.5.0b1
4
4
  Summary: XOA Driver is a Python library providing user-friendly communication interfaces to Teledyne LeCroy Xena Ethernet traffic generation test equipment. It provides a rich collection of APIs that can be used to either write test scripts or develop applications.
5
5
  Home-page: https://github.com/xenanetworks/tdl-xoa-driver
6
6
  Author: Leonard Yu, Zoltan Hanisch
@@ -8,7 +8,7 @@ Author-email: Leonard.Yu@teledyne.com, Zoltan.Hanisch@teledyne.com
8
8
  Maintainer: Teledyne LeCroy Xena
9
9
  Maintainer-email: xena-sales@teledyne.com
10
10
  License: Apache 2.0
11
- Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Development Status :: 4 - Beta
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
14
14
  Classifier: License :: OSI Approved :: Apache Software License
@@ -1,27 +1,37 @@
1
- tdl_xoa_driver-1.4.0.dist-info/licenses/LICENSE,sha256=Oc3Sih78tKR5tfTaIGcU3qytyX6JAzzAUlwW-qQaRaQ,11351
2
- xoa_driver/__init__.py,sha256=3lBj6AJ0WaZTLGvM-3t2F2JV6Uy41qRMzFa6Q7uYnaw,48
3
- xoa_driver/enums.py,sha256=5emoLkWo48RJmPGuWS4D46B2nHHq08CzjNN51l0s2vs,8522
4
- xoa_driver/exceptions.py,sha256=JoAYQ6A751mT68fx9CIavxP49YalynoH6zG2_7Q0Pos,1910
5
- xoa_driver/hlfuncs.py,sha256=R1rmmL3LSaVyN4xnBTvjkxbCzaDSidgHBCG-4MuzyFY,241
6
- xoa_driver/lli.py,sha256=U7fExcHfznQTdB6B8qHPxSXA7_c7pD4upW62uRmYI3M,390
7
- xoa_driver/misc.py,sha256=QaOItKUOsavVK9uwaSa2F32cZfObnlNZffdWNBtfOsI,1925
8
- xoa_driver/modules.py,sha256=xNFq5ouM03iAhgKMiU_NZCS6AxhBqSJu2txpgrfmMPw,10396
9
- xoa_driver/ports.py,sha256=zgJlIaOHQIv9E5BjuiBtdUC0tRuYoDzlGzu5Cmh91bs,6940
10
- xoa_driver/testers.py,sha256=EO8BJVIB6YLFVaUoiwEQO0WHZXljCHfB9QL-qmeVU_w,716
11
- xoa_driver/utils.py,sha256=pciLNEJVIxEtxFe5wlKe9ROewAa554ZwEGVoBViWJos,143
1
+ tdl_xoa_driver-1.5.0b1.dist-info/licenses/LICENSE,sha256=Oc3Sih78tKR5tfTaIGcU3qytyX6JAzzAUlwW-qQaRaQ,11351
2
+ xoa_driver/__init__.py,sha256=toYGpyit6mdS5499zhu0n3s6XQfzEKLMaKylpr_SP0Q,50
3
+ xoa_driver/enums.py,sha256=SgwfIdPYol1AOZ-vl0ZtV3pRc3qXjm6QMq8ryOzjmuY,8559
4
+ xoa_driver/exceptions.py,sha256=baNpophPmeNujMTSfL9TsYHa3Gju2-ozNOg78n8tqN8,1957
5
+ xoa_driver/hlfuncs.py,sha256=tfyhbYX86XWpc4yFoBrj1OYqVJJfDnoxC6tHLlWTHkQ,311
6
+ xoa_driver/lli.py,sha256=PyT7DT9KxIM8PMw1JMu80J_KIifMPlCg9gd47J7SIjs,434
7
+ xoa_driver/misc.py,sha256=a-RsBKJKkrsn3FC6SmJ1A9WEPQafpomydPQP6_cIWSM,1968
8
+ xoa_driver/modules.py,sha256=CMGUob00vdb9VAwijA10YZezv0IoKaGCdgYH_jCHpog,10848
9
+ xoa_driver/ports.py,sha256=JIavB3MgUjCf0uYbUATCnRQ3a8IWhuEnl1ecRMhhZjI,7395
10
+ xoa_driver/testers.py,sha256=Wkjjl0880Qy7ZDULMKrKzsKKxPm_M1BcsTyms42teXs,743
11
+ xoa_driver/utils.py,sha256=T1zjazXNDXOXFZV9KYBdHkCy3aXbZPeuep1B-QhOdBw,168
12
12
  xoa_driver/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- xoa_driver/functions/anlt.py,sha256=frb8JZMl0KnZhBu2vn3cFgudtXRsCNebVe_KFlCgAV0,22990
14
- xoa_driver/functions/anlt_ll_debug.py,sha256=ZJQRWdmAA3LAJf-00yHiw66WgusAjT9tMqn-vrczSKw,14823
15
- xoa_driver/functions/cli.py,sha256=oYZW9SEe5CSNxLiIPNXacil6aVXEZsui8Pn3i3o09z4,24333
16
- xoa_driver/functions/exceptions.py,sha256=vayipNFBTaf12rCJR3uz-6K_e0EP-_4bLqILuf6Uik0,2618
17
- xoa_driver/functions/headers.py,sha256=QemyVnk93oWSOxPzavDXsTtpZ8OTChf5G9Mm0yRmfHo,33832
18
- xoa_driver/functions/mgmt.py,sha256=lEoSd0X0dmlnbOeqZyPLii4K0JMUfVIaHSomPpR_Pdk,15794
19
- xoa_driver/functions/tools.py,sha256=NPhiWkvqBkDFokLAx6BkRqPPU_ewa6LtvWB-CI4VgCQ,9659
13
+ xoa_driver/functions/anlt.py,sha256=B9opIt1TkHaSY4kpq2XazNZWZvg0bNixCpBthskMjoE,23034
14
+ xoa_driver/functions/anlt_ll_debug.py,sha256=bKcAjMRslG733ASswIOkNwaUgnayzzKII0mCUKYTGdE,14873
15
+ xoa_driver/functions/exceptions.py,sha256=JlQSHNmiSS_mOQygqituLQF5fFVg38LG4Ktz7qWHxf0,2667
16
+ xoa_driver/functions/headers.py,sha256=Rf_em8LqCZOz0oxiqvtAFwx71_CtD9_I0p-vEZWtc6E,33886
17
+ xoa_driver/functions/mgmt.py,sha256=njuTrUDgtXwNk0OllFjCObVJXwQ4l4-a2RA7KAORpZU,16513
18
+ xoa_driver/functions/tools.py,sha256=d4p-v49qwXCQW1NFKRhLmT7Lje2H8EGaRy2inDmLJ18,9786
19
+ xoa_driver/functions/cli/__init__.py,sha256=OAl_kI2q7qf9aDsm2ib5_UIUSHpXLcLNFMMF9dlhwNc,468
20
+ xoa_driver/functions/cli/_cli_manager.py,sha256=B_ILKXL3VhoTGWzB4UrB1UV7LQKc2C45pm9m4BJSaEA,22162
21
+ xoa_driver/functions/cli/_config_block.py,sha256=KaNiAq4ht6Hfoo7iE2h03SAXhE3WX5efyHJcE74dYto,12245
22
+ xoa_driver/functions/cli/_socket_driver.py,sha256=rVmkSQZr4Ygu8NNkOSuW9_5dqaSc0kpF1SUaV2jPwJs,3334
23
+ xoa_driver/functions/cli/port_config.py,sha256=4YX7tIWXXtgKWM6-9Nt_bXhY-SfWv0hqA4U26SvvH4I,4170
24
+ xoa_driver/functions/cli/test_case_config.py,sha256=_dLPENNihGO40PPpg99LJxPe8TSkXTRFavN07bMdfPY,8016
25
+ xoa_driver/functions/cmis/__init__.py,sha256=AWHrzTQYDJFmC_7vkZfin6AhehyQRojxbWLUNhCIlzc,113
26
+ xoa_driver/functions/cmis/_constants.py,sha256=VqjqpeByPEHMnMNdEeQe8hwUe6-QwtOMDwusiay638g,645
27
+ xoa_driver/functions/cmis/_replies.py,sha256=kw-7Ua_Ddu5_9fjVwQfEI-AlyPy6-c7uS7HyPKgNHHQ,22975
28
+ xoa_driver/functions/cmis/_utils.py,sha256=L02mRsiCBCU_FKbzIkbPF-ons0Wu9yxuMqWmtAzk3Gs,1677
29
+ xoa_driver/functions/cmis/cdb.py,sha256=b8Q3bYx2-ECTPemYT9Wgzr3WOQwsQOAEG-ouvoIK4zk,48836
20
30
  xoa_driver/internals/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
31
  xoa_driver/internals/warn.py,sha256=03cDWYYvPKFz_mUoUt4Xq87fGNqvVqIcMXI0LVyEaK8,726
22
32
  xoa_driver/internals/commands/__init__.py,sha256=-oTS8J4dRzDZXM1xCF9SYA--TsLux2P9-bverGKdYNg,1271
23
- xoa_driver/internals/commands/c_commands.py,sha256=L1ZxMZtcx-rIaCYg1WxGm19SpeKOS1OV1MrQVMHlOl8,66295
24
- xoa_driver/internals/commands/enums.py,sha256=dzuBs1QMZxogPfWf4B8r4tZWvaT_-uxrcCburD-vArI,64059
33
+ xoa_driver/internals/commands/c_commands.py,sha256=KzAWftPzS2QTVCGXmNVNYphFz7knkLyGydNZcqkoSHo,65993
34
+ xoa_driver/internals/commands/enums.py,sha256=xYLpRFG02P35x8_bJWaXjPlxnzPHXkUCemlrJAs4RTo,64550
25
35
  xoa_driver/internals/commands/m4_commands.py,sha256=1LsUDBaCZUqDI04b84SDFVGPBTPdZaAZiHrfMGAb4yg,22834
26
36
  xoa_driver/internals/commands/m4e_commands.py,sha256=4b1CF1thhIEiY8E9Jw2Y7m1dMrs1NhBJ953yfBAfFmM,3059
27
37
  xoa_driver/internals/commands/m_commands.py,sha256=gslylrFybNN4juTqNkCENiGWvosWzaHtQH-TuHGwfW4,65009
@@ -40,10 +50,10 @@ xoa_driver/internals/commands/pl1_commands.py,sha256=mM0kNH8Te2YXD-OfDqkJv1Q5Ews
40
50
  xoa_driver/internals/commands/pl_commands.py,sha256=znhmeTgPlqURsJ2dxIvQnOioE-qU2650fLtHaK0ZiMs,6382
41
51
  xoa_driver/internals/commands/pm_commands.py,sha256=tlt3yoEpCnjRmJ2EEq-BCOeBH4oppXvl5mea172Z_KA,9514
42
52
  xoa_driver/internals/commands/pp_commands.py,sha256=dKi8oqE0iKOVdtiTjqrZq772NfkpcafR8xMR6HdE69E,82762
43
- xoa_driver/internals/commands/pr_commands.py,sha256=Ci1duYe3UFzqxtLwOM-VV6KIPBIo_U8tE49bcQdN3ac,31156
53
+ xoa_driver/internals/commands/pr_commands.py,sha256=CeDP8ZJPGiwFUKkgFfYN84loNwWDxQdHV4Fi2JVuYZI,31871
44
54
  xoa_driver/internals/commands/ps_commands.py,sha256=o5x24Z7kz-3jXRsTxmehkmG_0pbeYLldFbtPgu6fEZQ,96440
45
55
  xoa_driver/internals/commands/pt_commands.py,sha256=bBWPSppymycMH3CDZLQJoDXR2YdRsGJpVB3MVRNa81Q,15187
46
- xoa_driver/internals/commands/px_commands.py,sha256=o-TXCJ5QXtrQ_vG-pvlUOeNsqR-KdgnADb9i3u2tH0s,66275
56
+ xoa_driver/internals/commands/px_commands.py,sha256=EjRKD8VQsfjdO12rspyiEdSo2-Ke5pLCsiGaX6bnpNU,66122
47
57
  xoa_driver/internals/commands/subtypes.py,sha256=zYjCpWuXSn4qZ0AAzFvPks-wHTu2xcj4NiKlMcPmbzg,3023
48
58
  xoa_driver/internals/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
59
  xoa_driver/internals/core/builders.py,sha256=66zW5GB0DIdz_Kq5ki2z-OVNHVJFUsHWM-XpE8QsA1s,1128
@@ -66,7 +76,7 @@ xoa_driver/internals/core/transporter/logger/__logger.py,sha256=-pw3ThK-SUEmST1v
66
76
  xoa_driver/internals/core/transporter/logger/__state_off.py,sha256=VWZAgeFbxdlIepBL4jJt_EDRjL2KBJZDjG3ewOmO6Ag,781
67
77
  xoa_driver/internals/core/transporter/logger/__state_on_default.py,sha256=MLrdljrkEaIgilfu78rBSPL8FVyZ6zWEDFgeS1VMCQk,2439
68
78
  xoa_driver/internals/core/transporter/logger/__state_on_loguru.py,sha256=DVXYrq7bWwUcaSl9aWKyRlpUUYocOmc5x8PpRwar7M8,1768
69
- xoa_driver/internals/core/transporter/logger/__state_on_user.py,sha256=wZgHW2-IByLt3ivfbXP-5EUWBw2vSSMcoCRwYvXlCiE,1455
79
+ xoa_driver/internals/core/transporter/logger/__state_on_user.py,sha256=jEsbCsngvFel4EFMwIHVO92nxOn3OAikW-_79m_Ilio,1455
70
80
  xoa_driver/internals/core/transporter/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
71
81
  xoa_driver/internals/core/transporter/protocol/_constants.py,sha256=olcFOwRmbx85qoGf-zlAN4ypHNkOYDtaNbL5kSxzZYk,2107
72
82
  xoa_driver/internals/core/transporter/protocol/_utils.py,sha256=RHArcU1otHUxDpNLLxu2tJ9ELqzp75QOaAbl-9THuOk,1922
@@ -82,7 +92,7 @@ xoa_driver/internals/core/transporter/protocol/payload/field.py,sha256=AEtJ0mf1Q
82
92
  xoa_driver/internals/core/transporter/protocol/payload/types.py,sha256=hhHTA0YziokLF0R5lZN7UXAbMUCL5YCcz7wQ7nHQve8,5187
83
93
  xoa_driver/internals/core/transporter/protocol/payload/utils.py,sha256=zH_er-rRWrAbjVKJTiant1Bus8c7Bv2o0Ri-msbGA8M,1738
84
94
  xoa_driver/internals/exceptions/__init__.py,sha256=wUbDYg1_zqvgRW3E72WiQFVb6ipZGXwxRs-MWv1IA_o,184
85
- xoa_driver/internals/exceptions/modules.py,sha256=TBm5E0uTJnB58TAhpqRuqEMPapp6BahoNZ8kEf_FbzM,542
95
+ xoa_driver/internals/exceptions/modules.py,sha256=Jxl4O18XaLeVe7OhpcMzOTe1DN8Hc8XusrdAFcYd_AY,612
86
96
  xoa_driver/internals/exceptions/testers.py,sha256=0ExXhNYfVx87TdzjsERuBzdClkI0pyPQO82ihpzQHfo,890
87
97
  xoa_driver/internals/hli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
98
  xoa_driver/internals/hli/revisions.py,sha256=JLp4Ptez-F6uU7EJuFRFrOgczXCkkRUy7IPWKc_naRE,402
@@ -122,14 +132,15 @@ xoa_driver/internals/hli/modules/modules_l23/__init__.py,sha256=47DEQpj8HBSa-_TI
122
132
  xoa_driver/internals/hli/modules/modules_l23/family_combi.py,sha256=tgUqbARsZpdJ_TQ7vAOljHRJUlZQpejad224ufS3Mmw,2822
123
133
  xoa_driver/internals/hli/modules/modules_l23/family_d.py,sha256=gXp_bPRLCM3k_FDLtlQnRPiCNf00nGgCmABzNolcLAI,2567
124
134
  xoa_driver/internals/hli/modules/modules_l23/family_e.py,sha256=PfADG2r82hxWwuc6UI-5djnCoWteOwsdZ-30imTJXgw,3194
135
+ xoa_driver/internals/hli/modules/modules_l23/family_edun.py,sha256=R-G89pHCK2q97DoYS0m24d_b5qX3UG5rrWKCBtoucxU,2967
125
136
  xoa_driver/internals/hli/modules/modules_l23/family_f.py,sha256=eYOGOtGwOnm9S2dqT_-vSd_o2hGDNSLOU8W-acpu9rU,5421
126
- xoa_driver/internals/hli/modules/modules_l23/family_g.py,sha256=ZYOjbQ--6nR8KCjbEHCjy-roTY8ZDwo-A0XvYnEh6Zc,3780
137
+ xoa_driver/internals/hli/modules/modules_l23/family_g.py,sha256=7-dJYGypbsgDPdlrDSe87N3SyR1mJfjDOe1dqNPYUg0,3779
127
138
  xoa_driver/internals/hli/modules/modules_l23/family_h.py,sha256=kqk8wVVASDSNUTM-zmsk8lgSQItAOz2gXAKEE8gNvHA,1451
128
139
  xoa_driver/internals/hli/modules/modules_l23/family_i.py,sha256=2Q1PQfEHYbQonZOX8j3JVU165YtrbZt_NsHso9GQTI0,888
129
140
  xoa_driver/internals/hli/modules/modules_l23/family_j.py,sha256=jW2uwbigeBzucj_7r6jnZCEFlPeyxDHP_IfaIhVN4yA,888
130
141
  xoa_driver/internals/hli/modules/modules_l23/family_k.py,sha256=RTrFEepdHBAqxXbOLm0AYS2PI4Z6ii7C0x2TWVEz2b4,1449
131
142
  xoa_driver/internals/hli/modules/modules_l23/family_l.py,sha256=eVX9cbDznIvfnmiARAjLP6JigsJI96DQ6IeoTeek5w4,2059
132
- xoa_driver/internals/hli/modules/modules_l23/family_l1.py,sha256=PlWJkAwRQ5-airh6bohCyVkc2PTRaaBhkzeKOUSuV3o,31240
143
+ xoa_driver/internals/hli/modules/modules_l23/family_l1.py,sha256=awctClieqT-mLsHM5cspZbGG7NzXl1ADqoplGaGDh8I,31862
133
144
  xoa_driver/internals/hli/modules/modules_l23/family_m.py,sha256=VTY7VrEZq4ykAaIhYq82l2XlhwmacnySnp393z3R-sk,918
134
145
  xoa_driver/internals/hli/modules/modules_l23/family_n.py,sha256=RPT2YYspmEGRlgXnPcKt_YRO7bXjhpI42XsMWyZGhU4,1448
135
146
  xoa_driver/internals/hli/modules/modules_l23/module_l23_base.py,sha256=TIB77QUNftUn-md4_hXA-1uN-yag6erInX-58nT1tJQ,12109
@@ -139,6 +150,7 @@ xoa_driver/internals/hli/ports/port_l23/__init__.py,sha256=47DEQpj8HBSa-_TImW-5J
139
150
  xoa_driver/internals/hli/ports/port_l23/family_combi.py,sha256=0FCeQ0B2Jjth7jqvJexSI6ODCZk6Rm48_Vr_edZBRyI,1001
140
151
  xoa_driver/internals/hli/ports/port_l23/family_d.py,sha256=o9QzNcBORpAbsFSl_MN83J4Tjhmk7w77bAN2FlRyyWQ,1166
141
152
  xoa_driver/internals/hli/ports/port_l23/family_e.py,sha256=s7aL5b9d9E8Zsm63oIqA6ZUZ74PPug8GPWpsHQsJRCs,2678
153
+ xoa_driver/internals/hli/ports/port_l23/family_edun.py,sha256=YWeT_RUEEZaQRcu3HybTo34H1A9bApopHZITdud0cms,2260
142
154
  xoa_driver/internals/hli/ports/port_l23/family_f.py,sha256=vx0rN-vQP7v8m5Pcc6RvlisNui0IxMxKvab54Iwn2_4,4007
143
155
  xoa_driver/internals/hli/ports/port_l23/family_g.py,sha256=OeDpsOr-65V_FWuhifeXH3gaJpKbyftdtWgU8X-_ous,2011
144
156
  xoa_driver/internals/hli/ports/port_l23/family_h.py,sha256=MeUehj0unvHX9W3glfVORKdqX8kbu-hmZvMtwJbE-go,1840
@@ -146,7 +158,7 @@ xoa_driver/internals/hli/ports/port_l23/family_i.py,sha256=ZHXXiO0LOUbRCSXcYize1
146
158
  xoa_driver/internals/hli/ports/port_l23/family_j.py,sha256=SZ2RYsI63Z6xatcfIcyLobrpuuofdEFty3JU51s2tcY,1858
147
159
  xoa_driver/internals/hli/ports/port_l23/family_k.py,sha256=X8l9kZe58dizhzNbC-JY3z2m-_YwsGdE_tf_73NiZw0,1952
148
160
  xoa_driver/internals/hli/ports/port_l23/family_l.py,sha256=Ao3-XNKpBi-4s49guS5Yc8Hk0DWX0yJ40YMnL0KjzdU,2148
149
- xoa_driver/internals/hli/ports/port_l23/family_l1.py,sha256=qiVv9NXtV5vwBja0w9bG9vwC-vgqdgRBdSj7GbDaa98,3749
161
+ xoa_driver/internals/hli/ports/port_l23/family_l1.py,sha256=WWaEe7qmdE3xY9ExO6HLHjymCGMrNeRLCpcetcyCnmI,3851
150
162
  xoa_driver/internals/hli/ports/port_l23/family_m.py,sha256=rvYpgYvN9Mrb_abxW-J1Zwn-36nCh_oBrNF0IV2qcIE,779
151
163
  xoa_driver/internals/hli/ports/port_l23/fault_jkl.py,sha256=vsbpTsBGhQJHlb6cdhaKIIosif4Vh5mn5luYO_tOPtk,641
152
164
  xoa_driver/internals/hli/ports/port_l23/freya_l1.py,sha256=wdNZDLHrSd3SxFVR3-C3ZPcE4SzjfcdsoLeKjV6_UuI,28777
@@ -192,9 +204,9 @@ xoa_driver/internals/hli/testers/genuine/l_23/time_keeper.py,sha256=M6gWn5QSBlZW
192
204
  xoa_driver/internals/hli/testers/genuine/l_23/upload_file.py,sha256=KUUD2r8DZzHtqGMPRb7HXrg8ep5ShvJ1fA-TLC3rwPY,681
193
205
  xoa_driver/internals/state_storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
194
206
  xoa_driver/internals/state_storage/_speed_detector.py,sha256=l-nsSF-PTIxCwVfCMhrP9FJhk4_BfirLPSVnvnFV7t8,4199
195
- xoa_driver/internals/state_storage/modules_state.py,sha256=yKtif6M2Ul0NkgaG18Rh8vxiIghjSEk-3Fjsy9fiWmw,3648
207
+ xoa_driver/internals/state_storage/modules_state.py,sha256=p5ZhtSTmck3Efxx9B59Nry3_Bm7QOd4kpXuxUPMXroU,4375
196
208
  xoa_driver/internals/state_storage/ports_state.py,sha256=asyVZ6R3YR6iSUKJSGc8_TsZIrqisFNARGUTJkWZdQI,4884
197
- xoa_driver/internals/state_storage/testers_state.py,sha256=v-Rz2AyvCXAi9-HEaJjKVSWwfkVCSlXcgY6Su1RwFME,3361
209
+ xoa_driver/internals/state_storage/testers_state.py,sha256=m138qcNpWZtMjO4nNr7HCfLRsE8VRfqsOp_CcxYlsLE,3695
198
210
  xoa_driver/internals/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
199
211
  xoa_driver/internals/utils/attributes.py,sha256=UfgORoSL_qbYB7yYfF-U2P0Yq_FcT4qa7DuIBv_4AxI,1108
200
212
  xoa_driver/internals/utils/cap_id.py,sha256=vGuAyxqxY0t8UHLyh4C_Su6alTqTNiIt1EVnXRvOLqE,1696
@@ -212,7 +224,7 @@ xoa_driver/internals/utils/managers/abc.py,sha256=M3XgI2FVQLUXixS5SKnZTm0MweHY6D
212
224
  xoa_driver/internals/utils/managers/exceptions.py,sha256=fqLSin-OQCIKuhpzvK6RZThF3FJ8FsHers4EmqM9gSs,628
213
225
  xoa_driver/internals/utils/managers/modules_manager.py,sha256=sCEhqUu7Waot16rucJ5nI9FyHuFEeU_sBx1JjZdhDJg,3236
214
226
  xoa_driver/internals/utils/managers/ports_manager.py,sha256=FRizJ4-V0iE66cSuswW01-6QvXhCuGxHGvmtaDVOeFg,3484
215
- tdl_xoa_driver-1.4.0.dist-info/METADATA,sha256=1P4XQMwS_QiqRyz1cTf7YkDgB3SRAih6sD-Q_cwq4gI,4112
216
- tdl_xoa_driver-1.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
217
- tdl_xoa_driver-1.4.0.dist-info/top_level.txt,sha256=sBbN3hwpa4s2VxsUBoWJ5jIqqDr50vgcEb-V8kL7pvE,11
218
- tdl_xoa_driver-1.4.0.dist-info/RECORD,,
227
+ tdl_xoa_driver-1.5.0b1.dist-info/METADATA,sha256=QJGr1OksZNy3I8SyINx0bWSjpPOFvN2UL2Mqwraga0c,4101
228
+ tdl_xoa_driver-1.5.0b1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
229
+ tdl_xoa_driver-1.5.0b1.dist-info/top_level.txt,sha256=sBbN3hwpa4s2VxsUBoWJ5jIqqDr50vgcEb-V8kL7pvE,11
230
+ tdl_xoa_driver-1.5.0b1.dist-info/RECORD,,
xoa_driver/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
- __version__ = "1.4.0"
2
- __short_version__ = "1.4"
1
+ __version__ = "1.5.0b1"
2
+ __short_version__ = "1.5"
xoa_driver/enums.py CHANGED
@@ -1,5 +1,7 @@
1
1
  #: Available enums used by commands and server response status.
2
2
 
3
+ """Enums used in XOA Python API."""
4
+
3
5
  from .internals.commands.enums import (
4
6
  AlgorithmMethod,
5
7
  AlignLockStatus,
xoa_driver/exceptions.py CHANGED
@@ -1,5 +1,7 @@
1
1
  #: All exception classes which can be propagated to the upper level.
2
2
 
3
+ """Exception types used in XOA Python API."""
4
+
3
5
  from .internals.exceptions import (
4
6
  WrongModuleError,
5
7
  WrongTesterError,
@@ -1,3 +1,5 @@
1
+ """The anlt high-level function module."""
2
+
1
3
  from __future__ import annotations
2
4
  from dataclasses import dataclass, field
3
5
  import typing as t
@@ -1,3 +1,5 @@
1
+ """The anlt debug high-level function module."""
2
+
1
3
  from __future__ import annotations
2
4
  import asyncio
3
5
  import typing as t
@@ -0,0 +1,21 @@
1
+ """The cli high-level function module."""
2
+
3
+ # importing commands subsets
4
+ from .port_config import (
5
+ save_port_config,
6
+ load_port_config,
7
+ port_config_from_file,
8
+ )
9
+ from .test_case_config import (
10
+ save_test_case_config,
11
+ load_test_case_config,
12
+ module_config_from_file,
13
+ )
14
+ __all__ = (
15
+ "save_port_config",
16
+ "load_port_config",
17
+ "port_config_from_file",
18
+ "save_test_case_config",
19
+ "load_test_case_config",
20
+ "module_config_from_file",
21
+ )