IoddComChecker


NameIoddComChecker JSON
Version 1.6.5.post4 PyPI version JSON
download
home_pagehttps://siogeen.com
SummaryIoddCom IO-Link master checker
upload_time2023-04-13 06:26:36
maintainer
docs_urlNone
authorReimund Renner
requires_python>=3.6
licenseproprietary and confidential
keywords io-link iodd development test production
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            IoddComChecker - IoddCom Checker
================================

.. _IoddComCheckerGui: /project/IoddComCheckerGui

This is the CLI for checking your IO-Link masters working with Siogeen IoddCom.

If you want using a GUI see IoddComCheckerGui_

**Install**

Use pip to install IoddComChecker:

>>> pip install IoddComChecker

**Usage**

To start a scan execute on the console:

>>> python -m siogeen.tools.cli.IoddComChecker

**Command line options**

>>> IoddComChecker [-h] [-a ADDRESS] [--auto] [--version]

-h, --help            show this help message and exit
-a ADDRESS, --address ADDRESS
                    specify one or more master addresses (default all)
--auto                activate master ports if all are disabled
--version             print version

**Example**

>>> IoddComChecker -a 10.0.0.17 -a 10.0.0.19 --auto

For full package, requests and support go to https://siogeen.com

**Copyright 2017-2023 Siogeen UG** (limited liability)

.. _request: https://siogeen.com/#contact

Supported Platforms
~~~~~~~~~~~~~~~~~~~

============= ===================== ===================
**OS**         Python 2.7, 3.4-3.5   Python 3.6 - 3.11
============= ===================== ===================
**Windows**     [1]_                   x
**Linux**       [1]_                   x
**Raspberry**   [1]_                  3.7, 3.9
**macOS**       [1]_                  3.8-3.11 [2]_
============= ===================== ===================

.. [1] IoddCom for Python 2.7, 3.4 - 3.5 on request_.
.. [2] IoddCom for macOS: Intel chip only, yet

Support for other platforms on request_.

Supported operating systems and IO-Link masters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Table of supported IO-Link masters for specific operating systems (OS):

+---------------------------------+---------------------------------------------------+
| Master                          | supported OS                                      |
|                                 +---------+----------+--------------+---------------+
|                                 | Windows |  Linux   | Raspberry Pi | macOS 64 [3]_ |
+=================================+=========+==========+==============+===============+
| TMG-USB based masters [4]_ [5]_ |   x     |    x     |    x         |    x          |
+---------------------------------+---------+----------+--------------+---------------+
| TMG ethernet based masters [6]_ |   x     |    x     |    x         |    x          |
+---------------------------------+---------+----------+--------------+---------------+
| ifm ethernet based masters [7]_ |   x     |    x     |    x         |    x          |
+---------------------------------+---------+----------+--------------+---------------+
| ifm USB based masters [8]_      |   x     |    x     |    x         |    x          |
+---------------------------------+---------+----------+--------------+---------------+

For Windows, Linux and Raspberry Pi both, 32-bit and 64-bit versions are available.

.. [3] For macOS 10.15+ Python 3.8-3.11 with Intel chip (others on request)

.. [4] Driver not included. Need driver from manufacturer or install DTM driver
       for the device.

.. [5] For example: Baumer, Leuze, Pepperl+Fuchs, SICK AG, Turck

.. [6] For Example: Balluff, Belden, Murrelektronik, Pepperl+Fuchs, Wenglor

.. [7] All ifm IO-Link masters AL1xxx should be supported. Functionality depends on
       master type.
       The following functions are missing yet: PD streaming, master data storage read/write,
       master commands, PD valid status

.. [8] Experimental ifm USB IO-Link master AL1060 support. Special functions missing
       like for [7]_

Not supported masters:

* RevolutionPi RevPi masters
* Pepperl & Fuchs comtrol masters
* Baumer USB-C and senscontrol masters
* Germbedded masters
* TEConcept masters
* iO-Fly masters
* iq masters

Support for them or other masters on request_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://siogeen.com",
    "name": "IoddComChecker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "IO-Link,IODD,development,test,production",
    "author": "Reimund Renner",
    "author_email": "reimund@siogeen.com",
    "download_url": "",
    "platform": null,
    "description": "IoddComChecker - IoddCom Checker\n================================\n\n.. _IoddComCheckerGui: /project/IoddComCheckerGui\n\nThis is the CLI for checking your IO-Link masters working with Siogeen IoddCom.\n\nIf you want using a GUI see IoddComCheckerGui_\n\n**Install**\n\nUse pip to install IoddComChecker:\n\n>>> pip install IoddComChecker\n\n**Usage**\n\nTo start a scan execute on the console:\n\n>>> python -m siogeen.tools.cli.IoddComChecker\n\n**Command line options**\n\n>>> IoddComChecker [-h] [-a ADDRESS] [--auto] [--version]\n\n-h, --help            show this help message and exit\n-a ADDRESS, --address ADDRESS\n                    specify one or more master addresses (default all)\n--auto                activate master ports if all are disabled\n--version             print version\n\n**Example**\n\n>>> IoddComChecker -a 10.0.0.17 -a 10.0.0.19 --auto\n\nFor full package, requests and support go to https://siogeen.com\n\n**Copyright 2017-2023 Siogeen UG** (limited liability)\n\n.. _request: https://siogeen.com/#contact\n\nSupported Platforms\n~~~~~~~~~~~~~~~~~~~\n\n============= ===================== ===================\n**OS**         Python 2.7, 3.4-3.5   Python 3.6 - 3.11\n============= ===================== ===================\n**Windows**     [1]_                   x\n**Linux**       [1]_                   x\n**Raspberry**   [1]_                  3.7, 3.9\n**macOS**       [1]_                  3.8-3.11 [2]_\n============= ===================== ===================\n\n.. [1] IoddCom for Python 2.7, 3.4 - 3.5 on request_.\n.. [2] IoddCom for macOS: Intel chip only, yet\n\nSupport for other platforms on request_.\n\nSupported operating systems and IO-Link masters\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nTable of supported IO-Link masters for specific operating systems (OS):\n\n+---------------------------------+---------------------------------------------------+\n| Master                          | supported OS                                      |\n|                                 +---------+----------+--------------+---------------+\n|                                 | Windows |  Linux   | Raspberry Pi | macOS 64 [3]_ |\n+=================================+=========+==========+==============+===============+\n| TMG-USB based masters [4]_ [5]_ |   x     |    x     |    x         |    x          |\n+---------------------------------+---------+----------+--------------+---------------+\n| TMG ethernet based masters [6]_ |   x     |    x     |    x         |    x          |\n+---------------------------------+---------+----------+--------------+---------------+\n| ifm ethernet based masters [7]_ |   x     |    x     |    x         |    x          |\n+---------------------------------+---------+----------+--------------+---------------+\n| ifm USB based masters [8]_      |   x     |    x     |    x         |    x          |\n+---------------------------------+---------+----------+--------------+---------------+\n\nFor Windows, Linux and Raspberry Pi both, 32-bit and 64-bit versions are available.\n\n.. [3] For macOS 10.15+ Python 3.8-3.11 with Intel chip (others on request)\n\n.. [4] Driver not included. Need driver from manufacturer or install DTM driver\n       for the device.\n\n.. [5] For example: Baumer, Leuze, Pepperl+Fuchs, SICK AG, Turck\n\n.. [6] For Example: Balluff, Belden, Murrelektronik, Pepperl+Fuchs, Wenglor\n\n.. [7] All ifm IO-Link masters AL1xxx should be supported. Functionality depends on\n       master type.\n       The following functions are missing yet: PD streaming, master data storage read/write,\n       master commands, PD valid status\n\n.. [8] Experimental ifm USB IO-Link master AL1060 support. Special functions missing\n       like for [7]_\n\nNot supported masters:\n\n* RevolutionPi RevPi masters\n* Pepperl & Fuchs comtrol masters\n* Baumer USB-C and senscontrol masters\n* Germbedded masters\n* TEConcept masters\n* iO-Fly masters\n* iq masters\n\nSupport for them or other masters on request_.\n",
    "bugtrack_url": null,
    "license": "proprietary and confidential",
    "summary": "IoddCom IO-Link master checker",
    "version": "1.6.5.post4",
    "split_keywords": [
        "io-link",
        "iodd",
        "development",
        "test",
        "production"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d41fe2e16b00331bc78d55246b0a5710fa0405f7935631392ad3a6727df67cbf",
                "md5": "de1d9e0412553bf31b91bf871c23a9c8",
                "sha256": "f232b0a680486eeced468a6564786b68518179fc0c17820df90a195dc75e7e29"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de1d9e0412553bf31b91bf871c23a9c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 77656,
            "upload_time": "2023-04-13T06:26:36",
            "upload_time_iso_8601": "2023-04-13T06:26:36.611035Z",
            "url": "https://files.pythonhosted.org/packages/d4/1f/e2e16b00331bc78d55246b0a5710fa0405f7935631392ad3a6727df67cbf/ioddcomchecker-1.6.5.post4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffb980d3e0ce73af2f2e087b8ff034c532aaf9e54ecc495474f6472b5873de76",
                "md5": "70974a2c95e90b9e0a3a3776e1417d7e",
                "sha256": "dd984b30532540cd94da57e7ee6aa3b35d1271e1b59878e6d6183e97f1c025d9"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "70974a2c95e90b9e0a3a3776e1417d7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 78252,
            "upload_time": "2023-04-13T06:26:39",
            "upload_time_iso_8601": "2023-04-13T06:26:39.445352Z",
            "url": "https://files.pythonhosted.org/packages/ff/b9/80d3e0ce73af2f2e087b8ff034c532aaf9e54ecc495474f6472b5873de76/ioddcomchecker-1.6.5.post4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae4c1008e9b04cebd2674abaad75e4ae31a9f2bc3acb7308d3e052e3477b1152",
                "md5": "ffcaf96113f60ec552368f4f2f3ff528",
                "sha256": "f387799eeecaed01abbe437588cc9931443937ee22b195583354af216b3f048d"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "ffcaf96113f60ec552368f4f2f3ff528",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 49053,
            "upload_time": "2023-04-13T06:27:09",
            "upload_time_iso_8601": "2023-04-13T06:27:09.685447Z",
            "url": "https://files.pythonhosted.org/packages/ae/4c/1008e9b04cebd2674abaad75e4ae31a9f2bc3acb7308d3e052e3477b1152/ioddcomchecker-1.6.5.post4-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2febc098e208c92d73418ddef747ec134c423d4b011c1de260c8e57d9d55babb",
                "md5": "754de69d399a4e220c7450e05cfb5698",
                "sha256": "3595f0198c0cbf1761cab9f6d396da9bbde364bf66ddff68b23635807bc80c3f"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "754de69d399a4e220c7450e05cfb5698",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 54701,
            "upload_time": "2023-04-13T06:27:11",
            "upload_time_iso_8601": "2023-04-13T06:27:11.738959Z",
            "url": "https://files.pythonhosted.org/packages/2f/eb/c098e208c92d73418ddef747ec134c423d4b011c1de260c8e57d9d55babb/ioddcomchecker-1.6.5.post4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bedcc727025934294c42d86e501cb602e5a9011bcc137160ab2c07bedeacb7d8",
                "md5": "116daf3fad7aad1b4fb8f1ca54bf42da",
                "sha256": "4aef469b5b20877ebe4d55c93b7551c65e921cf4c64ffe1985a080b90e1d6107"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "116daf3fad7aad1b4fb8f1ca54bf42da",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 77737,
            "upload_time": "2023-04-13T06:26:42",
            "upload_time_iso_8601": "2023-04-13T06:26:42.325616Z",
            "url": "https://files.pythonhosted.org/packages/be/dc/c727025934294c42d86e501cb602e5a9011bcc137160ab2c07bedeacb7d8/ioddcomchecker-1.6.5.post4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72f8d8aa5e8ee06dfe643849265597b344c6db8d5e74055d0071b1e0f081b4e0",
                "md5": "3fd92235c7fd44dd454d9be162a6be9f",
                "sha256": "bb8fdc72b72f49f110ac59b42fa7d36799eaabca3703d0121c181bbd5a86016a"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "3fd92235c7fd44dd454d9be162a6be9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 48544,
            "upload_time": "2023-04-13T06:27:13",
            "upload_time_iso_8601": "2023-04-13T06:27:13.458710Z",
            "url": "https://files.pythonhosted.org/packages/72/f8/d8aa5e8ee06dfe643849265597b344c6db8d5e74055d0071b1e0f081b4e0/ioddcomchecker-1.6.5.post4-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d8b584c9bdfe17764b959b041e3096571aa517dc1ace36b362369642f1d8d04",
                "md5": "5003fe4b58fcc8e1ca2582bfd11eb673",
                "sha256": "18b8a91666e176ebed5853bc8079e43e2927f6fe5a357c1408e32b25f0326777"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5003fe4b58fcc8e1ca2582bfd11eb673",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 53497,
            "upload_time": "2023-04-13T06:27:15",
            "upload_time_iso_8601": "2023-04-13T06:27:15.120879Z",
            "url": "https://files.pythonhosted.org/packages/7d/8b/584c9bdfe17764b959b041e3096571aa517dc1ace36b362369642f1d8d04/ioddcomchecker-1.6.5.post4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79472a6d2c9397347ccfe4253184e77f4b2a76bcca24dbd2791faba7b3e2bcc9",
                "md5": "53a1ff1075dc1263d259edfe7afda964",
                "sha256": "ceeaf0f2dcc75b719e92b77df031249303e0a8d18eb36483053cdfbbd164a907"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53a1ff1075dc1263d259edfe7afda964",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 78336,
            "upload_time": "2023-04-13T06:26:44",
            "upload_time_iso_8601": "2023-04-13T06:26:44.882119Z",
            "url": "https://files.pythonhosted.org/packages/79/47/2a6d2c9397347ccfe4253184e77f4b2a76bcca24dbd2791faba7b3e2bcc9/ioddcomchecker-1.6.5.post4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b6f1ac299e22c67b61be09687b216e17517faa60dc60626037d5411ae168aa9",
                "md5": "18734f03dcd4b23eba2eb344754f19b5",
                "sha256": "961f3cc10e7bc2cbddbec7fd7bf15182327b4eb34c494f4cc862d50c35951b31"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "18734f03dcd4b23eba2eb344754f19b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 78618,
            "upload_time": "2023-04-13T06:26:47",
            "upload_time_iso_8601": "2023-04-13T06:26:47.841062Z",
            "url": "https://files.pythonhosted.org/packages/5b/6f/1ac299e22c67b61be09687b216e17517faa60dc60626037d5411ae168aa9/ioddcomchecker-1.6.5.post4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "506ae2333d0659983cf645698483c42d652614e96c0e7a29b7d6238eff3c446d",
                "md5": "880c9cd88d437b88f2aac417cae8e8ad",
                "sha256": "7112ecf418d642dad2a87581929e7e7da0c729bb58b782595839731b9fe9a3c9"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "880c9cd88d437b88f2aac417cae8e8ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 52777,
            "upload_time": "2023-04-13T06:27:16",
            "upload_time_iso_8601": "2023-04-13T06:27:16.801773Z",
            "url": "https://files.pythonhosted.org/packages/50/6a/e2333d0659983cf645698483c42d652614e96c0e7a29b7d6238eff3c446d/ioddcomchecker-1.6.5.post4-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "500459e8bd1e4e5a600e1d13a9fb3468ceba284d81be7314560c92ed231da6dd",
                "md5": "6d3091f826b4846561bdd3707299ae1c",
                "sha256": "61fb0d275704e4e3fefc279748810a3d2e0c261793ba3c6dfcc53a3830fa45e7"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6d3091f826b4846561bdd3707299ae1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 58351,
            "upload_time": "2023-04-13T06:27:19",
            "upload_time_iso_8601": "2023-04-13T06:27:19.140148Z",
            "url": "https://files.pythonhosted.org/packages/50/04/59e8bd1e4e5a600e1d13a9fb3468ceba284d81be7314560c92ed231da6dd/ioddcomchecker-1.6.5.post4-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a961cbe51957b3b9bc034050f2e73c6babc9543c8ddc900c89fea19b3ce86633",
                "md5": "8250a7155c30356ece9d5988a0a79e19",
                "sha256": "1a2845d7d7b317a97feaf6ef736bdab5a7abe384995586493397636f762a469f"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8250a7155c30356ece9d5988a0a79e19",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 78844,
            "upload_time": "2023-04-13T06:26:50",
            "upload_time_iso_8601": "2023-04-13T06:26:50.573304Z",
            "url": "https://files.pythonhosted.org/packages/a9/61/cbe51957b3b9bc034050f2e73c6babc9543c8ddc900c89fea19b3ce86633/ioddcomchecker-1.6.5.post4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d29e25e8aedb1871038f51f5ca3fb00eff216afe918d8aa63fc27507a5eadd5c",
                "md5": "8a1f2284e9a7e9698004e3343addb524",
                "sha256": "dd0440236d1c0d287c9a8ae0072636076b101af7a2eb0a39884ec995c8f95dfc"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8a1f2284e9a7e9698004e3343addb524",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 77870,
            "upload_time": "2023-04-13T06:26:52",
            "upload_time_iso_8601": "2023-04-13T06:26:52.737245Z",
            "url": "https://files.pythonhosted.org/packages/d2/9e/25e8aedb1871038f51f5ca3fb00eff216afe918d8aa63fc27507a5eadd5c/ioddcomchecker-1.6.5.post4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bc75b12b238053c771762bd69e0a73ba78417b742ad7ca28119028cb858d3a6",
                "md5": "7afa75fdf20323c0ab671c08f204b14e",
                "sha256": "0b5f297187789b21090630e4d353d7954468cd0684daeb13921860a29d829280"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "7afa75fdf20323c0ab671c08f204b14e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 50357,
            "upload_time": "2023-04-13T06:27:21",
            "upload_time_iso_8601": "2023-04-13T06:27:21.347667Z",
            "url": "https://files.pythonhosted.org/packages/5b/c7/5b12b238053c771762bd69e0a73ba78417b742ad7ca28119028cb858d3a6/ioddcomchecker-1.6.5.post4-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e9beddac4f738310a2d023006b5c23abbc42a0778c63c0ac94d6922bc1d80cd",
                "md5": "d527d4129c06d9ad85ec6ab68cfd5699",
                "sha256": "20ea4e25fb47f2e8adea6cbb35826001b9e0a2748c971e1954de688fa75739a2"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d527d4129c06d9ad85ec6ab68cfd5699",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 54933,
            "upload_time": "2023-04-13T06:27:23",
            "upload_time_iso_8601": "2023-04-13T06:27:23.346799Z",
            "url": "https://files.pythonhosted.org/packages/9e/9b/eddac4f738310a2d023006b5c23abbc42a0778c63c0ac94d6922bc1d80cd/ioddcomchecker-1.6.5.post4-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a78730ee3d2136794618f968343d6c1d14f2053d5ef954f9301601978e5c697",
                "md5": "7c92e820b570533c1c6b86df51b14699",
                "sha256": "516eab8860091bfa21050d825f41539cbad25cd24d31b8176725a892f00c8efd"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c92e820b570533c1c6b86df51b14699",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 81009,
            "upload_time": "2023-04-13T06:26:55",
            "upload_time_iso_8601": "2023-04-13T06:26:55.627295Z",
            "url": "https://files.pythonhosted.org/packages/4a/78/730ee3d2136794618f968343d6c1d14f2053d5ef954f9301601978e5c697/ioddcomchecker-1.6.5.post4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d0937ca6bd9b0ec747b0a16e99d9de0a97595ca4f588931732fd28e43b0a323",
                "md5": "b642cb0d8152463b2b2cf3b92074677d",
                "sha256": "acf45f5be8e623a5682ceafc36d467a099534e92f6e148025076a7bf35bf0154"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b642cb0d8152463b2b2cf3b92074677d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 81145,
            "upload_time": "2023-04-13T06:26:58",
            "upload_time_iso_8601": "2023-04-13T06:26:58.027084Z",
            "url": "https://files.pythonhosted.org/packages/4d/09/37ca6bd9b0ec747b0a16e99d9de0a97595ca4f588931732fd28e43b0a323/ioddcomchecker-1.6.5.post4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05ca63637b31256df02e67b1a5207b7130e588f35853787fbd83ba5ff23ae952",
                "md5": "a04b9510211d6a780f3cfe251a3785c6",
                "sha256": "689ab96ca3afad414c934f47e3f0a5a7e99ed75b045b58bdd43e194d634db635"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "a04b9510211d6a780f3cfe251a3785c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 51688,
            "upload_time": "2023-04-13T06:27:24",
            "upload_time_iso_8601": "2023-04-13T06:27:24.967461Z",
            "url": "https://files.pythonhosted.org/packages/05/ca/63637b31256df02e67b1a5207b7130e588f35853787fbd83ba5ff23ae952/ioddcomchecker-1.6.5.post4-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "714d63b521e853eb449ba385ce165cbbbf1cf7f9d0143f8915ed6ac371c3c433",
                "md5": "980737c79ffabbf62a2a6fe324b1c89a",
                "sha256": "055a7412b6ed8bb45e4879cec6ab5d15a2a99d31dbada7816ca4ee5a3d7d989c"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "980737c79ffabbf62a2a6fe324b1c89a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 57148,
            "upload_time": "2023-04-13T06:27:26",
            "upload_time_iso_8601": "2023-04-13T06:27:26.743532Z",
            "url": "https://files.pythonhosted.org/packages/71/4d/63b521e853eb449ba385ce165cbbbf1cf7f9d0143f8915ed6ac371c3c433/ioddcomchecker-1.6.5.post4-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a898a79c15ca38502a38c1fceff9595b7ef9696eb26453c1efae9919c9fecec0",
                "md5": "c961da3a1a6d0ff76c739264e0302828",
                "sha256": "1b8248b6410429dd049c28a90627b4ddee39ea2c061f9f0cdc2f779928160e5f"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c961da3a1a6d0ff76c739264e0302828",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 70268,
            "upload_time": "2023-04-13T06:27:00",
            "upload_time_iso_8601": "2023-04-13T06:27:00.889535Z",
            "url": "https://files.pythonhosted.org/packages/a8/98/a79c15ca38502a38c1fceff9595b7ef9696eb26453c1efae9919c9fecec0/ioddcomchecker-1.6.5.post4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fdd59867eb54314f52203c39485faae3ced00b25aeace4af591227deaa2a200",
                "md5": "65fd8d6335c5383777c208e508560c1b",
                "sha256": "95b3aca7400906fb84aa212d9d0f8366209a12a5c085b5bd95c51715abf3d8e1"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "65fd8d6335c5383777c208e508560c1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 80664,
            "upload_time": "2023-04-13T06:27:03",
            "upload_time_iso_8601": "2023-04-13T06:27:03.783535Z",
            "url": "https://files.pythonhosted.org/packages/8f/dd/59867eb54314f52203c39485faae3ced00b25aeace4af591227deaa2a200/ioddcomchecker-1.6.5.post4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01a84cba52a904396ac87fb9fbd27f4ae9972d343d1fe0499bc2195477e20806",
                "md5": "7dada04713b21ba15710756482293681",
                "sha256": "68459889a3186011bdb1b7598aabe6ad9b93353e755f978b9cbec41b6bd6480f"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7dada04713b21ba15710756482293681",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 81182,
            "upload_time": "2023-04-13T06:27:05",
            "upload_time_iso_8601": "2023-04-13T06:27:05.991300Z",
            "url": "https://files.pythonhosted.org/packages/01/a8/4cba52a904396ac87fb9fbd27f4ae9972d343d1fe0499bc2195477e20806/ioddcomchecker-1.6.5.post4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "738c0268451a03741f0d1b51140da649ddd4e2c1e5fdff9eff019430e1d391b4",
                "md5": "4d78fe3e7bc376b2605c50f053e1931c",
                "sha256": "275dc3b61b1e94e839b9321b05f104b0458765724933cd800af7d6461a39bd91"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "4d78fe3e7bc376b2605c50f053e1931c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 51730,
            "upload_time": "2023-04-13T06:27:28",
            "upload_time_iso_8601": "2023-04-13T06:27:28.806481Z",
            "url": "https://files.pythonhosted.org/packages/73/8c/0268451a03741f0d1b51140da649ddd4e2c1e5fdff9eff019430e1d391b4/ioddcomchecker-1.6.5.post4-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49d0b3697c02679fccb66c5132562f59034f354e52c787603be88b108f56e971",
                "md5": "3d372909fc5dc805671361cca934a15a",
                "sha256": "a898cc7318dbea37d1c3f10192af7352d47cc42550899eb974d71dac4ce7b8a4"
            },
            "downloads": -1,
            "filename": "ioddcomchecker-1.6.5.post4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3d372909fc5dc805671361cca934a15a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 57161,
            "upload_time": "2023-04-13T06:27:31",
            "upload_time_iso_8601": "2023-04-13T06:27:31.548412Z",
            "url": "https://files.pythonhosted.org/packages/49/d0/b3697c02679fccb66c5132562f59034f354e52c787603be88b108f56e971/ioddcomchecker-1.6.5.post4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-13 06:26:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ioddcomchecker"
}
        
Elapsed time: 0.05888s