tdl-xoa-driver 1.0.0__py3-none-any.whl → 1.1.0__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 (41) hide show
  1. {tdl_xoa_driver-1.0.0.dist-info → tdl_xoa_driver-1.1.0.dist-info}/METADATA +2 -5
  2. {tdl_xoa_driver-1.0.0.dist-info → tdl_xoa_driver-1.1.0.dist-info}/RECORD +41 -41
  3. xoa_driver/__init__.py +2 -2
  4. xoa_driver/internals/core/transporter/_stream.py +1 -1
  5. xoa_driver/internals/core/transporter/protocol/payload/base_struct.py +1 -1
  6. xoa_driver/internals/core/transporter/protocol/payload/descriptor.py +1 -1
  7. xoa_driver/internals/hli_v1/modules/base_module.py +1 -1
  8. xoa_driver/internals/hli_v1/modules/module_chimera.py +1 -1
  9. xoa_driver/internals/hli_v1/modules/module_l23ve.py +1 -1
  10. xoa_driver/internals/hli_v1/modules/module_l47.py +1 -1
  11. xoa_driver/internals/hli_v1/modules/modules_l23/module_l23_base.py +1 -1
  12. xoa_driver/internals/hli_v1/ports/base_port.py +1 -1
  13. xoa_driver/internals/hli_v1/ports/port_l23/family_g.py +1 -1
  14. xoa_driver/internals/hli_v1/ports/port_l23/family_h.py +1 -1
  15. xoa_driver/internals/hli_v1/ports/port_l23/family_i.py +1 -1
  16. xoa_driver/internals/hli_v1/ports/port_l23/family_j.py +1 -1
  17. xoa_driver/internals/hli_v1/ports/port_l23/family_k.py +1 -1
  18. xoa_driver/internals/hli_v1/ports/port_l23/family_l.py +1 -1
  19. xoa_driver/internals/hli_v1/ports/port_l23/family_l1.py +1 -1
  20. xoa_driver/internals/hli_v1/ports/port_l23/pcs_pma_ghijkl.py +1 -1
  21. xoa_driver/internals/hli_v1/ports/port_l47/main.py +1 -1
  22. xoa_driver/internals/hli_v1/testers/l47_tester.py +1 -1
  23. xoa_driver/internals/hli_v2/modules/base_module.py +1 -1
  24. xoa_driver/internals/hli_v2/modules/module_chimera.py +1 -1
  25. xoa_driver/internals/hli_v2/modules/module_l23ve.py +1 -1
  26. xoa_driver/internals/hli_v2/modules/module_l47.py +1 -1
  27. xoa_driver/internals/hli_v2/modules/modules_l23/module_l23_base.py +1 -1
  28. xoa_driver/internals/hli_v2/ports/base_port.py +1 -1
  29. xoa_driver/internals/hli_v2/ports/port_l23/family_g.py +1 -1
  30. xoa_driver/internals/hli_v2/ports/port_l23/family_h.py +1 -1
  31. xoa_driver/internals/hli_v2/ports/port_l23/family_i.py +1 -1
  32. xoa_driver/internals/hli_v2/ports/port_l23/family_j.py +1 -1
  33. xoa_driver/internals/hli_v2/ports/port_l23/family_k.py +1 -1
  34. xoa_driver/internals/hli_v2/ports/port_l23/family_l.py +1 -1
  35. xoa_driver/internals/hli_v2/ports/port_l23/family_l1.py +1 -1
  36. xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_ghijkl.py +1 -1
  37. xoa_driver/internals/hli_v2/ports/port_l47/main.py +1 -1
  38. xoa_driver/internals/hli_v2/testers/l47_tester.py +1 -1
  39. {tdl_xoa_driver-1.0.0.dist-info → tdl_xoa_driver-1.1.0.dist-info}/LICENSE +0 -0
  40. {tdl_xoa_driver-1.0.0.dist-info → tdl_xoa_driver-1.1.0.dist-info}/WHEEL +0 -0
  41. {tdl_xoa_driver-1.0.0.dist-info → tdl_xoa_driver-1.1.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tdl-xoa-driver
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: XOA Driver is a Python library providing user-friendly communication interfaces to Xena Traffic Generation test equipment. It provides a rich collection of programming interfaces 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
@@ -12,16 +12,14 @@ Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
14
14
  Classifier: License :: OSI Approved :: Apache Software License
15
- Classifier: Programming Language :: Python :: 3.8
16
15
  Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
18
17
  Classifier: Programming Language :: Python :: 3.11
19
18
  Classifier: Programming Language :: Python :: 3.12
20
19
  Classifier: Programming Language :: Python :: 3.13
21
- Requires-Python: >=3.8
20
+ Requires-Python: >=3.9
22
21
  Description-Content-Type: text/markdown
23
22
  License-File: LICENSE
24
- Requires-Dist: typing_extensions
25
23
  Dynamic: author
26
24
  Dynamic: author-email
27
25
  Dynamic: classifier
@@ -31,7 +29,6 @@ Dynamic: home-page
31
29
  Dynamic: license
32
30
  Dynamic: maintainer
33
31
  Dynamic: maintainer-email
34
- Dynamic: requires-dist
35
32
  Dynamic: requires-python
36
33
  Dynamic: summary
37
34
 
@@ -1,4 +1,4 @@
1
- xoa_driver/__init__.py,sha256=VbAX4aO_XVJwkrQ_fXFJiDydy_V7xT1_FfkTcG-uKEY,48
1
+ xoa_driver/__init__.py,sha256=oPkecweERpNtsP_dqWzOUIiFPYgMnHIlh_DfS3RIJhQ,48
2
2
  xoa_driver/enums.py,sha256=-Uv2nf9XX__4I5upmS1V8UjSyDIJ14NB8o2z-ozfmK4,8472
3
3
  xoa_driver/exceptions.py,sha256=JoAYQ6A751mT68fx9CIavxP49YalynoH6zG2_7Q0Pos,1910
4
4
  xoa_driver/hlfuncs.py,sha256=pywmcw7UajBJ50uLlMpuvKlgvha7xgx85zpp_fqOdA8,240
@@ -55,7 +55,7 @@ xoa_driver/internals/core/transporter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
55
55
  xoa_driver/internals/core/transporter/_processor.py,sha256=0o0pyn-qRE4ZCHgjyFI0fRc1v45jcpAwf9bYJhkwssI,2821
56
56
  xoa_driver/internals/core/transporter/_publisher.py,sha256=qK4JmKyRDNlcvcDyEB6PQ--G4dQvY2tDPttJ7HCHu5U,3027
57
57
  xoa_driver/internals/core/transporter/_request_id_counter.py,sha256=81dzmhC2-E-vTJgYpP6CjBiWa4i7l1vLgDQAVRfwbho,731
58
- xoa_driver/internals/core/transporter/_stream.py,sha256=r6IllgHSOGVKJG4XBqJqVzWF3ynGkXmRDhPoRDvlirs,3040
58
+ xoa_driver/internals/core/transporter/_stream.py,sha256=ejKVxTTwYOpymRZydm58S0kmNCGEqF7Ld422S3KBCSg,3029
59
59
  xoa_driver/internals/core/transporter/_typings.py,sha256=lPfv6Oll4Sq37ZXf5zxn0o9LgTb3od-7ltRdramekxk,1256
60
60
  xoa_driver/internals/core/transporter/exceptions.py,sha256=ny1yscHQCQtWGSYbIktFeeV1ZgaNHa-7LYlF-T_zkbM,1387
61
61
  xoa_driver/internals/core/transporter/handler.py,sha256=NCME2o6FZsqjKkmGm_3--h-283Pehl8F4BoRHSmOo2k,4574
@@ -74,8 +74,8 @@ xoa_driver/internals/core/transporter/protocol/struct_header.py,sha256=5M620ppA_
74
74
  xoa_driver/internals/core/transporter/protocol/struct_request.py,sha256=Uy2yKUTKPSDIB8BtS53CxlJRgFiFuad1kAoAa6oINwc,1851
75
75
  xoa_driver/internals/core/transporter/protocol/struct_response.py,sha256=duGQO19gpoeQdNDWDbLb5xDRY21tk8WtDyX9HAoc21A,3018
76
76
  xoa_driver/internals/core/transporter/protocol/payload/__init__.py,sha256=1egfgTp2VbDkVAkTkPst4ZtkaotW9GBKe7-qL_2pT4s,1211
77
- xoa_driver/internals/core/transporter/protocol/payload/base_struct.py,sha256=0poC0vwzOpKBrqhfnRnwibTaasHkQwiTlO9OEau1xYM,8447
78
- xoa_driver/internals/core/transporter/protocol/payload/descriptor.py,sha256=GZ3031i-fxLgtJ7fibZjGNLS_CT-xPus0mf9Owox1C0,3456
77
+ xoa_driver/internals/core/transporter/protocol/payload/base_struct.py,sha256=T0vsoheZ1FE4AHfIiRsBqEZFCDXQTm27sFFGSu0hhTA,8436
78
+ xoa_driver/internals/core/transporter/protocol/payload/descriptor.py,sha256=nevio5VrbRoFr_gHxuJJzMlp0QyR54IJ2y-3yAIYBxI,3445
79
79
  xoa_driver/internals/core/transporter/protocol/payload/exceptions.py,sha256=xWrLteAsfKc-KGEtkjhReFrbalBjL8jEpk-_gdJcNM0,706
80
80
  xoa_driver/internals/core/transporter/protocol/payload/field.py,sha256=angNs1OT0HJ6_Q9T5zYUUK5gnASIwlVWTAsCRmJNmXo,9343
81
81
  xoa_driver/internals/core/transporter/protocol/payload/types.py,sha256=hqt0jJLGH73kYXUvFYBFpCxtkLC-AVq6pTss-3Fstjk,4675
@@ -112,10 +112,10 @@ xoa_driver/internals/hli_v1/indices/streams/base_stream.py,sha256=Dl2Dn6kCNKhyHX
112
112
  xoa_driver/internals/hli_v1/indices/streams/genuine_stream.py,sha256=bx9g7tAQRBJN5AQldQFToaSarV02XO_6RWWzesHt90g,1956
113
113
  xoa_driver/internals/hli_v1/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
114
114
  xoa_driver/internals/hli_v1/modules/__interfaces.py,sha256=dTpZ1RU5Av89hniEI0YEq-oABj1cbVS5-c7McBmksFs,417
115
- xoa_driver/internals/hli_v1/modules/base_module.py,sha256=C82WZVhLE1iJdjTcEMIt8Kt8wkkVi3gMEGy_wg6OIZc,3771
116
- xoa_driver/internals/hli_v1/modules/module_chimera.py,sha256=BRwz876nkWZqVYGAkVuPttAstpJfXJRhlGkiteJKUKQ,10234
117
- xoa_driver/internals/hli_v1/modules/module_l23ve.py,sha256=V3ZGsYEY0EK2N-CuMllgCRXoFz7E5iroAWKn4GCji-I,2075
118
- xoa_driver/internals/hli_v1/modules/module_l47.py,sha256=BkfcAA4NQKvYI1UuvWRz8WaGE78itXbiUydyLxyTANc,10978
115
+ xoa_driver/internals/hli_v1/modules/base_module.py,sha256=43YEFMBtyoYqScXsS9vuyRDafPyMBQng8wnKWnSPvs0,3760
116
+ xoa_driver/internals/hli_v1/modules/module_chimera.py,sha256=Pi6KBkSH-Ni1DD8YAQYoQSf3dSfNcpeZ4WMa-Ff1-IQ,10223
117
+ xoa_driver/internals/hli_v1/modules/module_l23ve.py,sha256=epGdM5_zGejO3ViICjLFAkrHVzVafxLZvK_2YwIrrKg,2064
118
+ xoa_driver/internals/hli_v1/modules/module_l47.py,sha256=mjqelwxTlBsBopVe38Ke8FkVE7tC-xzNN7TcKbIwEVE,10967
119
119
  xoa_driver/internals/hli_v1/modules/module_l47ve.py,sha256=ezjDAOhO-PajU-_4Z0Docnbnyvw-G_oUtxGKS4xoW2c,167
120
120
  xoa_driver/internals/hli_v1/modules/modules_l23/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
121
121
  xoa_driver/internals/hli_v1/modules/modules_l23/family_combi.py,sha256=duVcnDze3b3Tq61AtatsRnvDcb2MO-ZKVjDieRoAAEM,2825
@@ -131,25 +131,25 @@ xoa_driver/internals/hli_v1/modules/modules_l23/family_l.py,sha256=C1CE_SIrsvHn6
131
131
  xoa_driver/internals/hli_v1/modules/modules_l23/family_l1.py,sha256=49Bo6kekqZTyrweSCeGYLazht-UmLMC-ff5HJCCqsls,31243
132
132
  xoa_driver/internals/hli_v1/modules/modules_l23/family_m.py,sha256=DGLaadT6r27ZmNKJII9JsG5c-B3YpwWXZwoz0k-jADo,921
133
133
  xoa_driver/internals/hli_v1/modules/modules_l23/family_n.py,sha256=akL9pQB5U0Ozltrysfwpq2iikK32ZNdSfq9QtXz1RQI,1451
134
- xoa_driver/internals/hli_v1/modules/modules_l23/module_l23_base.py,sha256=AK9mIMTWZSaX1NB5aIEQemh-yXutNiVVMlyx0f15oWI,11790
134
+ xoa_driver/internals/hli_v1/modules/modules_l23/module_l23_base.py,sha256=T5isVV-NCLuajAxtAtJKpXoJ8VMICAoXCCpqhEp-Yok,11779
135
135
  xoa_driver/internals/hli_v1/ports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
136
- xoa_driver/internals/hli_v1/ports/base_port.py,sha256=MpNcp6lsT7lCy2UofKzUQfFOY9qJCpbfF1kSmKD70Pk,3657
136
+ xoa_driver/internals/hli_v1/ports/base_port.py,sha256=8p25Wh2lTd9CEFueuhm-y8yvNMIW8yoz6oUxVbWlFC8,3646
137
137
  xoa_driver/internals/hli_v1/ports/port_l23/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
138
  xoa_driver/internals/hli_v1/ports/port_l23/family_combi.py,sha256=0FCeQ0B2Jjth7jqvJexSI6ODCZk6Rm48_Vr_edZBRyI,1001
139
139
  xoa_driver/internals/hli_v1/ports/port_l23/family_d.py,sha256=o9QzNcBORpAbsFSl_MN83J4Tjhmk7w77bAN2FlRyyWQ,1166
140
140
  xoa_driver/internals/hli_v1/ports/port_l23/family_e.py,sha256=s7aL5b9d9E8Zsm63oIqA6ZUZ74PPug8GPWpsHQsJRCs,2678
141
141
  xoa_driver/internals/hli_v1/ports/port_l23/family_f.py,sha256=vx0rN-vQP7v8m5Pcc6RvlisNui0IxMxKvab54Iwn2_4,4007
142
- xoa_driver/internals/hli_v1/ports/port_l23/family_g.py,sha256=Yk5kpeY02jVNb0qpDOtZ6e6Gei7fa5B8z47fXI93D_0,1927
143
- xoa_driver/internals/hli_v1/ports/port_l23/family_h.py,sha256=tRAOQVaLdqaAqV1vdQdibXgddEkN-XUebslM5_YJR6M,1851
144
- xoa_driver/internals/hli_v1/ports/port_l23/family_i.py,sha256=PsPH3BllswoL-u4IEyOm19Yit3lQMTl-fJePeGSz57w,2299
145
- xoa_driver/internals/hli_v1/ports/port_l23/family_j.py,sha256=lBkeSV_cm27jOWxw0Srw4HtY93Wc2Yw8E-k-XkHP7W0,1869
146
- xoa_driver/internals/hli_v1/ports/port_l23/family_k.py,sha256=25gU09wHzN0ZtWqC0AXeN5itZYIIqKq_tWEh7PKheZM,1963
147
- xoa_driver/internals/hli_v1/ports/port_l23/family_l.py,sha256=kAa5EvvYuNu2vHBgEWK82IhdINmoMOUVLQClbfM7tKI,2159
148
- xoa_driver/internals/hli_v1/ports/port_l23/family_l1.py,sha256=EDO4abJaKOVj3UG3sfVtYXXiua0y8myS3vWoEP3f26o,3760
142
+ xoa_driver/internals/hli_v1/ports/port_l23/family_g.py,sha256=YGUAudmeAifen_LM7b0nuwQD2kHLoc7jremA8o_qf80,1916
143
+ xoa_driver/internals/hli_v1/ports/port_l23/family_h.py,sha256=MeUehj0unvHX9W3glfVORKdqX8kbu-hmZvMtwJbE-go,1840
144
+ xoa_driver/internals/hli_v1/ports/port_l23/family_i.py,sha256=ZHXXiO0LOUbRCSXcYize1PfWWx4TBxdcdNTVo4Tfkew,2288
145
+ xoa_driver/internals/hli_v1/ports/port_l23/family_j.py,sha256=SZ2RYsI63Z6xatcfIcyLobrpuuofdEFty3JU51s2tcY,1858
146
+ xoa_driver/internals/hli_v1/ports/port_l23/family_k.py,sha256=X8l9kZe58dizhzNbC-JY3z2m-_YwsGdE_tf_73NiZw0,1952
147
+ xoa_driver/internals/hli_v1/ports/port_l23/family_l.py,sha256=Ao3-XNKpBi-4s49guS5Yc8Hk0DWX0yJ40YMnL0KjzdU,2148
148
+ xoa_driver/internals/hli_v1/ports/port_l23/family_l1.py,sha256=qiVv9NXtV5vwBja0w9bG9vwC-vgqdgRBdSj7GbDaa98,3749
149
149
  xoa_driver/internals/hli_v1/ports/port_l23/family_m.py,sha256=rvYpgYvN9Mrb_abxW-J1Zwn-36nCh_oBrNF0IV2qcIE,779
150
150
  xoa_driver/internals/hli_v1/ports/port_l23/fault_jkl.py,sha256=vsbpTsBGhQJHlb6cdhaKIIosif4Vh5mn5luYO_tOPtk,641
151
151
  xoa_driver/internals/hli_v1/ports/port_l23/freya_l1.py,sha256=hSM7xROJ-V7s-Yfjty7MuupYbhPoI4oAeqIGolSWXjk,28357
152
- xoa_driver/internals/hli_v1/ports/port_l23/pcs_pma_ghijkl.py,sha256=fJG6dk9IZpNXXdLLr_8ldVEEY_G3YssOivdv9YRfOt8,9943
152
+ xoa_driver/internals/hli_v1/ports/port_l23/pcs_pma_ghijkl.py,sha256=46fscvEn40N6zm0PSkOYXZDNeFvr66HaHhfp9FibOJM,9932
153
153
  xoa_driver/internals/hli_v1/ports/port_l23/pcs_pma_ijkl_chimera.py,sha256=-4bMhviEyeaSGA-sKgyQvEji0RrISxO8xHUgBdZfAKI,1623
154
154
  xoa_driver/internals/hli_v1/ports/port_l23/pcs_pma_l.py,sha256=RxvJF-wgSelazKR5ylEMSgMLszf2WEhbVQRUd_5e7OU,2142
155
155
  xoa_driver/internals/hli_v1/ports/port_l23/port_l23ve.py,sha256=qrrLUhyvSFjafcoiiTuD55s650tjORrdlePctGwl90Q,3040
@@ -174,13 +174,13 @@ xoa_driver/internals/hli_v1/ports/port_l23/chimera/filter_definition/shadow.py,s
174
174
  xoa_driver/internals/hli_v1/ports/port_l23/chimera/filter_definition/working.py,sha256=zLLGrPesggmpH6wVaex21S-4-cMUsX_DXx8ljvxNlrk,1075
175
175
  xoa_driver/internals/hli_v1/ports/port_l47/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
176
176
  xoa_driver/internals/hli_v1/ports/port_l47/counters.py,sha256=jWeE-aLajVs_R1QIMCIumSYxEYMNezZ2IjElek-__M0,5816
177
- xoa_driver/internals/hli_v1/ports/port_l47/main.py,sha256=za7ucY30aGr__Mv_TGF52PKZTE4hONJgaU4-O0h7gjY,6393
177
+ xoa_driver/internals/hli_v1/ports/port_l47/main.py,sha256=Af6H6bfYDEYHDzRIJoqwKX55oaM2pEmQqOMkhcvFqiU,6382
178
178
  xoa_driver/internals/hli_v1/ports/port_l47/packet_engine.py,sha256=tdQntOK6p4L0x-ZL1aMqYRL6Za18PeCsYLG8G7VT5ss,806
179
179
  xoa_driver/internals/hli_v1/testers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
180
180
  xoa_driver/internals/hli_v1/testers/_base_tester.py,sha256=Vk2XKIKq5Cy74wfKMmNQypj1VFBORMuSVLZShrHpv3U,7404
181
181
  xoa_driver/internals/hli_v1/testers/l23_tester.py,sha256=kpqkOyLltw9vVf-sjrjM9TZzRCmUqTUBMUCd3XF3v34,5719
182
182
  xoa_driver/internals/hli_v1/testers/l23ve_tester.py,sha256=Kuv4aw6iJKtAe6F_v2lg7a_QpITt6AXtZ81zShZ1tL8,3687
183
- xoa_driver/internals/hli_v1/testers/l47_tester.py,sha256=9xqs17FcAfaiv3DZr24_iBpOp9yHxtnWnUe-lTge_vc,3677
183
+ xoa_driver/internals/hli_v1/testers/l47_tester.py,sha256=Yu4287zvcmA_MVsc57C_r_59hEawfhNxWcoyve9KSR8,3666
184
184
  xoa_driver/internals/hli_v1/testers/l47ve_tester.py,sha256=hgTZxgTcPOXozA-N0-ittwb9W_e8_yQk7p1_JnbWgdg,1972
185
185
  xoa_driver/internals/hli_v1/testers/genuine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
186
186
  xoa_driver/internals/hli_v1/testers/genuine/management_interface.py,sha256=9m8KT6YDUmCFTXYZ2a-1LgpLz6djQ33_9GwrKB6Zk5s,889
@@ -215,10 +215,10 @@ xoa_driver/internals/hli_v2/indices/streams/base_stream.py,sha256=EilJm7G2KHYOqH
215
215
  xoa_driver/internals/hli_v2/indices/streams/genuine_stream.py,sha256=K-3UsEWsA9qejV8CAadC_GG-uMuaCQtvLXOa8rNcmsA,1215
216
216
  xoa_driver/internals/hli_v2/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
217
217
  xoa_driver/internals/hli_v2/modules/__interfaces.py,sha256=dTpZ1RU5Av89hniEI0YEq-oABj1cbVS5-c7McBmksFs,417
218
- xoa_driver/internals/hli_v2/modules/base_module.py,sha256=eOll9yGyYc0IVIK5m6O3deJknBVYVZ8qvc5GeO9TBH8,3708
219
- xoa_driver/internals/hli_v2/modules/module_chimera.py,sha256=5IP8b-04HmyqUx0pfGcIbJltbsI6IYDmIPdGLlO4l8Y,10303
220
- xoa_driver/internals/hli_v2/modules/module_l23ve.py,sha256=3KDgWwC99et_d9kPvlJhGlQp5spjvwIaQ586qmgfKBQ,1922
221
- xoa_driver/internals/hli_v2/modules/module_l47.py,sha256=YuNbnYHEstSHsgEt32ON8eSB8cB8Z3fOdUOEoOdQfO4,8428
218
+ xoa_driver/internals/hli_v2/modules/base_module.py,sha256=9YcoVp3r55Q5oX0nPzdHLaXb7cF2WsqM-4EU9NTj2Tc,3697
219
+ xoa_driver/internals/hli_v2/modules/module_chimera.py,sha256=XWESXmoJ09FoUnMK4ERt9Tszv5pfymZFVWAY4TqEjtU,10292
220
+ xoa_driver/internals/hli_v2/modules/module_l23ve.py,sha256=cv6EDUosLjivpOUS15mNNVGJMKL8mZBgns5QLUe1ZZo,1911
221
+ xoa_driver/internals/hli_v2/modules/module_l47.py,sha256=dO2v_LZLnGTssEjGS62Lw8T2vNaEc-LH7Fu0_2cW7ME,8417
222
222
  xoa_driver/internals/hli_v2/modules/module_l47ve.py,sha256=MCmwIcRsgkk1JdKguz5G7QaOCOh0rvYyZjrqeRxfA44,155
223
223
  xoa_driver/internals/hli_v2/modules/modules_l23/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
224
224
  xoa_driver/internals/hli_v2/modules/modules_l23/family_combi.py,sha256=XXfwplBcZQ4tw3YofO2q_yh3oOL8VX8phlbnGwIt9SA,2730
@@ -234,24 +234,24 @@ xoa_driver/internals/hli_v2/modules/modules_l23/family_l.py,sha256=sA-7t3FSk8ZfG
234
234
  xoa_driver/internals/hli_v2/modules/modules_l23/family_l1.py,sha256=49suDlrb9J9A2htfjSsZc3Vlkhf-Hh9bQYJYYLjfMrY,31235
235
235
  xoa_driver/internals/hli_v2/modules/modules_l23/family_m.py,sha256=JD6hyzdVNJxBSSGHwMHaExgKTr3KW7gUDbDrfDx-riU,924
236
236
  xoa_driver/internals/hli_v2/modules/modules_l23/family_n.py,sha256=kcLWs6kHyJCia0NbA9C5nxb3CHuXBaOhmi34s1C_e10,1454
237
- xoa_driver/internals/hli_v2/modules/modules_l23/module_l23_base.py,sha256=PHcThdxSyJ6BlrpqwOgGIXbY_4goHjnWmfFizMbaQaQ,11630
237
+ xoa_driver/internals/hli_v2/modules/modules_l23/module_l23_base.py,sha256=Eim8Qi6TNaJ1S8iw3Uc50I4uxA3CpUxQ-sHoIukXX7k,11619
238
238
  xoa_driver/internals/hli_v2/ports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
239
- xoa_driver/internals/hli_v2/ports/base_port.py,sha256=YlGfMY9QQzhtuXeEyTdJbNomp0CYQrolkb4629PW1mc,3599
239
+ xoa_driver/internals/hli_v2/ports/base_port.py,sha256=8cV5oG7XpcoO7alCFHaAd0ggG5sQWAUgUulCh7KWCyc,3588
240
240
  xoa_driver/internals/hli_v2/ports/port_l23/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
241
241
  xoa_driver/internals/hli_v2/ports/port_l23/family_combi.py,sha256=xIF-UHUiFYvxUw_7qQ6KR2jgsLY2h-5e7ouzfpbGNjk,1003
242
242
  xoa_driver/internals/hli_v2/ports/port_l23/family_d.py,sha256=A2dVDTPT4cpS4-qPhMZFHvQO9sJ-sMB75JtRyVvXGwk,1170
243
243
  xoa_driver/internals/hli_v2/ports/port_l23/family_e.py,sha256=Xr--63n_9aHJpraikuGXgJnoY5853cpdpkW_LvUSfTU,2648
244
244
  xoa_driver/internals/hli_v2/ports/port_l23/family_f.py,sha256=xD6oxfY6st4H1pSLRMWM14OZZbNu6JgVUu2DoBF5Mz4,4021
245
- xoa_driver/internals/hli_v2/ports/port_l23/family_g.py,sha256=24Zdg5dV-Vn12lO6LB1XxohjAPB8Pcc1SDGi52RcjT4,1928
246
- xoa_driver/internals/hli_v2/ports/port_l23/family_h.py,sha256=Kwr8fWY2V5hZ6y86kyNYZtVMd_6x9ykDuoye67uDVkM,1755
247
- xoa_driver/internals/hli_v2/ports/port_l23/family_i.py,sha256=52bzQs8KnQRQyYGjUryPjdexG009gXU6pRrAHaaCzRo,2039
248
- xoa_driver/internals/hli_v2/ports/port_l23/family_j.py,sha256=3_yEM59UzkOLV7qxQKEsRiyfy7lojtQFQyw79Mm-_MQ,1658
249
- xoa_driver/internals/hli_v2/ports/port_l23/family_k.py,sha256=sy1Bsabd7VobVC3-xzJZ0xf4mX7Bg9TmaMb4VbGWOPQ,1753
250
- xoa_driver/internals/hli_v2/ports/port_l23/family_l.py,sha256=3b-yQwe66caeptsbmej0e2LqdsPSGAWrIenWuvVV4TI,1948
251
- xoa_driver/internals/hli_v2/ports/port_l23/family_l1.py,sha256=fqjd_fvNQrG1uuq6_doHrNuYoF0IwtO23SI1ENI52fI,3475
245
+ xoa_driver/internals/hli_v2/ports/port_l23/family_g.py,sha256=0BoPFhE05EtN3J3pwuFfSPzQCih8FwbPX8mnng3kGUg,1917
246
+ xoa_driver/internals/hli_v2/ports/port_l23/family_h.py,sha256=AdMgxhp_Vx3E6ZzkhbIC2pri_HSfckPvTzlj2r7Ekbk,1744
247
+ xoa_driver/internals/hli_v2/ports/port_l23/family_i.py,sha256=xs5V_N9wQ9BJmweSVz1JpY84XDXFsrRu1KnqQd6JP9c,2028
248
+ xoa_driver/internals/hli_v2/ports/port_l23/family_j.py,sha256=lNX5cx6poVJUCw-_wQj92uCtav8dzNA-ChwcfAHKZIg,1647
249
+ xoa_driver/internals/hli_v2/ports/port_l23/family_k.py,sha256=Itfix7EisTerBwXKOPxvCKgfB5Bke-kiVaar6jn1yRQ,1742
250
+ xoa_driver/internals/hli_v2/ports/port_l23/family_l.py,sha256=t9ONy35lTJscqC8whJL5oMgF8u9ghz12bSkowYiLRQQ,1937
251
+ xoa_driver/internals/hli_v2/ports/port_l23/family_l1.py,sha256=t1ZlvCUVw4kkWZoD660L4-4hhMz109BvzVOrX59faE8,3464
252
252
  xoa_driver/internals/hli_v2/ports/port_l23/family_m.py,sha256=YNuqgsglaO3SJgzJX4YuC8me0OaXEpHpgmgrWwpdcF4,781
253
253
  xoa_driver/internals/hli_v2/ports/port_l23/fault_jkl.py,sha256=dvDO0sCi1EzEQl6u4KlfHG6cF__OL0YKrkOgd_pHp0o,644
254
- xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_ghijkl.py,sha256=ySAz1wiiQJ_uD39X1TvtbLVOkVj5licf_PLa-l3cjEc,10738
254
+ xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_ghijkl.py,sha256=8CMoYhtwUMDQJWwNkWFfasXPvH0A0KDUX2smY0-ouK8,10727
255
255
  xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_ijkl_chimera.py,sha256=fXX1B90lk35wku_asfpg_39rC49ZxFy6IB-fKDdWFzY,1541
256
256
  xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_l.py,sha256=GWgA_Lcfb0i2_PpuMkvZrb-Z6pf3p0_uT-dqTJj8Z0U,2130
257
257
  xoa_driver/internals/hli_v2/ports/port_l23/port_l23ve.py,sha256=AsFh5fORi_EOhH7Xv4VddsrX-8y_ePFrjKRBfgke9Co,2711
@@ -276,13 +276,13 @@ xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/shadow.py,s
276
276
  xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/working.py,sha256=zLLGrPesggmpH6wVaex21S-4-cMUsX_DXx8ljvxNlrk,1075
277
277
  xoa_driver/internals/hli_v2/ports/port_l47/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
278
278
  xoa_driver/internals/hli_v2/ports/port_l47/counters.py,sha256=9eV9SL4qUhbLhxrEaHkLGhkCftgPbQGSaTRsWNTeLUo,5872
279
- xoa_driver/internals/hli_v2/ports/port_l47/main.py,sha256=_Z55ipZzvgLHqrBF5LoPOvTtLjuCpV3p4kfM5LYI5ts,5590
279
+ xoa_driver/internals/hli_v2/ports/port_l47/main.py,sha256=mCfAhHhG5lsff3-tkKXSs0Uc-BrYov0WhRMxbhQZv4s,5579
280
280
  xoa_driver/internals/hli_v2/ports/port_l47/packet_engine.py,sha256=qfxBEo6y6d_9dsma7Yhli7yW9tYceiqp4IppYFx86U4,775
281
281
  xoa_driver/internals/hli_v2/testers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
282
282
  xoa_driver/internals/hli_v2/testers/_base_tester.py,sha256=SMw17LXGpoOMbA-p_ja13TnT07Wgf_-ydCN3QO7K6jA,6306
283
283
  xoa_driver/internals/hli_v2/testers/l23_tester.py,sha256=sY0wXRCQmaSJLtHcxrfqTnVyySLbZd98utmgZM0yQM0,4844
284
284
  xoa_driver/internals/hli_v2/testers/l23ve_tester.py,sha256=GmIYyG-25QgMOlsERPSkc23wE1o7DjFW1N977pnw80A,3116
285
- xoa_driver/internals/hli_v2/testers/l47_tester.py,sha256=6IMvAH1H980VTtPTiVTEZBpgicSowv9zlN20CZyQwM8,3352
285
+ xoa_driver/internals/hli_v2/testers/l47_tester.py,sha256=-5RuFUuxQnJUZSeIU__t1AABqiwQ6Vl8ndithoFZpqE,3341
286
286
  xoa_driver/internals/hli_v2/testers/l47ve_tester.py,sha256=1EqPWwLEsVNddwN7gUFZB2C7oLBV15JcL7wpr_QPJhQ,1813
287
287
  xoa_driver/internals/hli_v2/testers/genuine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
288
288
  xoa_driver/internals/hli_v2/testers/genuine/management_interface.py,sha256=RBa-x7RUVShQ4w2vI3GLpNey4Y59_ZQD6Hhy7KQdLV4,940
@@ -318,8 +318,8 @@ xoa_driver/v2/misc.py,sha256=7K91alEbLBI9tA8p5avUFiMGxSnMep76Fwd8RKqjZgY,2911
318
318
  xoa_driver/v2/modules.py,sha256=DiZoCwoiObKsbIZMaZ4-oX_fPPM1lLJCLDxLJ0Pv9Os,7953
319
319
  xoa_driver/v2/ports.py,sha256=MqVFRbHc5HdZZDs9Hzl3KWVOI3y1Ze-4-SMcOpsSv8E,5348
320
320
  xoa_driver/v2/testers.py,sha256=g6r4_tFGJ9E3_ql8-mTX4jTNMw4O9MhfufTn5ujwBb0,551
321
- tdl_xoa_driver-1.0.0.dist-info/LICENSE,sha256=Oc3Sih78tKR5tfTaIGcU3qytyX6JAzzAUlwW-qQaRaQ,11351
322
- tdl_xoa_driver-1.0.0.dist-info/METADATA,sha256=7cyorR6EWD6GMpmtXUViZLtIzbQkG21Dl1HJwneCq_I,7749
323
- tdl_xoa_driver-1.0.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
324
- tdl_xoa_driver-1.0.0.dist-info/top_level.txt,sha256=sBbN3hwpa4s2VxsUBoWJ5jIqqDr50vgcEb-V8kL7pvE,11
325
- tdl_xoa_driver-1.0.0.dist-info/RECORD,,
321
+ tdl_xoa_driver-1.1.0.dist-info/LICENSE,sha256=Oc3Sih78tKR5tfTaIGcU3qytyX6JAzzAUlwW-qQaRaQ,11351
322
+ tdl_xoa_driver-1.1.0.dist-info/METADATA,sha256=grYHOBsTAfgAPvu3Xqc7ihfcuCvG2Y8MyvdNwGBugvQ,7643
323
+ tdl_xoa_driver-1.1.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
324
+ tdl_xoa_driver-1.1.0.dist-info/top_level.txt,sha256=sBbN3hwpa4s2VxsUBoWJ5jIqqDr50vgcEb-V8kL7pvE,11
325
+ tdl_xoa_driver-1.1.0.dist-info/RECORD,,
xoa_driver/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
- __version__ = "1.0.0"
2
- __short_version__ = "1.0"
1
+ __version__ = "1.1.0"
2
+ __short_version__ = "1.1"
@@ -1,7 +1,7 @@
1
1
  from __future__ import annotations
2
2
  from asyncio import Future
3
3
  from typing import Generic
4
- from typing_extensions import Self
4
+ from typing import Self
5
5
  from ._typings import HeaderType
6
6
 
7
7
 
@@ -14,7 +14,7 @@ from typing import (
14
14
  Type,
15
15
  cast,
16
16
  )
17
- from typing_extensions import (
17
+ from typing import (
18
18
  Self,
19
19
  dataclass_transform,
20
20
  )
@@ -16,7 +16,7 @@ from typing import (
16
16
  TypeVar,
17
17
  )
18
18
 
19
- from typing_extensions import (
19
+ from typing import (
20
20
  NoReturn,
21
21
  Self,
22
22
  )
@@ -9,7 +9,7 @@ from abc import (
9
9
  ABC,
10
10
  abstractmethod,
11
11
  )
12
- from typing_extensions import Self
12
+ from typing import Self
13
13
  from xoa_driver.internals.commands import enums
14
14
  from xoa_driver.internals.commands import (
15
15
  M_MODEL,
@@ -1,7 +1,7 @@
1
1
  import typing
2
2
  import asyncio
3
3
  import functools
4
- from typing_extensions import Self
4
+ from typing import Self
5
5
  from xoa_driver.internals.commands import (
6
6
  M_STATUS,
7
7
  M_UPGRADE,
@@ -1,6 +1,6 @@
1
1
  import asyncio
2
2
  import typing
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  M_COMMENT,
6
6
  M_CAPABILITIES,
@@ -1,7 +1,7 @@
1
1
  import asyncio
2
2
  import functools
3
3
  import typing
4
- from typing_extensions import Self
4
+ from typing import Self
5
5
  from xoa_driver.internals.commands import (
6
6
  M_LICENSE_DEMO_INFO,
7
7
  M_LICENSE_MAINTENANCE_INFO,
@@ -2,7 +2,7 @@ from __future__ import annotations
2
2
  import asyncio
3
3
  import functools
4
4
  import typing
5
- from typing_extensions import Self
5
+ from typing import Self
6
6
  from xoa_driver.internals.commands import (
7
7
  M_MEDIA,
8
8
  M_STATUS,
@@ -1,5 +1,5 @@
1
1
  import functools
2
- from typing_extensions import Self
2
+ from typing import Self
3
3
  from abc import (
4
4
  ABC,
5
5
  abstractmethod,
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING, Tuple
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  P_DYNAMIC,
6
6
  )
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING, Tuple
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  P_DYNAMIC,
6
6
  )
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING, Tuple
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  P_FAULTSIGNALING,
6
6
  P_FAULTSTATUS,
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING, Tuple
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  # P_FAULTSIGNALING,
6
6
  P_DYNAMIC,
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING, Tuple
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  # P_FAULTSIGNALING,
6
6
  P_DYNAMIC,
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING, Tuple
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  # P_FAULTSIGNALING,
6
6
  P_DYNAMIC,
@@ -1,7 +1,7 @@
1
1
 
2
2
  import functools
3
3
  from typing import TYPE_CHECKING, Tuple
4
- from typing_extensions import Self
4
+ from typing import Self
5
5
  from xoa_driver.internals.commands import (
6
6
  P_DYNAMIC,
7
7
  )
@@ -2,7 +2,7 @@ from typing import (
2
2
  TYPE_CHECKING,
3
3
  Tuple,
4
4
  )
5
- from typing_extensions import Self
5
+ from typing import Self
6
6
  if TYPE_CHECKING:
7
7
  from xoa_driver.internals.core import interfaces as itf
8
8
  from xoa_driver.internals.commands import (
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
 
5
5
  from xoa_driver.internals.commands import (
6
6
  P4_TRAFFIC,
@@ -3,7 +3,7 @@ from typing import (
3
3
  TYPE_CHECKING,
4
4
  Type
5
5
  )
6
- from typing_extensions import Self
6
+ from typing import Self
7
7
  from xoa_driver.internals.commands import (
8
8
  C_REMOTEPORTCOUNTS,
9
9
  C_BUILDSTRING,
@@ -9,7 +9,7 @@ from abc import (
9
9
  ABC,
10
10
  abstractmethod,
11
11
  )
12
- from typing_extensions import Self
12
+ from typing import Self
13
13
  from xoa_driver.internals.commands import enums
14
14
  from xoa_driver.internals.commands import (
15
15
  M_MODEL,
@@ -1,7 +1,7 @@
1
1
  import asyncio
2
2
  import functools
3
3
  import typing
4
- from typing_extensions import Self
4
+ from typing import Self
5
5
  from xoa_driver.internals.commands import (
6
6
  M_STATUS,
7
7
  M_UPGRADE,
@@ -1,6 +1,6 @@
1
1
  import asyncio
2
2
  import typing
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  M_COMMENT,
6
6
  M_CAPABILITIES,
@@ -1,7 +1,7 @@
1
1
  import asyncio
2
2
  import functools
3
3
  import typing
4
- from typing_extensions import Self
4
+ from typing import Self
5
5
  from xoa_driver.internals.commands import (
6
6
  M_LICENSE_DEMO_INFO,
7
7
  M_LICENSE_MAINTENANCE_INFO,
@@ -2,7 +2,7 @@ from __future__ import annotations
2
2
  import asyncio
3
3
  import functools
4
4
  import typing
5
- from typing_extensions import Self
5
+ from typing import Self
6
6
  from xoa_driver.internals.commands import (
7
7
  M_MEDIA,
8
8
  M_STATUS,
@@ -1,5 +1,5 @@
1
1
  import functools
2
- from typing_extensions import Self
2
+ from typing import Self
3
3
  from abc import (
4
4
  ABC,
5
5
  abstractmethod,
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING, Tuple
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  P_DYNAMIC,
6
6
  )
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  P_DYNAMIC,
6
6
  )
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  P_FAULTSIGNALING,
6
6
  P_FAULTSTATUS,
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  # P_FAULTSIGNALING,
6
6
  P_DYNAMIC,
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  # P_FAULTSIGNALING,
6
6
  P_DYNAMIC,
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
  from xoa_driver.internals.commands import (
5
5
  # P_FAULTSIGNALING,
6
6
  P_DYNAMIC,
@@ -1,7 +1,7 @@
1
1
 
2
2
  import functools
3
3
  from typing import TYPE_CHECKING, Tuple
4
- from typing_extensions import Self
4
+ from typing import Self
5
5
  from xoa_driver.internals.commands import (
6
6
  P_DYNAMIC,
7
7
  # PL1_AUTONEGINFO,
@@ -2,7 +2,7 @@ from typing import (
2
2
  TYPE_CHECKING,
3
3
  Tuple,
4
4
  )
5
- from typing_extensions import Self
5
+ from typing import Self
6
6
  if TYPE_CHECKING:
7
7
  from xoa_driver.internals.core import interfaces as itf
8
8
  from xoa_driver.internals.commands import (
@@ -1,6 +1,6 @@
1
1
  import functools
2
2
  from typing import TYPE_CHECKING
3
- from typing_extensions import Self
3
+ from typing import Self
4
4
 
5
5
  from xoa_driver.internals.commands import (
6
6
  P4_TRAFFIC,
@@ -3,7 +3,7 @@ from typing import (
3
3
  TYPE_CHECKING,
4
4
  Type
5
5
  )
6
- from typing_extensions import Self
6
+ from typing import Self
7
7
  from xoa_driver.internals.commands import (
8
8
  C_REMOTEPORTCOUNTS,
9
9
  C_BUILDSTRING,