pyxcp 0.22.20__cp310-cp310-win_amd64.whl → 0.22.22__cp310-cp310-win_amd64.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.

Potentially problematic release.


This version of pyxcp might be problematic. Click here for more details.

pyxcp/__init__.py CHANGED
@@ -17,4 +17,4 @@ tb_install(show_locals=True, max_frames=3) # Install custom exception handler.
17
17
 
18
18
  # if you update this manually, do not forget to update
19
19
  # .bumpversion.cfg and pyproject.toml.
20
- __version__ = "0.22.20"
20
+ __version__ = "0.22.22"
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
pyxcp/master/master.py CHANGED
@@ -7,6 +7,7 @@
7
7
  .. [1] XCP Specification, Part 2 - Protocol Layer Specification
8
8
  """
9
9
  import functools
10
+ import logging
10
11
  import struct
11
12
  import traceback
12
13
  import warnings
@@ -69,7 +70,7 @@ class Master:
69
70
  self.ctr = 0
70
71
  self.succeeded = True
71
72
  self.config = config.general
72
- self.logger = config.log
73
+ self.logger = logging.getLogger("PyXCP")
73
74
  disable_error_handling(self.config.disable_error_handling)
74
75
  self.transport_name = transport_name.lower()
75
76
  transport_config = config.transport
Binary file
Binary file
Binary file
@@ -1,8 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyxcp
3
- Version: 0.22.20
3
+ Version: 0.22.22
4
4
  Summary: Universal Calibration Protocol for Python
5
- Home-page: https://github.com/christoph2/pyxcp
6
5
  License: LGPLv3
7
6
  Keywords: automotive,ecu,xcp,asam,autosar
8
7
  Author: Christoph Schueler
@@ -35,6 +34,7 @@ Requires-Dist: toml (>=0.10.2,<0.11.0)
35
34
  Requires-Dist: tomlkit (>=0.12.5,<0.13.0)
36
35
  Requires-Dist: traitlets (<=5.11.2)
37
36
  Requires-Dist: uptime (>=3.0.1,<4.0.0)
37
+ Project-URL: Homepage, https://github.com/christoph2/pyxcp
38
38
  Description-Content-Type: text/markdown
39
39
 
40
40
  # pyXCP
@@ -1,4 +1,4 @@
1
- pyxcp/__init__.py,sha256=RBhAzMmqREDJeYsQl-O1FQYOqB5NU82IeAHxuVsDir0,548
1
+ pyxcp/__init__.py,sha256=LqLq_lLoyJWPxsySVafoJ4mOZ1_-JxcJiHY4P67T8nM,548
2
2
  pyxcp/aml/EtasCANMonitoring.a2l,sha256=EJYwe3Z3H24vyWAa6lUgcdKnQY8pwFxjyCN6ZU1ST8w,1509
3
3
  pyxcp/aml/EtasCANMonitoring.aml,sha256=xl0DdyeiIaLW0mmmJNAyJS0CQdOLSxt9dxfgrdSlU8Y,2405
4
4
  pyxcp/aml/ifdata_CAN.a2l,sha256=NCUnCUEEgRbZYSLGtUGwL2e7zJ8hrp0SbmLHGv8uY58,612
@@ -24,9 +24,9 @@ pyxcp/constants.py,sha256=9yGfujC0ImTYQWfn41wyw8pluJTSrhMGWIVeIZTgsLg,1160
24
24
  pyxcp/cpp_ext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  pyxcp/cpp_ext/bin.hpp,sha256=PwJloZek21la-RBSda2Hc0u_6gID0sfTduPeplaAyR4,2561
26
26
  pyxcp/cpp_ext/blockmem.hpp,sha256=ysaJwmTWGTfE54Outk3gJYOfAVFd_QaonBMtXLcXwCc,1242
27
- pyxcp/cpp_ext/cpp_ext.cp310-win_amd64.pyd,sha256=38TRIN0R3k5ME0Wy5S86j2Z8NYoofr1tNGGujt-EajE,279040
28
- pyxcp/cpp_ext/cpp_ext.cp38-win_amd64.pyd,sha256=Nz16E5y8RX_wph_xPM72yrHpXKonoBkxgOwLpQmibHQ,279040
29
- pyxcp/cpp_ext/cpp_ext.cp39-win_amd64.pyd,sha256=MUJ5OypvaOzlqlYw1PmELokqEBcPVvljwAdx4TBc_RE,260096
27
+ pyxcp/cpp_ext/cpp_ext.cp310-win_amd64.pyd,sha256=oPjmu4B-01KBuqZm8w3Lb1I6-DN_bnn-8SKSsnK-tlA,279040
28
+ pyxcp/cpp_ext/cpp_ext.cp38-win_amd64.pyd,sha256=DJaA0mX-7vKsV1qBWRaNpTjUmehloeJqWTOWJuPiphM,279040
29
+ pyxcp/cpp_ext/cpp_ext.cp39-win_amd64.pyd,sha256=DIQjLjBpvDVKiZkdLuQ0CjDGJb3EkEUMjSGRivIRDpg,260096
30
30
  pyxcp/cpp_ext/daqlist.hpp,sha256=5JEYQK96qac4ZsoMVnmVGsrH_4uuqbHwcNGiH4j5FAU,7167
31
31
  pyxcp/cpp_ext/event.hpp,sha256=Z-1yxsEKsr81NnLVEWJ2ANA8FV7YsM7EbNxaw-elheE,1200
32
32
  pyxcp/cpp_ext/extension_wrapper.cpp,sha256=-r1YYgJD4dJiiMeA0HEmIQQfsXrzDozLonCrbpKUXiA,4544
@@ -38,9 +38,9 @@ pyxcp/daq_stim/optimize/__init__.py,sha256=FUWK0GkNpNT-sUlhibp7xa2aSYpm6Flh5yA2w
38
38
  pyxcp/daq_stim/optimize/binpacking.py,sha256=Iltho5diKlJG-ltbmx053U2vOFRlCISolXK61T14l_I,1257
39
39
  pyxcp/daq_stim/scheduler.cpp,sha256=a7VK7kP2Hs8yMlcDAkXwJ0bH88lr_yz156sphcHS7Z4,715
40
40
  pyxcp/daq_stim/scheduler.hpp,sha256=U_6tUbebmzX5vVZS0EFSgTaPsyxMg6yRXHG_aPWA0x4,1884
41
- pyxcp/daq_stim/stim.cp310-win_amd64.pyd,sha256=t1-CTWpKk24_zJjUl44L6qpZwCSgg3JwkzXhjnbycuw,186880
42
- pyxcp/daq_stim/stim.cp38-win_amd64.pyd,sha256=cr-A14BH8iNDPbqkdP8ayjBOn6bjDMcbQq2Q3uwqwBw,186880
43
- pyxcp/daq_stim/stim.cp39-win_amd64.pyd,sha256=7e3UfEJSvPw8x54DxMGcpcOVwDtd6z-YXQtU5MZaBt0,181248
41
+ pyxcp/daq_stim/stim.cp310-win_amd64.pyd,sha256=6iIEaw40snXHni-ljd1rmRUfAAMGZBI1Nt_09Z_lKLQ,186880
42
+ pyxcp/daq_stim/stim.cp38-win_amd64.pyd,sha256=aiiqKcGJNRON9hT0JjsDFk5uQXaKEHuciu9gqoxqb4o,186880
43
+ pyxcp/daq_stim/stim.cp39-win_amd64.pyd,sha256=iHfxZwG_voLvDGG-H-ZTEF018APKoTiI9F3cmNcMIDQ,181248
44
44
  pyxcp/daq_stim/stim.cpp,sha256=F2OG67W4KKwTTiUCxm-9egIv3TLFdOkRunX6xf7YOtc,177
45
45
  pyxcp/daq_stim/stim.hpp,sha256=U-uInRrA6OCdMl1l1SWbQ_KEPpnNYrWut924IvbW6R0,18508
46
46
  pyxcp/daq_stim/stim_wrapper.cpp,sha256=5LbWkK86h_4mHd83dnwCU7BRvVYit8ijxBMT7pthtOE,1830
@@ -70,7 +70,7 @@ pyxcp/examples/xcphello.py,sha256=xbcWq8StRJyUZBLUvknsXv7VkEBD5SU0SJjlZTHsSzs,26
70
70
  pyxcp/examples/xcphello_recorder.py,sha256=QHWJsq5h5CI9t5qEmMSorZyzirTpoXz4nzuKTMzbZCA,3409
71
71
  pyxcp/master/__init__.py,sha256=QQbkUJM1WQ-5p2MiNFYxLAmHhNsCQLzDp-S4aoOFxoA,318
72
72
  pyxcp/master/errorhandler.py,sha256=U5QuvGRDM9kRNwY5kbkTOnthp19RHoXEGCsaBNiFTps,14973
73
- pyxcp/master/master.py,sha256=8Raqs6GSuhtPo7ny2DTgB8IUg98RKDbsvK1C1r0xC2Q,76927
73
+ pyxcp/master/master.py,sha256=mdsktxzkLABj0Rz011qJ3ifxDWiAP3M81cAQ7DN5lXc,76959
74
74
  pyxcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
75
  pyxcp/recorder/__init__.py,sha256=pg-cdOaoj-D-woFxFb2p6SpFTNTdpQEIknHdDaQ9ROE,2695
76
76
  pyxcp/recorder/build_clang.cmd,sha256=JvFngSnb28XcBGXxC6MGrcOCGYfahOIvHpgRpqbA6HQ,175
@@ -87,9 +87,9 @@ pyxcp/recorder/mio.hpp,sha256=5ASJLKSEykH0deAQD5uak-_yAgd5p2n8t06315GSGrg,63346
87
87
  pyxcp/recorder/reader.hpp,sha256=rr9XZ_ciL6eF2_xEqyt9XYNqTIze9ytAsnf8uYukO9U,5201
88
88
  pyxcp/recorder/reco.py,sha256=6N6FIwfCEVMpi5dr3eUOQa1lowcg2LCnS_sy_-b-UiQ,8725
89
89
  pyxcp/recorder/recorder.rst,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
90
- pyxcp/recorder/rekorder.cp310-win_amd64.pyd,sha256=mqXpRCWYCb_qHN2ouSsKhlugPwtxHfnhK4BIz5jatT4,377856
91
- pyxcp/recorder/rekorder.cp38-win_amd64.pyd,sha256=nlDq2wI35yPhmPaB9SO64hU4mnjiNaBxmYBru6wxSog,377856
92
- pyxcp/recorder/rekorder.cp39-win_amd64.pyd,sha256=RkN-FoRsvv_K0YTJHglnMMT1dAZv2iYbCGRfKGdqGCg,364032
90
+ pyxcp/recorder/rekorder.cp310-win_amd64.pyd,sha256=Zfw4SIfwO9oJa_as0okjQWXiqT5nVJe6QKmSXK5iPhc,377856
91
+ pyxcp/recorder/rekorder.cp38-win_amd64.pyd,sha256=NSTlA5amH2ar5H2BbeOoLMkcUJsIrVR9R2GBPTcaw9k,377856
92
+ pyxcp/recorder/rekorder.cp39-win_amd64.pyd,sha256=zd2TeU4tLhhtP0GD0-AOWJ_ZMW-oV3u124opOCBZu8I,364032
93
93
  pyxcp/recorder/rekorder.cpp,sha256=U0LMyk8pZXx9emgS_WPVthvn_9IpgE7JGrh4kg-8CX4,1900
94
94
  pyxcp/recorder/rekorder.hpp,sha256=sWvRch9bVt6mmgrFHp5mwWhap7HoFG4geeb7UqEIzio,7638
95
95
  pyxcp/recorder/setup.py,sha256=_99XFPQAd5V4LcJaSGJwdnbxgxJ7kl8DEXfHsnKO1Yg,998
@@ -127,8 +127,8 @@ pyxcp/types.py,sha256=hY4Bb3qT3ZoabGnSKLY6S84MvVyuOCxwVONfs2skx2Y,26043
127
127
  pyxcp/utils.py,sha256=unlg0CoNwcWYfd-BE0hZJ93uhlAoW_nryv9tS_R3C44,2969
128
128
  pyxcp/vector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
129
129
  pyxcp/vector/map.py,sha256=7Gnhvr79geMeqqGVIJPxODXGwABdNDinnqzhpooN5TE,2306
130
- pyxcp-0.22.20.dist-info/entry_points.txt,sha256=2JbL-pWn9UxpBrS64aWiFFkq9x2A7y-dkrxYlfQqIJU,307
131
- pyxcp-0.22.20.dist-info/LICENSE,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
132
- pyxcp-0.22.20.dist-info/METADATA,sha256=UklleA66LbClTFPBz7zjlzOZh-te9xgAM_9Jko5eZhM,4076
133
- pyxcp-0.22.20.dist-info/WHEEL,sha256=8CkVeGnf87fK8Wy7x-HBPjfI7yZynBoJqtACxVYccis,98
134
- pyxcp-0.22.20.dist-info/RECORD,,
130
+ pyxcp-0.22.22.dist-info/entry_points.txt,sha256=2JbL-pWn9UxpBrS64aWiFFkq9x2A7y-dkrxYlfQqIJU,307
131
+ pyxcp-0.22.22.dist-info/LICENSE,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
132
+ pyxcp-0.22.22.dist-info/METADATA,sha256=iIjJ6NGnr75qo09SCmF9QCFrV-vqFb9hQHurs3QEXvo,4088
133
+ pyxcp-0.22.22.dist-info/WHEEL,sha256=GX2ImTsBnuQB1-UeuYbhJUp8NYXMHTQONElBI_kxGe0,98
134
+ pyxcp-0.22.22.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.0
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-win_amd64