plc-testmain-inline-mapping


Nameplc-testmain-inline-mapping JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryCommunication with PLC via serial connections
upload_time2024-12-26 06:01:14
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords communicates with plc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            plc_testmain_inline_mapping
===========================

A simple Python package that does asynchronous communication with PLC over serial connection.

Installation
------------

Install using pip:

.. code-block:: console

    py -m pip install plc_testmain_inline_mapping

Example
-------

Here is an example usage:

.. code-block:: python

    from plc_module import pyPLC_connected
    import asyncio

    # Set auto mode:
    async def main():
        plc = pyPLC_connected.PLCConnection("COM4")
        await plc.initiaize_connection
        await plc.set_auto_mode()
        await plc.close_connection()

    asyncio.run(main())  # Output: Initializes serial connection with PLC asynchronously

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "plc-testmain-inline-mapping",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "communicates with PLC",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1c/7c/ee4829a4366e4673e9c8d3a615d3f794aed51532bcfcbc500368731554ff/plc_testmain_inline_mapping-1.0.0.tar.gz",
    "platform": null,
    "description": "plc_testmain_inline_mapping\r\n===========================\r\n\r\nA simple Python package that does asynchronous communication with PLC over serial connection.\r\n\r\nInstallation\r\n------------\r\n\r\nInstall using pip:\r\n\r\n.. code-block:: console\r\n\r\n    py -m pip install plc_testmain_inline_mapping\r\n\r\nExample\r\n-------\r\n\r\nHere is an example usage:\r\n\r\n.. code-block:: python\r\n\r\n    from plc_module import pyPLC_connected\r\n    import asyncio\r\n\r\n    # Set auto mode:\r\n    async def main():\r\n        plc = pyPLC_connected.PLCConnection(\"COM4\")\r\n        await plc.initiaize_connection\r\n        await plc.set_auto_mode()\r\n        await plc.close_connection()\r\n\r\n    asyncio.run(main())  # Output: Initializes serial connection with PLC asynchronously\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Communication with PLC via serial connections",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "communicates",
        "with",
        "plc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "624fb7f978ce701c079490a4e6bd6b4d78a6b67ef4eba8fd7ed3e96777d66d96",
                "md5": "9a57d47cf471e2411cb72939defdf7d7",
                "sha256": "ff3dc8d003a2a018de613607c4977ead117ede2acffae357436c65670b1ae602"
            },
            "downloads": -1,
            "filename": "plc_testmain_inline_mapping-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a57d47cf471e2411cb72939defdf7d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4105,
            "upload_time": "2024-12-26T06:01:11",
            "upload_time_iso_8601": "2024-12-26T06:01:11.728217Z",
            "url": "https://files.pythonhosted.org/packages/62/4f/b7f978ce701c079490a4e6bd6b4d78a6b67ef4eba8fd7ed3e96777d66d96/plc_testmain_inline_mapping-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c7cee4829a4366e4673e9c8d3a615d3f794aed51532bcfcbc500368731554ff",
                "md5": "65b57b1a373fd5f7a8a3e3ecdd85b360",
                "sha256": "f9da6c88a447f556db8d318d4ede1f65539eea9dbf99b9a6f7380297e1c70ea6"
            },
            "downloads": -1,
            "filename": "plc_testmain_inline_mapping-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "65b57b1a373fd5f7a8a3e3ecdd85b360",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3865,
            "upload_time": "2024-12-26T06:01:14",
            "upload_time_iso_8601": "2024-12-26T06:01:14.348019Z",
            "url": "https://files.pythonhosted.org/packages/1c/7c/ee4829a4366e4673e9c8d3a615d3f794aed51532bcfcbc500368731554ff/plc_testmain_inline_mapping-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-26 06:01:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "plc-testmain-inline-mapping"
}
        
Elapsed time: 0.49821s