ioddcombase 1.6.8__cp38-cp38-win32.whl → 1.8.0__cp38-cp38-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,155 @@
1
+ Metadata-Version: 2.1
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
+
43
+ IoddComBase - base IoddCom package
44
+ ==================================
45
+
46
+ This is the base package for Siogeen IoddCom.
47
+
48
+ .. _IoddComChecker: /project/IoddComChecker
49
+ .. _IoddComCheckerGui: /project/IoddComCheckerGui
50
+
51
+ For checking your IO-Link masters working with Siogeen IoddCom, please see IoddComChecker_ or IoddComCheckerGui_
52
+
53
+ For full package, requests and support go to https://siogeen.com
54
+
55
+ **Copyright 2017-2025 Siogeen UG** (limited liability)
56
+
57
+ .. _request: https://siogeen.com/#contact
58
+
59
+ Supported Platforms
60
+ ~~~~~~~~~~~~~~~~~~~
61
+
62
+ ========================= ===================== ======================
63
+ **OS** Python 2.7, 3.4-3.7 Python 3.8 - 3.13
64
+ ========================= ===================== ======================
65
+ **Windows** [1]_ x
66
+ **Linux x86/x64** [1]_ x
67
+ **Linux Arm (Raspberry)** [1]_ x
68
+ **macOS** [1]_ x
69
+ ========================= ===================== ======================
70
+
71
+ .. [1] IoddCom for Python 2.7, 3.4 - 3.7 on request_.
72
+
73
+ Support for other platforms on request_.
74
+
75
+ Supported operating systems and IO-Link masters
76
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77
+ Table of supported IO-Link masters for specific operating systems (OS):
78
+
79
+ +-----------------------------------+---------------------------------------------------+
80
+ | Master | supported OS |
81
+ | +---------+----------+--------------+---------------+
82
+ | | Windows | Linux | Raspberry Pi | macOS 64 [3]_ |
83
+ +===================================+=========+==========+==============+===============+
84
+ | TMG-USB based masters | x | x [4]_ | x [4]_ | x [4]_ |
85
+ +-----------------------------------+---------+----------+--------------+---------------+
86
+ | TMG ethernet based masters [5]_ | x | x | x | x |
87
+ +-----------------------------------+---------+----------+--------------+---------------+
88
+ | ifm ethernet based masters [6]_ | x | x | x | x |
89
+ +-----------------------------------+---------+----------+--------------+---------------+
90
+ | ifm USB based masters [7]_ | x | x | x | x |
91
+ +-----------------------------------+---------+----------+--------------+---------------+
92
+ | Turck Multi-Protocol masters [8]_ | x | x | x | x |
93
+ +-----------------------------------+---------+----------+--------------+---------------+
94
+ | REST API based masters [9]_ | x | x | x | x |
95
+ +-----------------------------------+---------+----------+--------------+---------------+
96
+ | IQ2 based masters [10]_ | x | x | x | x |
97
+ +-----------------------------------+---------+----------+--------------+---------------+
98
+
99
+ For Windows, Linux and Raspberry Pi both, 32-bit and 64-bit versions are available.
100
+
101
+ .. [3] For macOS 11.0+
102
+
103
+ .. [4] For example: Baumer, Leuze, Pepperl+Fuchs, SICK AG, Turck.
104
+ *Firmware v3.2+ only runs under Windows. For Linux/macOS/RasPi use FW < 3.2!*
105
+
106
+ .. [5] For Example: Balluff, Belden, Murrelektronik, Pepperl+Fuchs, Wenglor
107
+
108
+ .. [6] All ifm IO-Link masters AL1xxx should be supported. Functionality depends on master type
109
+
110
+ .. [7] ifm USB IO-Link master AL1060
111
+
112
+ .. [8] **New:** Turck Multi-Protocol masters (Modbus TCP, PROFINET, EtherNet/IP): TBEN-L, TBEN-S, FEN20, ...
113
+ Special functions missing: read/write SIO, functions not available: data storage
114
+
115
+ .. [9] **New:** REST API based masters (Sick SIG200/SIG350, Belden Lion-X, MurrElectronik Impact67 Pro/MVK Pro, Baumer, **Beta Support:** Balluff)
116
+
117
+ .. [10] **New:** Iq2 based masters (iqLink, iqInterface and SensoPart SensoIO) **experimental**
118
+
119
+ Not supported masters:
120
+
121
+ * RevolutionPi RevPi masters
122
+ * Pepperl & Fuchs comtrol masters
123
+ * Baumer USB-C and senscontrol masters
124
+ * Germbedded masters
125
+ * TEConcept masters
126
+ * iO-Fly masters
127
+
128
+ Support for them or other masters on request_.
129
+
130
+
131
+ Supported functionality
132
+ ~~~~~~~~~~~~~~~~~~~~~~~
133
+ All supported masters have the following functionality:
134
+
135
+ read/write ISDUs, read/write process data, get/set port config.
136
+
137
+ The following functionality is varying by master:
138
+
139
+ ==================== ============ ======================================= ============ ==================
140
+ master data storage multi data / multi port PD streaming special functions
141
+ ==================== ============ ======================================= ============ ==================
142
+ Sim yes read ISDU, read PD, read DI, multi-port hw/sw --
143
+ ifm ethernet based yes read PD, read DI, multi-port hw/sw yes
144
+ ifm USB based yes read PD, read DI, multi-port sw yes
145
+ REST API based yes read ISDU [12]_ sw yes, Balluff, SICK
146
+ TMG-USB based yes [11]_ read PD, read DI, multi-port hw/sw yes
147
+ TMG ethernet based yes read PD, read DI, multi-port hw/sw yes, Balluff
148
+ Turck Multi-Protocol -- read PD, read DI, multi-port sw yes
149
+ Iq2 USB/ethernet yes [13]_ -- sw yes
150
+ ==================== ============ ======================================= ============ ==================
151
+
152
+ .. [11] getConfig not supported, FW 3.2+: masterCommandDownloadFromMaster not supported anymore
153
+ .. [12] REST API multi data write ISDU will be added in future
154
+ .. [13] no read/write master DS supported (only config)
155
+
@@ -0,0 +1,10 @@
1
+ siogeen/base/IoddUtility.cp38-win32.pyd,sha256=DI7O5pi2VxITrIbCkV6f44XCgnDu4wkZCJNdYn2rclc,636416
2
+ siogeen/base/JSON_for_IO-Link.yaml,sha256=VIE_wtcurCIXHcn_xTQEcJeiIyMMcXUuuaFCfvW_Ai8,198669
3
+ siogeen/base/_IoddDrv.cp38-win32.pyd,sha256=kluO7bZ4EsXR6gcWAvxykGeG05XqWwfn1Yn4bByUDe0,3124736
4
+ siogeen/base/_IoddDrvBase.cp38-win32.pyd,sha256=45tPTwPkKCgyNfBjd_jP58mIigKpsEdrszIt3UJh3K0,1264640
5
+ siogeen/base/_IoddSimDrv.cp38-win32.pyd,sha256=k2WGn4fOeu5-rphXfjc4yO3TprBrqyGs-qeP_l1P7So,714752
6
+ siogeen/base/__init__.py,sha256=ojNeR-vpfu9XfI9ATb5kSUpzmhkktYknhDaRYnHU01c,416
7
+ ioddcombase-1.8.0.dist-info/METADATA,sha256=-b0q4Xq3CYdfLgAMGZqeJ7aP7bWy9igPxPUW7yVVpF8,7676
8
+ ioddcombase-1.8.0.dist-info/WHEEL,sha256=BsoMMMHJGneA25n2FDquZW143lDYOuIAMJ0po_3Su94,95
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 (75.3.2)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp38-cp38-win32
5
5
 
Binary file