ioddcomchecker 1.7.1__cp39-cp39-win_amd64.whl → 1.7.2__cp39-cp39-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 ioddcomchecker might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: ioddcomchecker
3
- Version: 1.7.1
3
+ Version: 1.7.2
4
4
  Summary: IoddCom IO-Link master checker
5
5
  Home-page: https://siogeen.com
6
6
  Author: Reimund Renner
@@ -23,17 +23,30 @@ Classifier: Operating System :: Microsoft :: Windows
23
23
  Classifier: Operating System :: POSIX :: Linux
24
24
  Classifier: Operating System :: MacOS :: MacOS X
25
25
  Classifier: License :: Other/Proprietary License
26
- Classifier: Programming Language :: Python :: 3.6
27
- Classifier: Programming Language :: Python :: 3.7
28
26
  Classifier: Programming Language :: Python :: 3.8
29
27
  Classifier: Programming Language :: Python :: 3.9
30
28
  Classifier: Programming Language :: Python :: 3.10
31
29
  Classifier: Programming Language :: Python :: 3.11
32
- Requires-Python: >=3.6
30
+ Classifier: Programming Language :: Python :: 3.12
31
+ Classifier: Programming Language :: Python :: 3.13
32
+ Requires-Python: >=3.8
33
33
  Description-Content-Type: text/x-rst
34
34
  License-File: LICENSE.txt
35
- Requires-Dist: ioddcombase >=1.6.8
35
+ Requires-Dist: ioddcombase>=1.7.2
36
36
  Requires-Dist: dict2obj
37
+ Dynamic: author
38
+ Dynamic: author-email
39
+ Dynamic: classifier
40
+ Dynamic: description
41
+ Dynamic: description-content-type
42
+ Dynamic: home-page
43
+ Dynamic: keywords
44
+ Dynamic: license
45
+ Dynamic: license-file
46
+ Dynamic: project-url
47
+ Dynamic: requires-dist
48
+ Dynamic: requires-python
49
+ Dynamic: summary
37
50
 
38
51
  IoddComChecker - IoddCom Checker
39
52
  ================================
@@ -79,16 +92,16 @@ For full package, requests and support go to https://siogeen.com
79
92
  Supported Platforms
80
93
  ~~~~~~~~~~~~~~~~~~~
81
94
 
82
- ========================= ===================== ===================
83
- **OS** Python 2.7, 3.4-3.6 Python 3.7 - 3.12
84
- ========================= ===================== ===================
95
+ ========================= ===================== ======================
96
+ **OS** Python 2.7, 3.4-3.7 Python 3.8 - 3.13
97
+ ========================= ===================== ======================
85
98
  **Windows** [1]_ x
86
99
  **Linux x86/x64** [1]_ x
87
100
  **Linux Arm (Raspberry)** [1]_ x
88
- **macOS** [1]_ 3.8-3.12
89
- ========================= ===================== ===================
101
+ **macOS** [1]_ x
102
+ ========================= ===================== ======================
90
103
 
91
- .. [1] IoddCom for Python 2.7, 3.4 - 3.6 on request_.
104
+ .. [1] IoddCom for Python 2.7, 3.4 - 3.7 on request_.
92
105
 
93
106
  Support for other platforms on request_.
94
107
 
@@ -96,44 +109,50 @@ Supported operating systems and IO-Link masters
96
109
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97
110
  Table of supported IO-Link masters for specific operating systems (OS):
98
111
 
99
- +---------------------------------+---------------------------------------------------+
100
- | Master | supported OS |
101
- | +---------+----------+--------------+---------------+
102
- | | Windows | Linux | Raspberry Pi | macOS 64 [2]_ |
103
- +=================================+=========+==========+==============+===============+
104
- | TMG-USB based masters [3]_ | x | x | x | x |
105
- +---------------------------------+---------+----------+--------------+---------------+
106
- | TMG ethernet based masters [4]_ | x | x | x | x |
107
- +---------------------------------+---------+----------+--------------+---------------+
108
- | ifm ethernet based masters [5]_ | x | x | x | x |
109
- +---------------------------------+---------+----------+--------------+---------------+
110
- | ifm USB based masters [6]_ | x | x | x | x |
111
- +---------------------------------+---------+----------+--------------+---------------+
112
+ +-----------------------------------+---------------------------------------------------+
113
+ | Master | supported OS |
114
+ | +---------+----------+--------------+---------------+
115
+ | | Windows | Linux | Raspberry Pi | macOS 64 [3]_ |
116
+ +===================================+=========+==========+==============+===============+
117
+ | TMG-USB based masters [4]_ | x | x | x | x |
118
+ +-----------------------------------+---------+----------+--------------+---------------+
119
+ | TMG ethernet based masters [5]_ | x | x | x | x |
120
+ +-----------------------------------+---------+----------+--------------+---------------+
121
+ | ifm ethernet based masters [6]_ | x | x | x | x |
122
+ +-----------------------------------+---------+----------+--------------+---------------+
123
+ | ifm USB based masters [7]_ | x | x | x | x |
124
+ +-----------------------------------+---------+----------+--------------+---------------+
125
+ | Turck Multi-Protocol masters [8]_ | x | x | x | x |
126
+ +-----------------------------------+---------+----------+--------------+---------------+
127
+ | REST API based masters [9]_ | x | x | x | x |
128
+ +-----------------------------------+---------+----------+--------------+---------------+
112
129
 
113
130
  For Windows, Linux and Raspberry Pi both, 32-bit and 64-bit versions are available.
114
131
 
115
- .. [2] For macOS 12.3+
132
+ .. [3] For macOS 11.0+
116
133
 
117
- .. [3] For example: Baumer, Leuze, Pepperl+Fuchs, SICK AG, Turck
134
+ .. [4] For example: Baumer, Leuze, Pepperl+Fuchs, SICK AG, Turck
118
135
 
119
- .. [4] For Example: Balluff, Belden, Murrelektronik, Pepperl+Fuchs, Wenglor
136
+ .. [5] For Example: Balluff, Belden, Murrelektronik, Pepperl+Fuchs, Wenglor
120
137
 
121
- .. [5] All ifm IO-Link masters AL1xxx should be supported. Functionality depends on
122
- master type. The following functions are missing yet: PD valid status
138
+ .. [6] All ifm IO-Link masters AL1xxx should be supported. Functionality depends on master type
123
139
 
124
- .. [6] ifm USB IO-Link master AL1060: Special functions missing
125
- HW PD streaming (yet by SW), PD valid status
140
+ .. [7] ifm USB IO-Link master AL1060
141
+
142
+ .. [8] **New:** Turck Multi-Protocol masters (Modbus TCP, PROFINET, EtherNet/IP): TBEN-L, TBEN-S, FEN20, ...
143
+ Special functions missing: read/write SIO, functions not available: data storage
144
+
145
+ .. [9] **New:** REST API based masters (Sick SIG200/SIG350, Belden Lion-X, MurrElectronik Impact67 Pro/MVK Pro, **Beta Support:** Balluff)
126
146
 
127
147
  Not supported masters:
128
148
 
129
- * REST API based masters: **Support from V1.7 on** (Sick SIG200/SIG350, Belden Lion-X, MurrElectronik Impact67 Pro/MVK Pro, Balluff)
149
+ * iq masters **(soon)**
130
150
  * RevolutionPi RevPi masters
131
151
  * Pepperl & Fuchs comtrol masters
132
152
  * Baumer USB-C and senscontrol masters
133
153
  * Germbedded masters
134
154
  * TEConcept masters
135
155
  * iO-Fly masters
136
- * iq masters
137
156
 
138
157
  Support for them or other masters on request_.
139
158
 
@@ -0,0 +1,9 @@
1
+ ioddcomchecker-1.7.2.dist-info/licenses/LICENSE.txt,sha256=mjUk_O3YPxAZeoS61zCys2pyShGDxR4ghwb55ItZ0lg,732
2
+ siogeen/tools/IoddComChecker.cp39-win_amd64.pyd,sha256=HvlIrI_fxQT_AbaAzwZDc99eR-gXoSttA78y4x04xB4,129024
3
+ siogeen/tools/__init__.py,sha256=CCpWoKGerJjGcTDaC48F6skWG4rDZuBzIKxBIZqL74w,462
4
+ siogeen/tools/cli/IoddComChecker.py,sha256=q42zyT8sVC7LvyJWUrlKZ0Y00VYQiA4iSDcLhWKz_UQ,1494
5
+ siogeen/tools/cli/__init__.py,sha256=5U7K-XTwdy1Iy5suv_-WSFGwC_zqleJ6KdZQR7kShP0,468
6
+ ioddcomchecker-1.7.2.dist-info/METADATA,sha256=8IK3vnSJbluMuurN984qADdfk-abAcZ5AdSFIMj3vro,6316
7
+ ioddcomchecker-1.7.2.dist-info/WHEEL,sha256=OqrB1r810TPc8DbdTTQb61xda2I62189OY3CRSYITTM,99
8
+ ioddcomchecker-1.7.2.dist-info/top_level.txt,sha256=vIFg0bLkihbkHyuCZUdHmA-50LP8LvTwDknGWir0T5o,8
9
+ ioddcomchecker-1.7.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-cp39-win_amd64
5
5
 
@@ -1,9 +0,0 @@
1
- siogeen/tools/IoddComChecker.cp39-win_amd64.pyd,sha256=C4khZhj_KhJR22N5NnWiXLZpoUZCpDMSwnfvNJ0yCec,128000
2
- siogeen/tools/__init__.py,sha256=CCpWoKGerJjGcTDaC48F6skWG4rDZuBzIKxBIZqL74w,462
3
- siogeen/tools/cli/IoddComChecker.py,sha256=q42zyT8sVC7LvyJWUrlKZ0Y00VYQiA4iSDcLhWKz_UQ,1494
4
- siogeen/tools/cli/__init__.py,sha256=5U7K-XTwdy1Iy5suv_-WSFGwC_zqleJ6KdZQR7kShP0,468
5
- ioddcomchecker-1.7.1.dist-info/LICENSE.txt,sha256=mjUk_O3YPxAZeoS61zCys2pyShGDxR4ghwb55ItZ0lg,732
6
- ioddcomchecker-1.7.1.dist-info/METADATA,sha256=WwnGwe_QiqJYOeDYBrayV3I9y6DmBNZu_f0MeRxiCRg,5560
7
- ioddcomchecker-1.7.1.dist-info/WHEEL,sha256=GZFS91_ufm4WrNPBaFVPB9MvOXR6bMZQhPcZRRTN5YM,100
8
- ioddcomchecker-1.7.1.dist-info/top_level.txt,sha256=vIFg0bLkihbkHyuCZUdHmA-50LP8LvTwDknGWir0T5o,8
9
- ioddcomchecker-1.7.1.dist-info/RECORD,,