py_canoe 26.0.0__py3-none-any.whl → 26.0.2__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.
py_canoe/canoe.py CHANGED
@@ -49,7 +49,8 @@ class CANoe:
49
49
  logger.error(f"❌ Error during COM uninitialization: {e}.")
50
50
  finally:
51
51
  self.application = None
52
-
52
+
53
+ @staticmethod
53
54
  def _clean_gen_py_cache() -> None:
54
55
  try:
55
56
  # Delete the gen_py cache directory
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: py_canoe
3
- Version: 26.0.0
3
+ Version: 26.0.2
4
4
  Summary: Python 🐍 Package for accessing Vector CANoe 🛶 Tool
5
5
  Keywords: Vector,CANoe,Python,Test,Automation
6
6
  Author: chaitu-ycr
@@ -35,9 +35,9 @@ Classifier: License :: OSI Approved :: MIT License
35
35
  Classifier: Operating System :: Microsoft :: Windows
36
36
  Requires-Dist: pywin32
37
37
  Requires-Python: >=3.10, <=3.14
38
- Project-URL: documentation, https://chaitu-ycr.github.io/py_canoe/
39
38
  Project-URL: homepage, https://github.com/chaitu-ycr/py_canoe
40
39
  Project-URL: repository, https://github.com/chaitu-ycr/py_canoe
40
+ Project-URL: documentation, https://chaitu-ycr.github.io/py_canoe/
41
41
  Description-Content-Type: text/markdown
42
42
 
43
43
  # [py_canoe](https://github.com/chaitu-ycr/py_canoe)
@@ -1,5 +1,5 @@
1
1
  py_canoe/__init__.py,sha256=V5fQWgu7TtGUskHnl99xdi26u1Ga95TjAop3vwJozB8,74
2
- py_canoe/canoe.py,sha256=gV8oaCGCDoUEOn3xusDvARfdZxcUpKqkQXOa0z1QiGo,35825
2
+ py_canoe/canoe.py,sha256=8iHiAR2Pgh2cy2rU-MVaa-2oS4E6jfk1UYbKBhlNRoI,35840
3
3
  py_canoe/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  py_canoe/core/application.py,sha256=Iny6my76_025ugoyUxpoYtzDvTTvqas72UpN0xPw4GM,7068
5
5
  py_canoe/core/bus.py,sha256=HZwnMXdpOKmgGkRXBXDodFvGPUTstypbb9M1f-fD1Ho,14293
@@ -113,6 +113,6 @@ py_canoe/core/ui.py,sha256=Kw7rzfei6pTDh_dxlCBTyBncyq2Wm7x7aHhmxU1uw0I,2013
113
113
  py_canoe/core/version.py,sha256=olRavFEygOR5flRin1rvjJgiEhmBhsU_78bVPf4ov0U,1520
114
114
  py_canoe/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
115
  py_canoe/helpers/common.py,sha256=oreRo1Hh9JIzewBPz4WeQHak5FMpZCmQ_R6gozRhd8g,3038
116
- py_canoe-26.0.0.dist-info/WHEEL,sha256=eycQt0QpYmJMLKpE3X9iDk8R04v2ZF0x82ogq-zP6bQ,79
117
- py_canoe-26.0.0.dist-info/METADATA,sha256=nreI1kQRVWRNfWrUs3hPKI8OHLKo2LgC1_7sHxLRbcw,12273
118
- py_canoe-26.0.0.dist-info/RECORD,,
116
+ py_canoe-26.0.2.dist-info/WHEEL,sha256=jROcLULcdzropX2J55opKw4UHhPFREZax2XzS-Mvpxs,80
117
+ py_canoe-26.0.2.dist-info/METADATA,sha256=xTwm8nFLhA2Nvh_jjeIV2n3FueODR-GLFHICYmpQ_t0,12273
118
+ py_canoe-26.0.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.24
2
+ Generator: uv 0.10.0
3
3
  Root-Is-Purelib: true
4
- Tag: py3-none-any
4
+ Tag: py3-none-any