minimalmodbus


Nameminimalmodbus JSON
Version 2.1.1 PyPI version JSON
download
home_pageNone
SummaryEasy-to-use Modbus RTU and Modbus ASCII implementation for Python
upload_time2023-07-17 19:51:19
maintainerNone
docs_urlNone
authorJonas Berg
requires_python>=3.8
licenseNone
keywords minimalmodbus modbus modbus-serial modbus-rtu modbus-ascii
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============================
MinimalModbus
===============================

.. image:: https://github.com/pyhys/minimalmodbus/actions/workflows/build.yml/badge.svg
        :target: https://github.com/pyhys/minimalmodbus/actions
        :alt: Build Status

.. image:: https://codecov.io/gh/pyhys/minimalmodbus/branch/master/graph/badge.svg?token=6TcwYCQJHF
        :target: https://codecov.io/gh/pyhys/minimalmodbus
        :alt: Test coverage report

.. image:: https://readthedocs.org/projects/minimalmodbus/badge/?version=master
        :target: https://readthedocs.org/projects/minimalmodbus/?badge=master
        :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/minimalmodbus.svg
        :target: https://pypi.org/project/minimalmodbus/
        :alt: PyPI page link


Easy-to-use Modbus RTU and Modbus ASCII implementation for Python.

Web resources
-------------

* **Documentation**: https://minimalmodbus.readthedocs.io
* Source code on **GitHub**: https://github.com/pyhys/minimalmodbus
* Python package index (PyPI) with download: https://pypi.org/project/minimalmodbus/

Other web pages:

* Readthedocs project page: https://readthedocs.org/projects/minimalmodbus/
* codecov.io project page: https://codecov.io/github/pyhys/minimalmodbus

Obsolete web pages:

* Old Travis CI build status page: https://travis-ci.org/pyhys/minimalmodbus
* Old Sourceforge documentation page: http://minimalmodbus.sourceforge.net/
* Old Sourceforge project page: https://sourceforge.net/projects/minimalmodbus
* Old Sourceforge repository: https://sourceforge.net/p/minimalmodbus/code/HEAD/tree/


Features
--------
MinimalModbus is an easy-to-use Python module for talking to instruments (slaves)
from a computer (master) using the Modbus protocol, and is intended to be running on the master.
The only dependence is the pySerial module (also pure Python).

There are convenience functions to handle floats, strings and long integers
(in different byte orders).

This software supports the 'Modbus RTU' and 'Modbus ASCII' serial communication
versions of the protocol, and is intended for use on Linux, OS X and Windows platforms.
It is open source, and has the Apache License, Version 2.0.

For Python 3.8 and later. Tested with Python 3.8, 3.9, 3.10, 3.11 and 3.12.

This package uses semantic versioning.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "minimalmodbus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "minimalmodbus,modbus,modbus-serial,modbus-RTU,modbus-ASCII",
    "author": "Jonas Berg",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/37/fc/8a58f7bcdece751f16a4a9aac780acd1288aa8ac6adbffdd764c88fb71c6/minimalmodbus-2.1.1.tar.gz",
    "platform": null,
    "description": "===============================\nMinimalModbus\n===============================\n\n.. image:: https://github.com/pyhys/minimalmodbus/actions/workflows/build.yml/badge.svg\n        :target: https://github.com/pyhys/minimalmodbus/actions\n        :alt: Build Status\n\n.. image:: https://codecov.io/gh/pyhys/minimalmodbus/branch/master/graph/badge.svg?token=6TcwYCQJHF\n        :target: https://codecov.io/gh/pyhys/minimalmodbus\n        :alt: Test coverage report\n\n.. image:: https://readthedocs.org/projects/minimalmodbus/badge/?version=master\n        :target: https://readthedocs.org/projects/minimalmodbus/?badge=master\n        :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/minimalmodbus.svg\n        :target: https://pypi.org/project/minimalmodbus/\n        :alt: PyPI page link\n\n\nEasy-to-use Modbus RTU and Modbus ASCII implementation for Python.\n\nWeb resources\n-------------\n\n* **Documentation**: https://minimalmodbus.readthedocs.io\n* Source code on **GitHub**: https://github.com/pyhys/minimalmodbus\n* Python package index (PyPI) with download: https://pypi.org/project/minimalmodbus/\n\nOther web pages:\n\n* Readthedocs project page: https://readthedocs.org/projects/minimalmodbus/\n* codecov.io project page: https://codecov.io/github/pyhys/minimalmodbus\n\nObsolete web pages:\n\n* Old Travis CI build status page: https://travis-ci.org/pyhys/minimalmodbus\n* Old Sourceforge documentation page: http://minimalmodbus.sourceforge.net/\n* Old Sourceforge project page: https://sourceforge.net/projects/minimalmodbus\n* Old Sourceforge repository: https://sourceforge.net/p/minimalmodbus/code/HEAD/tree/\n\n\nFeatures\n--------\nMinimalModbus is an easy-to-use Python module for talking to instruments (slaves)\nfrom a computer (master) using the Modbus protocol, and is intended to be running on the master.\nThe only dependence is the pySerial module (also pure Python).\n\nThere are convenience functions to handle floats, strings and long integers\n(in different byte orders).\n\nThis software supports the 'Modbus RTU' and 'Modbus ASCII' serial communication\nversions of the protocol, and is intended for use on Linux, OS X and Windows platforms.\nIt is open source, and has the Apache License, Version 2.0.\n\nFor Python 3.8 and later. Tested with Python 3.8, 3.9, 3.10, 3.11 and 3.12.\n\nThis package uses semantic versioning.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Easy-to-use Modbus RTU and Modbus ASCII implementation for Python",
    "version": "2.1.1",
    "project_urls": {
        "Changelog": "https://github.com/pyhys/minimalmodbus/blob/master/HISTORY.rst",
        "Documentation": "https://minimalmodbus.readthedocs.io",
        "Homepage": "https://github.com/pyhys/minimalmodbus"
    },
    "split_keywords": [
        "minimalmodbus",
        "modbus",
        "modbus-serial",
        "modbus-rtu",
        "modbus-ascii"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "257bb73ba3ec36687341e37a1c9df0ebec3e3b2b0f8d6ae14e109ec5076ebe58",
                "md5": "3f037e17365fa83e571e55eee54db4c8",
                "sha256": "75c677e2f3ea901b762f8b2ab7cf8ad84de915bbea275d66e30b724e23887b1a"
            },
            "downloads": -1,
            "filename": "minimalmodbus-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f037e17365fa83e571e55eee54db4c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 32335,
            "upload_time": "2023-07-17T19:51:16",
            "upload_time_iso_8601": "2023-07-17T19:51:16.707851Z",
            "url": "https://files.pythonhosted.org/packages/25/7b/b73ba3ec36687341e37a1c9df0ebec3e3b2b0f8d6ae14e109ec5076ebe58/minimalmodbus-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "37fc8a58f7bcdece751f16a4a9aac780acd1288aa8ac6adbffdd764c88fb71c6",
                "md5": "a981b31df61c7dd9fa04d0def72f8486",
                "sha256": "c3f5a56e107d537e4bb420f7e735841ab2939c8ca6fb528f5fe4124571315b64"
            },
            "downloads": -1,
            "filename": "minimalmodbus-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a981b31df61c7dd9fa04d0def72f8486",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 102512,
            "upload_time": "2023-07-17T19:51:19",
            "upload_time_iso_8601": "2023-07-17T19:51:19.184249Z",
            "url": "https://files.pythonhosted.org/packages/37/fc/8a58f7bcdece751f16a4a9aac780acd1288aa8ac6adbffdd764c88fb71c6/minimalmodbus-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-17 19:51:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyhys",
    "github_project": "minimalmodbus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "minimalmodbus"
}
        
Elapsed time: 0.12662s