icsneopy 1.0.0.post1.dev8__cp313-cp313-win_amd64.whl → 1.1.0.post1.dev44__cp313-cp313-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 icsneopy might be problematic. Click here for more details.
- icsneopy/icsneopy.cp313-win_amd64.pyd +0 -0
- icsneopy/icsneopy.pyi +394 -66
- {icsneopy-1.0.0.post1.dev8.dist-info → icsneopy-1.1.0.post1.dev44.dist-info}/METADATA +3 -1
- icsneopy-1.1.0.post1.dev44.dist-info/RECORD +8 -0
- {icsneopy-1.0.0.post1.dev8.dist-info → icsneopy-1.1.0.post1.dev44.dist-info}/WHEEL +1 -1
- icsneopy-1.0.0.post1.dev8.dist-info/RECORD +0 -8
- {icsneopy-1.0.0.post1.dev8.dist-info → icsneopy-1.1.0.post1.dev44.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
icsneopy/icsneopy.pyi
CHANGED
|
@@ -35,6 +35,11 @@ class APIEvent:
|
|
|
35
35
|
CANFDSettingsNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
36
36
|
CANSettingsNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
37
37
|
CoreminiUploadVersionMismatch: ClassVar[APIEvent.Type] = ...
|
|
38
|
+
DXXErrorArg: ClassVar[APIEvent.Type] = ...
|
|
39
|
+
DXXErrorIO: ClassVar[APIEvent.Type] = ...
|
|
40
|
+
DXXErrorInt: ClassVar[APIEvent.Type] = ...
|
|
41
|
+
DXXErrorOverflow: ClassVar[APIEvent.Type] = ...
|
|
42
|
+
DXXErrorSys: ClassVar[APIEvent.Type] = ...
|
|
38
43
|
DeviceCurrentlyClosed: ClassVar[APIEvent.Type] = ...
|
|
39
44
|
DeviceCurrentlyOffline: ClassVar[APIEvent.Type] = ...
|
|
40
45
|
DeviceCurrentlyOnline: ClassVar[APIEvent.Type] = ...
|
|
@@ -44,6 +49,8 @@ class APIEvent:
|
|
|
44
49
|
DeviceFirmwareOutOfDate: ClassVar[APIEvent.Type] = ...
|
|
45
50
|
DeviceInUse: ClassVar[APIEvent.Type] = ...
|
|
46
51
|
DeviceNotCurrentlyPolling: ClassVar[APIEvent.Type] = ...
|
|
52
|
+
DiskFormatInvalidCount: ClassVar[APIEvent.Type] = ...
|
|
53
|
+
DiskFormatNotSupported: ClassVar[APIEvent.Type] = ...
|
|
47
54
|
DiskNotConnected: ClassVar[APIEvent.Type] = ...
|
|
48
55
|
DiskNotSupported: ClassVar[APIEvent.Type] = ...
|
|
49
56
|
DriverFailedToClose: ClassVar[APIEvent.Type] = ...
|
|
@@ -51,44 +58,12 @@ class APIEvent:
|
|
|
51
58
|
EOFReached: ClassVar[APIEvent.Type] = ...
|
|
52
59
|
ErrorSettingSocketOption: ClassVar[APIEvent.Type] = ...
|
|
53
60
|
EthPhyRegisterControlNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
54
|
-
FTBusy: ClassVar[APIEvent.Type] = ...
|
|
55
|
-
FTDeviceListNotReady: ClassVar[APIEvent.Type] = ...
|
|
56
|
-
FTDeviceNotConnected: ClassVar[APIEvent.Type] = ...
|
|
57
|
-
FTDeviceNotFound: ClassVar[APIEvent.Type] = ...
|
|
58
|
-
FTDeviceNotOpened: ClassVar[APIEvent.Type] = ...
|
|
59
|
-
FTDeviceNotOpenedForErase: ClassVar[APIEvent.Type] = ...
|
|
60
|
-
FTDeviceNotOpenedForWrite: ClassVar[APIEvent.Type] = ...
|
|
61
|
-
FTEEPROMEraseFailed: ClassVar[APIEvent.Type] = ...
|
|
62
|
-
FTEEPROMNotPresent: ClassVar[APIEvent.Type] = ...
|
|
63
|
-
FTEEPROMNotProgrammed: ClassVar[APIEvent.Type] = ...
|
|
64
|
-
FTEEPROMReadFailed: ClassVar[APIEvent.Type] = ...
|
|
65
|
-
FTEEPROMWriteFailed: ClassVar[APIEvent.Type] = ...
|
|
66
|
-
FTFailedToWriteDevice: ClassVar[APIEvent.Type] = ...
|
|
67
|
-
FTHandleEOF: ClassVar[APIEvent.Type] = ...
|
|
68
|
-
FTIOError: ClassVar[APIEvent.Type] = ...
|
|
69
|
-
FTIOIncomplete: ClassVar[APIEvent.Type] = ...
|
|
70
|
-
FTIOPending: ClassVar[APIEvent.Type] = ...
|
|
71
|
-
FTIncorrectDevicePath: ClassVar[APIEvent.Type] = ...
|
|
72
|
-
FTInsufficientResources: ClassVar[APIEvent.Type] = ...
|
|
73
|
-
FTInvalidArgs: ClassVar[APIEvent.Type] = ...
|
|
74
|
-
FTInvalidBaudRate: ClassVar[APIEvent.Type] = ...
|
|
75
|
-
FTInvalidControlRequestDirection: ClassVar[APIEvent.Type] = ...
|
|
76
|
-
FTInvalidControlRequestType: ClassVar[APIEvent.Type] = ...
|
|
77
|
-
FTInvalidHandle: ClassVar[APIEvent.Type] = ...
|
|
78
|
-
FTInvalidParameter: ClassVar[APIEvent.Type] = ...
|
|
79
|
-
FTNoMoreItems: ClassVar[APIEvent.Type] = ...
|
|
80
|
-
FTNoSystemResources: ClassVar[APIEvent.Type] = ...
|
|
81
|
-
FTNotSupported: ClassVar[APIEvent.Type] = ...
|
|
82
|
-
FTOK: ClassVar[APIEvent.Type] = ...
|
|
83
|
-
FTOperationAborted: ClassVar[APIEvent.Type] = ...
|
|
84
|
-
FTOtherError: ClassVar[APIEvent.Type] = ...
|
|
85
|
-
FTReservedPipe: ClassVar[APIEvent.Type] = ...
|
|
86
|
-
FTTimeout: ClassVar[APIEvent.Type] = ...
|
|
87
61
|
FailedToBind: ClassVar[APIEvent.Type] = ...
|
|
88
62
|
FailedToRead: ClassVar[APIEvent.Type] = ...
|
|
89
63
|
FailedToWrite: ClassVar[APIEvent.Type] = ...
|
|
90
64
|
FixedPointOverflow: ClassVar[APIEvent.Type] = ...
|
|
91
65
|
FixedPointPrecision: ClassVar[APIEvent.Type] = ...
|
|
66
|
+
GPTPNotSupported: ClassVar[APIEvent.Type] = ...
|
|
92
67
|
GetIfAddrsError: ClassVar[APIEvent.Type] = ...
|
|
93
68
|
I2CMessageExceedsMaxLength: ClassVar[APIEvent.Type] = ...
|
|
94
69
|
IncorrectSerialNumber: ClassVar[APIEvent.Type] = ...
|
|
@@ -129,6 +104,18 @@ class APIEvent:
|
|
|
129
104
|
RestrictedEntryFlag: ClassVar[APIEvent.Type] = ...
|
|
130
105
|
SWCANSettingsNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
131
106
|
SendToError: ClassVar[APIEvent.Type] = ...
|
|
107
|
+
ServdBindError: ClassVar[APIEvent.Type] = ...
|
|
108
|
+
ServdInvalidResponseError: ClassVar[APIEvent.Type] = ...
|
|
109
|
+
ServdJoinMulticastError: ClassVar[APIEvent.Type] = ...
|
|
110
|
+
ServdLockError: ClassVar[APIEvent.Type] = ...
|
|
111
|
+
ServdNoDataError: ClassVar[APIEvent.Type] = ...
|
|
112
|
+
ServdNonblockError: ClassVar[APIEvent.Type] = ...
|
|
113
|
+
ServdOutdatedError: ClassVar[APIEvent.Type] = ...
|
|
114
|
+
ServdPollError: ClassVar[APIEvent.Type] = ...
|
|
115
|
+
ServdRecvError: ClassVar[APIEvent.Type] = ...
|
|
116
|
+
ServdSendError: ClassVar[APIEvent.Type] = ...
|
|
117
|
+
ServdTransceiveError: ClassVar[APIEvent.Type] = ...
|
|
118
|
+
SettingNotAvaiableDevice: ClassVar[APIEvent.Type] = ...
|
|
132
119
|
SettingsChecksumError: ClassVar[APIEvent.Type] = ...
|
|
133
120
|
SettingsDefaultsUsed: ClassVar[APIEvent.Type] = ...
|
|
134
121
|
SettingsLengthError: ClassVar[APIEvent.Type] = ...
|
|
@@ -139,6 +126,7 @@ class APIEvent:
|
|
|
139
126
|
SettingsStructureTruncated: ClassVar[APIEvent.Type] = ...
|
|
140
127
|
SettingsVersionError: ClassVar[APIEvent.Type] = ...
|
|
141
128
|
SocketFailedToOpen: ClassVar[APIEvent.Type] = ...
|
|
129
|
+
SyscallError: ClassVar[APIEvent.Type] = ...
|
|
142
130
|
TerminationNotSupportedDevice: ClassVar[APIEvent.Type] = ...
|
|
143
131
|
TerminationNotSupportedNetwork: ClassVar[APIEvent.Type] = ...
|
|
144
132
|
Timeout: ClassVar[APIEvent.Type] = ...
|
|
@@ -246,6 +234,157 @@ class CANMessage(Frame):
|
|
|
246
234
|
isRemote: bool
|
|
247
235
|
def __init__(self) -> None: ...
|
|
248
236
|
|
|
237
|
+
class ChipID:
|
|
238
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
239
|
+
Connect_LINUX: ClassVar[ChipID] = ...
|
|
240
|
+
Connect_ZCHIP: ClassVar[ChipID] = ...
|
|
241
|
+
EEVB_STM32: ClassVar[ChipID] = ...
|
|
242
|
+
EtherBADGE_MCHIP: ClassVar[ChipID] = ...
|
|
243
|
+
FlexRay_VNETZ_FCHIP: ClassVar[ChipID] = ...
|
|
244
|
+
FlexRay_VNETZ_ZCHIP: ClassVar[ChipID] = ...
|
|
245
|
+
Invalid: ClassVar[ChipID] = ...
|
|
246
|
+
NewDevice57_ZCHIP: ClassVar[ChipID] = ...
|
|
247
|
+
NewDevice59_MCHIP: ClassVar[ChipID] = ...
|
|
248
|
+
RAD4G_MCHIP: ClassVar[ChipID] = ...
|
|
249
|
+
RADA2B_REVB_ZCHIP: ClassVar[ChipID] = ...
|
|
250
|
+
RADA2B_ZCHIP: ClassVar[ChipID] = ...
|
|
251
|
+
RADBMS_MCHIP: ClassVar[ChipID] = ...
|
|
252
|
+
RADCOMET3_ZCHIP: ClassVar[ChipID] = ...
|
|
253
|
+
RADComet_ZYNQ: ClassVar[ChipID] = ...
|
|
254
|
+
RADEpsilonExpress_MCHIP: ClassVar[ChipID] = ...
|
|
255
|
+
RADEpsilonT_MCHIP: ClassVar[ChipID] = ...
|
|
256
|
+
RADEpsilon_MCHIP: ClassVar[ChipID] = ...
|
|
257
|
+
RADGALAXY2_SYSMON_CHIP: ClassVar[ChipID] = ...
|
|
258
|
+
RADGalaxy_FFG_Zynq: ClassVar[ChipID] = ...
|
|
259
|
+
RADGalaxy_ZYNQ: ClassVar[ChipID] = ...
|
|
260
|
+
RADGemini_MCHIP: ClassVar[ChipID] = ...
|
|
261
|
+
RADGigastar2_ZYNQ: ClassVar[ChipID] = ...
|
|
262
|
+
RADGigastar_FFG_ZYNQ: ClassVar[ChipID] = ...
|
|
263
|
+
RADGigastar_USBZ_Z7007S_ZYNQ: ClassVar[ChipID] = ...
|
|
264
|
+
RADGigastar_USBZ_Z7010_ZYNQ: ClassVar[ChipID] = ...
|
|
265
|
+
RADGigastar_USBZ_ZYNQ: ClassVar[ChipID] = ...
|
|
266
|
+
RADGigastar_ZYNQ: ClassVar[ChipID] = ...
|
|
267
|
+
RADIOCANHUB_MCHIP: ClassVar[ChipID] = ...
|
|
268
|
+
RADJupiter_MCHIP: ClassVar[ChipID] = ...
|
|
269
|
+
RADMars_3_ZYNQ: ClassVar[ChipID] = ...
|
|
270
|
+
RADMars_ZYNQ: ClassVar[ChipID] = ...
|
|
271
|
+
RADMoon2_Z7010_ZYNQ: ClassVar[ChipID] = ...
|
|
272
|
+
RADMoon2_ZL_MCHIP: ClassVar[ChipID] = ...
|
|
273
|
+
RADMoon2_ZYNQ: ClassVar[ChipID] = ...
|
|
274
|
+
RADMoon3_MCHIP: ClassVar[ChipID] = ...
|
|
275
|
+
RADMoonDuo_MCHIP: ClassVar[ChipID] = ...
|
|
276
|
+
RADPluto_MCHIP: ClassVar[ChipID] = ...
|
|
277
|
+
RADProxima_MCHIP: ClassVar[ChipID] = ...
|
|
278
|
+
RADStar2_ZYNQ: ClassVar[ChipID] = ...
|
|
279
|
+
RADStar_MCHIP: ClassVar[ChipID] = ...
|
|
280
|
+
RADSupermoon_ZYNQ: ClassVar[ChipID] = ...
|
|
281
|
+
RAD_GALAXY_2_ZMPCHIP_ID: ClassVar[ChipID] = ...
|
|
282
|
+
SFPModule_MCHIP: ClassVar[ChipID] = ...
|
|
283
|
+
VEM_01_8DW_ZCHIP: ClassVar[ChipID] = ...
|
|
284
|
+
VEM_02_FR_FCHIP: ClassVar[ChipID] = ...
|
|
285
|
+
VEM_02_FR_ZCHIP: ClassVar[ChipID] = ...
|
|
286
|
+
ValueCAN3_MCHIP: ClassVar[ChipID] = ...
|
|
287
|
+
ValueCAN4Industrial_MCHIP: ClassVar[ChipID] = ...
|
|
288
|
+
ValueCAN4_1_MCHIP: ClassVar[ChipID] = ...
|
|
289
|
+
ValueCAN4_2EL_MCHIP: ClassVar[ChipID] = ...
|
|
290
|
+
ValueCAN4_2_MCHIP: ClassVar[ChipID] = ...
|
|
291
|
+
ValueCAN4_4_2EL_Core: ClassVar[ChipID] = ...
|
|
292
|
+
ValueCAN4_4_MCHIP: ClassVar[ChipID] = ...
|
|
293
|
+
ValueCAN4_4_SCHIP: ClassVar[ChipID] = ...
|
|
294
|
+
ValueCANrf_MCHIP: ClassVar[ChipID] = ...
|
|
295
|
+
VividCANPRO_EXT_FLASH: ClassVar[ChipID] = ...
|
|
296
|
+
VividCANPRO_MCHIP: ClassVar[ChipID] = ...
|
|
297
|
+
VividCAN_EXT_FLASH: ClassVar[ChipID] = ...
|
|
298
|
+
VividCAN_MCHIP: ClassVar[ChipID] = ...
|
|
299
|
+
VividCAN_NRF52: ClassVar[ChipID] = ...
|
|
300
|
+
__entries: ClassVar[dict] = ...
|
|
301
|
+
cmProbe_ZYNQ: ClassVar[ChipID] = ...
|
|
302
|
+
cmProbe_ZYNQ_Unused: ClassVar[ChipID] = ...
|
|
303
|
+
neoECU12_MCHIP: ClassVar[ChipID] = ...
|
|
304
|
+
neoECUAVBTSN_MCHIP: ClassVar[ChipID] = ...
|
|
305
|
+
neoOBD2Dev_MCHIP: ClassVar[ChipID] = ...
|
|
306
|
+
neoOBD2Dev_SCHIP: ClassVar[ChipID] = ...
|
|
307
|
+
neoOBD2PRO_Core: ClassVar[ChipID] = ...
|
|
308
|
+
neoOBD2PRO_MCHIP: ClassVar[ChipID] = ...
|
|
309
|
+
neoOBD2PRO_SCHIP: ClassVar[ChipID] = ...
|
|
310
|
+
neoOBD2SIMDoIP_MCHIP: ClassVar[ChipID] = ...
|
|
311
|
+
neoOBD2SIM_MCHIP: ClassVar[ChipID] = ...
|
|
312
|
+
neoOBD2_LCBADGE_MCHIP: ClassVar[ChipID] = ...
|
|
313
|
+
neoOBD2_LCBADGE_SCHIP: ClassVar[ChipID] = ...
|
|
314
|
+
neoVIANALOG_MPIC: ClassVar[ChipID] = ...
|
|
315
|
+
neoVIAnalogOut_MCHIP: ClassVar[ChipID] = ...
|
|
316
|
+
neoVIECU_MPIC: ClassVar[ChipID] = ...
|
|
317
|
+
neoVIFIRE2_BLECHIP: ClassVar[ChipID] = ...
|
|
318
|
+
neoVIFIRE2_CCHIP: ClassVar[ChipID] = ...
|
|
319
|
+
neoVIFIRE2_CORE_SG4: ClassVar[ChipID] = ...
|
|
320
|
+
neoVIFIRE2_Core: ClassVar[ChipID] = ...
|
|
321
|
+
neoVIFIRE2_MCHIP: ClassVar[ChipID] = ...
|
|
322
|
+
neoVIFIRE2_SECURITYCHIP: ClassVar[ChipID] = ...
|
|
323
|
+
neoVIFIRE2_Slave_VNETZ_A_MCHIP: ClassVar[ChipID] = ...
|
|
324
|
+
neoVIFIRE2_Slave_VNETZ_A_ZYNQ: ClassVar[ChipID] = ...
|
|
325
|
+
neoVIFIRE2_Slave_VNET_A_CCHIP: ClassVar[ChipID] = ...
|
|
326
|
+
neoVIFIRE2_Slave_VNET_A_MCHIP: ClassVar[ChipID] = ...
|
|
327
|
+
neoVIFIRE2_VNETZ_MCHIP: ClassVar[ChipID] = ...
|
|
328
|
+
neoVIFIRE2_VNETZ_ZYNQ: ClassVar[ChipID] = ...
|
|
329
|
+
neoVIFIRE2_VNET_CCHIP: ClassVar[ChipID] = ...
|
|
330
|
+
neoVIFIRE2_VNET_Core: ClassVar[ChipID] = ...
|
|
331
|
+
neoVIFIRE2_VNET_MCHIP: ClassVar[ChipID] = ...
|
|
332
|
+
neoVIFIRE2_ZYNQ: ClassVar[ChipID] = ...
|
|
333
|
+
neoVIFIRE3_LINUX: ClassVar[ChipID] = ...
|
|
334
|
+
neoVIFIRE3_SCHIP: ClassVar[ChipID] = ...
|
|
335
|
+
neoVIFIRE3_ZCHIP: ClassVar[ChipID] = ...
|
|
336
|
+
neoVIFIRE_JCHIP: ClassVar[ChipID] = ...
|
|
337
|
+
neoVIFIRE_LCHIP: ClassVar[ChipID] = ...
|
|
338
|
+
neoVIFIRE_MCHIP: ClassVar[ChipID] = ...
|
|
339
|
+
neoVIFIRE_Slave_VNET_EP_LCHIP: ClassVar[ChipID] = ...
|
|
340
|
+
neoVIFIRE_Slave_VNET_EP_MCHIP: ClassVar[ChipID] = ...
|
|
341
|
+
neoVIFIRE_Slave_VNET_LCHIP: ClassVar[ChipID] = ...
|
|
342
|
+
neoVIFIRE_Slave_VNET_MCHIP: ClassVar[ChipID] = ...
|
|
343
|
+
neoVIFIRE_UCHIP: ClassVar[ChipID] = ...
|
|
344
|
+
neoVIFIRE_VNET_EP_LCHIP: ClassVar[ChipID] = ...
|
|
345
|
+
neoVIFIRE_VNET_EP_MCHIP: ClassVar[ChipID] = ...
|
|
346
|
+
neoVIFIRE_VNET_LCHIP: ClassVar[ChipID] = ...
|
|
347
|
+
neoVIFIRE_VNET_MCHIP: ClassVar[ChipID] = ...
|
|
348
|
+
neoVIIEVB_MPIC: ClassVar[ChipID] = ...
|
|
349
|
+
neoVIION_Core: ClassVar[ChipID] = ...
|
|
350
|
+
neoVIION_Core_Loader: ClassVar[ChipID] = ...
|
|
351
|
+
neoVIION_FPGA_BIT: ClassVar[ChipID] = ...
|
|
352
|
+
neoVIION_HID: ClassVar[ChipID] = ...
|
|
353
|
+
neoVIION_HID_Loader: ClassVar[ChipID] = ...
|
|
354
|
+
neoVIMOST150_MCHIP: ClassVar[ChipID] = ...
|
|
355
|
+
neoVIMOST25_MCHIP: ClassVar[ChipID] = ...
|
|
356
|
+
neoVIMOST50_MCHIP: ClassVar[ChipID] = ...
|
|
357
|
+
neoVIPENDANT_MPIC: ClassVar[ChipID] = ...
|
|
358
|
+
neoVIPLASMA_ANALOG_Core: ClassVar[ChipID] = ...
|
|
359
|
+
neoVIPLASMA_Core: ClassVar[ChipID] = ...
|
|
360
|
+
neoVIPLASMA_Core_1_12: ClassVar[ChipID] = ...
|
|
361
|
+
neoVIPLASMA_FlexRay_Core: ClassVar[ChipID] = ...
|
|
362
|
+
neoVIPLASMA_HID: ClassVar[ChipID] = ...
|
|
363
|
+
def __init__(self, value: int) -> None: ...
|
|
364
|
+
def __eq__(self, other: object) -> bool: ...
|
|
365
|
+
def __hash__(self) -> int: ...
|
|
366
|
+
def __index__(self) -> int: ...
|
|
367
|
+
def __int__(self) -> int: ...
|
|
368
|
+
def __ne__(self, other: object) -> bool: ...
|
|
369
|
+
@property
|
|
370
|
+
def name(self) -> str: ...
|
|
371
|
+
@property
|
|
372
|
+
def value(self) -> int: ...
|
|
373
|
+
|
|
374
|
+
class Clause22Message:
|
|
375
|
+
page: int
|
|
376
|
+
phyAddr: int
|
|
377
|
+
regAddr: int
|
|
378
|
+
regVal: int
|
|
379
|
+
def __init__(self) -> None: ...
|
|
380
|
+
|
|
381
|
+
class Clause45Message:
|
|
382
|
+
device: int
|
|
383
|
+
port: int
|
|
384
|
+
regAddr: int
|
|
385
|
+
regVal: int
|
|
386
|
+
def __init__(self) -> None: ...
|
|
387
|
+
|
|
249
388
|
class Device:
|
|
250
389
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
251
390
|
def add_message_callback(self, arg0: MessageCallback) -> int: ...
|
|
@@ -253,9 +392,12 @@ class Device:
|
|
|
253
392
|
def close(self) -> bool: ...
|
|
254
393
|
def describe(self) -> str: ...
|
|
255
394
|
def disable_message_polling(self) -> bool: ...
|
|
256
|
-
def enable_message_polling(self) -> bool: ...
|
|
395
|
+
def enable_message_polling(self, filter: MessageFilter | None = ...) -> bool: ...
|
|
396
|
+
def get_chip_versions(self, refreshComponents: bool = ...) -> list[VersionReport]: ...
|
|
257
397
|
def get_current_message_count(self) -> int: ...
|
|
258
398
|
def get_digital_io(self, type: IO, number: int) -> bool | None: ...
|
|
399
|
+
def get_extension(self, *args, **kwargs): ...
|
|
400
|
+
def get_flexray_controllers(self) -> list[FlexRay.Controller]: ...
|
|
259
401
|
def get_gptp_status(self, timeout: datetime.timedelta = ...) -> GPTPStatus | None: ...
|
|
260
402
|
def get_messages(self) -> tuple[list[Message], bool]: ...
|
|
261
403
|
def get_polling_message_limit(self) -> int: ...
|
|
@@ -279,6 +421,7 @@ class Device:
|
|
|
279
421
|
def remove_message_callback(self, arg0: int) -> bool: ...
|
|
280
422
|
def request_tc10_sleep(self, arg0: Network.NetID) -> bool: ...
|
|
281
423
|
def request_tc10_wake(self, arg0: Network.NetID) -> bool: ...
|
|
424
|
+
def send_eth_phy_msg(self, message: EthPhyMessage, timeout: datetime.timedelta = ...) -> EthPhyMessage | None: ...
|
|
282
425
|
def set_digital_io(self, type: IO, number: int, value: bool) -> bool: ...
|
|
283
426
|
def set_polling_message_limit(self, arg0: int) -> None: ...
|
|
284
427
|
def set_rtc(self, arg0: datetime.datetime) -> bool: ...
|
|
@@ -291,6 +434,10 @@ class Device:
|
|
|
291
434
|
@property
|
|
292
435
|
def settings(self): ...
|
|
293
436
|
|
|
437
|
+
class DeviceExtension:
|
|
438
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
439
|
+
def get_name(self) -> str: ...
|
|
440
|
+
|
|
294
441
|
class DeviceType:
|
|
295
442
|
class Enum:
|
|
296
443
|
__members__: ClassVar[dict] = ... # read-only
|
|
@@ -312,6 +459,8 @@ class DeviceType:
|
|
|
312
459
|
FIRE2: ClassVar[DeviceType.Enum] = ...
|
|
313
460
|
FIRE3: ClassVar[DeviceType.Enum] = ...
|
|
314
461
|
FIRE3_FlexRay: ClassVar[DeviceType.Enum] = ...
|
|
462
|
+
FIRE3_T1S_LIN: ClassVar[DeviceType.Enum] = ...
|
|
463
|
+
FIRE3_T1S_SENT: ClassVar[DeviceType.Enum] = ...
|
|
315
464
|
Flex: ClassVar[DeviceType.Enum] = ...
|
|
316
465
|
IEVB: ClassVar[DeviceType.Enum] = ...
|
|
317
466
|
ION: ClassVar[DeviceType.Enum] = ...
|
|
@@ -328,6 +477,7 @@ class DeviceType:
|
|
|
328
477
|
RADEpsilonXL: ClassVar[DeviceType.Enum] = ...
|
|
329
478
|
RADGalaxy: ClassVar[DeviceType.Enum] = ...
|
|
330
479
|
RADGalaxy2: ClassVar[DeviceType.Enum] = ...
|
|
480
|
+
RADGemini: ClassVar[DeviceType.Enum] = ...
|
|
331
481
|
RADGigastar: ClassVar[DeviceType.Enum] = ...
|
|
332
482
|
RADGigastar2: ClassVar[DeviceType.Enum] = ...
|
|
333
483
|
RADIO_CANHUB: ClassVar[DeviceType.Enum] = ...
|
|
@@ -402,6 +552,10 @@ class Disk:
|
|
|
402
552
|
def value(self) -> int: ...
|
|
403
553
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
404
554
|
|
|
555
|
+
class EthPhyMessage(Message):
|
|
556
|
+
messages: list[PhyMessage]
|
|
557
|
+
def __init__(self) -> None: ...
|
|
558
|
+
|
|
405
559
|
class EthernetMessage(Frame):
|
|
406
560
|
fcs: int | None
|
|
407
561
|
frameTooShort: bool
|
|
@@ -419,6 +573,7 @@ class EthernetStatusMessage(Message):
|
|
|
419
573
|
LinkModeAuto: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
420
574
|
LinkModeInvalid: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
421
575
|
LinkModeMaster: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
576
|
+
LinkModeNone: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
422
577
|
LinkModeSlave: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
423
578
|
__entries: ClassVar[dict] = ...
|
|
424
579
|
def __init__(self, value: int) -> None: ...
|
|
@@ -524,6 +679,144 @@ class FlexRay:
|
|
|
524
679
|
@property
|
|
525
680
|
def value(self) -> int: ...
|
|
526
681
|
|
|
682
|
+
class Cluster:
|
|
683
|
+
class Configuration:
|
|
684
|
+
action_point_offset: int
|
|
685
|
+
casr_x_low_max: int
|
|
686
|
+
cold_start_attempts: int
|
|
687
|
+
dynamic_slot_idle_phase_minislots: int
|
|
688
|
+
listen_noise_macroticks: int
|
|
689
|
+
macrotick_duration_micro_sec: int
|
|
690
|
+
macroticks_per_cycle: int
|
|
691
|
+
max_without_clock_correction_fatal: int
|
|
692
|
+
max_without_clock_correction_passive: int
|
|
693
|
+
minislot_action_point_offset_macroticks: int
|
|
694
|
+
minislot_duration_macroticks: int
|
|
695
|
+
network_idle_time_macroticks: int
|
|
696
|
+
network_management_vector_length_bytes: int
|
|
697
|
+
number_of_minislots: int
|
|
698
|
+
number_of_static_slots: int
|
|
699
|
+
offset_correction_start_macroticks: int
|
|
700
|
+
payload_length_of_static_slot_in_words: int
|
|
701
|
+
speed: FlexRay.Cluster.SpeedType
|
|
702
|
+
static_slot_macroticks: int
|
|
703
|
+
strobe_point_position: FlexRay.Cluster.SPPType
|
|
704
|
+
symbol_window_action_point_offset_macroticks: int
|
|
705
|
+
symbol_window_macroticks: int
|
|
706
|
+
sync_frame_id_count_max: int
|
|
707
|
+
transmission_start_sequence_duration_bits: int
|
|
708
|
+
wakeup_rx_idle_bits: int
|
|
709
|
+
wakeup_rx_low_bits: int
|
|
710
|
+
wakeup_rx_window_bits: int
|
|
711
|
+
wakeup_tx_active_bits: int
|
|
712
|
+
wakeup_tx_idle_bits: int
|
|
713
|
+
def __init__(self) -> None: ...
|
|
714
|
+
|
|
715
|
+
class SPPType:
|
|
716
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
717
|
+
FLEXRAY_SPP_4: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
718
|
+
FLEXRAY_SPP_5: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
719
|
+
FLEXRAY_SPP_5_ALT: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
720
|
+
FLEXRAY_SPP_6: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
721
|
+
__entries: ClassVar[dict] = ...
|
|
722
|
+
def __init__(self, value: int) -> None: ...
|
|
723
|
+
def __eq__(self, other: object) -> bool: ...
|
|
724
|
+
def __hash__(self) -> int: ...
|
|
725
|
+
def __index__(self) -> int: ...
|
|
726
|
+
def __int__(self) -> int: ...
|
|
727
|
+
def __ne__(self, other: object) -> bool: ...
|
|
728
|
+
@property
|
|
729
|
+
def name(self) -> str: ...
|
|
730
|
+
@property
|
|
731
|
+
def value(self) -> int: ...
|
|
732
|
+
|
|
733
|
+
class SpeedType:
|
|
734
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
735
|
+
FLEXRAY_BAUDRATE_10M: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
736
|
+
FLEXRAY_BAUDRATE_2M5: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
737
|
+
FLEXRAY_BAUDRATE_2M5_ALT: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
738
|
+
FLEXRAY_BAUDRATE_5M: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
739
|
+
__entries: ClassVar[dict] = ...
|
|
740
|
+
def __init__(self, value: int) -> None: ...
|
|
741
|
+
def __eq__(self, other: object) -> bool: ...
|
|
742
|
+
def __hash__(self) -> int: ...
|
|
743
|
+
def __index__(self) -> int: ...
|
|
744
|
+
def __int__(self) -> int: ...
|
|
745
|
+
def __ne__(self, other: object) -> bool: ...
|
|
746
|
+
@property
|
|
747
|
+
def name(self) -> str: ...
|
|
748
|
+
@property
|
|
749
|
+
def value(self) -> int: ...
|
|
750
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
751
|
+
|
|
752
|
+
class Controller:
|
|
753
|
+
class Configuration:
|
|
754
|
+
accept_startup_range_microticks: int
|
|
755
|
+
allow_passive_to_active_cycle_pairs: int
|
|
756
|
+
channel_a: bool
|
|
757
|
+
channel_b: bool
|
|
758
|
+
cluster_drift_damping: int
|
|
759
|
+
decoding_correction_microticks: int
|
|
760
|
+
delay_compensation_a_microticks: int
|
|
761
|
+
delay_compensation_b_microticks: int
|
|
762
|
+
extern_offset_correction_control: int
|
|
763
|
+
extern_offset_correction_microticks: int
|
|
764
|
+
extern_rate_correction_control: int
|
|
765
|
+
extern_rate_correction_microticks: int
|
|
766
|
+
key_slot_id: int
|
|
767
|
+
key_slot_used_for_startup: bool
|
|
768
|
+
key_slot_used_for_sync: bool
|
|
769
|
+
latest_tx_minislot: int
|
|
770
|
+
listen_timeout: int
|
|
771
|
+
macro_initial_offset_a: int
|
|
772
|
+
macro_initial_offset_b: int
|
|
773
|
+
micro_initial_offset_a: int
|
|
774
|
+
micro_initial_offset_b: int
|
|
775
|
+
micro_per_cycle: int
|
|
776
|
+
mts_on_a: bool
|
|
777
|
+
mts_on_b: bool
|
|
778
|
+
offset_correction_out_microticks: int
|
|
779
|
+
rate_correction_out_microticks: int
|
|
780
|
+
second_key_slot_id: int
|
|
781
|
+
two_key_slot_mode: bool
|
|
782
|
+
wakeup_on_channel_b: bool
|
|
783
|
+
wakeup_pattern: int
|
|
784
|
+
def __init__(self) -> None: ...
|
|
785
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
786
|
+
def add_message_buffer(self, arg0: FlexRay.MessageBuffer) -> None: ...
|
|
787
|
+
def clear_message_buffers(self) -> None: ...
|
|
788
|
+
def configure(self, *args, **kwargs): ...
|
|
789
|
+
def freeze(self, *args, **kwargs): ...
|
|
790
|
+
def get_allow_coldstart(self) -> bool: ...
|
|
791
|
+
def get_configuration(self, *args, **kwargs): ...
|
|
792
|
+
def get_network(self) -> Network: ...
|
|
793
|
+
def get_start_when_going_online(self) -> bool: ...
|
|
794
|
+
def get_wakeup_before_start(self) -> bool: ...
|
|
795
|
+
def halt(self, *args, **kwargs): ...
|
|
796
|
+
def set_allow_coldstart(self, arg0: bool) -> None: ...
|
|
797
|
+
def set_configuration(self, arg0, arg1) -> None: ...
|
|
798
|
+
def set_start_when_going_online(self, arg0: bool) -> None: ...
|
|
799
|
+
def set_wakeup_before_start(self, arg0: bool) -> None: ...
|
|
800
|
+
def start(self, *args, **kwargs): ...
|
|
801
|
+
def transmit(self, arg0: FlexRayMessage) -> bool: ...
|
|
802
|
+
def trigger_mts(self, *args, **kwargs): ...
|
|
803
|
+
def wakeup(self, *args, **kwargs): ...
|
|
804
|
+
|
|
805
|
+
class MessageBuffer:
|
|
806
|
+
base_cycle: int
|
|
807
|
+
channel_a: bool
|
|
808
|
+
channel_b: bool
|
|
809
|
+
continuous_mode: bool
|
|
810
|
+
cycle_repetition: int
|
|
811
|
+
frame_id: int
|
|
812
|
+
frame_length_bytes: int
|
|
813
|
+
is_dynamic: bool
|
|
814
|
+
is_network_management_frame: bool
|
|
815
|
+
is_startup: bool
|
|
816
|
+
is_sync: bool
|
|
817
|
+
is_transmit: bool
|
|
818
|
+
def __init__(self) -> None: ...
|
|
819
|
+
|
|
527
820
|
class Symbol:
|
|
528
821
|
__members__: ClassVar[dict] = ... # read-only
|
|
529
822
|
CAS: ClassVar[FlexRay.Symbol] = ...
|
|
@@ -543,37 +836,22 @@ class FlexRay:
|
|
|
543
836
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
544
837
|
|
|
545
838
|
class FlexRayMessage(Frame):
|
|
839
|
+
channel: FlexRay.Channel
|
|
840
|
+
cycle: int
|
|
841
|
+
dynamic_frame: bool
|
|
842
|
+
frame_crc: int
|
|
843
|
+
frame_crc_status: FlexRay.CRCStatus
|
|
844
|
+
framelen: float
|
|
845
|
+
header_crc: int
|
|
846
|
+
header_crc_status: FlexRay.CRCStatus
|
|
847
|
+
null_frame: bool
|
|
848
|
+
payload_preamble: bool
|
|
849
|
+
slotid: int
|
|
850
|
+
startup_frame: bool
|
|
851
|
+
symbol: FlexRay.Symbol
|
|
852
|
+
sync_frame: bool
|
|
853
|
+
tsslen: float
|
|
546
854
|
def __init__(self) -> None: ...
|
|
547
|
-
@property
|
|
548
|
-
def channel(self) -> FlexRay.Channel: ...
|
|
549
|
-
@property
|
|
550
|
-
def cycle(self) -> int: ...
|
|
551
|
-
@property
|
|
552
|
-
def dynamic_frame(self) -> bool: ...
|
|
553
|
-
@property
|
|
554
|
-
def frame_crc(self) -> int: ...
|
|
555
|
-
@property
|
|
556
|
-
def frame_crc_status(self) -> FlexRay.CRCStatus: ...
|
|
557
|
-
@property
|
|
558
|
-
def framelen(self) -> float: ...
|
|
559
|
-
@property
|
|
560
|
-
def header_crc(self) -> int: ...
|
|
561
|
-
@property
|
|
562
|
-
def header_crc_status(self) -> FlexRay.CRCStatus: ...
|
|
563
|
-
@property
|
|
564
|
-
def null_frame(self) -> bool: ...
|
|
565
|
-
@property
|
|
566
|
-
def payload_preamble(self) -> bool: ...
|
|
567
|
-
@property
|
|
568
|
-
def slotid(self) -> int: ...
|
|
569
|
-
@property
|
|
570
|
-
def startup_frame(self) -> bool: ...
|
|
571
|
-
@property
|
|
572
|
-
def symbol(self) -> FlexRay.Symbol: ...
|
|
573
|
-
@property
|
|
574
|
-
def sync_frame(self) -> bool: ...
|
|
575
|
-
@property
|
|
576
|
-
def tsslen(self) -> float: ...
|
|
577
855
|
|
|
578
856
|
class Frame(RawMessage):
|
|
579
857
|
description: int
|
|
@@ -709,7 +987,7 @@ class IDeviceSettings:
|
|
|
709
987
|
def get_phy_enable(self, arg0: int) -> bool | None: ...
|
|
710
988
|
def get_phy_mode(self, arg0: int) -> Settings.EthernetLinkMode | None: ...
|
|
711
989
|
def get_phy_speed(self, arg0: int) -> Settings.EthernetLinkSpeed | None: ...
|
|
712
|
-
def refresh(self
|
|
990
|
+
def refresh(self) -> bool: ...
|
|
713
991
|
def set_phy_enable(self, arg0: int, arg1: bool) -> bool: ...
|
|
714
992
|
def set_phy_mode(self, arg0: int, arg1: Settings.EthernetLinkMode) -> bool: ...
|
|
715
993
|
def set_phy_speed(self, arg0: int, arg1: Settings.EthernetLinkSpeed) -> bool: ...
|
|
@@ -1163,6 +1441,7 @@ class Network:
|
|
|
1163
1441
|
ETHERNET_02: ClassVar[Network.NetID] = ...
|
|
1164
1442
|
ETHERNET_03: ClassVar[Network.NetID] = ...
|
|
1165
1443
|
ETHERNET_DAQ: ClassVar[Network.NetID] = ...
|
|
1444
|
+
ETHERNET_TX_WRAP: ClassVar[Network.NetID] = ...
|
|
1166
1445
|
EthPHYControl: ClassVar[Network.NetID] = ...
|
|
1167
1446
|
ExtendedCommand: ClassVar[Network.NetID] = ...
|
|
1168
1447
|
ExtendedData: ClassVar[Network.NetID] = ...
|
|
@@ -1287,10 +1566,11 @@ class Network:
|
|
|
1287
1566
|
__members__: ClassVar[dict] = ... # read-only
|
|
1288
1567
|
A2B: ClassVar[Network.Type] = ...
|
|
1289
1568
|
Any: ClassVar[Network.Type] = ...
|
|
1569
|
+
AutomotiveEthernet: ClassVar[Network.Type] = ...
|
|
1290
1570
|
CAN: ClassVar[Network.Type] = ...
|
|
1291
1571
|
Ethernet: ClassVar[Network.Type] = ...
|
|
1292
1572
|
FlexRay: ClassVar[Network.Type] = ...
|
|
1293
|
-
|
|
1573
|
+
I2C: ClassVar[Network.Type] = ...
|
|
1294
1574
|
ISO9141: ClassVar[Network.Type] = ...
|
|
1295
1575
|
Internal: ClassVar[Network.Type] = ...
|
|
1296
1576
|
Invalid: ClassVar[Network.Type] = ...
|
|
@@ -1318,11 +1598,44 @@ class Network:
|
|
|
1318
1598
|
def get_net_id_string(netid: Network.NetID, expand: bool = ...) -> str: ...
|
|
1319
1599
|
def get_type(self) -> Network.Type: ...
|
|
1320
1600
|
|
|
1601
|
+
class PhyMessage:
|
|
1602
|
+
BusIndex: int
|
|
1603
|
+
Clause22: Incomplete
|
|
1604
|
+
Clause45: Incomplete
|
|
1605
|
+
Clause45Enable: bool
|
|
1606
|
+
Enabled: bool
|
|
1607
|
+
Version: int
|
|
1608
|
+
WriteEnable: bool
|
|
1609
|
+
def __init__(self) -> None: ...
|
|
1610
|
+
|
|
1321
1611
|
class RawMessage(Message):
|
|
1322
1612
|
data: list[int]
|
|
1323
1613
|
network: Network
|
|
1324
1614
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
1325
1615
|
|
|
1616
|
+
class SPIMessage(Frame):
|
|
1617
|
+
class Direction:
|
|
1618
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
1619
|
+
Read: ClassVar[SPIMessage.Direction] = ...
|
|
1620
|
+
Write: ClassVar[SPIMessage.Direction] = ...
|
|
1621
|
+
__entries: ClassVar[dict] = ...
|
|
1622
|
+
def __init__(self, value: int) -> None: ...
|
|
1623
|
+
def __eq__(self, other: object) -> bool: ...
|
|
1624
|
+
def __hash__(self) -> int: ...
|
|
1625
|
+
def __index__(self) -> int: ...
|
|
1626
|
+
def __int__(self) -> int: ...
|
|
1627
|
+
def __ne__(self, other: object) -> bool: ...
|
|
1628
|
+
@property
|
|
1629
|
+
def name(self) -> str: ...
|
|
1630
|
+
@property
|
|
1631
|
+
def value(self) -> int: ...
|
|
1632
|
+
address: int
|
|
1633
|
+
direction: SPIMessage.Direction
|
|
1634
|
+
mms: int
|
|
1635
|
+
payload: list[int]
|
|
1636
|
+
stats: int
|
|
1637
|
+
def __init__(self) -> None: ...
|
|
1638
|
+
|
|
1326
1639
|
class ScriptStatusMessage(Message):
|
|
1327
1640
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
1328
1641
|
@property
|
|
@@ -1438,6 +1751,21 @@ class TC10WakeStatus:
|
|
|
1438
1751
|
@property
|
|
1439
1752
|
def value(self) -> int: ...
|
|
1440
1753
|
|
|
1754
|
+
class VersionReport:
|
|
1755
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
1756
|
+
@property
|
|
1757
|
+
def build(self) -> int: ...
|
|
1758
|
+
@property
|
|
1759
|
+
def id(self) -> ChipID: ...
|
|
1760
|
+
@property
|
|
1761
|
+
def maintenance(self) -> int: ...
|
|
1762
|
+
@property
|
|
1763
|
+
def major(self) -> int: ...
|
|
1764
|
+
@property
|
|
1765
|
+
def minor(self) -> int: ...
|
|
1766
|
+
@property
|
|
1767
|
+
def name(self) -> str: ...
|
|
1768
|
+
|
|
1441
1769
|
def find_all_devices() -> list[Device]: ...
|
|
1442
1770
|
def get_last_error() -> APIEvent: ...
|
|
1443
1771
|
def get_supported_devices() -> list[DeviceType]: ...
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: icsneopy
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1.0.post1.dev44
|
|
4
4
|
Author: Intrepid Control Systems, Inc.
|
|
5
5
|
Maintainer-Email: Kyle Schwarz <kschwarz@intrepidcs.com>
|
|
6
6
|
License: Copyright (c) 2018-2025 Intrepid Control Systems, Inc.
|
|
@@ -43,6 +43,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
43
43
|
Classifier: Programming Language :: Python :: 3.11
|
|
44
44
|
Classifier: Programming Language :: Python :: 3.12
|
|
45
45
|
Classifier: Programming Language :: Python :: 3.13
|
|
46
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
46
47
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
47
48
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
48
49
|
Classifier: Operating System :: Microsoft :: Windows
|
|
@@ -85,6 +86,7 @@ each of the respective APIs.
|
|
|
85
86
|
- RAD-EpsilonXL
|
|
86
87
|
- RAD-Galaxy
|
|
87
88
|
- RAD-Galaxy 2
|
|
89
|
+
- RAD-Gemini
|
|
88
90
|
- RAD-Gigastar
|
|
89
91
|
- RAD-Gigastar 2
|
|
90
92
|
- RAD-Moon 2
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
icsneopy/__init__.py,sha256=8JkkO6Pz2588-j1MEFY8BIBthdiBFi8V4UIoSTdTye4,25
|
|
2
|
+
icsneopy/icsneopy.cp313-win_amd64.pyd,sha256=YvPGOGpZNHz_3_SY7tqErsuhO_kgyMvWNShqy1mcgZQ,3172352
|
|
3
|
+
icsneopy/icsneopy.pyi,sha256=7enxgb7yAg-d1hXbnBvSv1TI7uu9eNgB_cbhOVvm1bw,71264
|
|
4
|
+
icsneopy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
icsneopy-1.1.0.post1.dev44.dist-info/METADATA,sha256=g-k9LuWnDSGqkgZypp1VrqCf8PflB6Blo68MxibznSk,4133
|
|
6
|
+
icsneopy-1.1.0.post1.dev44.dist-info/WHEEL,sha256=vkL3wTIkhjZa3RmEXX20hldNp6Q8qtwRjrXW6K5sw_Q,106
|
|
7
|
+
icsneopy-1.1.0.post1.dev44.dist-info/licenses/LICENSE,sha256=evgMO8IwO4ik4PxmbMCPlJ2SzvU8GQzbZEnTZ6N1byA,1650
|
|
8
|
+
icsneopy-1.1.0.post1.dev44.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
icsneopy/__init__.py,sha256=8JkkO6Pz2588-j1MEFY8BIBthdiBFi8V4UIoSTdTye4,25
|
|
2
|
-
icsneopy/icsneopy.cp313-win_amd64.pyd,sha256=-MBnimlnvXW7lRUxmZ1o3GVtKYLZ1qeJd1Mvbh6Hlfc,1668096
|
|
3
|
-
icsneopy/icsneopy.pyi,sha256=PnXbv7XVnKxIYYNpcTfuMC8vWSrfS0g4snPQw4WkzAs,57518
|
|
4
|
-
icsneopy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
icsneopy-1.0.0.post1.dev8.dist-info/METADATA,sha256=O1zJQctKkgPdz97_bKBVTaBTllmPWrTlaFultPtLvhU,4068
|
|
6
|
-
icsneopy-1.0.0.post1.dev8.dist-info/WHEEL,sha256=_PdgJ-W7uMAsWwnGnEdiicDU_PKcobRdffEM23gmN6g,106
|
|
7
|
-
icsneopy-1.0.0.post1.dev8.dist-info/licenses/LICENSE,sha256=evgMO8IwO4ik4PxmbMCPlJ2SzvU8GQzbZEnTZ6N1byA,1650
|
|
8
|
-
icsneopy-1.0.0.post1.dev8.dist-info/RECORD,,
|
{icsneopy-1.0.0.post1.dev8.dist-info → icsneopy-1.1.0.post1.dev44.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|