icsneopy 1.1.0.post1.dev26__cp310-cp310-win_amd64.whl → 1.1.0.post1.dev42__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 icsneopy might be problematic. Click here for more details.
- icsneopy/icsneopy.cp310-win_amd64.pyd +0 -0
- icsneopy/icsneopy.pyi +5 -1
- {icsneopy-1.1.0.post1.dev26.dist-info → icsneopy-1.1.0.post1.dev42.dist-info}/METADATA +3 -1
- icsneopy-1.1.0.post1.dev42.dist-info/RECORD +8 -0
- icsneopy-1.1.0.post1.dev26.dist-info/RECORD +0 -8
- {icsneopy-1.1.0.post1.dev26.dist-info → icsneopy-1.1.0.post1.dev42.dist-info}/WHEEL +0 -0
- {icsneopy-1.1.0.post1.dev26.dist-info → icsneopy-1.1.0.post1.dev42.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
icsneopy/icsneopy.pyi
CHANGED
|
@@ -257,6 +257,7 @@ class ChipID:
|
|
|
257
257
|
RADGALAXY2_SYSMON_CHIP: ClassVar[ChipID] = ...
|
|
258
258
|
RADGalaxy_FFG_Zynq: ClassVar[ChipID] = ...
|
|
259
259
|
RADGalaxy_ZYNQ: ClassVar[ChipID] = ...
|
|
260
|
+
RADGemini_MCHIP: ClassVar[ChipID] = ...
|
|
260
261
|
RADGigastar2_ZYNQ: ClassVar[ChipID] = ...
|
|
261
262
|
RADGigastar_FFG_ZYNQ: ClassVar[ChipID] = ...
|
|
262
263
|
RADGigastar_USBZ_Z7007S_ZYNQ: ClassVar[ChipID] = ...
|
|
@@ -476,6 +477,7 @@ class DeviceType:
|
|
|
476
477
|
RADEpsilonXL: ClassVar[DeviceType.Enum] = ...
|
|
477
478
|
RADGalaxy: ClassVar[DeviceType.Enum] = ...
|
|
478
479
|
RADGalaxy2: ClassVar[DeviceType.Enum] = ...
|
|
480
|
+
RADGemini: ClassVar[DeviceType.Enum] = ...
|
|
479
481
|
RADGigastar: ClassVar[DeviceType.Enum] = ...
|
|
480
482
|
RADGigastar2: ClassVar[DeviceType.Enum] = ...
|
|
481
483
|
RADIO_CANHUB: ClassVar[DeviceType.Enum] = ...
|
|
@@ -571,6 +573,7 @@ class EthernetStatusMessage(Message):
|
|
|
571
573
|
LinkModeAuto: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
572
574
|
LinkModeInvalid: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
573
575
|
LinkModeMaster: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
576
|
+
LinkModeNone: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
574
577
|
LinkModeSlave: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
575
578
|
__entries: ClassVar[dict] = ...
|
|
576
579
|
def __init__(self, value: int) -> None: ...
|
|
@@ -1563,10 +1566,11 @@ class Network:
|
|
|
1563
1566
|
__members__: ClassVar[dict] = ... # read-only
|
|
1564
1567
|
A2B: ClassVar[Network.Type] = ...
|
|
1565
1568
|
Any: ClassVar[Network.Type] = ...
|
|
1569
|
+
AutomotiveEthernet: ClassVar[Network.Type] = ...
|
|
1566
1570
|
CAN: ClassVar[Network.Type] = ...
|
|
1567
1571
|
Ethernet: ClassVar[Network.Type] = ...
|
|
1568
1572
|
FlexRay: ClassVar[Network.Type] = ...
|
|
1569
|
-
|
|
1573
|
+
I2C: ClassVar[Network.Type] = ...
|
|
1570
1574
|
ISO9141: ClassVar[Network.Type] = ...
|
|
1571
1575
|
Internal: ClassVar[Network.Type] = ...
|
|
1572
1576
|
Invalid: ClassVar[Network.Type] = ...
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: icsneopy
|
|
3
|
-
Version: 1.1.0.post1.
|
|
3
|
+
Version: 1.1.0.post1.dev42
|
|
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.cp310-win_amd64.pyd,sha256=r6mydtO51663-v3KrzO84WSd_2gZAzN9E46QnVrfGnU,3151360
|
|
3
|
+
icsneopy/icsneopy.pyi,sha256=7enxgb7yAg-d1hXbnBvSv1TI7uu9eNgB_cbhOVvm1bw,71264
|
|
4
|
+
icsneopy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
icsneopy-1.1.0.post1.dev42.dist-info/METADATA,sha256=2uu0R3O4J2h25co2dN7EXItUloGCeBoyd-PFEXCicnI,4133
|
|
6
|
+
icsneopy-1.1.0.post1.dev42.dist-info/WHEEL,sha256=hrGeChGtn46HBGmzasO9QQDSLelRN-tUarBSv4gFcsI,106
|
|
7
|
+
icsneopy-1.1.0.post1.dev42.dist-info/licenses/LICENSE,sha256=evgMO8IwO4ik4PxmbMCPlJ2SzvU8GQzbZEnTZ6N1byA,1650
|
|
8
|
+
icsneopy-1.1.0.post1.dev42.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
icsneopy/__init__.py,sha256=8JkkO6Pz2588-j1MEFY8BIBthdiBFi8V4UIoSTdTye4,25
|
|
2
|
-
icsneopy/icsneopy.cp310-win_amd64.pyd,sha256=t4vZi0m3AiiHuDb7_zOaT_RVzkG34dGh6N8qhW1lDbw,1787904
|
|
3
|
-
icsneopy/icsneopy.pyi,sha256=QHXLAr19cAMb9H4WF2kkwrYYyiOpAfDBKHlo0K-_-mw,71042
|
|
4
|
-
icsneopy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
icsneopy-1.1.0.post1.dev26.dist-info/METADATA,sha256=_vJTUDrnSxvfLdScsd8znWSoczR2vtm3I5eQOq8bTIw,4069
|
|
6
|
-
icsneopy-1.1.0.post1.dev26.dist-info/WHEEL,sha256=hrGeChGtn46HBGmzasO9QQDSLelRN-tUarBSv4gFcsI,106
|
|
7
|
-
icsneopy-1.1.0.post1.dev26.dist-info/licenses/LICENSE,sha256=evgMO8IwO4ik4PxmbMCPlJ2SzvU8GQzbZEnTZ6N1byA,1650
|
|
8
|
-
icsneopy-1.1.0.post1.dev26.dist-info/RECORD,,
|
|
File without changes
|
{icsneopy-1.1.0.post1.dev26.dist-info → icsneopy-1.1.0.post1.dev42.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|