ioddcombase 1.6.8__cp310-cp310-win32.whl → 1.8.0__cp310-cp310-win32.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 ioddcombase might be problematic. Click here for more details.

@@ -0,0 +1,167 @@
1
+ Metadata-Version: 2.4
2
+ Name: ioddcombase
3
+ Version: 1.8.0
4
+ Summary: IoddCom base
5
+ Home-page: https://siogeen.com
6
+ Author: Reimund Renner
7
+ Author-email: reimund@siogeen.com
8
+ License: proprietary and confidential
9
+ Project-URL: Documentation, https://siogeen.com/doc/
10
+ Project-URL: Help Desk, https://siogeen.com/helpdesk/
11
+ Project-URL: Knowledge Base, https://siogeen.com/helpdesk/knowledgebase
12
+ Project-URL: News, https://news.siogeen.com/
13
+ Keywords: IO-Link,IODD,development,test,production
14
+ Classifier: Development Status :: 5 - Production/Stable
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: Intended Audience :: Manufacturing
17
+ Classifier: Intended Audience :: Science/Research
18
+ Classifier: Intended Audience :: Customer Service
19
+ Classifier: Topic :: Software Development :: Embedded Systems
20
+ Classifier: Topic :: Software Development :: Quality Assurance
21
+ Classifier: Topic :: Software Development :: Testing
22
+ Classifier: Operating System :: Microsoft :: Windows
23
+ Classifier: Operating System :: POSIX :: Linux
24
+ Classifier: Operating System :: MacOS :: MacOS X
25
+ Classifier: License :: Other/Proprietary License
26
+ Classifier: Programming Language :: Python :: 3.8
27
+ Classifier: Programming Language :: Python :: 3.9
28
+ Classifier: Programming Language :: Python :: 3.10
29
+ Classifier: Programming Language :: Python :: 3.11
30
+ Classifier: Programming Language :: Python :: 3.12
31
+ Classifier: Programming Language :: Python :: 3.13
32
+ Requires-Python: >=3.8
33
+ Description-Content-Type: text/x-rst
34
+ Requires-Dist: bitstring>=4.1.0
35
+ Requires-Dist: urllib3>=2.0.0
36
+ Requires-Dist: pyserial>=3.5
37
+ Requires-Dist: prettytable>=3.9.0
38
+ Requires-Dist: getmac>=0.9.5
39
+ Requires-Dist: isodate>=0.6.0
40
+ Requires-Dist: PyYAML>=6.0.1
41
+ Requires-Dist: icmplib>=3.0.4
42
+ Dynamic: author
43
+ Dynamic: author-email
44
+ Dynamic: classifier
45
+ Dynamic: description
46
+ Dynamic: description-content-type
47
+ Dynamic: home-page
48
+ Dynamic: keywords
49
+ Dynamic: license
50
+ Dynamic: project-url
51
+ Dynamic: requires-dist
52
+ Dynamic: requires-python
53
+ Dynamic: summary
54
+
55
+ IoddComBase - base IoddCom package
56
+ ==================================
57
+
58
+ This is the base package for Siogeen IoddCom.
59
+
60
+ .. _IoddComChecker: /project/IoddComChecker
61
+ .. _IoddComCheckerGui: /project/IoddComCheckerGui
62
+
63
+ For checking your IO-Link masters working with Siogeen IoddCom, please see IoddComChecker_ or IoddComCheckerGui_
64
+
65
+ For full package, requests and support go to https://siogeen.com
66
+
67
+ **Copyright 2017-2025 Siogeen UG** (limited liability)
68
+
69
+ .. _request: https://siogeen.com/#contact
70
+
71
+ Supported Platforms
72
+ ~~~~~~~~~~~~~~~~~~~
73
+
74
+ ========================= ===================== ======================
75
+ **OS** Python 2.7, 3.4-3.7 Python 3.8 - 3.13
76
+ ========================= ===================== ======================
77
+ **Windows** [1]_ x
78
+ **Linux x86/x64** [1]_ x
79
+ **Linux Arm (Raspberry)** [1]_ x
80
+ **macOS** [1]_ x
81
+ ========================= ===================== ======================
82
+
83
+ .. [1] IoddCom for Python 2.7, 3.4 - 3.7 on request_.
84
+
85
+ Support for other platforms on request_.
86
+
87
+ Supported operating systems and IO-Link masters
88
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89
+ Table of supported IO-Link masters for specific operating systems (OS):
90
+
91
+ +-----------------------------------+---------------------------------------------------+
92
+ | Master | supported OS |
93
+ | +---------+----------+--------------+---------------+
94
+ | | Windows | Linux | Raspberry Pi | macOS 64 [3]_ |
95
+ +===================================+=========+==========+==============+===============+
96
+ | TMG-USB based masters | x | x [4]_ | x [4]_ | x [4]_ |
97
+ +-----------------------------------+---------+----------+--------------+---------------+
98
+ | TMG ethernet based masters [5]_ | x | x | x | x |
99
+ +-----------------------------------+---------+----------+--------------+---------------+
100
+ | ifm ethernet based masters [6]_ | x | x | x | x |
101
+ +-----------------------------------+---------+----------+--------------+---------------+
102
+ | ifm USB based masters [7]_ | x | x | x | x |
103
+ +-----------------------------------+---------+----------+--------------+---------------+
104
+ | Turck Multi-Protocol masters [8]_ | x | x | x | x |
105
+ +-----------------------------------+---------+----------+--------------+---------------+
106
+ | REST API based masters [9]_ | x | x | x | x |
107
+ +-----------------------------------+---------+----------+--------------+---------------+
108
+ | IQ2 based masters [10]_ | x | x | x | x |
109
+ +-----------------------------------+---------+----------+--------------+---------------+
110
+
111
+ For Windows, Linux and Raspberry Pi both, 32-bit and 64-bit versions are available.
112
+
113
+ .. [3] For macOS 11.0+
114
+
115
+ .. [4] For example: Baumer, Leuze, Pepperl+Fuchs, SICK AG, Turck.
116
+ *Firmware v3.2+ only runs under Windows. For Linux/macOS/RasPi use FW < 3.2!*
117
+
118
+ .. [5] For Example: Balluff, Belden, Murrelektronik, Pepperl+Fuchs, Wenglor
119
+
120
+ .. [6] All ifm IO-Link masters AL1xxx should be supported. Functionality depends on master type
121
+
122
+ .. [7] ifm USB IO-Link master AL1060
123
+
124
+ .. [8] **New:** Turck Multi-Protocol masters (Modbus TCP, PROFINET, EtherNet/IP): TBEN-L, TBEN-S, FEN20, ...
125
+ Special functions missing: read/write SIO, functions not available: data storage
126
+
127
+ .. [9] **New:** REST API based masters (Sick SIG200/SIG350, Belden Lion-X, MurrElectronik Impact67 Pro/MVK Pro, Baumer, **Beta Support:** Balluff)
128
+
129
+ .. [10] **New:** Iq2 based masters (iqLink, iqInterface and SensoPart SensoIO) **experimental**
130
+
131
+ Not supported masters:
132
+
133
+ * RevolutionPi RevPi masters
134
+ * Pepperl & Fuchs comtrol masters
135
+ * Baumer USB-C and senscontrol masters
136
+ * Germbedded masters
137
+ * TEConcept masters
138
+ * iO-Fly masters
139
+
140
+ Support for them or other masters on request_.
141
+
142
+
143
+ Supported functionality
144
+ ~~~~~~~~~~~~~~~~~~~~~~~
145
+ All supported masters have the following functionality:
146
+
147
+ read/write ISDUs, read/write process data, get/set port config.
148
+
149
+ The following functionality is varying by master:
150
+
151
+ ==================== ============ ======================================= ============ ==================
152
+ master data storage multi data / multi port PD streaming special functions
153
+ ==================== ============ ======================================= ============ ==================
154
+ Sim yes read ISDU, read PD, read DI, multi-port hw/sw --
155
+ ifm ethernet based yes read PD, read DI, multi-port hw/sw yes
156
+ ifm USB based yes read PD, read DI, multi-port sw yes
157
+ REST API based yes read ISDU [12]_ sw yes, Balluff, SICK
158
+ TMG-USB based yes [11]_ read PD, read DI, multi-port hw/sw yes
159
+ TMG ethernet based yes read PD, read DI, multi-port hw/sw yes, Balluff
160
+ Turck Multi-Protocol -- read PD, read DI, multi-port sw yes
161
+ Iq2 USB/ethernet yes [13]_ -- sw yes
162
+ ==================== ============ ======================================= ============ ==================
163
+
164
+ .. [11] getConfig not supported, FW 3.2+: masterCommandDownloadFromMaster not supported anymore
165
+ .. [12] REST API multi data write ISDU will be added in future
166
+ .. [13] no read/write master DS supported (only config)
167
+
@@ -0,0 +1,10 @@
1
+ siogeen/base/IoddUtility.cp310-win32.pyd,sha256=GpAL8olnQit0iHe6z8hQOWWnF5CdIeOF5d3tEN73ZZg,622080
2
+ siogeen/base/JSON_for_IO-Link.yaml,sha256=VIE_wtcurCIXHcn_xTQEcJeiIyMMcXUuuaFCfvW_Ai8,198669
3
+ siogeen/base/_IoddDrv.cp310-win32.pyd,sha256=hFwqLMX0z-fNBMTzQE2b4fBf17H99BUbjuTYhXthZNM,3082240
4
+ siogeen/base/_IoddDrvBase.cp310-win32.pyd,sha256=ChPJEAMp35eDWy32e-UA3ap0wMT5KBAJLlB9rwxuFNo,1254400
5
+ siogeen/base/_IoddSimDrv.cp310-win32.pyd,sha256=7nU4QjDWUwBqExd_mkBp-3Ybt1gNcQ2nKZUdW6b1Vzo,701952
6
+ siogeen/base/__init__.py,sha256=ojNeR-vpfu9XfI9ATb5kSUpzmhkktYknhDaRYnHU01c,416
7
+ ioddcombase-1.8.0.dist-info/METADATA,sha256=K7dCMUnr8GSEpzWqwQOr2gQxkYyYp7cDLJ36nnoQSqQ,7941
8
+ ioddcombase-1.8.0.dist-info/WHEEL,sha256=GWZF0cboiU4MhsG0baPl8rrtCaXFSLW25384gp3vddM,97
9
+ ioddcombase-1.8.0.dist-info/top_level.txt,sha256=vIFg0bLkihbkHyuCZUdHmA-50LP8LvTwDknGWir0T5o,8
10
+ ioddcombase-1.8.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-win32
5
5
 
Binary file