modbus-tk


Namemodbus-tk JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttps://github.com/ljean/modbus-tk/
SummaryImplementation of modbus protocol in python
upload_time2024-12-10 07:34:42
maintainerLuc Jean
docs_urlNone
authorLuc Jean
requires_pythonNone
licenseLGPL-2.1-or-later
keywords modbus serial tcp
VCS
bugtrack_url
requirements pyserial
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
    Modbus Test Kit provides implementation of slave and master for Modbus TCP and RTU
    IT helps to create Modbus app easily with Python
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ljean/modbus-tk/",
    "name": "modbus-tk",
    "maintainer": "Luc Jean",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "luc.jean@gmail.com",
    "keywords": "modbus, serial, tcp",
    "author": "Luc Jean",
    "author_email": "luc.jean@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/40/9ae5c428b1867bfccd3c184dcf18cfef04e3d9c5b9dc22b8e9eb8d480651/modbus_tk-1.1.4.tar.gz",
    "platform": "Linux",
    "description": "\n    Modbus Test Kit provides implementation of slave and master for Modbus TCP and RTU\n    IT helps to create Modbus app easily with Python\n    \n",
    "bugtrack_url": null,
    "license": "LGPL-2.1-or-later",
    "summary": "Implementation of modbus protocol in python",
    "version": "1.1.4",
    "project_urls": {
        "Homepage": "https://github.com/ljean/modbus-tk/"
    },
    "split_keywords": [
        "modbus",
        " serial",
        " tcp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a4eb8fd1c656711db51919b004e0a38bc2598463bf25141a38ffeb86401db02",
                "md5": "4212fca1bde3a78471e463873f09ed1a",
                "sha256": "e218ef96c7b5f4e9f83dce6f683e4b67f9be4a97935184427e6e14bdd3d3269c"
            },
            "downloads": -1,
            "filename": "modbus_tk-1.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4212fca1bde3a78471e463873f09ed1a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 30619,
            "upload_time": "2024-12-10T07:34:41",
            "upload_time_iso_8601": "2024-12-10T07:34:41.154724Z",
            "url": "https://files.pythonhosted.org/packages/2a/4e/b8fd1c656711db51919b004e0a38bc2598463bf25141a38ffeb86401db02/modbus_tk-1.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78409ae5c428b1867bfccd3c184dcf18cfef04e3d9c5b9dc22b8e9eb8d480651",
                "md5": "03873278a842535c9069cc0dd352f520",
                "sha256": "68977766eb10469973dd56a2814bd981b85dd180b79043248786d88008f2593b"
            },
            "downloads": -1,
            "filename": "modbus_tk-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "03873278a842535c9069cc0dd352f520",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35261,
            "upload_time": "2024-12-10T07:34:42",
            "upload_time_iso_8601": "2024-12-10T07:34:42.866990Z",
            "url": "https://files.pythonhosted.org/packages/78/40/9ae5c428b1867bfccd3c184dcf18cfef04e3d9c5b9dc22b8e9eb8d480651/modbus_tk-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 07:34:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ljean",
    "github_project": "modbus-tk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pyserial",
            "specs": [
                [
                    ">=",
                    "3.1"
                ]
            ]
        }
    ],
    "lcname": "modbus-tk"
}
        
Elapsed time: 0.34116s